diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-03 12:44:30 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-03 12:58:09 -0800 |
commit | bcbf294166dbf6d7cc3bbdff360bc6fc2f8b1496 (patch) | |
tree | a95d388dd0df168bed05e76e9a21d2964526c817 /x11-themes/tela-icon-theme | |
parent | dev-python/pylint: Stabilize 2.12.2 x86, #830544 (diff) | |
download | gentoo-bcbf294166dbf6d7cc3bbdff360bc6fc2f8b1496.tar.gz gentoo-bcbf294166dbf6d7cc3bbdff360bc6fc2f8b1496.tar.bz2 gentoo-bcbf294166dbf6d7cc3bbdff360bc6fc2f8b1496.zip |
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@gentoo.org>
Diffstat (limited to 'x11-themes/tela-icon-theme')
-rw-r--r-- | x11-themes/tela-icon-theme/metadata.xml | 1 | ||||
-rw-r--r-- | x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
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) |