[108093] trunk/dports/gnome/gnome/Portfile

devans at macports.org devans at macports.org
Fri Jul 12 14:28:32 PDT 2013


Revision: 108093
          https://trac.macports.org/changeset/108093
Author:   devans at macports.org
Date:     2013-07-12 14:28:32 -0700 (Fri, 12 Jul 2013)
Log Message:
-----------
gnome: update gsettings schemas post activate, update other post activate commands.

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

Modified: trunk/dports/gnome/gnome/Portfile
===================================================================
--- trunk/dports/gnome/gnome/Portfile	2013-07-12 20:52:47 UTC (rev 108092)
+++ trunk/dports/gnome/gnome/Portfile	2013-07-12 21:28:32 UTC (rev 108093)
@@ -5,6 +5,7 @@
 
 name            gnome
 version         2.32.1
+revision        1
 categories      gnome
 platforms       darwin
 maintainers     devans openmaintainer
@@ -33,12 +34,13 @@
 }
 
 post-activate {
+    system "${prefix}/bin/scrollkeeper-update"
+    system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications"
     system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
-    system "${prefix}/bin/scrollkeeper-update; true"
-    system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
-    system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
+    system "${prefix}/bin/update-mime-database ${prefix}/share/mime"
     system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
 notes "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130712/0e2393d1/attachment-0001.html>


More information about the macports-changes mailing list