summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2020-01-24 07:53:43 -0800
committerMike Swanson2020-01-24 07:53:43 -0800
commit86e19f9b2e4999dfe75fc213aad24ce21d5491c9 (patch)
tree879986a98dc5007c087a278683bb3d6de11d577b /PKGBUILD
parent3a58d08982579737cf87afdf352c93c000bb16c9 (diff)
downloadaur-86e19f9b2e4999dfe75fc213aad24ce21d5491c9.tar.gz
Upstream installs desktop file and icon properly now
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d57b306deeeb..30147592dfc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=woof-git
-pkgver=0.9.0.r2.76ff38f
+pkgver=0.9.0.r11.27f21ed
pkgrel=1
pkgdesc="Doom port remaining faithful to Lee Killough’s MBF on DOS"
arch=("x86_64")
url="https://github.com/fabiangreffrath/woof"
license=('GPL2')
-depends=('sdl2' 'sdl2_net' 'sdl2_mixer')
+depends=('hicolor-icon-theme' 'sdl2' 'sdl2_net' 'sdl2_mixer')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
@@ -35,6 +35,4 @@ 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
}