[arch-commits] Commit in kdeartwork (kde-unstable kde-unstable/PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Mon May 24 00:54:12 UTC 2010
Date: Sunday, May 23, 2010 @ 20:54:12
Author: andrea
Revision: 80938
first set of KDE 4.5 tarballs (4.4.80)
Added:
kdeartwork/kde-unstable/
Modified:
kdeartwork/kde-unstable/PKGBUILD
----------+
PKGBUILD | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD 2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD 2010-05-24 00:54:12 UTC (rev 80938)
@@ -1,8 +1,10 @@
# $Id$
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
+pkgname=('kdeartwork-aurorae'
+ 'kdeartwork-colorschemes'
'kdeartwork-iconthemes'
'kdeartwork-weatherwallpapers'
'kdeartwork-desktopthemes'
@@ -11,15 +13,15 @@
'kdeartwork-sounds'
'kdeartwork-styles'
'kdeartwork-wallpapers')
-pkgver=4.4.3
+pkgver=4.4.80
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=('82e62269295309efa2e4f9f9d3d9168fe16500c2')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
+sha1sums=('68bfa2c11f537cbc023f6174330b8bdb35484385')
build() {
cd $srcdir
@@ -32,12 +34,17 @@
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
More information about the arch-commits
mailing list