diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-07-31 12:56:24 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-07-31 12:56:24 +0000 |
commit | 15ff9c049624ad0295e6877e594ddd75a55fa38b (patch) | |
tree | 08b40213fd9ac177d1b2bef7c34d3e3abf87e7ae /x11-themes/gnome-icon-theme | |
parent | Fix reordercap.pod (bug #479098). (diff) | |
download | gentoo-2-15ff9c049624ad0295e6877e594ddd75a55fa38b.tar.gz gentoo-2-15ff9c049624ad0295e6877e594ddd75a55fa38b.tar.bz2 gentoo-2-15ff9c049624ad0295e6877e594ddd75a55fa38b.zip |
Version bump, adjusts folder color. Drop old.
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'x11-themes/gnome-icon-theme')
-rw-r--r-- | x11-themes/gnome-icon-theme/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/gnome-icon-theme/gnome-icon-theme-3.8.3.ebuild (renamed from x11-themes/gnome-icon-theme/gnome-icon-theme-3.8.0.ebuild) | 17 |
2 files changed, 16 insertions, 9 deletions
diff --git a/x11-themes/gnome-icon-theme/ChangeLog b/x11-themes/gnome-icon-theme/ChangeLog index 69b0e02816a1..59dc572a3937 100644 --- a/x11-themes/gnome-icon-theme/ChangeLog +++ b/x11-themes/gnome-icon-theme/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/gnome-icon-theme # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.237 2013/05/13 20:23:44 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.238 2013/07/31 12:56:24 tetromino Exp $ + +*gnome-icon-theme-3.8.3 (31 Jul 2013) + + 31 Jul 2013; Alexandre Rostovtsev <tetromino@gentoo.org> + -gnome-icon-theme-3.8.0.ebuild, +gnome-icon-theme-3.8.3.ebuild: + Version bump, adjusts folder color. Drop old. *gnome-icon-theme-3.8.2 (13 May 2013) diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-3.8.0.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-3.8.3.ebuild index 306268fcb79a..5ff4789c0fae 100644 --- a/x11-themes/gnome-icon-theme/gnome-icon-theme-3.8.0.ebuild +++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-3.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.8.0.ebuild,v 1.1 2013/03/28 22:29:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.8.3.ebuild,v 1.1 2013/07/31 12:56:24 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -24,17 +24,12 @@ DEPEND="${RDEPEND} >=x11-misc/icon-naming-utils-0.8.7 >=dev-util/intltool-0.40 sys-devel/gettext - virtual/pkgconfig" - + virtual/pkgconfig +" # This ebuild does not install any binaries RESTRICT="binchecks strip" -# FIXME: double check potential LINGUAS problem src_prepare() { - G2CONF="${G2CONF} - --enable-icon-mapping - GTK_UPDATE_ICON_CACHE=$(type -P true)" - if use branding; then for i in 16 22 24 32 48; do cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \ @@ -45,3 +40,9 @@ src_prepare() { gnome2_src_prepare } + +src_configure() { + gnome2_src_configure \ + --enable-icon-mapping \ + GTK_UPDATE_ICON_CACHE=$(type -P true) +} |