extra/kwin to 5.1.2-1

This commit is contained in:
Kevin Mihelich 2014-12-17 16:07:50 +00:00
parent 6b81c38db6
commit 125f48a385

View file

@ -8,7 +8,7 @@
# - Proper upstream patches for the above are pending.
pkgname=kwin
pkgver=5.1.1
pkgver=5.1.2
pkgrel=1
pkgdesc='KDE Window manager'
arch=('i686' 'x86_64')
@ -23,7 +23,7 @@ conflicts=('kdebase-workspace')
source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"
"rpi_fix_build.patch"
"kwin_remove_eglonxbackend.patch")
md5sums=('85ec15e6ce29b1bb80f376bc6914bc7c'
md5sums=('feb97cc6591e2526406d988a8fcf2f20')
'3e11a42013f03d55b4b730463bdd6fe0'
'28a1e8bd701a8fd1421e6ec238b4c522')
@ -61,7 +61,6 @@ build() {
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DQML_INSTALL_DIR=lib/qt/qml \
-DBUILD_TESTING=OFF \
-DSYSCONF_INSTALL_DIR=/etc \
$CMAKE_EXTRA_CONFIG_OPTIONS
make
}