[50672] trunk/dports/gnome

devans at macports.org devans at macports.org
Wed May 6 11:46:05 PDT 2009


Revision: 50672
          http://trac.macports.org/changeset/50672
Author:   devans at macports.org
Date:     2009-05-06 11:46:04 -0700 (Wed, 06 May 2009)
Log Message:
-----------
new port policykit-gnome: provides convenience functions to access PolicyKit from GTK+ and GNOME applications.

Added Paths:
-----------
    trunk/dports/gnome/policykit-gnome/
    trunk/dports/gnome/policykit-gnome/Portfile

Added: trunk/dports/gnome/policykit-gnome/Portfile
===================================================================
--- trunk/dports/gnome/policykit-gnome/Portfile	                        (rev 0)
+++ trunk/dports/gnome/policykit-gnome/Portfile	2009-05-06 18:46:04 UTC (rev 50672)
@@ -0,0 +1,49 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name            policykit-gnome
+version         0.9.2
+description     Provides convenience functions for using PolicyKit from GTK+ \
+                and GNOME applications.
+long_description \
+                ${description}
+maintainers     devans openmaintainer
+categories      gnome security
+platforms       darwin
+homepage        http://www.freedesktop.org/wiki/Software/PolicyKit
+master_sites    http://hal.freedesktop.org/releases/
+use_bzip2       yes
+distname        PolicyKit-gnome-${version}
+
+checksums       md5     fc478b168d0c926a9766b0b415ff4bbf \
+                sha1    2af77fad1ca2e9a4e5fce204960b9ba74cf59a8d \
+                rmd160  7d5a33a747d84ed49a13f260015a254ba569039f
+
+depends_build   port:pkgconfig \
+                port:intltool \
+                port:gettext \
+                port:p5-xml-parser
+
+depends_lib     port:gconf \
+                port:policykit
+
+configure.args  --disable-scrollkeeper \
+                --disable-schemas-install \
+                --disable-gtk-doc
+
+variant docs description {Build API docs using gtk-doc} {
+        configure.args-delete --disable-gtk-doc
+        depends_build-append  port:gtk-doc
+}
+
+post-activate {
+   system "scrollkeeper-update"
+   system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+        gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+}
+
+livecheck.check regex
+livecheck.url   ${master_sites}
+livecheck.regex "PolicyKit-gnome-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/gnome/policykit-gnome/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090506/d2a76190/attachment.html>


More information about the macports-changes mailing list