Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/
Date: Sun, 27 Nov 2016 14:13:00
Message-Id: 1480255966.efd71acb3fe8f746ce22adacf9fe06ff07712035.pacho@gentoo
1 commit: efd71acb3fe8f746ce22adacf9fe06ff07712035
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 14:12:32 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 14:12:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd71acb
7
8 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.
9
10 Package-Manager: portage-2.3.2
11
12 x11-libs/gtk+/gtk+-2.24.31-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild b/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild
16 index b98cfe5..9e3ef4c 100644
17 --- a/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild
18 +++ b/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild
19 @@ -216,7 +216,7 @@ multilib_src_install_all() {
20 # Also set more default variables in sync with gtk3 and other distributions
21 echo 'gtk-fallback-icon-theme = "gnome"' > "${T}/gtkrc"
22 echo 'gtk-theme-name = "Adwaita"' >> "${T}/gtkrc"
23 - echo 'gtk-icon-theme-name = "gnome"' >> "${T}/gtkrc"
24 + echo 'gtk-icon-theme-name = "Adwaita"' >> "${T}/gtkrc"
25 echo 'gtk-cursor-theme-name = "Adwaita"' >> "${T}/gtkrc"
26
27 insinto /usr/share/gtk-2.0