[skip-ci] veusz: update to 3.0.1, switch to pacman hooks #74 #75

This commit is contained in:
Francesco Marinucci 2018-12-30 18:38:05 +01:00
parent c07fc2659f
commit d30ac29124
2 changed files with 5 additions and 25 deletions

View File

@ -1,18 +1,17 @@
pkgname=veusz pkgname=veusz
pkgver=1.26.1 pkgver=3.0.1
pkgrel=2 pkgrel=1
pkgdesc="A scientific plotting package, designed to create publication-ready Postscript output" pkgdesc="A scientific plotting package, designed to create publication-ready Postscript output"
arch=('x86_64') arch=('x86_64')
url="http://gna.org/projects/veusz" url="https://veusz.github.io/"
license=('GPL') license=('GPL')
depends=('python3-pyqt4' 'python3-numpy' 'python3-sip' 'openblas' 'lapack' 'hicolor-icon-theme') depends=('python3-pyqt5' 'python3-numpy' 'python3-sip' 'openblas' 'lapack' 'hicolor-icon-theme')
optdepends=('python3-pyfits: for reading files in FITS format') optdepends=('python3-pyfits: for reading files in FITS format')
source=(https://github.com/veusz/veusz/archive/$pkgname-$pkgver.tar.gz source=(https://github.com/veusz/veusz/archive/$pkgname-$pkgver.tar.gz
veusz.desktop) veusz.desktop)
categories=('education' 'science') categories=('education' 'science')
install=veusz.install
screenshot=('http://home.gna.org/veusz/screenshots/linux_mainwin.png') screenshot=('http://home.gna.org/veusz/screenshots/linux_mainwin.png')
sha256sums=('8dcd0e69408690f3ae9dd2eb9b634f703f23cf1e0e22ffca5695fcc3f385fbf8' sha256sums=('76f4feb400be4ada538e832cce352211383dbdb530f41f379c9dbf28e3591db3'
'33e17492c79986d0e7c545648fc50ab17d62f0207a73329689d0c4192a0d0b1d') '33e17492c79986d0e7c545648fc50ab17d62f0207a73329689d0c4192a0d0b1d')
build() { build() {

View File

@ -1,19 +0,0 @@
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
pre_upgrade() {
pre_remove $1
}
post_upgrade() {
post_install $1
}
pre_remove() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_remove() {
update-desktop-database -q
}