mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
skrooge, calibre, veusz update
This commit is contained in:
parent
7b1e8d83f3
commit
eb44593cda
@ -7,7 +7,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=calibre
|
||||
pkgver=0.8.27
|
||||
pkgver=0.8.28
|
||||
pkgrel=1
|
||||
pkgdesc="Ebook management application"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -22,7 +22,7 @@ optdepends=('ipython: to use calibre-debug')
|
||||
install=calibre.install
|
||||
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
|
||||
desktop_integration.patch)
|
||||
md5sums=('6a56538249fd7ddb63d1f72d1b601272'
|
||||
md5sums=('08aa2568300e8781824c62de7c23faae'
|
||||
'f4b80e3b34e34bce68b3f052ff52dee8')
|
||||
|
||||
build() {
|
||||
|
@ -6,7 +6,7 @@
|
||||
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
|
||||
pkgname=skrooge
|
||||
pkgver=1.1.0
|
||||
pkgver=1.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Allows you to manage your personal finances in KDE"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -17,7 +17,7 @@ makedepends=('automoc4' 'cmake' 'docbook-xsl')
|
||||
install=$pkgname.install
|
||||
source=(http://skrooge.org/files/$pkgname-$pkgver.tar.bz2)
|
||||
#"$pkgname-$pkgver-numbers.diff::http://quickgit.kde.org/?p=skrooge.git&a=blobdiff_plain&h=6419c8feca1e52e29ea80bed40968332559d58ca&hp=c123c16274a1f19c172a7ce0604835f76ffd7288&f=skgbasegui/skgcalculatoredit.cpp")
|
||||
md5sums=('b523b162392d1b4f9942e5895b11d6a4')
|
||||
md5sums=('e07231e9dc6d9673ef7cc0b1ac455345')
|
||||
# 'a841957f870a997ea0cba11b01775b97')
|
||||
|
||||
build() {
|
||||
|
@ -7,7 +7,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=veusz
|
||||
pkgver=1.13
|
||||
pkgver=1.14
|
||||
pkgrel=1
|
||||
pkgdesc="A scientific plotting package, designed to create publication-ready Postscript output"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -17,17 +17,17 @@ depends=('pyqt>=4.3' 'python-numpy>=1.0' 'lapack' 'hicolor-icon-theme')
|
||||
optdepends=('python-pyfits: for reading files in FITS format')
|
||||
source=(http://download.gna.org/$pkgname/$pkgname-$pkgver.tar.gz
|
||||
veusz.desktop)
|
||||
md5sums=('081eab85b51fcc7e1ad1d27cd37d53ef'
|
||||
md5sums=('13c5e5d9105384e6d0cfcb3163ede4b9'
|
||||
'1e526306463d2212e56290c9994a41a6')
|
||||
install=veusz.install
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
python2 setup.py build || return 1
|
||||
python2 setup.py build
|
||||
}
|
||||
package() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
python2 setup.py install --root="$pkgdir" --prefix=/usr || return 1
|
||||
python2 setup.py install --root="$pkgdir" --prefix=/usr
|
||||
for _i in 16 32 48 64 128; do
|
||||
install -D -m644 windows/icons/veusz_$_i.png \
|
||||
"$pkgdir"/usr/share/icons/hicolor/${_i}x${_i}/apps/veusz.png
|
||||
|
Loading…
Reference in New Issue
Block a user