aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Kalyan <contrib_x@protonmail.com>2021-07-11 13:51:46 -0600
committerJames Kalyan <contrib_x@protonmail.com>2021-07-11 13:57:38 -0600
commitef587e5f40e36be76c0263b0d870f3dc4200b3f4 (patch)
tree3a814b8c92b8edc467096be067959876cf1721d9 /x11-themes
parentx11-wm/phoc: bump to 0.8.0 (diff)
downloadguru-ef587e5f40e36be76c0263b0d870f3dc4200b3f4.tar.gz
guru-ef587e5f40e36be76c0263b0d870f3dc4200b3f4.tar.bz2
guru-ef587e5f40e36be76c0263b0d870f3dc4200b3f4.zip
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@protonmail.com>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/qogir-icon-theme/qogir-icon-theme-2020.11.22.ebuild3
1 files changed, 3 insertions, 0 deletions
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() {