From 46030a84cf6551a62ccb46fb7ee6968ab3c1b3ca Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 29 Oct 2007 10:33:40 +0000 Subject: Upgrade GTK+ from 2.12.0 to 2.12.1 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3012 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/gtk+/gtk+-2.12.1/run-iconcache.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/packages/gtk+/gtk+-2.12.1/run-iconcache.patch (limited to 'meta/packages/gtk+/gtk+-2.12.1/run-iconcache.patch') diff --git a/meta/packages/gtk+/gtk+-2.12.1/run-iconcache.patch b/meta/packages/gtk+/gtk+-2.12.1/run-iconcache.patch new file mode 100644 index 000000000..ac15e9ab2 --- /dev/null +++ b/meta/packages/gtk+/gtk+-2.12.1/run-iconcache.patch @@ -0,0 +1,19 @@ +--- /tmp/Makefile.am 2007-01-08 17:44:47.000000000 +0100 ++++ gtk+-2.10.7/gtk/Makefile.am 2007-01-08 17:45:17.025251000 +0100 +@@ -1128,11 +1128,11 @@ + ./gtk-update-icon-cache + endif + +-gtkbuiltincache.h: @REBUILD@ stamp-icons +- $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT) +- $(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_program) --force --ignore-theme-index \ ++# --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \ ++# mv gtkbuiltincache.h.tmp gtkbuiltincache.h + + EXTRA_DIST += \ + $(STOCK_ICONS) \ -- cgit v1.2.3