[135680] trunk/dports/x11/nimbus/Portfile

devans at macports.org devans at macports.org
Wed Apr 29 10:27:30 PDT 2015


Revision: 135680
          https://trac.macports.org/changeset/135680
Author:   devans at macports.org
Date:     2015-04-29 10:27:30 -0700 (Wed, 29 Apr 2015)
Log Message:
-----------
nimbus: update description, reconfigure using intltoolize and autoreconf for intltool 0.51 compatibility.

Modified Paths:
--------------
    trunk/dports/x11/nimbus/Portfile

Modified: trunk/dports/x11/nimbus/Portfile
===================================================================
--- trunk/dports/x11/nimbus/Portfile	2015-04-29 16:31:26 UTC (rev 135679)
+++ trunk/dports/x11/nimbus/Portfile	2015-04-29 17:27:30 UTC (rev 135680)
@@ -10,7 +10,7 @@
 categories      x11 gnome
 license         LGPL
 platforms       darwin
-description     Default GNOME theme from Sun Microsystem
+description     Old default GNOME 2 theme from Sun Microsystems
 
 long_description ${description}
 
@@ -26,6 +26,13 @@
 depends_lib     port:gnome-themes
 
 universal_variant   no
+
+# reconfigure using intltoolize and autoreconf for intltool 0.51 compatibility
+
+pre-configure {
+    system -W ${worksrcpath} "intltoolize --automake --copy --force"
+}
+
 use_autoreconf  yes
 autoreconf.args -fvi
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150429/81e68836/attachment.html>


More information about the macports-changes mailing list