summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2018-07-14 21:47:47 +0200
committerFrederik “Freso” S. Olesen2018-07-14 21:47:47 +0200
commit9964006e8c51e3ca17d5cac080c388d0155cd2ce (patch)
tree7e970d096c8dced48efbd42247566e1a8ea49967
parentfdc3a6aa3e46de891a1e270332b2b0266804b76e (diff)
downloadaur-9964006e8c51e3ca17d5cac080c388d0155cd2ce.tar.gz
Fix missing 256² pixel icon
In the AppImage archive, the 256 .png is a hardlink to ".DirIcon" in the root of the image/archive, which was not getting extracted in prepare().
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4af2cd3ba067..19118e7a3f9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wootility-appimage
pkgdesc = Utility for configuring Wooting keyboards (binary AppImage version)
pkgver = 2.3.4
- pkgrel = 3
+ pkgrel = 4
url = https://www.wooting.nl/wootility
arch = x86_64
license = unknown
diff --git a/PKGBUILD b/PKGBUILD
index 094415b59f44..c5c15959b37c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=wootility
pkgname=${_pkgname}-appimage
pkgver=2.3.4
-pkgrel=3
+pkgrel=4
pkgdesc='Utility for configuring Wooting keyboards (binary AppImage version)'
arch=('x86_64')
url='https://www.wooting.nl/wootility'
@@ -18,7 +18,7 @@ sha512sums=('412a62b18302b025fddc5ca1c22849b457540e576e378ee32eac07c8b8a8fb37838
'f8b9eb4334e776d6b30b2ac896fb94497e8d200c9b8de4e00698d6e766aec30a55d6c225b1c91cb1eda5c98161ad26c635da5a555bbf5b349d69c4bc64fba912')
prepare() {
- bsdcpio --extract --make-directories --insecure 'wootility.desktop' 'usr/share/icons' < "${_appimage}"
+ bsdcpio --extract --make-directories --insecure 'wootility.desktop' '.DirIcon' 'usr/share/icons' < "${_appimage}"
}
build() {