diff options
Diffstat (limited to 'extra/kdebase-workspace/PKGBUILD')
-rw-r--r-- | extra/kdebase-workspace/PKGBUILD | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/extra/kdebase-workspace/PKGBUILD b/extra/kdebase-workspace/PKGBUILD index 585250fa5..7798c61b1 100644 --- a/extra/kdebase-workspace/PKGBUILD +++ b/extra/kdebase-workspace/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 152042 2012-03-04 14:23:30Z andrea $ +# $Id: PKGBUILD 152488 2012-03-07 16:12:41Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=kdebase-workspace _pkgname=kde-workspace -pkgver=4.8.0 -pkgrel=2 +pkgver=4.8.1 +pkgrel=1 pkgdesc="KDE Base Workspace" arch=('i686' 'x86_64' 'mips64el') url='http://www.kde.org' @@ -17,8 +17,8 @@ groups=('kde') depends=('kdepim-runtime' 'lm_sensors' 'libraw1394' 'libqalculate' 'qimageblitz' 'polkit-kde' 'consolekit' 'xorg-xprop' 'libxdamage' 'libxklavier' 'xorg-xsetroot' 'libxcomposite' 'libxinerama' - 'xorg-xrdb' 'kactivities' 'libxres' 'libxtst') -[ "$CARCH" = "mips64el" ] || depends+=('libgles' 'libegl') + 'xorg-xrdb' 'libgles' 'libegl' 'kactivities' 'libxres' 'libxtst' + 'xorg-xrandr') makedepends=('cmake' 'automoc4' 'boost' 'kdebindings-python' 'networkmanager') optdepends=('kde-wallpapers: wallpapers for KDE Plasma Workspaces') replaces=('kdmtheme' 'kde-common' 'guidance-power-manager' 'policykit-kde' @@ -34,7 +34,7 @@ options=('emptydirs') source=("http://download.kde.org/stable/${pkgver}/src/xz/${_pkgname}-${pkgver}.tar.xz" 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'fixpath.patch' 'terminate-server.patch' 'kdm-xinitrd.patch') -sha1sums=('4c471b159315b084c65196b0c93c34981a9105c5' +sha1sums=('675df4befd736e770e3029af8d38800c9018e888' '5db3a245201bd4a50e65aa2ef583cf5490e4f646' 'e4198a443703f749b58a4fec88362fced1b45789' '264e395c2c44cdda5a242c6dee649afab44cd6e5' @@ -49,12 +49,6 @@ build() { patch -p0 -i "${srcdir}"/fixpath.patch patch -p0 -i "${srcdir}"/terminate-server.patch - if [ "$CARCH" = mips64el ] ; then - extraconf="-DWITH_OpenGLES=OFF -DKWIN_BUILD_WITH_OPENGLES=OFF" - else - extraconf="-DWITH_OpenGLES=ON -DKWIN_BUILD_WITH_OPENGLES=ON" - fi - cd "${srcdir}" mkdir build cd build @@ -66,7 +60,7 @@ build() { -DWITH_Googlegadgets=OFF \ -DWITH_libgps=OFF \ -DPYTHON_EXECUTABLE=/usr/bin/python2 \ - $extraconf + -DWITH_OpenGLES=ON -DKWIN_BUILD_WITH_OPENGLES=ON make } |