diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-03-15 17:15:24 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-03-15 17:15:24 +0000 |
commit | 4927b4e5fc6051e475acdbd699bd0526a177f627 (patch) | |
tree | ca01495eeb670b592f51a2e1f1861cd3812a06a5 /packages/gtk+/gtk+-2.10.10/run-iconcache.patch | |
parent | b753652b5eb4a8e697ff652b5bc9bb5eb38b495f (diff) | |
parent | 10c51fbb2fe9394445c658541db485fd5a83e7c1 (diff) |
merge of '286930242424d10b2503eb290dbc31c7975bab74'
and 'b7e38ccba43c893e20bc2db30dfbdd9a3f6c2053'
Diffstat (limited to 'packages/gtk+/gtk+-2.10.10/run-iconcache.patch')
-rw-r--r-- | packages/gtk+/gtk+-2.10.10/run-iconcache.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/gtk+/gtk+-2.10.10/run-iconcache.patch b/packages/gtk+/gtk+-2.10.10/run-iconcache.patch new file mode 100644 index 0000000000..ac15e9ab24 --- /dev/null +++ b/packages/gtk+/gtk+-2.10.10/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) \ |