Date: Tuesday, July 27, 2010 @ 05:09:54 Author: andrea Revision: 86191
moved to [testing] Modified: kdeartwork/trunk/PKGBUILD ----------+ PKGBUILD | 52 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 22 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-07-27 09:09:49 UTC (rev 86190) +++ PKGBUILD 2010-07-27 09:09:54 UTC (rev 86191) @@ -1,25 +1,28 @@ # $Id$ -# Maintainer: Pierre Schmitz <[email protected]> +# Maintainer: Andrea Scarpino <[email protected]> +# Contributor: Pierre Schmitz <[email protected]> pkgbase=kdeartwork -pkgname=('kdeartwork-colorschemes' - 'kdeartwork-iconthemes' - 'kdeartwork-weatherwallpapers' +pkgname=('kdeartwork-aurorae' + 'kdeartwork-colorschemes' 'kdeartwork-desktopthemes' 'kdeartwork-emoticons' + 'kdeartwork-iconthemes' 'kdeartwork-kscreensaver' 'kdeartwork-sounds' 'kdeartwork-styles' - 'kdeartwork-wallpapers') -pkgver=4.4.5 + 'kdeartwork-wallpapers' + 'kdeartwork-weatherwallpapers') +pkgver=4.4.95 pkgrel=1 arch=('i686' 'x86_64') url='http://www.kde.org' license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdeartwork') -makedepends=('pkgconfig' 'cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace') -source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2") -sha1sums=('1b0eb93247b4ad199c6090628cc6b903bc954af6') +makedepends=('pkgconfig' 'cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' + 'docbook-xsl') +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2") +sha1sums=('8858ada3de11d7f32984c8567008c2ebc63c433d') build() { cd $srcdir @@ -32,24 +35,18 @@ make } +package_kdeartwork-aurorae() { + pkgdesc='An Aurorae theme based on the Oxygen plasma theme' + cd $srcdir/build/aurorae + make DESTDIR=$pkgdir install +} + package_kdeartwork-colorschemes() { pkgdesc='KDE color schemes' cd $srcdir/build/ColorSchemes make DESTDIR=$pkgdir install } -package_kdeartwork-iconthemes() { - pkgdesc='KDE icon themes' - cd $srcdir/build/IconThemes - make DESTDIR=$pkgdir install -} - -package_kdeartwork-weatherwallpapers() { - pkgdesc='KDE weather wallpapers' - cd $srcdir/build/WeatherWallpapers - make DESTDIR=$pkgdir install -} - package_kdeartwork-desktopthemes() { pkgdesc='KDE desktop themes' cd $srcdir/build/desktopthemes @@ -62,6 +59,12 @@ make DESTDIR=$pkgdir install } +package_kdeartwork-iconthemes() { + pkgdesc='KDE icon themes' + cd $srcdir/build/IconThemes + make DESTDIR=$pkgdir install +} + package_kdeartwork-kscreensaver() { pkgdesc='KDE screensaver' depends=('kdebase-workspace' ) @@ -77,7 +80,7 @@ package_kdeartwork-styles() { pkgdesc='KDE styles' - depends=('kdelibs') + depends=('kdebase-workspace') cd $srcdir/build/styles make DESTDIR=$pkgdir install } @@ -90,3 +93,8 @@ make DESTDIR=$pkgdir install } +package_kdeartwork-weatherwallpapers() { + pkgdesc='KDE weather wallpapers' + cd $srcdir/build/WeatherWallpapers + make DESTDIR=$pkgdir install +}
