summaryrefslogtreecommitdiff
path: root/kde-unstable/kdeartwork/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-22 02:31:09 -0800
committerroot <root@rshg054.dnsready.net>2012-11-22 02:31:09 -0800
commit38ea2e71952c00f18230ed0e691532aadff4e2c1 (patch)
treebc1c7cfd697773062d53a0a23b35afdb0fc775c2 /kde-unstable/kdeartwork/PKGBUILD
parentf48f6c82e23a3bacb8a0952c2d2cf9af1e6bf42d (diff)
Thu Nov 22 02:27:52 PST 2012
Diffstat (limited to 'kde-unstable/kdeartwork/PKGBUILD')
-rw-r--r--kde-unstable/kdeartwork/PKGBUILD21
1 files changed, 7 insertions, 14 deletions
diff --git a/kde-unstable/kdeartwork/PKGBUILD b/kde-unstable/kdeartwork/PKGBUILD
index a5879c577..fa43840d7 100644
--- a/kde-unstable/kdeartwork/PKGBUILD
+++ b/kde-unstable/kdeartwork/PKGBUILD
@@ -1,10 +1,9 @@
-# $Id: PKGBUILD 163384 2012-07-11 22:14:25Z andrea $
+# $Id: PKGBUILD 171749 2012-11-21 18:37:16Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgbase=kdeartwork
-pkgname=('kdeartwork-aurorae'
- 'kdeartwork-colorschemes'
+pkgname=('kdeartwork-colorschemes'
'kdeartwork-desktopthemes'
'kdeartwork-emoticons'
'kdeartwork-iconthemes'
@@ -13,16 +12,16 @@ pkgname=('kdeartwork-aurorae'
'kdeartwork-styles'
'kdeartwork-wallpapers'
'kdeartwork-weatherwallpapers')
-pkgver=4.8.97
+pkgver=4.9.80
pkgrel=1
arch=('i686' 'x86_64')
url='http://www.kde.org'
license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdeartwork')
makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace'
- 'libkexiv2')
+ 'libkexiv2' 'mesa')
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz")
-sha1sums=('b8f2d992b5aa8b54300df27d180f33db849cf708')
+sha1sums=('070e6186d7bfd6cc9422bf1fe33ecb47e96ab8d5')
build() {
cd $srcdir
@@ -35,15 +34,9 @@ build() {
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'
- replaces=('kdeaccessibility-colorschemes')
+ replaces=('kdeaccessibility-colorschemes')
cd $srcdir/build/ColorSchemes
make DESTDIR=$pkgdir install
}
@@ -62,7 +55,7 @@ package_kdeartwork-emoticons() {
package_kdeartwork-iconthemes() {
pkgdesc='KDE icon themes'
- replaces=('kdeaccessibility-iconthemes')
+ replaces=('kdeaccessibility-iconthemes')
cd $srcdir/build/IconThemes
make DESTDIR=$pkgdir install
}