summaryrefslogtreecommitdiff
path: root/packages/gtk+/gtk+-2.10.10/run-iconcache.patch
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-03-16 16:42:50 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-03-16 16:42:50 +0000
commit560c374af9f04e871139d517e7cdda5c2f86f3b9 (patch)
treef7ed4a56fb6eeeb5a391e6831bf4f6c3733cf24b /packages/gtk+/gtk+-2.10.10/run-iconcache.patch
parent256bb57383358fcb670c5a04fffc3038cbf24ec4 (diff)
parenta43af9311a7a5a6640c8c17294dd50f8db1eebe5 (diff)
merge of '22194037a32f6de23fd28a12aec379cb884388b7'
and 'b9293118c194a01c44b71ffff72e461a3fe86807'
Diffstat (limited to 'packages/gtk+/gtk+-2.10.10/run-iconcache.patch')
-rw-r--r--packages/gtk+/gtk+-2.10.10/run-iconcache.patch19
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) \