summaryrefslogtreecommitdiff
path: root/extra/kdeartwork
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-09 00:07:22 -0800
committerroot <root@rshg054.dnsready.net>2013-02-09 00:07:22 -0800
commite9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (patch)
tree64f1532d7e6e652c2ea5a0bb5efd7ea36f431535 /extra/kdeartwork
parent7c92c5fcfb5653f63243842299e413672653d1ad (diff)
Sat Feb 9 00:07:22 PST 2013
Diffstat (limited to 'extra/kdeartwork')
-rw-r--r--extra/kdeartwork/PKGBUILD20
1 files changed, 7 insertions, 13 deletions
diff --git a/extra/kdeartwork/PKGBUILD b/extra/kdeartwork/PKGBUILD
index afc54cda4..7692b9b43 100644
--- a/extra/kdeartwork/PKGBUILD
+++ b/extra/kdeartwork/PKGBUILD
@@ -1,10 +1,9 @@
-# $Id: PKGBUILD 174666 2013-01-05 13:11:13Z andrea $
+# $Id: PKGBUILD 177661 2013-02-08 08:56:20Z 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,7 +12,7 @@ pkgname=('kdeartwork-aurorae'
'kdeartwork-styles'
'kdeartwork-wallpapers'
'kdeartwork-weatherwallpapers')
-pkgver=4.9.5
+pkgver=4.10.0
pkgrel=1
arch=('i686' 'x86_64')
url='http://www.kde.org'
@@ -22,7 +21,7 @@ groups=('kde' 'kdeartwork')
makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace'
'libkexiv2' 'mesa')
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz")
-sha1sums=('9d9fa13d0cfad0a53237d04c959d11039df1af34')
+sha1sums=('7ec00b2108eb0207653ebe3c95c67503a20b1967')
build() {
cd $srcdir
@@ -30,20 +29,15 @@ build() {
cd build
cmake ../${pkgbase}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=/usr
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 +56,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
}