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 /graphics/gdk-pixbuf2/files/patch-Makefile.in | |
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 'graphics/gdk-pixbuf2/files/patch-Makefile.in')
-rw-r--r-- | graphics/gdk-pixbuf2/files/patch-Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gdk-pixbuf2/files/patch-Makefile.in b/graphics/gdk-pixbuf2/files/patch-Makefile.in index 8649d44a09c4..3259dab4e7a9 100644 --- a/graphics/gdk-pixbuf2/files/patch-Makefile.in +++ b/graphics/gdk-pixbuf2/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2014-03-10 08:25:16.881789221 +0000 -+++ Makefile.in 2014-03-10 08:25:46.652787373 +0000 -@@ -438,7 +438,7 @@ +--- Makefile.in.orig 2017-04-12 11:14:48.226620000 +0200 ++++ Makefile.in 2017-04-12 11:15:12.061124000 +0200 +@@ -449,7 +449,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ --SUBDIRS = gdk-pixbuf po docs tests contrib build -+SUBDIRS = gdk-pixbuf po contrib build +-SUBDIRS = gdk-pixbuf po docs thumbnailer tests contrib win32 ++SUBDIRS = gdk-pixbuf po thumbnailer contrib win32 EXTRA_DIST = \ config.h.win32 \ glib-tap.mk \ |