[arch-commits] Commit in kdeartwork/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed Jan 26 19:57:17 UTC 2011


    Date: Wednesday, January 26, 2011 @ 14:57:16
  Author: andrea
Revision: 107567

KDE 4.6.0

Modified:
  kdeartwork/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-26 19:57:13 UTC (rev 107566)
+++ PKGBUILD	2011-01-26 19:57:16 UTC (rev 107567)
@@ -13,16 +13,16 @@
          'kdeartwork-styles'
          'kdeartwork-wallpapers'
          'kdeartwork-weatherwallpapers')
-pkgver=4.5.5
+pkgver=4.6.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'
-	'docbook-xsl')
+	'docbook-xsl' 'kdegraphics-libs')
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-sha1sums=('f584a11f188734380ee56950176f698426c29017')
+sha1sums=('9af6e510b851841981e8e822b6bf4d60b751d1c6')
 
 build() {
 	cd $srcdir
@@ -83,6 +83,8 @@
 	depends=('kdebase-workspace')
 	cd $srcdir/build/styles
 	make DESTDIR=$pkgdir install
+	cd $srcdir/build/kwin-styles
+	make DESTDIR=$pkgdir install
 }
 
 package_kdeartwork-wallpapers() {




More information about the arch-commits mailing list