commit: bcbf294166dbf6d7cc3bbdff360bc6fc2f8b1496
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 3 20:44:30 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Jan 3 20:58:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbf2941
x11-themes/tela-icon-theme: add USE=kde for live ebuild
Install colorshceme version for KDE plasma (folder color follow the colorscheme)
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
x11-themes/tela-icon-theme/metadata.xml | 1 +
x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/x11-themes/tela-icon-theme/metadata.xml
b/x11-themes/tela-icon-theme/metadata.xml
index aca9f0e9a88d..11f07ab3afc3 100644
--- a/x11-themes/tela-icon-theme/metadata.xml
+++ b/x11-themes/tela-icon-theme/metadata.xml
@@ -20,6 +20,7 @@
<flag name="yellow">Install yellow folder version</flag>
<flag name="manjaro">Install manjaro folder version</flag>
<flag name="ubuntu">Install ubuntu folder version</flag>
+ <flag name="kde">Install colorshceme version for KDE plasma
(folder color follow the colorscheme)</flag>
<flag name="hardlink">Hardlink duplicate icons to greatly
reduce installation size</flag>
</use>
<upstream>
diff --git a/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild
b/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild
index 4a7dbec99539..8396dac63033 100644
--- a/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild
+++ b/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild
@@ -26,7 +26,7 @@ fi
LICENSE="GPL-3+"
SLOT="0"
-IUSE="+${MY_COLOR_VARIANTS[*]} +hardlink" # this is why standard comes first
+IUSE="+${MY_COLOR_VARIANTS[*]} +hardlink kde" # this is why standard comes
first
REQUIRED_USE="|| ( ${MY_COLOR_VARIANTS[*]} )"
@@ -47,6 +47,7 @@ src_prepare() {
src_install() {
local v variants=(
+ $(usev kde '-c')
$(for v in ${MY_COLOR_VARIANTS[@]}; do
usev ${v}
done)