summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2015-06-13 20:01:03 +0300
committerAnton Leontiev2015-08-02 17:23:42 +0300
commit06faf3564308157117f1afeac749298287bd3c42 (patch)
tree92b7919134071bc3fa5e67708cd91c96352975d2
parent75528bcdc9bc322ee012f277f742bca5d8ee7b78 (diff)
downloadaur-06faf3564308157117f1afeac749298287bd3c42.tar.gz
Update to v3.3.3-2
* Update download URL. * Add dependency on qt5-multimedia. * Change icon location.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--xyscan.install7
3 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7b4b023b859..9af002bfda7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = xyscan
pkgdesc = Tool to extract data points from graphical plots
pkgver = 3.3.3
- pkgrel = 1
+ pkgrel = 2
url = http://star.physics.yale.edu/~ullrich/xyscanDistributionPage/
install = xyscan.install
arch = i686
arch = x86_64
license = GPL
- depends = qt5-base>=5.2.0
- source = http://star.physics.yale.edu/~ullrich/xyscanDistributionPage/3.33/xyscan-3.33-src.tar.gz
+ depends = qt5-multimedia>=5.2.0
+ source = http://rhig.physics.yale.edu/~ullrich/software/xyscan/Distributions/3.33/xyscan-3.33-src.tar.gz
source = xyscan-3.3.3-docs.patch
source = xyscan.desktop
md5sums = d236ee95950edbf0dfef895ea59aafcd
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
diff --git a/xyscan.install b/xyscan.install
index 6cf972aacc63..a957b6034e90 100644
--- a/xyscan.install
+++ b/xyscan.install
@@ -1,12 +1,11 @@
post_install() {
- [ -x /usr/bin/gtk-update-icon-cache ] && gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
- [ -x /usr/bin/update-desktop-database ] && /usr/bin/update-desktop-database -q
+ [ -x /usr/bin/update-desktop-database ] && /usr/bin/update-desktop-database -q
}
post_upgrade() {
- post_install $1
+ post_install $1
}
post_remove() {
- post_install $1
+ post_install $1
}