Revision: 145082 https://trac.macports.org/changeset/145082 Author: devans@macports.org Date: 2016-01-25 11:16:09 -0800 (Mon, 25 Jan 2016) Log Message: ----------- libgnomeprintui: remove outdated configure test for and dependency on gnome-icon-theme, now superceded by adwaita-icon-theme, GNOME applications should depend on gnome-themes-standard at run time instead. Modified Paths: -------------- trunk/dports/gnome/libgnomeprintui/Portfile Added Paths: ----------- trunk/dports/gnome/libgnomeprintui/files/patch-remove-check-for-gnome-icon-theme.diff Modified: trunk/dports/gnome/libgnomeprintui/Portfile =================================================================== --- trunk/dports/gnome/libgnomeprintui/Portfile 2016-01-25 18:18:39 UTC (rev 145081) +++ trunk/dports/gnome/libgnomeprintui/Portfile 2016-01-25 19:16:09 UTC (rev 145082) @@ -5,7 +5,7 @@ name libgnomeprintui version 2.18.6 -revision 4 +revision 5 set branch [join [lrange [split ${version} .] 0 1] .] maintainers nomaintainer license LGPL @@ -32,13 +32,12 @@ port:automake \ port:libtool -# configure tests for gnome-icon-theme - depends_lib port:gtk2 \ port:libgnomeprint \ - port:libgnomecanvas \ - port:gnome-icon-theme + port:libgnomecanvas +patchfiles patch-remove-check-for-gnome-icon-theme.diff + # reconfigure using upstream autogen.sh for intltool 0.51 compatibility post-patch { Added: trunk/dports/gnome/libgnomeprintui/files/patch-remove-check-for-gnome-icon-theme.diff =================================================================== --- trunk/dports/gnome/libgnomeprintui/files/patch-remove-check-for-gnome-icon-theme.diff (rev 0) +++ trunk/dports/gnome/libgnomeprintui/files/patch-remove-check-for-gnome-icon-theme.diff 2016-01-25 19:16:09 UTC (rev 145082) @@ -0,0 +1,17 @@ +--- configure.in.orig 2016-01-25 10:21:10.000000000 -0800 ++++ configure.in 2016-01-25 10:22:44.000000000 -0800 +@@ -58,13 +58,11 @@ + dnl ================= + dnl pkg-config checks + dnl ================= +-dnl It is ugly to put a build time check in for a run time dependency on gnome-icon-theme +-dnl but this will hopefully keep the packagers on their toes ++dnl Outdated check for gnome-icon-theme removed + PKG_CHECK_MODULES(LIBGNOMEPRINTUI, [ + gtk+-2.0 >= 2.6.0 + libgnomeprint-2.2 >= 2.12.1 + libgnomecanvas-2.0 >= 1.117.0 +- gnome-icon-theme >= 1.1.92 + ]) + AC_SUBST(LIBGNOMEPRINTUI_CFLAGS) + AC_SUBST(LIBGNOMEPRINTUI_LIBS)