mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
parent
c07fc2659f
commit
d30ac29124
@ -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() {
|
||||||
|
@ -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
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user