[108083] trunk/dports/gnome/gnopernicus/Portfile

devans at macports.org devans at macports.org
Fri Jul 12 12:23:56 PDT 2013


Revision: 108083
          https://trac.macports.org/changeset/108083
Author:   devans at macports.org
Date:     2013-07-12 12:23:56 -0700 (Fri, 12 Jul 2013)
Log Message:
-----------
gnopernicus: update desktop database, hicolor icon cache, gconf schemas post activate, dependencies.

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

Modified: trunk/dports/gnome/gnopernicus/Portfile
===================================================================
--- trunk/dports/gnome/gnopernicus/Portfile	2013-07-12 19:07:17 UTC (rev 108082)
+++ trunk/dports/gnome/gnopernicus/Portfile	2013-07-12 19:23:56 UTC (rev 108083)
@@ -23,7 +23,9 @@
 			rmd160 1b5b34f4fa085b4e6fb12650326704e3863dbf55
 depends_build	port:intltool \
 		port:pkgconfig
-depends_lib	port:gtk2 \
+depends_lib	port:desktop-file-utils \
+            port:rarian \
+            port:gtk2 \
 		port:gconf \
 		port:libglade2 \
                 port:libgnomeui \
@@ -32,7 +34,8 @@
 		port:gnome-speech \
 		port:gnome-mag \
                 port:popt
-configure.args	--disable-scrollkeeper
+configure.args	--disable-scrollkeeper \
+                --disable-schemas-install
 
 post-destroot	{
 	file delete -force ${destroot}${prefix}/var/scrollkeeper
@@ -40,6 +43,10 @@
 
 post-activate	{
 	system "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/6a46b6a6/attachment.html>


More information about the macports-changes mailing list