summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjmcb2022-09-25 12:35:12 +0100
committerjmcb2022-09-25 12:35:12 +0100
commit770caac1c4938c30e1a64b263104999041be949c (patch)
tree4f0dc6c7c7848266654357e4b2a75706d0c0d740 /PKGBUILD
parent4e2cdf883526263e79d4517d85cb700fa67b1c2a (diff)
downloadaur-770caac1c4938c30e1a64b263104999041be949c.tar.gz
Pixmaps is simpler with just one icon
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6563c000ab95..141499927e15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A fantasy console for making, sharing and playing tiny games and other
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://www.lexaloffle.com/pico-8.php"
license=('custom:commercial')
-depends=('glibc' 'sdl2' 'hicolor-icon-theme')
+depends=('glibc' 'sdl2')
optdepends=('wget: BBS download support')
replaces=('pico8-bin')
@@ -58,7 +58,7 @@ package () {
fi
install -Dm644 "${pkgname}.xml" "${_share}/mime/packages/${pkgname}.xml"
install -Dm644 "${pkgname}.desktop" "${_share}/applications/${pkgname}.desktop"
- install -Dm644 "${pkgname}.png" "${_share}/icons/hicolor/128x128/apps/${pkgname}.png"
+ install -Dm644 "${pkgname}.png" "${_share}/pixmaps/${pkgname}.png"
# Links the installed binary to /usr/bin
local _bin="${pkgdir}/usr/bin"