aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk+/gtk+-2.18.6/run-iconcache.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-27 16:08:16 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-27 16:08:16 +0100
commit3c6e86517e845f9b054feb54dc4bddf5245d5106 (patch)
treef928459299006a8cab77a2a55884c0491b4800eb /recipes/gtk+/gtk+-2.18.6/run-iconcache.patch
parentd96527b442d1fc8c9bda6df8bd97f0afc39ba338 (diff)
downloadopenembedded-3c6e86517e845f9b054feb54dc4bddf5245d5106.tar.gz
gtk+ (-native): add 2.18.6 and convert to new-style staging
Diffstat (limited to 'recipes/gtk+/gtk+-2.18.6/run-iconcache.patch')
-rw-r--r--recipes/gtk+/gtk+-2.18.6/run-iconcache.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/gtk+/gtk+-2.18.6/run-iconcache.patch b/recipes/gtk+/gtk+-2.18.6/run-iconcache.patch
new file mode 100644
index 0000000000..aa1bffa8a7
--- /dev/null
+++ b/recipes/gtk+/gtk+-2.18.6/run-iconcache.patch
@@ -0,0 +1,19 @@
+--- /tmp/Makefile.am 2009-10-28 18:21:54.000000000 +0100
++++ gtk+-2.18.3/gtk/Makefile.am 2009-10-28 18:23:07.000000000 +0100
+@@ -1300,11 +1300,11 @@
+ ./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) \