summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Jin2022-05-27 01:05:12 +0800
committerBin Jin2022-05-27 01:05:12 +0800
commit6652a3aab74ab6bc85d05f436237449dc9c1e6a6 (patch)
treeff5b629258fa07309d5e18567fd70eb79c72a357
parent53063bed868a48bb467f3c3047a2b5484f924882 (diff)
downloadaur-6652a3aab74ab6bc85d05f436237449dc9c1e6a6.tar.gz
mark the solution as workaround
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37cdf80d6199..f3194791d8b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,7 @@ package() {
install -Dm0644 "resources/icon.svg" "${pkgdir}/usr/share/pixmaps/${_pkgname}.svg"
install -Dm0644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
- # gyroflow UI depends on those svg files
+ # Workaround for svg loading
# See https://github.com/gyroflow/gyroflow/issues/353
cp -a resources/icons/svg/* "${pkgdir}/usr/share/pixmaps/"