[149950] trunk/dports/gnome/planner/Portfile

devans at macports.org devans at macports.org
Wed Jul 6 12:08:35 PDT 2016


Revision: 149950
          https://trac.macports.org/changeset/149950
Author:   devans at macports.org
Date:     2016-07-06 12:08:35 -0700 (Wed, 06 Jul 2016)
Log Message:
-----------
planner: fix post-activate processing of gconf schemas, scrollkeeper documentationand desktop database, increment revision (#14729, maintainer timeout).

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

Modified: trunk/dports/gnome/planner/Portfile
===================================================================
--- trunk/dports/gnome/planner/Portfile	2016-07-06 17:45:32 UTC (rev 149949)
+++ trunk/dports/gnome/planner/Portfile	2016-07-06 19:08:35 UTC (rev 149950)
@@ -6,7 +6,7 @@
 name            planner
 license         GPL-2
 version         0.14.6
-revision        4
+revision        5
 set branch	[join [lrange [split ${version} .] 0 1] .]
 categories      gnome
 maintainers     billitch
@@ -32,7 +32,8 @@
                 port:intltool \
                 port:gtk-doc
 
-depends_lib     port:gtk2 \
+depends_lib     port:desktop-file-utils \
+                port:gtk2 \
                 port:gconf \
                 port:libgnomeui \
                 port:libgnomecanvas \
@@ -46,6 +47,7 @@
 
 configure.args  --disable-python \
                 --disable-update-mimedb \
+                --disable-schemas-install \
                 --disable-eds \
                 --mandir=${prefix}/share/man
 
@@ -67,7 +69,11 @@
 }
 
 post-activate {
+    system "${prefix}/bin/scrollkeeper-update"
+    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
     system "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"
 }
 
 livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160706/a9ca5e43/attachment.html>


More information about the macports-changes mailing list