summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2015-10-16 18:06:57 -0400
committerAdam Goldsmith2015-10-16 18:06:57 -0400
commit650bc324432a8a204c5d7719ba10ad549e0a9eaf (patch)
tree3e6746aa6c1ccff39a0874a709c60d267fcbd77a
parent605561793c489320e955919d4abeaafb5ca9225a (diff)
downloadaur-650bc324432a8a204c5d7719ba10ad549e0a9eaf.tar.gz
Install .desktop file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8f92c6adf24..ff72c7022376 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cura-git
pkgdesc = A full software solution for 3D printing aimed at RepRaps and the Ultimaker.
pkgver = 15.06.03.687.ge7f2c9d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/daid/Cura
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 118cdff9f880..fbda35317d6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cura-git
pkgver=15.06.03.687.ge7f2c9d
-pkgrel=1
+pkgrel=2
pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker."
arch=('i686' 'x86_64')
license=('GPL3')
@@ -37,6 +37,9 @@ package() {
chmod +x "$pkgdir/usr/bin/cura_app.py"
ln -s "$pkgdir/usr/bin/cura_app.py" "$pkgdir/usr/bin/cura"
+
+ install -d "$pkgdir/usr/share/applications/"
+ install "$srcdir/Cura/cura.desktop" "$pkgdir/usr/share/applications/"
}
# vim:set ts=2 sw=2 et: