diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-12-05 16:15:17 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-12-05 16:18:52 -0800 |
commit | 4f6a778e340e7d6e2a6b86329fd2c0556f2227a0 (patch) | |
tree | 05e7d30856a5e2307dd609ec8682a3eeea029fd3 /x11-themes/tela-icon-theme | |
parent | media-plugins/libvisual-plugins: 0.4.1 + EAPI 8 (diff) | |
download | gentoo-4f6a778e340e7d6e2a6b86329fd2c0556f2227a0.tar.gz gentoo-4f6a778e340e7d6e2a6b86329fd2c0556f2227a0.tar.bz2 gentoo-4f6a778e340e7d6e2a6b86329fd2c0556f2227a0.zip |
x11-themes/tela-icon-theme: update live ebuild, add dracula & nord
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 | 2 | ||||
-rw-r--r-- | x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild | 2 |
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 11f07ab3afc3..e9fa7ec01cfc 100644 --- a/x11-themes/tela-icon-theme/metadata.xml +++ b/x11-themes/tela-icon-theme/metadata.xml @@ -20,6 +20,8 @@ <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="dracula">Install dracula folder version</flag> + <flag name="nord">Install nord 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> 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 8c860c8bc138..b591e1d0d963 100644 --- a/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild +++ b/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild @@ -10,7 +10,7 @@ MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}" MY_PN="${PN^}" # standard comes first -MY_COLOR_VARIANTS=( standard black blue brown green grey orange pink purple red yellow manjaro ubuntu ) +MY_COLOR_VARIANTS=( standard black blue brown green grey orange pink purple red yellow manjaro ubuntu dracula nord ) inherit xdg |