[121777] users/devans/GNOME-3/stable/dports/gnome/glom/Portfile

devans at macports.org devans at macports.org
Mon Jul 7 15:10:33 PDT 2014


Revision: 121777
          https://trac.macports.org/changeset/121777
Author:   devans at macports.org
Date:     2014-07-07 15:10:33 -0700 (Mon, 07 Jul 2014)
Log Message:
-----------
GNOME-3/stable: glom, update dependencies, post-activate, remove post-extract debug code.

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

Modified: users/devans/GNOME-3/stable/dports/gnome/glom/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/glom/Portfile	2014-07-07 21:18:55 UTC (rev 121776)
+++ users/devans/GNOME-3/stable/dports/gnome/glom/Portfile	2014-07-07 22:10:33 UTC (rev 121777)
@@ -33,7 +33,9 @@
                 port:libxslt \
                 port:py27-sphinx
 
-depends_lib     port:libarchive \
+depends_lib     port:desktop-file-utils \
+                port:libarchive \
+                port:gtkmm3 \
                 port:boost \
                 port:libxml2 \
                 port:libxmlxx2 \
@@ -47,12 +49,10 @@
                 port:evince \
                 port:shared-mime-info
 
-depends_run     port:gnome-keyring
+depends_run     port:gnome-settings-daemon \
+                port:yelp \
+                port:gnome-keyring
 
-post-extract {
-    copy ${worksrcpath}/configure.ac ${worksrcpath}/configure.ac.orig
-}
-
 patchfiles      patch-configure.ac.diff \
                 patch-glom-libglom-connectionpool.cc.diff
 
@@ -75,9 +75,9 @@
 
 configure.env   SPHINX_BUILD=${prefix}/bin/sphinx-build-${python.branch} \
                 PYTHON_EXTRA_LDFLAGS=' '
+
 configure.perl  ${prefix}/bin/perl5.16
 
-
 configure.args  --with-boost-python=mt \
                 --with-postgres-utils=${prefix}/lib/postgresql93/bin \
                 --disable-mysql \
@@ -88,6 +88,8 @@
 universal_variant no
 
 post-activate {
+    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
+    system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
     system "${prefix}/bin/update-mime-database ${prefix}/share/mime"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140707/1e0e5a58/attachment-0001.html>


More information about the macports-changes mailing list