summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2020-01-21 21:30:19 -0800
committerMike Swanson2020-01-21 21:30:19 -0800
commitde693b94a0a91e1c4eb462ed8660717f778b9eab (patch)
treef7c521a4b114353404cb42dcb9174b8575ab200a /PKGBUILD
parent25fe425c28aabbdea1f201577fa571bd9c5458f6 (diff)
downloadaur-de693b94a0a91e1c4eb462ed8660717f778b9eab.tar.gz
Add desktop and icon files to install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f40ae600b6d2..ea07c5643c1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=woof-git
pkgver=r121.ffef698
-pkgrel=1
+pkgrel=2
pkgdesc="Doom port remaining faithful to Lee Killough’s MBF on DOS"
arch=("x86_64")
url="https://github.com/fabiangreffrath/woof"
@@ -35,4 +35,6 @@ package() {
cd "$srcdir/${pkgname%-git}"
make DESTDIR="$pkgdir/" install
+ install -Dm644 -t "$pkgdir/usr/share/applications" data/woof.desktop
+ install -Dm644 -t "$pkgdir/usr/share/icons" data/woof.png
}