commit: ef587e5f40e36be76c0263b0d870f3dc4200b3f4 Author: James Kalyan <contrib_x <AT> protonmail <DOT> com> AuthorDate: Sun Jul 11 19:51:46 2021 +0000 Commit: James Kalyan <contrib_x <AT> protonmail <DOT> com> CommitDate: Sun Jul 11 19:57:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef587e5f
x11-themes/qogir-icon-theme: workaround QA warning for upstream bug For now I'll just remove the broken symlink but I've filed a bug upstream so when that's fixed it should correctly install the aegisub.svg icon and ∴ repair the symlink. Closes: https://bugs.gentoo.org/801085 Signed-off-by: James Kalyan <contrib_x <AT> protonmail.com> x11-themes/qogir-icon-theme/qogir-icon-theme-2020.11.22.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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 index 1565e313f..2d165381b 100644 --- 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 @@ -44,6 +44,9 @@ src_prepare() { src_install() { mkdir -p "${D}/usr/share/icons" CURSOR_DIR="${D}/usr/share/cursors/xorg-x11" "${S}"/install.sh -d "${D}/usr/share/icons" + + # Remove broken symlink to avoid QA warning + rm "${D}/usr/share/icons/Qogir/scalable/apps/org.aegisub.Aegisub.svg" } pkg_postinst() {
