[71561] trunk/dports/gnome/gnome-utils/Portfile

devans at macports.org devans at macports.org
Thu Sep 16 14:31:35 PDT 2010


Revision: 71561
          http://trac.macports.org/changeset/71561
Author:   devans at macports.org
Date:     2010-09-16 14:31:34 -0700 (Thu, 16 Sep 2010)
Log Message:
-----------
gnome-utils: update to version 2.30.0, dependencies, configuration, not universal.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-utils/Portfile

Modified: trunk/dports/gnome/gnome-utils/Portfile
===================================================================
--- trunk/dports/gnome/gnome-utils/Portfile	2010-09-16 21:29:46 UTC (rev 71560)
+++ trunk/dports/gnome/gnome-utils/Portfile	2010-09-16 21:31:34 UTC (rev 71561)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name		gnome-utils
-version		2.26.0
+version		2.30.0
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	GNOME utilities
 long_description Utilities for the GNOME 2.0 desktop.
@@ -14,30 +14,41 @@
 homepage	http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
 
-checksums       md5     667400cfb9bee954028024ac3cf91a09 \
-                sha1    ac1078ad2d75a561f7aa562d06316a221d6dcbc4 \
-                rmd160  7ef1bc0d7a497135426fa79505726b50acb75547
+checksums       md5     c6d779ddccf99cbe0667b578078dd011 \
+                sha1    107f60f499340bb5c02e92db645836f6187b4c37 \
+                rmd160  952102bb1751819a22d468309958234f00b2733b
 
-depends_lib     port:libgnomeui \
+depends_build   port:pkgconfig \
+                port:intltool \
+                port:gnome-doc-utils \
+                port:gtk-doc
+
+depends_lib     port:gconf \
                 port:libgtop \
-                port:gnome-desktop \
                 port:gnome-panel
 
 use_bzip2 	yes
 
-configure.args  --mandir=${prefix}/share/man \
-		--x-includes=${prefix}/include \
+configure.args  --x-includes=${prefix}/include \
                 --x-libraries=${prefix}/lib \
-                --disable-hal \
-                --enable-gfloppy=no \
-                --disable-scrollkeeper
+                --disable-scrollkeeper \
+                --disable-schemas-install
 
 post-extract {
-	reinplace "s|-export-dynamic||g" ${worksrcpath}/gnome-screenshot/Makefile.in
+	reinplace "s|-export-dynamic||g" ${worksrcpath}/gnome-dictionary/libgdict/Makefile.in \
+                                         ${worksrcpath}/baobab/src/Makefile.in
 }
 
+#
+# gnome-panel is not universal
+#
+
+universal_variant no
+
 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.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100916/4a4889e2/attachment.html>


More information about the macports-changes mailing list