Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/files/
Date: Mon, 30 Oct 2017 22:34:52
Message-Id: 1509402860.be53a87b3187123e00bfa703015d5a251a21d0f2.leio@gentoo
1 commit: be53a87b3187123e00bfa703015d5a251a21d0f2
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 1 13:38:12 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 22:34:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be53a87b
7
8 x11-libs/gtk+: remove unused patch
9
10 .../files/gtk+-2.24.27-update-icon-cache.patch | 64 ----------------------
11 1 file changed, 64 deletions(-)
12
13 diff --git a/x11-libs/gtk+/files/gtk+-2.24.27-update-icon-cache.patch b/x11-libs/gtk+/files/gtk+-2.24.27-update-icon-cache.patch
14 deleted file mode 100644
15 index f88e02e5350..00000000000
16 --- a/x11-libs/gtk+/files/gtk+-2.24.27-update-icon-cache.patch
17 +++ /dev/null
18 @@ -1,64 +0,0 @@
19 -From 2537d97e4685767ce22834c0dd24d37ba715fb52 Mon Sep 17 00:00:00 2001
20 -From: Gilles Dartiguelongue <eva@g.o>
21 -Date: Sat, 9 May 2015 23:30:58 +0200
22 -Subject: [PATCH] Always use external gtk-update-icon-cache
23 -
24 ----
25 - configure.ac | 8 +++-----
26 - gtk/Makefile.am | 13 ++-----------
27 - 2 files changed, 5 insertions(+), 16 deletions(-)
28 -
29 -diff --git a/configure.ac b/configure.ac
30 -index 2671a3d..fa46004 100644
31 ---- a/configure.ac
32 -+++ b/configure.ac
33 -@@ -913,11 +913,9 @@ dnl Look for a host system's gdk-pixbuf-csource if we are cross-compiling
34 -
35 - AM_CONDITIONAL(CROSS_COMPILING, test $cross_compiling = yes)
36 -
37 --if test $cross_compiling = yes; then
38 -- AC_PATH_PROG(GTK_UPDATE_ICON_CACHE, gtk-update-icon-cache, no)
39 -- if test x$GTK_UPDATE_ICON_CACHE = xno; then
40 -- REBUILD_PNGS=#
41 -- fi
42 -+AC_PATH_PROG(GTK_UPDATE_ICON_CACHE, gtk-update-icon-cache, no)
43 -+if test x$GTK_UPDATE_ICON_CACHE = xno; then
44 -+ REBUILD_PNGS=#
45 - fi
46 -
47 - AC_PATH_PROG(GDK_PIXBUF_CSOURCE, gdk-pixbuf-csource, no)
48 -diff --git a/gtk/Makefile.am b/gtk/Makefile.am
49 -index 248220d..42e4c23 100644
50 ---- a/gtk/Makefile.am
51 -+++ b/gtk/Makefile.am
52 -@@ -1039,8 +1039,7 @@ endif
53 - # Installed tools
54 - #
55 - bin_PROGRAMS = \
56 -- gtk-query-immodules-2.0 \
57 -- gtk-update-icon-cache
58 -+ gtk-query-immodules-2.0
59 -
60 - bin_SCRIPTS = gtk-builder-convert
61 -
62 -@@ -1390,16 +1389,8 @@ stamp-icons: $(STOCK_ICONS)
63 - ) done \
64 - && touch stamp-icons
65 -
66 --if CROSS_COMPILING
67 --gtk_update_icon_cache_program = $(GTK_UPDATE_ICON_CACHE)
68 --else
69 --gtk_update_icon_cache_program = \
70 -- ./gtk-update-icon-cache
71 --endif
72 --
73 - gtkbuiltincache.h: @REBUILD@ stamp-icons
74 -- $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT)
75 -- $(gtk_update_icon_cache_program) --force --ignore-theme-index \
76 -+ $(GTK_UPDATE_ICON_CACHE) --force --ignore-theme-index \
77 - --include-image-data \
78 - --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \
79 - mv gtkbuiltincache.h.tmp gtkbuiltincache.h
80 ---
81 -2.3.6
82 -