diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-01-14 12:53:05 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-01-14 12:53:57 -0800 |
commit | cea6ed0331e883baaac437d4690d670ba963377f (patch) | |
tree | 7ff5c0dd1a673316933cb9b13549740d4eb33445 | |
parent | net-wireless/bluez: add blocker on net-wireless/bluez-hcidump (diff) | |
download | gentoo-cea6ed0331e883baaac437d4690d670ba963377f.tar.gz gentoo-cea6ed0331e883baaac437d4690d670ba963377f.tar.bz2 gentoo-cea6ed0331e883baaac437d4690d670ba963377f.zip |
x11-themes/tela-icon-theme: temp fix for live ebuild
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-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)" |