diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-04-23 08:35:28 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-04-23 08:35:28 +0000 |
commit | f59a6653a5e6a0beb5d8f7c2cfb391bc76d9bbef (patch) | |
tree | 357c3f7a94cdf9625fe61691607a840113ca092b /x11-toolkits/gtk30/files/patch-configure | |
parent | Now that this port does not feature support for Java/GCJ any longer, (diff) |
Update the gtk+ stack [1]
Update gdk-pixbuf2 to 2.36.6
Update gtk30 to 3.22.12
Update cairomm to 1.12.2
Update gtkmm30 to 3.22.0
Update the following themes to be compatible with the new gtk+ version:
Update adwaita-icon-theme to 3.22.0
Update gnome-themes-standard to 3.22.3
Update gtk-E17-theme to 3.22.1 [2]
Update gtk-arc-themes to 20170302 [3]
Update mate-themes to 3.22.10
Bump xfce4-notifyd due to new gtk30 version, requested by olivierd@.
Mark LordsaWar broken, it doesn't build with cairomm 1.12.
PR: 210272 [1], 210696 [2], 218667 [3]
Submitted by: Matthew Rezny [2]
Obtained from: Unless otherwise stated obtained from GNOME devel repo
Exp-run by: antoine@ [1]
Diffstat (limited to 'x11-toolkits/gtk30/files/patch-configure')
-rw-r--r-- | x11-toolkits/gtk30/files/patch-configure | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/x11-toolkits/gtk30/files/patch-configure b/x11-toolkits/gtk30/files/patch-configure index 78cbf3ca2309..a98cb678afbe 100644 --- a/x11-toolkits/gtk30/files/patch-configure +++ b/x11-toolkits/gtk30/files/patch-configure @@ -1,15 +1,6 @@ ---- configure.orig 2016-02-24 05:04:43 UTC -+++ configure -@@ -25758,7 +25758,7 @@ fi - CUPS_API_MAJOR=`echo $ECHO_N $CUPS_API_VERSION | awk -F. '{print $1}'` - CUPS_API_MINOR=`echo $ECHO_N $CUPS_API_VERSION | awk -F. '{print $2}'` - -- if test $CUPS_API_MAJOR -gt 1 -o \ -+ if test $CUPS_API_MAJOR -lt 1 -o \ - $CUPS_API_MAJOR -eq 1 -a $CUPS_API_MINOR -lt 2; then - as_fn_error $? "CUPS >= 1.2 not found" "$LINENO" 5 - fi -@@ -26190,9 +26190,7 @@ fi +--- configure.orig 2016-10-24 05:10:09.000000000 +0200 ++++ configure 2016-11-15 07:54:17.741400000 +0100 +@@ -27913,9 +27913,7 @@ fi if test "$have_cups" = "yes"; then GTK_PRINT_BACKENDS="$GTK_PRINT_BACKENDS,cups" fi |