summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyope2022-01-24 11:39:41 +0800
committerkyope2022-01-24 11:39:41 +0800
commit45f7c38dff3e1843b7623112d3c6eff4c83065f1 (patch)
tree90c1e32b235d5344ca1880c1d5d0aeb6944625b0
parent1f8d8a400d97d734666280318f5272f705157349 (diff)
downloadaur-45f7c38dff3e1843b7623112d3c6eff4c83065f1.tar.gz
v2.21.7
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0d1559c7f3b..77ec168ae588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,7 @@ prepare() {
cd ${srcdir}
chmod a+x ${_pkgname}
${srcdir}/${_pkgname} --appimage-extract
+ sed -i "s+Categories=Audio+Categories=Audio;AudioVideo+" "squashfs-root/listen1.desktop"
sed -i "s+AppRun+env DESKTOPINTEGRATION=no ${_installdir}/${_installname}.AppImage+" "squashfs-root/listen1.desktop"
sed -i "s/[[:space:]]%U$//" "squashfs-root/listen1.desktop"
find "squashfs-root/usr/share/icons/hicolor" -type d -exec chmod 755 {} \;