summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-02-07 11:57:35 +0000
committerPacho Ramos <pacho@gentoo.org>2015-02-07 11:57:35 +0000
commit9b9fcff8ae4d9bdeb3522b4be4cd365bdbf13c79 (patch)
tree761672ea1f06ed172d8ae7a6807dfd64cbbb3c14 /virtual/freedesktop-icon-theme
parentEbuild improvements (diff)
downloadgentoo-2-9b9fcff8ae4d9bdeb3522b4be4cd365bdbf13c79.tar.gz
gentoo-2-9b9fcff8ae4d9bdeb3522b4be4cd365bdbf13c79.tar.bz2
gentoo-2-9b9fcff8ae4d9bdeb3522b4be4cd365bdbf13c79.zip
x11-themes/mate-icon-theme also provides the icons
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'virtual/freedesktop-icon-theme')
-rw-r--r--virtual/freedesktop-icon-theme/ChangeLog7
-rw-r--r--virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild12
2 files changed, 13 insertions, 6 deletions
diff --git a/virtual/freedesktop-icon-theme/ChangeLog b/virtual/freedesktop-icon-theme/ChangeLog
index af2e46d3f5b8..d2d9525c90a1 100644
--- a/virtual/freedesktop-icon-theme/ChangeLog
+++ b/virtual/freedesktop-icon-theme/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/freedesktop-icon-theme
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/freedesktop-icon-theme/ChangeLog,v 1.10 2014/12/04 12:42:45 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/freedesktop-icon-theme/ChangeLog,v 1.11 2015/02/07 11:57:35 pacho Exp $
+
+ 07 Feb 2015; Pacho Ramos <pacho@gentoo.org> freedesktop-icon-theme-0.ebuild:
+ x11-themes/mate-icon-theme also provides the icons
04 Dec 2014; Manuel Rüger <mrueg@gentoo.org> freedesktop-icon-theme-0.ebuild:
Add dependency on kde-apps/oxygen-icons.
diff --git a/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild b/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild
index c6f358895e6a..2387d9191eca 100644
--- a/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild
+++ b/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild,v 1.10 2014/12/04 12:42:45 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild,v 1.11 2015/02/07 11:57:35 pacho Exp $
EAPI=4
@@ -13,9 +13,13 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
IUSE=""
-RDEPEND="|| ( x11-themes/gnome-icon-theme
+RDEPEND="|| (
+ x11-themes/gnome-icon-theme
x11-themes/faenza-icon-theme
lxde-base/lxde-icon-theme
x11-themes/tango-icon-theme
kde-apps/oxygen-icons
- kde-base/oxygen-icons )"
+ kde-base/oxygen-icons
+ x11-themes/mate-icon-theme
+)
+"