From b91a62d7c5f45813d1218816f2405fd55b66a5df Mon Sep 17 00:00:00 2001 From: abveritas Date: Thu, 9 Dec 2010 12:29:57 +0000 Subject: [PATCH] Version-up gtk-integration--added dep--, scribus to 1.3.9, kmymoney to 4.5.1, skanlite to 0.7 --- gtk-integration/PKGBUILD | 2 +- kmymoney/PKGBUILD | 6 +++--- scribus/PKGBUILD | 8 ++++---- skanlite/PKGBUILD | 20 +++++++------------- 4 files changed, 15 insertions(+), 21 deletions(-) diff --git a/gtk-integration/PKGBUILD b/gtk-integration/PKGBUILD index 26cdb6931..e01ca58fe 100644 --- a/gtk-integration/PKGBUILD +++ b/gtk-integration/PKGBUILD @@ -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') diff --git a/kmymoney/PKGBUILD b/kmymoney/PKGBUILD index 98a271f58..1df5a3924 100644 --- a/kmymoney/PKGBUILD +++ b/kmymoney/PKGBUILD @@ -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') diff --git a/scribus/PKGBUILD b/scribus/PKGBUILD index 3a2f3665e..e3d991ce1 100644 --- a/scribus/PKGBUILD +++ b/scribus/PKGBUILD @@ -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} diff --git a/skanlite/PKGBUILD b/skanlite/PKGBUILD index e6e2f5e04..e7ee48960 100644 --- a/skanlite/PKGBUILD +++ b/skanlite/PKGBUILD @@ -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 -} +} \ No newline at end of file