diff options
-rw-r--r-- | x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild | 7 |
1 files changed, 6 insertions, 1 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 b591e1d0d963..9f99ea192c05 100644 --- a/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild +++ b/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -56,6 +56,11 @@ src_install() { ) 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)" |