summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Rizzitello2016-11-06 17:08:43 -0500
committerChris Rizzitello2016-11-06 17:08:43 -0500
commit5aa1f179cd79b0da763d5be0688f9799bf9663da (patch)
treee4c23c0f08bb1ea1baf0714d66c047cd8c945bd9
parent83a3014b4d99cfe7cd56f45b88b5855b7358e791 (diff)
downloadaur-5aa1f179cd79b0da763d5be0688f9799bf9663da.tar.gz
update to install menu entries
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf1e0d58cbbc..0064fa15cdc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Nov 5 20:41:18 UTC 2016
+# Sun Nov 6 22:08:26 UTC 2016
pkgbase = atcore-git
pkgdesc = KDE 3D Printing
- pkgver = 707e566
+ pkgver = b8850b3
pkgrel = 1
url = https://github.com/KDE/atcore
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 074d57ecf07b..58b7d893b074 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Rizzitello <sithlord48@gmail.com>
pkgname=atcore-git
confilicts=('atcore')
-pkgver=707e566
+pkgver=b8850b3
pkgrel=1
pkgdesc="KDE 3D Printing"
arch=('i686' 'x86_64')
@@ -26,6 +26,9 @@ build() {
package(){
cd "atcore"
make DESTDIR="$pkgdir/" install
- mkdir "$pkgdir/usr/bin"
- cp "testclient/AtCoreTest" "$pkgdir/usr/bin/"
+ #add the optional stuff for AtCoreTest deployment
+ install -D -s -m755 testclient/AtCoreTest $pkgdir/usr/bin/AtCoreTest
+ install -D -m644 testclient/AtCoreTest.menu $pkgdir/usr/share/menu/AtCoreTest
+ install -D -m644 testclient/AtCoreTest.png $pkgdir/usr/share/pixmaps/AtCoreTest.png
+ install -D -m644 testclient/AtCoreTest.desktop $pkgdir/usr/share/applications/AtCoreTest.desktop
}