[135681] trunk/dports/gnome/gnome-themes

devans at macports.org devans at macports.org
Wed Apr 29 10:59:03 PDT 2015


Revision: 135681
          https://trac.macports.org/changeset/135681
Author:   devans at macports.org
Date:     2015-04-29 10:59:03 -0700 (Wed, 29 Apr 2015)
Log Message:
-----------
gnome-themes: reconfigure using intltoolize and autoreconf for intltool 0.51 compatibility.

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

Added Paths:
-----------
    trunk/dports/gnome/gnome-themes/files/
    trunk/dports/gnome/gnome-themes/files/patch-configure.in.diff

Modified: trunk/dports/gnome/gnome-themes/Portfile
===================================================================
--- trunk/dports/gnome/gnome-themes/Portfile	2015-04-29 17:27:30 UTC (rev 135680)
+++ trunk/dports/gnome/gnome-themes/Portfile	2015-04-29 17:59:03 UTC (rev 135681)
@@ -34,9 +34,17 @@
                 port:gtk-engines2 \
                 port:gnome-icon-theme
 
+patchfiles      patch-configure.in.diff
+
 configure.args  --enable-all-themes
 
-# Don't do intltool's INTLTOOL_PERL dance
+# upstream autogen.sh no longer available
+# 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
 

Added: trunk/dports/gnome/gnome-themes/files/patch-configure.in.diff
===================================================================
--- trunk/dports/gnome/gnome-themes/files/patch-configure.in.diff	                        (rev 0)
+++ trunk/dports/gnome/gnome-themes/files/patch-configure.in.diff	2015-04-29 17:59:03 UTC (rev 135681)
@@ -0,0 +1,11 @@
+--- configure.in.orig	2015-04-29 10:50:27.000000000 -0700
++++ configure.in	2015-04-29 10:50:51.000000000 -0700
+@@ -21,7 +21,7 @@
+ 
+ # AM_GLIB_GNU_GETTEXT above subst. $DATADIRNAME
+ # this is the directory where the *.{mo,gmo} files are installed
+-localedir='${prefix}/${DATADIRNAME}/locale'
++localedir='${prefix}/share/locale'
+ AC_SUBST(localedir)
+ 
+ # Workaround to make aclocal get the right flags
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150429/56a87d7c/attachment.html>


More information about the macports-changes mailing list