[140935] trunk/dports/gnome/libgtkhtml3

devans at macports.org devans at macports.org
Mon Oct 5 15:38:02 PDT 2015


Revision: 140935
          https://trac.macports.org/changeset/140935
Author:   devans at macports.org
Date:     2015-10-05 15:38:02 -0700 (Mon, 05 Oct 2015)
Log Message:
-----------
libgtkhtml3: apply upstream patch to remove unnecessary dependency on deprecated gnome-icon-theme, depending on gtk2 is sufficient, increment revision to rebuild.

Modified Paths:
--------------
    trunk/dports/gnome/libgtkhtml3/Portfile
    trunk/dports/gnome/libgtkhtml3/files/patch-configure.ac.diff

Modified: trunk/dports/gnome/libgtkhtml3/Portfile
===================================================================
--- trunk/dports/gnome/libgtkhtml3/Portfile	2015-10-05 21:55:21 UTC (rev 140934)
+++ trunk/dports/gnome/libgtkhtml3/Portfile	2015-10-05 22:38:02 UTC (rev 140935)
@@ -6,7 +6,7 @@
 name            libgtkhtml3
 set my_name     gtkhtml
 version         3.32.2
-revision        5
+revision        6
 set branch      [join [lrange [split ${version} .] 0 1] .]
 
 maintainers     nomaintainer
@@ -35,8 +35,7 @@
                 port:automake \
                 port:libtool
 
-depends_lib     port:gnome-icon-theme \
-                port:libsoup \
+depends_lib     port:libsoup \
                 port:enchant \
                 port:iso-codes \
                 port:gtk2 \

Modified: trunk/dports/gnome/libgtkhtml3/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/gnome/libgtkhtml3/files/patch-configure.ac.diff	2015-10-05 21:55:21 UTC (rev 140934)
+++ trunk/dports/gnome/libgtkhtml3/files/patch-configure.ac.diff	2015-10-05 22:38:02 UTC (rev 140935)
@@ -9,3 +9,41 @@
  PKG_CHECK_MODULES(GTKHTML, $GTKHTML_MODULES)
  AC_SUBST(GTKHTML_CFLAGS)
  AC_SUBST(GTKHTML_LIBS)
+From ba580fac5e743461f8d7190919851f026d0fc050 Mon Sep 17 00:00:00 2001
+From: Matthias Clasen <mclasen at redhat.com>
+Date: Fri, 2 May 2014 12:57:19 +0200
+Subject: Bug #729020 - Drop gnome-icon-theme dependency
+
+gnome-icon-theme got renamed to adwaita-icon-theme. And the
+dependency is not really needed; depending on GTK+ should be
+enough to guarantee the presence of a spec-compliant icon
+theme.
+---
+ configure.ac | 6 ------
+ 1 file changed, 6 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 2063ebe..04985a1 100644
+--- configure.ac.orig	2015-10-05 15:13:55.000000000 -0700
++++ configure.ac	2015-10-05 15:15:12.000000000 -0700
+@@ -10,7 +10,6 @@
+ 
+ dnl Required Package Versions
+ m4_define([enchant_minimum_version], [1.1.7])
+-m4_define([gnome_icon_theme_minimum_version], [2.22.0])
+ 
+ dnl **********************************
+ dnl GTK version
+@@ -215,11 +214,6 @@
+ AM_CONDITIONAL(HAVE_NEWSOUP, test x$HAVE_NEWSOUP != xno)
+ 
+ dnl **************************************************
+-dnl Gnome Icon Theme
+-dnl **************************************************
+-PKG_CHECK_MODULES(GIT, gnome-icon-theme >= gnome_icon_theme_minimum_version)
+-
+-dnl **************************************************
+ dnl iso-codes
+ dnl **************************************************
+ AC_MSG_CHECKING([for iso-codes package])
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151005/bcb8209f/attachment.html>


More information about the macports-changes mailing list