diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-16 21:28:37 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-16 23:35:24 +0100 |
commit | 971c9971a20f0375cfb314ba2dfe01981cbf03f3 (patch) | |
tree | 87c65e2e754ce11f8b0afa3061042fd5b4151b4f /virtual | |
parent | media-libs/libdvbpsi: Stabilize 1.3.3 arm, #769308 (diff) | |
download | gentoo-971c9971a20f0375cfb314ba2dfe01981cbf03f3.tar.gz gentoo-971c9971a20f0375cfb314ba2dfe01981cbf03f3.tar.bz2 gentoo-971c9971a20f0375cfb314ba2dfe01981cbf03f3.zip |
virtual/freedesktop-icon-theme: EAPI-7, add kde-frameworks/breeze-icons
Listed ahead of oxygen-icons since it is "the" current icon theme by KDE.
Closes: https://bugs.gentoo.org/753386
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r4.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r4.ebuild b/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r4.ebuild new file mode 100644 index 000000000000..b92966784ff7 --- /dev/null +++ b/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual to choose between different icon themes" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" + +RDEPEND="|| ( + x11-themes/adwaita-icon-theme + x11-themes/faenza-icon-theme + lxde-base/lxde-icon-theme + x11-themes/tango-icon-theme + kde-frameworks/breeze-icons + kde-frameworks/oxygen-icons + x11-themes/mate-icon-theme + x11-themes/elementary-xfce-icon-theme +)" |