diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-01-15 00:11:08 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-01-15 00:11:08 +0000 |
commit | 4a276d75d2528550015dc15bce963c6f63854eb8 (patch) | |
tree | a44024e126108fad365c43f22accade16047ae19 /x11-themes | |
parent | Don't call git when compiling the extension, we're using the pregenerated spe... (diff) | |
download | gentoo-2-4a276d75d2528550015dc15bce963c6f63854eb8.tar.gz gentoo-2-4a276d75d2528550015dc15bce963c6f63854eb8.tar.bz2 gentoo-2-4a276d75d2528550015dc15bce963c6f63854eb8.zip |
Bump, adds some more icons, fixes rendering issues.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-icon-theme-symbolic/ChangeLog | 10 | ||||
-rw-r--r-- | x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.2.2.ebuild | 36 |
2 files changed, 44 insertions, 2 deletions
diff --git a/x11-themes/gnome-icon-theme-symbolic/ChangeLog b/x11-themes/gnome-icon-theme-symbolic/ChangeLog index f22ad3b61b02..55d87c7725f8 100644 --- a/x11-themes/gnome-icon-theme-symbolic/ChangeLog +++ b/x11-themes/gnome-icon-theme-symbolic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/gnome-icon-theme-symbolic -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/ChangeLog,v 1.9 2011/10/30 17:51:46 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/ChangeLog,v 1.10 2012/01/15 00:11:08 tetromino Exp $ + +*gnome-icon-theme-symbolic-3.2.2 (15 Jan 2012) + + 15 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + +gnome-icon-theme-symbolic-3.2.2.ebuild: + Bump, adds some more icons, fixes rendering issues. 30 Oct 2011; Raúl Porcel <armin76@gentoo.org> gnome-icon-theme-symbolic-3.2.1.ebuild: diff --git a/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.2.2.ebuild b/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.2.2.ebuild new file mode 100644 index 000000000000..91110c417a1c --- /dev/null +++ b/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.2.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.2.2.ebuild,v 1.1 2012/01/15 00:11:08 tetromino Exp $ + +EAPI="4" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Symbolic icons for GNOME default icon theme" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="CCPL-Attribution-ShareAlike-3.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux" +IUSE="" + +COMMON_DEPEND=">=x11-themes/hicolor-icon-theme-0.10" +RDEPEND="${COMMON_DEPEND} + !=gnome-extra/gnome-power-manager-3.0* + !=gnome-extra/gnome-power-manager-3.1*" +# keyboard-brightness icon file collision with old gnome-power-manager +DEPEND="${COMMON_DEPEND} + >=x11-misc/icon-naming-utils-0.8.7 + >=dev-util/pkgconfig-0.19" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip" + +# FIXME: double check potential LINGUAS problem +src_prepare() { + DOCS="AUTHORS NEWS README" + G2CONF="${G2CONF} + --enable-icon-mapping + GTK_UPDATE_ICON_CACHE=$(type -P true)" +} |