summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
-rw-r--r--alphaplot.install2
3 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93160fc09bdd..bdaeb00a1b0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alphaplot
pkgdesc = Application for Scientific Data Analysis and Visualization, fork of SciDavis / QtiPlot
- pkgver = 0.01
+ pkgver = 0.01_alpha_prerelease_git
pkgrel = 1
install = alphaplot.install
arch = i686
@@ -12,7 +12,6 @@ pkgbase = alphaplot
depends = glu
depends = mesa
depends = muparser
- depends = python2-pyqt4
depends = shared-mime-info
depends = qwt5
depends = qwtplot3d
diff --git a/PKGBUILD b/PKGBUILD
index f7518b5aa872..916b02ac3b34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Arun Narayanankutty <n.arun.lifescience@gmail.com>
pkgname=alphaplot
-pkgver=0.01
+pkgver=0.01_alpha_prerelease_git
pkgrel=1
pkgdesc="Application for Scientific Data Analysis and Visualization, fork of SciDavis / QtiPlot"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('GPL-2')
# make dependancies
makedepends=('boost' 'cmake')
-depends=('gsl' 'glu' 'mesa' 'muparser' 'python2-pyqt4' 'shared-mime-info'
+depends=('gsl' 'glu' 'mesa' 'muparser' 'shared-mime-info'
'qwt5' 'qwtplot3d')
# source download from git repo & prepare
@@ -31,7 +31,4 @@ build() {
package() {
cd "${srcdir}/${pkgname}"
make INSTALL_ROOT="${pkgdir}" DESTDIR="${pkgdir}" install
-
- # remove liborigin files since it uses static library
- rm -rf "${pkgdir}/usr/local"
}
diff --git a/alphaplot.install b/alphaplot.install
index 18032f614862..40347bf55e63 100644
--- a/alphaplot.install
+++ b/alphaplot.install
@@ -7,5 +7,3 @@ post_install() {
post_remove() {
post_install $1
}
-
-# vim:set ts=2 sw=2 et: