summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-07-29 21:32:16 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-07-29 21:32:16 +0000
commit82e4c80498cc01027d98c291ed6b9245e8c65742 (patch)
tree305a38d0aa7e69c51a4b6de4850489d5ae029ed9 /x11-themes
parentRemove unnecessary inherit kde4-functions (diff)
downloadgentoo-2-82e4c80498cc01027d98c291ed6b9245e8c65742.tar.gz
gentoo-2-82e4c80498cc01027d98c291ed6b9245e8c65742.tar.bz2
gentoo-2-82e4c80498cc01027d98c291ed6b9245e8c65742.zip
Since index.theme has Inherits=gnome and tango-icon-theme is a dead package thesedays, pull in x11-themes/gnome-icon-theme for the missing icons by USE="-minimal" wrt #518294
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/tango-icon-theme/ChangeLog10
-rw-r--r--x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild9
2 files changed, 13 insertions, 6 deletions
diff --git a/x11-themes/tango-icon-theme/ChangeLog b/x11-themes/tango-icon-theme/ChangeLog
index 54ddaf5c9c2a..254578eee678 100644
--- a/x11-themes/tango-icon-theme/ChangeLog
+++ b/x11-themes/tango-icon-theme/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-themes/tango-icon-theme
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog,v 1.58 2013/09/19 20:27:09 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog,v 1.59 2014/07/29 21:32:16 ssuominen Exp $
+
+ 29 Jul 2014; Samuli Suominen <ssuominen@gentoo.org>
+ tango-icon-theme-0.8.90.ebuild:
+ Since index.theme has Inherits=gnome and tango-icon-theme is a dead package
+ thesedays, pull in x11-themes/gnome-icon-theme for the missing icons by
+ USE="-minimal" wrt #518294
19 Sep 2013; Samuli Suominen <ssuominen@gentoo.org>
tango-icon-theme-0.8.90.ebuild:
diff --git a/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild b/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild
index 19a16aaeb69e..c3a0b5428425 100644
--- a/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild
+++ b/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild,v 1.16 2013/09/19 20:27:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild,v 1.17 2014/07/29 21:32:16 ssuominen Exp $
EAPI=4
inherit gnome2-utils
@@ -12,9 +12,10 @@ SRC_URI="http://tango.freedesktop.org/releases/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="png"
+IUSE="minimal png"
-RDEPEND=">=x11-themes/hicolor-icon-theme-0.12"
+RDEPEND="!hppa? ( !minimal? ( x11-themes/gnome-icon-theme ) )
+ >=x11-themes/hicolor-icon-theme-0.12"
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig