[108082] trunk/dports/gnome/dasher/Portfile

devans at macports.org devans at macports.org
Fri Jul 12 12:07:17 PDT 2013


Revision: 108082
          https://trac.macports.org/changeset/108082
Author:   devans at macports.org
Date:     2013-07-12 12:07:17 -0700 (Fri, 12 Jul 2013)
Log Message:
-----------
dasher: update desktop database post activate, don't update gconf schemas, none installed.

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

Modified: trunk/dports/gnome/dasher/Portfile
===================================================================
--- trunk/dports/gnome/dasher/Portfile	2013-07-12 18:53:39 UTC (rev 108081)
+++ trunk/dports/gnome/dasher/Portfile	2013-07-12 19:07:17 UTC (rev 108082)
@@ -30,7 +30,9 @@
 depends_build   port:intltool \
                 port:pkgconfig \
                 port:gnome-doc-utils
-depends_lib     port:gconf \
+
+depends_lib     port:desktop-file-utils \
+                port:gconf \
                 port:at-spi
 
 patchfiles      patch-configure.diff
@@ -57,9 +59,8 @@
 
 post-activate {
     system "${prefix}/bin/scrollkeeper-update"
+    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
     system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
-    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
-        gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
 livecheck.type  gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130712/370d0e5d/attachment.html>


More information about the macports-changes mailing list