diff options
author | Martin Väth <martin@mvath.de> | 2016-09-02 20:00:40 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2016-09-02 20:00:40 +0200 |
commit | afb2d12113029b7ac6f132fc8aeda1b2a27b1567 (patch) | |
tree | 15aab07d42a4a03a1f9a78eb671f698fc4e0067c /virtual | |
parent | net-firewall/firewall-mv: Version bump. Update openrc deps (diff) | |
download | mv-afb2d12113029b7ac6f132fc8aeda1b2a27b1567.tar.gz mv-afb2d12113029b7ac6f132fc8aeda1b2a27b1567.tar.bz2 mv-afb2d12113029b7ac6f132fc8aeda1b2a27b1567.zip |
virtual/freedesktop-icon-theme: Allow hicolor, adwaita. Saner order
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild | 29 | ||||
-rw-r--r-- | virtual/freedesktop-icon-theme/metadata.xml | 9 |
2 files changed, 38 insertions, 0 deletions
diff --git a/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild b/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild new file mode 100644 index 00000000..389ce878 --- /dev/null +++ b/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A virtual to choose between different icon themes" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +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="" + +# Compared to the gentoo repository, we add: +# hicolor-icon-theme (which is needed for gimp anyway) +# adwaita-icon-theme + +RDEPEND="|| ( + x11-themes/hicolor-icon-theme + lxde-base/lxde-icon-theme + x11-themes/tango-icon-theme + kde-frameworks/oxygen-icons + x11-themes/mate-icon-theme + x11-themes/adwaita-icon-theme + x11-themes/gnome-icon-theme + x11-themes/faenza-icon-theme +) +" diff --git a/virtual/freedesktop-icon-theme/metadata.xml b/virtual/freedesktop-icon-theme/metadata.xml new file mode 100644 index 00000000..b5d6b7e0 --- /dev/null +++ b/virtual/freedesktop-icon-theme/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>freedesktop-bugs@gentoo.org</email> +</maintainer> +<longdescription lang="en"> +</longdescription> +</pkgmetadata> |