commit:     42aa3525c2c48b5b64299bb1867fb809b2086b29
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  7 22:15:23 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Jun  7 22:20:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42aa3525

x11-themes/tela-icon-theme: sync live ebuild

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild | 11 +++--------
 1 file 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)"

Reply via email to