summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2020-01-21 21:30:19 -0800
committerMike Swanson2020-01-21 21:30:19 -0800
commitde693b94a0a91e1c4eb462ed8660717f778b9eab (patch)
treef7c521a4b114353404cb42dcb9174b8575ab200a
parent25fe425c28aabbdea1f201577fa571bd9c5458f6 (diff)
downloadaur-de693b94a0a91e1c4eb462ed8660717f778b9eab.tar.gz
Add desktop and icon files to install
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0786888eef05..60ebde840131 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = woof-git
pkgdesc = Doom port remaining faithful to Lee Killough’s MBF on DOS
pkgver = r121.ffef698
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fabiangreffrath/woof
arch = x86_64
license = GPL2
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
}