Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/tela-icon-theme/
Date: Mon, 03 Jan 2022 03:23:23
Message-Id: 1641180175.5bca0d228ca7102806aa555a0f9deaa82146b888.gyakovlev@gentoo
1 commit: 5bca0d228ca7102806aa555a0f9deaa82146b888
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 03:15:15 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 03:22:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bca0d22
7
8 x11-themes/tela-icon-theme: fix broken symlinks
9
10 Closes: https://bugs.gentoo.org/830467
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild b/x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild
17 index c7bfcc393f5c..4a7dbec99539 100644
18 --- a/x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild
19 +++ b/x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild
20 @@ -59,5 +59,9 @@ src_install() {
21 hardlink -pot "${ED}/usr/share/icons" || die "hardlink failed"
22 fi
23
24 + # installs broken symlink (by design, but we remove it due to QA warnings)
25 + # https://bugs.gentoo.org/830467
26 + find "${ED}" -xtype l -name uav.svg -delete || die "removing broken symlinks failed"
27 +
28 einstalldocs
29 }