summaryrefslogtreecommitdiff
path: root/extra/kdeartwork
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-02 04:35:55 +0000
committerroot <root@rshg054.dnsready.net>2011-08-02 04:35:55 +0000
commitbf35116f9d203dcafce808a6c7b3dd5a0db8afbc (patch)
treef9551a1d3c67d2113cc5fc5c3f8816bcbaad0540 /extra/kdeartwork
parent1173ff2dba7d0fd3c45f170a5e353a76b7a5da2f (diff)
Tue Aug 2 04:35:55 UTC 2011
Diffstat (limited to 'extra/kdeartwork')
-rw-r--r--extra/kdeartwork/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/extra/kdeartwork/PKGBUILD b/extra/kdeartwork/PKGBUILD
index c6aefa0d0..e12a5ba0a 100644
--- a/extra/kdeartwork/PKGBUILD
+++ b/extra/kdeartwork/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 130260 2011-07-04 19:27:42Z andrea $
+# $Id: PKGBUILD 132590 2011-07-25 00:13:19Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
@@ -13,16 +13,16 @@ pkgname=('kdeartwork-aurorae'
'kdeartwork-styles'
'kdeartwork-wallpapers'
'kdeartwork-weatherwallpapers')
-pkgver=4.6.5
+pkgver=4.7.0
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' 'kdegraphics-libs')
+ 'kdebase-workspace' 'libkexiv2')
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-sha1sums=('9bcf223f7ee2ca0e12f9c8ab8235dcd35f589a8d')
+sha1sums=('b534a07ccd258135d72902a664198fd2bd22d508')
build() {
cd $srcdir
@@ -43,6 +43,7 @@ package_kdeartwork-aurorae() {
package_kdeartwork-colorschemes() {
pkgdesc='KDE color schemes'
+ replaces=('kdeaccessibility-colorschemes')
cd $srcdir/build/ColorSchemes
make DESTDIR=$pkgdir install
}
@@ -61,13 +62,14 @@ package_kdeartwork-emoticons() {
package_kdeartwork-iconthemes() {
pkgdesc='KDE icon themes'
+ replaces=('kdeaccessibility-iconthemes')
cd $srcdir/build/IconThemes
make DESTDIR=$pkgdir install
}
package_kdeartwork-kscreensaver() {
pkgdesc='KDE screensaver'
- depends=('kdebase-workspace' 'kdegraphics-libs')
+ depends=('kdebase-workspace' 'libkexiv2')
cd $srcdir/build/kscreensaver
make DESTDIR=$pkgdir install
}