[111385] users/devans/GNOME-3/stable/dports/gnome/gnome-utils

devans at macports.org devans at macports.org
Thu Sep 19 15:39:59 PDT 2013


Revision: 111385
          https://trac.macports.org/changeset/111385
Author:   devans at macports.org
Date:     2013-09-19 15:39:59 -0700 (Thu, 19 Sep 2013)
Log Message:
-----------
users/devans/GNOME-3/stable/dports: update gnome-utils to version 3.2.1.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-utils/Portfile

Removed Paths:
-------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-utils/files/

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-utils/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-utils/Portfile	2013-09-19 21:52:20 UTC (rev 111384)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-utils/Portfile	2013-09-19 22:39:59 UTC (rev 111385)
@@ -4,11 +4,11 @@
 PortSystem      1.0
 
 name            gnome-utils
-version         2.32.0
+version         3.2.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     GNOME utilities
 long_description \
-                Utilities for the GNOME 2.0 desktop.
+                Utilities for the GNOME desktop.
 maintainers     devans openmaintainer
 categories      gnome
 license         GPL-2+
@@ -18,42 +18,41 @@
 
 use_bzip2       yes
 
-checksums       rmd160  c25667eec2ba4fd0d704c10a92e2e6b071eb1bfc \
-                sha256  033a55cf442096b28ea6292043354feafe000d1e5f4ebb962a9b6d72eb9a93fa
+checksums       rmd160  7fee19ec6b200e727f83514682dd4a81a43cd36a \
+                sha256  328b8e036635cec180ecf5f286a8154e321c669f37832b53eed3ec679690e0fe
 
 depends_build   port:pkgconfig \
                 port:intltool \
                 port:gnome-doc-utils \
-                port:gtk-doc \
-                port:gnome-common
+                port:gtk-doc
 
 depends_lib     port:desktop-file-utils \
-                port:gtk2 \
+                port:gtk3 \
+                port:gsettings-desktop-schemas \
                 port:gconf \
-                port:libcanberra \
                 port:libgtop \
-                port:libpanel-applet2 \
+                port:libcanberra \
+                port:zlib \
+                port:grep \
+                port:xorg-libX11 \
                 port:xorg-libXext
 
 depends_run     port:gnome-settings-daemon \
                 port:yelp
 
-patchfiles      patch-gnome-dictionary-libgdict-Makefile.am.diff \
-                patch-gsearchtool-libgnomeui-deprecated-Makefile.am.diff \
-                patch-configure.ac.diff
-
-use_autoreconf  yes
-
 configure.args  --x-includes=${prefix}/include \
                 --x-libraries=${prefix}/lib \
+                --with-grep=${prefix}/bin/grep \
                 --disable-scrollkeeper \
                 --disable-schemas-install \
+                --disable-schemas-compile \
                 --disable-silent-rules
 
 post-activate   {
     system "scrollkeeper-update"
-    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
+    system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
+    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
     system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130919/c09a7d4e/attachment.html>


More information about the macports-changes mailing list