extra/kinfocenter to 5.1.1-1

This commit is contained in:
Kevin Mihelich 2014-11-11 13:38:33 +00:00
parent ff1e2ffaa1
commit 2dfbab551f

View file

@ -6,8 +6,7 @@
# - Disable the failing EGLonX parts (not available on the R-Pi). Needs better upstream support. # - Disable the failing EGLonX parts (not available on the R-Pi). Needs better upstream support.
pkgname=kinfocenter pkgname=kinfocenter
pkgver=5.1.0.1 pkgver=5.1.1
_pkgver=5.1.0
pkgrel=1 pkgrel=1
pkgdesc='KInfocenter' pkgdesc='KInfocenter'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -17,15 +16,15 @@ depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework') makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
conflicts=('kdebase-workspace') conflicts=('kdebase-workspace')
groups=('plasma-next') groups=('plasma-next')
source=("http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz" source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"
"kinfocenter_disable_eglonx.patch") "kinfocenter_disable_eglonx.patch")
md5sums=('8d258cd1cb691027b8ccaa95695920a5' md5sums=('8a7377e08fb50ffcee5fb41e44979456'
'a43a82b8be9aea5a4666b6372eecc7d2') 'a43a82b8be9aea5a4666b6372eecc7d2')
prepare() { prepare() {
mkdir -p build mkdir -p build
cd "${srcdir}/${pkgname}-${_pkgver}" cd "${pkgname}-${pkgver}"
# Raspberry Pi # Raspberry Pi
if [ "$CARCH" == 'armv6h' ]; then if [ "$CARCH" == 'armv6h' ]; then
@ -47,7 +46,7 @@ build() {
fi fi
cd build cd build
cmake ../$pkgname-5.1.0 \ cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=lib \ -DLIB_INSTALL_DIR=lib \