From f59a6653a5e6a0beb5d8f7c2cfb391bc76d9bbef Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Sun, 23 Apr 2017 08:35:28 +0000 Subject: 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] --- x11-toolkits/gtk30/files/patch-configure | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'x11-toolkits/gtk30/files/patch-configure') 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 -- cgit v1.2.3