summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsekret2018-10-30 21:07:31 +0100
committersekret2018-10-30 21:07:31 +0100
commit2407cbc829474766684410271a17d94cc51f1689 (patch)
treed17798e6c8169138e8da8338035b8097ebcbc589 /PKGBUILD
parent97c7384a84a51e8c93263dd7717609dc432f94ff (diff)
downloadaur-dgedit-git.tar.gz
included desktop file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6bfbd7b623a..4aa1d4b0f798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
_pkgname=dgedit
pkgname=$_pkgname-git
-pkgver=0.r28.eeef75b
+pkgver=0.r70.6dcbe41
pkgrel=1
pkgdesc="The DrumGizmo drumkit editor"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -29,6 +29,8 @@ build() {
package() {
cd "$_pkgname"
make DESTDIR="$pkgdir/" install
+
+ install -Dm644 "$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
}
# vim:set ts=2 sw=2 et: