commit: efd71acb3fe8f746ce22adacf9fe06ff07712035
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 14:12:32 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 14:12:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd71acb
x11-libs/gtk+: We are pulling adwaita-icon-theme already and we would like to
deprecate the obsolete gnome-icon-theme, use it then as first option by default
then.
Package-Manager: portage-2.3.2
x11-libs/gtk+/gtk+-2.24.31-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild
b/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild
index b98cfe5..9e3ef4c 100644
--- a/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild
+++ b/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild
@@ -216,7 +216,7 @@ multilib_src_install_all() {
# Also set more default variables in sync with gtk3 and other
distributions
echo 'gtk-fallback-icon-theme = "gnome"' > "${T}/gtkrc"
echo 'gtk-theme-name = "Adwaita"' >> "${T}/gtkrc"
- echo 'gtk-icon-theme-name = "gnome"' >> "${T}/gtkrc"
+ echo 'gtk-icon-theme-name = "Adwaita"' >> "${T}/gtkrc"
echo 'gtk-cursor-theme-name = "Adwaita"' >> "${T}/gtkrc"
insinto /usr/share/gtk-2.0