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.
pkgname=kinfocenter
pkgver=5.1.0.1
_pkgver=5.1.0
pkgver=5.1.1
pkgrel=1
pkgdesc='KInfocenter'
arch=('i686' 'x86_64')
@ -17,15 +16,15 @@ depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
conflicts=('kdebase-workspace')
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")
md5sums=('8d258cd1cb691027b8ccaa95695920a5'
md5sums=('8a7377e08fb50ffcee5fb41e44979456'
'a43a82b8be9aea5a4666b6372eecc7d2')
prepare() {
mkdir -p build
cd "${srcdir}/${pkgname}-${_pkgver}"
cd "${pkgname}-${pkgver}"
# Raspberry Pi
if [ "$CARCH" == 'armv6h' ]; then
@ -47,7 +46,7 @@ build() {
fi
cd build
cmake ../$pkgname-5.1.0 \
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=lib \