summaryrefslogtreecommitdiff
path: root/kde-unstable/kdebase-workspace/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/kdebase-workspace/PKGBUILD')
-rw-r--r--kde-unstable/kdebase-workspace/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/kde-unstable/kdebase-workspace/PKGBUILD b/kde-unstable/kdebase-workspace/PKGBUILD
index b97eb4ce9..3375a1e36 100644
--- a/kde-unstable/kdebase-workspace/PKGBUILD
+++ b/kde-unstable/kdebase-workspace/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 162386 2012-06-26 17:50:14Z andrea $
+# $Id: PKGBUILD 162560 2012-06-27 13:01:22Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=kdebase-workspace
_pkgname=kde-workspace
-pkgver=4.8.90
-pkgrel=2
+pkgver=4.8.95
+pkgrel=1
pkgdesc="Provides the interface and basic tools for the KDE workspace"
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/kde/kde-workspace'
@@ -30,7 +30,7 @@ options=('emptydirs')
source=("http://download.kde.org/unstable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz"
'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service'
'fixpath.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
-sha1sums=('1f5034f90cc3b0f1a97555b05b42043414bd3489'
+sha1sums=('460b8889c225114b5b0ed84a05ea82e851bfd6cf'
'5db3a245201bd4a50e65aa2ef583cf5490e4f646'
'712a90999bd429883dcef5dcaf288aace332ced8'
'b321b5e613b60231330e606fdf1e124646148388'
@@ -56,8 +56,6 @@ build() {
-DWITH_Xmms=OFF \
-DWITH_Googlegadgets=OFF \
-DWITH_libgps=OFF \
- -DWITH_OpenGLES=ON \
- -DKWIN_BUILD_WITH_OPENGLES=ON \
-DPYTHON_EXECUTABLE=/usr/bin/python2
make
}