git » kwin.git » commit b5b0260

Plasma 5.2

author Andrea Scarpino
2015-01-26 19:01:40 UTC
committer Andrea Scarpino
2015-01-26 19:01:40 UTC
parent 2089a32f558d30ce3e314b675404bc1366a9937b

Plasma 5.2

PKGBUILD +5 -6

diff --git a/PKGBUILD b/PKGBUILD
index 8d14988..13ee3ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,23 @@
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kwin
-pkgver=5.1.2
+pkgver=5.2.0
 pkgrel=1
 pkgdesc='KDE Window manager'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kwin'
 license=('LGPL')
 depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'libxcursor' 'kinit'
-         'hicolor-icon-theme' 'libepoxy' 'kwayland')
+         'hicolor-icon-theme' 'libepoxy' 'kwayland' 'libinput' 'kdecoration')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('plasma-next')
+groups=('plasma')
 install=${pkgname}.install
 conflicts=('kdebase-workspace')
 source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('feb97cc6591e2526406d988a8fcf2f20')
+md5sums=('59c1998d48a706b8ac48222e48d392bd')
 
 prepare() {
-  mkdir -p build
+  mkdir build
 }
 
 build() {
@@ -28,7 +28,6 @@ build() {
     -DLIB_INSTALL_DIR=lib \
     -DLIBEXEC_INSTALL_DIR=lib \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DQML_INSTALL_DIR=lib/qt/qml \
     -DBUILD_TESTING=OFF
   make
 }