summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-04-18 19:18:19 +0200
committerMichel Zou2016-04-18 19:18:19 +0200
commiteb4441df7a2eaaeafea7b08881db486189fdc57f (patch)
treefbd4d62e31d9eee86c618432ea3410bc0cf2de18
parentf1a5904d662fe2b30b33a72bf12b3995ea7756b6 (diff)
downloadaur-eb4441df7a2eaaeafea7b08881db486189fdc57f.tar.gz
desktop shortcut
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc81fda3a7d7..52b5fa043aea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Apr 4 17:25:48 UTC 2016
+# Mon Apr 18 17:18:18 UTC 2016
pkgbase = python-orange
pkgdesc = Open source data visualization and analysis for novice and experts. Data mining through visual programming or Python scripting.
pkgver = 3.3.1
- pkgrel = 1
+ pkgrel = 2
url = http://orange.biolab.si/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1f9408219897..585ab0df34eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-orange
pkgver=3.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Open source data visualization and analysis for novice and experts. Data mining through visual programming or Python scripting."
arch=('i686' 'x86_64')
url="http://orange.biolab.si/"
@@ -19,5 +19,7 @@ build() {
package() {
cd "${srcdir}/orange3-$pkgver"
python setup.py install --root="${pkgdir}"
+ install -Dm644 distribute/orange-canvas.desktop "${pkgdir}"/usr/share/applications/orange-canvas.desktop
+ install -Dm644 distribute/icon-256.png "${pkgdir}"/usr/share/icons/hicolor/256x256/apps/orange-canvas.png
}