mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 06:37:16 +08:00
Version-up gtk-integration--added dep--, scribus to 1.3.9, kmymoney to 4.5.1, skanlite to 0.7
This commit is contained in:
parent
d7d6f3264e
commit
b91a62d7c5
@ -23,7 +23,7 @@ url="http://www.nanolx.org/home/item/75-oxygen-refit - http://kde-look.org/conte
|
||||
http://plasmasturm.org/programs/gtk-chtheme/ - http://code.google.com/p/princeamds-code/"
|
||||
license=('LGPL3' 'GPL')
|
||||
|
||||
depends=('qt' 'oxygen-icons' 'python2' 'gtk2')
|
||||
depends=('qt' 'oxygen-icons' 'python2' 'gtk2' 'pygtk')
|
||||
makedepends=('findutils' 'imagemagick' 'liblqr')
|
||||
provides=('gtk-integration' 'oxygenrefit2-icon-theme' 'oxygen-molecule-theme' 'gtk-chtheme' 'gtk-icon-theme-changer')
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=kmymoney
|
||||
pkgver=4.5
|
||||
pkgver=4.5.1
|
||||
pkgrel=1
|
||||
pkgdesc="An finance manager for KDE4 with HBCI support"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -19,7 +19,7 @@ makedepends=('cmake' 'automoc4' 'libofx' 'gwenhywfar')
|
||||
provides=()
|
||||
conflicts=(kmymoney2)
|
||||
replaces=(kmymoney2)
|
||||
source=(http://downloads.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/4.5/$pkgname-$pkgver.tar.bz2)
|
||||
source=(http://downloads.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/$pkgver/$pkgname-$pkgver.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
@ -28,4 +28,4 @@ build() {
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir/" install
|
||||
}
|
||||
md5sums=('a764fe259c7885f22a10049cef68398e')
|
||||
md5sums=('b84e4871019a7f44848e65702c4ce3a2')
|
||||
|
@ -8,7 +8,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=scribus
|
||||
pkgver=1.3.8
|
||||
pkgver=1.3.9
|
||||
pkgrel=1
|
||||
pkgdesc="A desktop publishing program"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -16,12 +16,12 @@ url="http://www.scribus.net"
|
||||
license=('GPL')
|
||||
install=scribus.install
|
||||
depends=('libcups>=1.3.11' 'lcms>=1.18' 'qt' 'ghostscript>=8.70' \
|
||||
'libart-lgpl>=2.3.20' 'python>=2.6.2' 'libxml2>=2.7.3' 'cairo' \
|
||||
'libart-lgpl>=2.3.20' 'python2>=2.6.2' 'libxml2>=2.7.3' 'cairo' \
|
||||
'desktop-file-utils' 'shared-mime-info')
|
||||
makedepends=('cmake')
|
||||
options=(!libtool !makeflags)
|
||||
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('660b946ea3ba19e894fb5701832a6b54')
|
||||
source=(http://sourceforge.net/projects/scribus/files/scribus-devel/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=(a54dbf2e10cd88d683d0d34565d29378)
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
|
@ -8,30 +8,24 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=skanlite
|
||||
pkgver=0.4
|
||||
_kdever=4.4.0
|
||||
pkgver=0.7
|
||||
pkgrel=1
|
||||
pkgdesc="Image Scanning Application for KDE"
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.kde.org'
|
||||
license=('LGPL')
|
||||
depends=('kdegraphics-common')
|
||||
makedepends=('pkgconfig' 'cmake' 'automoc4')
|
||||
depends=('kdegraphics-common' )
|
||||
makedepends=('pkgconfig' 'cmake' 'automoc4' 'docbook-xsl')
|
||||
options=('docs')
|
||||
source=("http://download.kde.org/stable/${_kdever}/src/extragear/${pkgname}-${pkgver}-kde${_kdever}.tar.bz2")
|
||||
md5sums=('b1e6e8a3e6b2ffab667afbf6426d344d')
|
||||
source=("http://downloads.sourceforge.net/sanewidget/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('cb256c392210c43d51e317c6a5ba9ad2')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${pkgname}-${pkgver}-kde${_kdever} \
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/build
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user