diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2014-06-07 17:38:04 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2014-06-07 17:38:04 +0000 |
commit | 56ae7c2f75b20eeef5044c78adc01f3a312e5989 (patch) | |
tree | 1b008e70d7dd2c6003a3801185b83d605f127443 /gnome-extra | |
parent | Addd iproute2 dependency, bug#511808 (diff) | |
download | gentoo-2-56ae7c2f75b20eeef5044c78adc01f3a312e5989.tar.gz gentoo-2-56ae7c2f75b20eeef5044c78adc01f3a312e5989.tar.bz2 gentoo-2-56ae7c2f75b20eeef5044c78adc01f3a312e5989.zip |
Cinnamon uses Adwaita from gnome-themes-standard as its default theme, and apparently crashes if the theme is not available (bug #512612, thanks to j.l.).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/cinnamon/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/cinnamon/cinnamon-2.2.13.ebuild | 3 | ||||
-rw-r--r-- | gnome-extra/cinnamon/cinnamon-2.2.9.ebuild | 3 |
3 files changed, 11 insertions, 3 deletions
diff --git a/gnome-extra/cinnamon/ChangeLog b/gnome-extra/cinnamon/ChangeLog index 24e9bcfb07c9..25ee0668b339 100644 --- a/gnome-extra/cinnamon/ChangeLog +++ b/gnome-extra/cinnamon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/cinnamon # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/ChangeLog,v 1.41 2014/06/01 08:25:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/ChangeLog,v 1.42 2014/06/07 17:38:04 tetromino Exp $ + + 07 Jun 2014; Alexandre Rostovtsev <tetromino@gentoo.org> + cinnamon-2.2.9.ebuild, cinnamon-2.2.13.ebuild: + Cinnamon uses Adwaita from gnome-themes-standard as its default theme, and + apparently crashes if the theme is not available (bug #512612, thanks to + j.l.). *cinnamon-2.2.13 (01 Jun 2014) diff --git a/gnome-extra/cinnamon/cinnamon-2.2.13.ebuild b/gnome-extra/cinnamon/cinnamon-2.2.13.ebuild index 618119c17379..8592b2725da5 100644 --- a/gnome-extra/cinnamon/cinnamon-2.2.13.ebuild +++ b/gnome-extra/cinnamon/cinnamon-2.2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/cinnamon-2.2.13.ebuild,v 1.1 2014/06/01 08:25:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/cinnamon-2.2.13.ebuild,v 1.2 2014/06/07 17:38:04 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -103,6 +103,7 @@ RDEPEND="${COMMON_DEPEND} dev-python/pypam[${PYTHON_USEDEP}] virtual/python-imaging[${PYTHON_USEDEP}] + x11-themes/gnome-themes-standard[gtk] x11-themes/gnome-icon-theme-symbolic gnome-extra/nemo diff --git a/gnome-extra/cinnamon/cinnamon-2.2.9.ebuild b/gnome-extra/cinnamon/cinnamon-2.2.9.ebuild index 5f93a4379524..2638426dd682 100644 --- a/gnome-extra/cinnamon/cinnamon-2.2.9.ebuild +++ b/gnome-extra/cinnamon/cinnamon-2.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/cinnamon-2.2.9.ebuild,v 1.3 2014/05/31 22:30:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/cinnamon-2.2.9.ebuild,v 1.4 2014/06/07 17:38:04 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -102,6 +102,7 @@ RDEPEND="${COMMON_DEPEND} dev-python/pypam[${PYTHON_USEDEP}] virtual/python-imaging[${PYTHON_USEDEP}] + x11-themes/gnome-themes-standard[gtk] x11-themes/gnome-icon-theme-symbolic gnome-extra/nemo |