summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Leontiev2015-06-13 20:01:03 +0300
committerAnton Leontiev2015-08-02 17:23:42 +0300
commit06faf3564308157117f1afeac749298287bd3c42 (patch)
tree92b7919134071bc3fa5e67708cd91c96352975d2 /PKGBUILD
parent75528bcdc9bc322ee012f277f742bca5d8ee7b78 (diff)
downloadaur-06faf3564308157117f1afeac749298287bd3c42.tar.gz
Update to v3.3.3-2
* Update download URL. * Add dependency on qt5-multimedia. * Change icon location.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53193074d93a..81ba21f044e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
pkgname=xyscan
pkgver=3.3.3
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc='Tool to extract data points from graphical plots'
url='http://star.physics.yale.edu/~ullrich/xyscanDistributionPage/'
license=('GPL')
-depends=('qt5-base>=5.2.0')
-source=(http://star.physics.yale.edu/~ullrich/xyscanDistributionPage/3.33/$pkgname-3.33-src.tar.gz
+depends=('qt5-multimedia>=5.2.0')
+source=(http://rhig.physics.yale.edu/~ullrich/software/$pkgname/Distributions/3.33/$pkgname-3.33-src.tar.gz
xyscan-$pkgver-docs.patch
xyscan.desktop)
md5sums=('d236ee95950edbf0dfef895ea59aafcd'
@@ -28,7 +28,7 @@ package() {
install --mode=755 --directory $pkgdir/usr/share/doc/xyscan/{en,fr}
install --mode=644 --target-directory=$pkgdir/usr/share/doc/xyscan/en docs/en/*
install --mode=644 --target-directory=$pkgdir/usr/share/doc/xyscan/fr docs/fr/*
- install --mode=644 -D images/xyscanIcon.png $pkgdir/usr/share/icons/hicolor/32x32/apps/xyscan.png
+ install --mode=644 -D images/xyscanIcon.png $pkgdir/usr/share/pixmaps/xyscan.png
if test -x /usr/bin/desktop-file-install; then
/usr/bin/desktop-file-install --dir $pkgdir/usr/share/applications $srcdir/xyscan.desktop
else