summaryrefslogtreecommitdiffstats
path: root/patches/gtk+-2.18.7/gtk+-2.10.11-iconcache.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gtk+-2.18.7/gtk+-2.10.11-iconcache.diff')
-rw-r--r--patches/gtk+-2.18.7/gtk+-2.10.11-iconcache.diff25
1 files changed, 25 insertions, 0 deletions
diff --git a/patches/gtk+-2.18.7/gtk+-2.10.11-iconcache.diff b/patches/gtk+-2.18.7/gtk+-2.10.11-iconcache.diff
new file mode 100644
index 000000000..206977d69
--- /dev/null
+++ b/patches/gtk+-2.18.7/gtk+-2.10.11-iconcache.diff
@@ -0,0 +1,25 @@
+---
+ gtk/Makefile.am | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+Index: b/gtk/Makefile.am
+===================================================================
+--- a/gtk/Makefile.am
++++ b/gtk/Makefile.am
+@@ -1300,11 +1300,11 @@ gtk_update_icon_cache_program = \
+ ./gtk-update-icon-cache
+ endif
+
+-gtkbuiltincache.h: @REBUILD@ stamp-icons
+- $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT) $(GTK_UPDATE_ICON_CACHE_MANIFEST)
+- $(gtk_update_icon_cache_program) --force --ignore-theme-index \
+- --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \
+- mv gtkbuiltincache.h.tmp gtkbuiltincache.h
++#gtkbuiltincache.h: @REBUILD@ stamp-icons
++# $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT) $(GTK_UPDATE_ICON_CACHE_MANIFEST)
++# $(gtk_update_icon_cache_program) --force --ignore-theme-index \
++# --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \
++# mv gtkbuiltincache.h.tmp gtkbuiltincache.h
+
+ EXTRA_DIST += \
+ $(STOCK_ICONS) \