From 3c6e86517e845f9b054feb54dc4bddf5245d5106 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 27 Jan 2010 16:08:16 +0100 Subject: gtk+ (-native): add 2.18.6 and convert to new-style staging --- recipes/gtk+/gtk+-2.18.6/run-iconcache.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes/gtk+/gtk+-2.18.6/run-iconcache.patch (limited to 'recipes/gtk+/gtk+-2.18.6/run-iconcache.patch') 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) \ -- cgit 1.2.3-korg