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

devans at macports.org devans at macports.org
Wed Apr 29 23:57:13 PDT 2009


Revision: 50400
          http://trac.macports.org/changeset/50400
Author:   devans at macports.org
Date:     2009-04-29 23:57:12 -0700 (Wed, 29 Apr 2009)
Log Message:
-----------
gnome-utils: update to version 2.26.0, update dependencies, ensure appropriate X11 configuration paths, add mode line.

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

Modified: trunk/dports/gnome/gnome-utils/Portfile
===================================================================
--- trunk/dports/gnome/gnome-utils/Portfile	2009-04-30 05:52:54 UTC (rev 50399)
+++ trunk/dports/gnome/gnome-utils/Portfile	2009-04-30 06:57:12 UTC (rev 50400)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -3,27 +4,35 @@
 
 name		gnome-utils
-version		2.24.1
-set branch  [join [lrange [split ${version} .] 0 1] .]
+version		2.26.0
+set branch      [join [lrange [split ${version} .] 0 1] .]
 description	GNOME utilities
-long_description        Utilities for the GNOME 2.0 desktop.
+long_description Utilities for the GNOME 2.0 desktop.
 maintainers	nomaintainer
 categories	gnome
 platforms	darwin 
 homepage	http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
-checksums	md5 232937a4bf5c9ebb1bbc86793871d843 \
-		sha1 8d0315293da2f646a67cb8025099d00ba8fbbeac \
-		rmd160 e7acaff8418eb62eb5e61f2ba52ecea5b753212f
-depends_lib     port:gnome-session \
-		port:libgnomeprintui \
-		port:libgtop \
-		port:gnome-panel \
-	    port:dbus \
-	    port:dbus-glib
 
+checksums       md5     667400cfb9bee954028024ac3cf91a09 \
+                sha1    ac1078ad2d75a561f7aa562d06316a221d6dcbc4 \
+                rmd160  7ef1bc0d7a497135426fa79505726b50acb75547
+
+depends_lib     port:libgnomeui \
+                port:libgtop \
+                port:gnome-desktop \
+                port:gnome-panel 
+
 use_bzip2 	yes
+
 configure.args  --mandir=${prefix}/share/man \
-		--disable-scrollkeeper
+		--disable-hal \
+                --enable-gfloppy=no \
+                --disable-scrollkeeper
 
+if {[file exists ${prefix}/lib/pkgconfig/x11.pc]} {
+        configure.args-append --x-includes=${prefix}/include \
+                              --x-libraries=${prefix}/lib
+}
+
 post-extract {
 	reinplace "s|-export-dynamic||g" ${worksrcpath}/gnome-screenshot/Makefile.in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090429/985742c6/attachment-0001.html>


More information about the macports-changes mailing list