diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-07-08 00:59:57 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-07-08 00:59:57 +0300 |
commit | 096f896e12c1648af44ef5376930db8166a779fc (patch) | |
tree | 971666891a695588cf81cb967a120690c2bbaf1c /x11-libs/gtk+/files | |
parent | dev-libs/libzip: keyword ~arm64 (diff) | |
download | gentoo-096f896e12c1648af44ef5376930db8166a779fc.tar.gz gentoo-096f896e12c1648af44ef5376930db8166a779fc.tar.bz2 gentoo-096f896e12c1648af44ef5376930db8166a779fc.zip |
Revert "x11-libs/gtk+: remove old"
This temporarily reverts commit 4086e98f8384562502ad73bfce2802556eb62e0e.
media-video/parole is being a naughty boy, so restore gtk+-3.20 until that is fixed
instead.
Diffstat (limited to 'x11-libs/gtk+/files')
-rw-r--r-- | x11-libs/gtk+/files/gtk+-3.16.2-remove_update-icon-cache.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-libs/gtk+/files/gtk+-3.16.2-remove_update-icon-cache.patch b/x11-libs/gtk+/files/gtk+-3.16.2-remove_update-icon-cache.patch new file mode 100644 index 000000000000..b121dd57281f --- /dev/null +++ b/x11-libs/gtk+/files/gtk+-3.16.2-remove_update-icon-cache.patch @@ -0,0 +1,24 @@ +From d83443d10381a53637226b937094454951de44c1 Mon Sep 17 00:00:00 2001 +From: Ole Reifschneider <tranquility@gentoo.org> +Date: Thu, 16 Apr 2015 23:51:51 +0200 +Subject: [PATCH] Remove update-icon-cache from bin_PROGRAMS + +--- + gtk/Makefile.am | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/gtk/Makefile.am b/gtk/Makefile.am +index 83dfe31..a5afc03 100644 +--- a/gtk/Makefile.am ++++ b/gtk/Makefile.am +@@ -1380,7 +1380,6 @@ endif + # + bin_PROGRAMS = \ + gtk-query-immodules-3.0 \ +- gtk-update-icon-cache \ + gtk-encode-symbolic-svg \ + gtk-launch + +-- +2.0.5 + |