summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip2016-04-28 14:38:51 +0200
committerJosip2016-04-28 14:38:51 +0200
commit4fb2aa1196a0924fdaf82e774a78c2cd123f5eab (patch)
tree63f5fc45f22d3eae1c94360f1b25b2eebb1e5e6b
parent36bcdd15d504993d9a689c7141f87552a3a6cb0d (diff)
downloadaur-4fb2aa1196a0924fdaf82e774a78c2cd123f5eab.tar.gz
Install desktop file...
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99eb72a98c17..602d512f7d53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qactus-git
pkgdesc = A Qt-based OBS notifier application.
pkgver = v0.7.0.r36.g8560b4c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/javierllorente/qactus
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6901a2fecf38..ff0f2e54649a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qactus-git
pkgver=v0.7.0.r36.g8560b4c
-pkgrel=1
+pkgrel=2
pkgdesc="A Qt-based OBS notifier application."
arch=('i686' 'x86_64')
url="https://github.com/javierllorente/qactus"
@@ -29,4 +29,5 @@ build() {
package() {
cd qactus
make INSTALL_ROOT="${pkgdir}" install
+ install -Dm644 qactus.desktop "$pkgdir/usr/share/applications/qactus.desktop"
}