From efd71acb3fe8f746ce22adacf9fe06ff07712035 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 27 Nov 2016 15:12:32 +0100 Subject: 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(-) (limited to 'x11-libs') diff --git a/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild b/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild index b98cfe553ea..9e3ef4c12d5 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 -- cgit v1.2.1