summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Weinelt2016-09-05 14:33:36 +0200
committerMartin Weinelt2016-09-05 14:33:36 +0200
commitc0b9ca8a1b69deed08e47bfaf32a4b2f2aae8c84 (patch)
tree8ff711924a169e5040b09702aa50fa6844846d25
parentc2626fe1fb74b18c9d13de2f66a97efed8b83d7e (diff)
downloadaur-c0b9ca8a1b69deed08e47bfaf32a4b2f2aae8c84.tar.gz
install desktop file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92f436696260..d22862de7232 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = quaternion-git
pkgdesc = Qt5-based IM client for the Matrix protocol
- pkgver = 06fffd1
+ pkgver = afdab5b
pkgrel = 1
url = https://github.com/Fxrh/Quaternion
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 3db15b4d173b..811860da0e9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Weinelt <hexa@darmstadt.ccc.de>
pkgname=quaternion-git
-pkgver=06fffd1
+pkgver=afdab5b
pkgrel=1
pkgdesc="Qt5-based IM client for the Matrix protocol"
arch=('any')
@@ -34,7 +34,8 @@ build() {
}
package() {
- cd $_gitname/build
- install -Dm755 "quaternion" -t "$pkgdir/usr/bin/"
+ cd $_gitname
+ install -Dm755 "build/quaternion" -t "$pkgdir/usr/bin/"
+ install -Dm644 "linux/quaternion.desktop" -t "$pkgdir/usr/share/applications/"
}