summaryrefslogtreecommitdiff
path: root/archivers/file-roller/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-26 12:03:54 +0000
committerjoerg <joerg>2006-05-26 12:03:54 +0000
commite9be5f9e0dddbd660a667345906d153f27e39ad4 (patch)
treecc6d5560e7731c377965e3862a20fc855d46ea3a /archivers/file-roller/patches
parentf044a539f32d330b784b41586c9e59ccfc020d03 (diff)
downloadpkgsrc-e9be5f9e0dddbd660a667345906d153f27e39ad4.tar.gz
Don't update the gtk icon cache on install time.
Diffstat (limited to 'archivers/file-roller/patches')
-rw-r--r--archivers/file-roller/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/file-roller/patches/patch-aa b/archivers/file-roller/patches/patch-aa
new file mode 100644
index 00000000000..c6ba865ed83
--- /dev/null
+++ b/archivers/file-roller/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.8 2006/05/26 12:03:54 joerg Exp $
+
+--- data/Makefile.in.orig 2006-05-26 11:55:09.000000000 +0000
++++ data/Makefile.in
+@@ -634,7 +634,6 @@ uninstall-info: uninstall-info-recursive
+ install-data-hook:
+ @-if test -z "$(DESTDIR)"; then \
+ echo "Updating Gtk icon cache."; \
+- $(gtk_update_icon_cache); \
+ else \
+ echo "*** Icon cache not updated. After install, run this:"; \
+ echo "*** $(gtk_update_icon_cache)"; \