summaryrefslogtreecommitdiff
path: root/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-08 03:44:17 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-08 03:44:17 +0100
commit0d7ae8c4b021f0ea675d5bc81389c5d159a197fa (patch)
tree7a5b596d22fbf5127a880ea425deca60f36d27a6 /x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild
parentcda4539525c6eb3d5a55c383719645b9409e1aad (diff)
gentoo auto-resync : 08:06:2023 - 03:44:17
Diffstat (limited to 'x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild')
-rw-r--r--x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild11
1 files changed, 3 insertions, 8 deletions
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 9f99ea192c05..3a0301169077 100644
--- a/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild
+++ b/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild
@@ -35,10 +35,10 @@ REQUIRED_USE="|| ( ${MY_COLOR_VARIANTS[*]} )"
# not needed and slows us down, package installs 120 000 small files
RESTRICT="binchecks strip test"
-# technically we can use app-arch/harlink too, but it's deprecated
+# technically we can use app-arch/hardlink too, but it's deprecated
BDEPEND="
app-shells/bash
- sys-apps/util-linux[hardlink(-)?]
+ hardlink? ( sys-apps/util-linux[hardlink(-)?] )
"
src_prepare() {
@@ -49,18 +49,13 @@ src_prepare() {
src_install() {
local v variants=(
- $(usev kde '-c')
$(for v in ${MY_COLOR_VARIANTS[@]}; do
usev ${v}
done)
+ $(usev kde '-c')
)
dodir /usr/share/icons
-
- # FIXME: remove after merged
- # https://github.com/vinceliuice/Tela-icon-theme/issues/223
- rm -v links/scalable/apps/preferences-desktop-keyboard-shortcuts.svg || :
-
./install.sh -d "${ED}/usr/share/icons" "${variants[@]}" || die
if use hardlink; then
einfo "Linking duplicate icons... (may take a long time)"