diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-10-04 21:18:12 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-10-04 21:18:12 +0000 |
commit | 7566625979cdd89c6bffd9627f952aad3fc8c06b (patch) | |
tree | 681d6be52ce89e21487d0d1ac2e229f793bbe362 /gnome-base | |
parent | Prepare metas to inform people about gtk3 theming issues inside Gnome2 and to... (diff) | |
download | gentoo-2-7566625979cdd89c6bffd9627f952aad3fc8c06b.tar.gz gentoo-2-7566625979cdd89c6bffd9627f952aad3fc8c06b.tar.bz2 gentoo-2-7566625979cdd89c6bffd9627f952aad3fc8c06b.zip |
Prepare metas to inform people about gtk3 theming issues inside Gnome2 and to pull proper themes for gtk3 apps.
(Portage version: 2.1.10.20/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-light/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/gnome-light/gnome-light-2.32.1-r1.ebuild | 15 |
2 files changed, 18 insertions, 3 deletions
diff --git a/gnome-base/gnome-light/ChangeLog b/gnome-base/gnome-light/ChangeLog index a2b56b1ba2cb..9c826b287a1e 100644 --- a/gnome-base/gnome-light/ChangeLog +++ b/gnome-base/gnome-light/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gnome-light # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v 1.143 2011/09/10 16:26:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v 1.144 2011/10/04 21:18:12 pacho Exp $ + + 04 Oct 2011; Pacho Ramos <pacho@gentoo.org> gnome-light-2.32.1-r1.ebuild: + Prepare metas to inform people about gtk3 theming issues inside Gnome2 and to + pull proper themes for gtk3 apps. *gnome-light-2.32.1-r1 (10 Sep 2011) diff --git a/gnome-base/gnome-light/gnome-light-2.32.1-r1.ebuild b/gnome-base/gnome-light/gnome-light-2.32.1-r1.ebuild index 1988aca7ac14..0ecb293bc957 100644 --- a/gnome-base/gnome-light/gnome-light-2.32.1-r1.ebuild +++ b/gnome-base/gnome-light/gnome-light-2.32.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/gnome-light-2.32.1-r1.ebuild,v 1.1 2011/09/10 16:26:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/gnome-light-2.32.1-r1.ebuild,v 1.2 2011/10/04 21:18:12 pacho Exp $ EAPI="4" @@ -58,7 +58,8 @@ RDEPEND="!gnome-base/gnome >=gnome-base/gnome-panel-2.32.1 >=x11-themes/gnome-icon-theme-2.31.0 - >=x11-themes/gnome-themes-2.32.1 + >=x11-themes/gnome-themes-2.32.1-r1 + >=x11-themes/gnome-themes-standard-3.0.2 >=x11-terms/gnome-terminal-2.32.1 @@ -78,6 +79,16 @@ pkg_postinst () { # elog "of course this works for all other window managers as well" # elog + ewarn "If you are running gtk3 apps inside Gnome2 desktop you will" + ewarn "need to follow one of the following steps to get a better" + ewarn "look and feel for them:" + ewarn "- Use gnome-appearance-properties to select a theme with" + ewarn " support for gtk2 and gtk3, like Adwaita." + ewarn "- Symlink your local ~/.config/gtk-3.0 to the gtk3 theme" + ewarn " you would like to use, for example running:" + ewarn " $ ln -s /usr/share/themes/Adwaita/gtk-3.0/ .config/gtk-3.0" + + elog elog "Use gnome-base/gnome for the full GNOME Desktop" elog "as released by the GNOME team." } |