Gentoo Archives: gentoo-commits

From: James Kalyan <contrib_x@××××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/qogir-icon-theme/
Date: Sun, 11 Jul 2021 19:58:29
Message-Id: 1626033458.ef587e5f40e36be76c0263b0d870f3dc4200b3f4.contrib_x@gentoo
1 commit: ef587e5f40e36be76c0263b0d870f3dc4200b3f4
2 Author: James Kalyan <contrib_x <AT> protonmail <DOT> com>
3 AuthorDate: Sun Jul 11 19:51:46 2021 +0000
4 Commit: James Kalyan <contrib_x <AT> protonmail <DOT> com>
5 CommitDate: Sun Jul 11 19:57:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef587e5f
7
8 x11-themes/qogir-icon-theme: workaround QA warning for upstream bug
9
10 For now I'll just remove the broken symlink but I've filed a bug
11 upstream so when that's fixed it should correctly install the
12 aegisub.svg icon and ∴ repair the symlink.
13
14 Closes: https://bugs.gentoo.org/801085
15 Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com>
16
17 x11-themes/qogir-icon-theme/qogir-icon-theme-2020.11.22.ebuild | 3 +++
18 1 file changed, 3 insertions(+)
19
20 diff --git a/x11-themes/qogir-icon-theme/qogir-icon-theme-2020.11.22.ebuild b/x11-themes/qogir-icon-theme/qogir-icon-theme-2020.11.22.ebuild
21 index 1565e313f..2d165381b 100644
22 --- a/x11-themes/qogir-icon-theme/qogir-icon-theme-2020.11.22.ebuild
23 +++ b/x11-themes/qogir-icon-theme/qogir-icon-theme-2020.11.22.ebuild
24 @@ -44,6 +44,9 @@ src_prepare() {
25 src_install() {
26 mkdir -p "${D}/usr/share/icons"
27 CURSOR_DIR="${D}/usr/share/cursors/xorg-x11" "${S}"/install.sh -d "${D}/usr/share/icons"
28 +
29 + # Remove broken symlink to avoid QA warning
30 + rm "${D}/usr/share/icons/Qogir/scalable/apps/org.aegisub.Aegisub.svg"
31 }
32
33 pkg_postinst() {