[120314] trunk/dports/net/grsync/Portfile

devans at macports.org devans at macports.org
Thu May 22 17:11:02 PDT 2014


Revision: 120314
          https://trac.macports.org/changeset/120314
Author:   devans at macports.org
Date:     2014-05-22 17:11:01 -0700 (Thu, 22 May 2014)
Log Message:
-----------
grsync: use autoreconf to fix intltool perl configuration, add post-activate actions, rebuild, add openmaintainer.

Modified Paths:
--------------
    trunk/dports/net/grsync/Portfile

Modified: trunk/dports/net/grsync/Portfile
===================================================================
--- trunk/dports/net/grsync/Portfile	2014-05-22 23:48:57 UTC (rev 120313)
+++ trunk/dports/net/grsync/Portfile	2014-05-23 00:11:01 UTC (rev 120314)
@@ -5,9 +5,10 @@
 
 name                grsync
 version             1.2.4
+revision            1
 categories          net
 platforms           darwin
-maintainers         gmail.com:mschamschula
+maintainers         gmail.com:mschamschula openmaintainer
 license             GPL-2
 
 description         Grsync is a GUI for rsync.
@@ -23,7 +24,20 @@
 depends_build       port:intltool \
                     port:pkgconfig
 
-depends_lib         port:rsync \
+depends_lib         port:desktop-file-utils \
+                    port:rsync \
                     port:gtk2
 
+# autoreconf to fix intltool perl configuration using our intltool.m4
+
+use_autoreconf      yes
+autoreconf.args     -fvi
+
 configure.args      --disable-unity
+
+# provides desktop file and hicolor icons
+
+post-activate {
+    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
+    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140522/6ab5bbc0/attachment.html>


More information about the macports-changes mailing list