summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-03-25 23:16:39 +0100
committerhaawda2019-03-25 23:16:39 +0100
commitf719816aec015e6255b33e800b34b4b0cb75dd13 (patch)
treec982bd4a8103f54cbd70765621636b2950a4f660 /PKGBUILD
parent113112477ff7e6afb84473dea28ba1cb40c3d2b3 (diff)
downloadaur-f719816aec015e6255b33e800b34b4b0cb75dd13.tar.gz
fix icon path and desktop file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b979bc7d6ba..b6400f691f0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor, Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=findwild
pkgver=2.5
-pkgrel=6
+pkgrel=7
arch=('i686' 'x86_64')
license=('GPL3')
depends=('gtk3')
@@ -18,6 +18,7 @@ build() {
package() {
cd $pkgname
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" ICONDIR=/usr/share/pixmaps install
+ sed -i 's+/usr/share/findwild/icons/++' "$pkgdir"/usr/share/applications/$pkgname.desktop
}