[arch-commits] Commit in kwin/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Jul 15 19:20:43 UTC 2014


    Date: Tuesday, July 15, 2014 @ 21:20:43
  Author: andrea
Revision: 216909

upgpkg: kwin 5.0.0-1

Upstream release

Modified:
  kwin/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-15 19:06:12 UTC (rev 216908)
+++ PKGBUILD	2014-07-15 19:20:43 UTC (rev 216909)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kwin
-pkgver=4.97.0
+pkgver=5.0.0
 pkgrel=1
 pkgdesc='KDE Window manager'
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 depends=('qt5-multimedia' 'plasma-framework' 'kcmutils' 'knewstuff' 'libxcursor' 'kinit')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
 groups=('plasma-next')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-md5sums=('3b608c33d9ff4231e8287069e5cb4e88')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('b72cc502630bd9631ceb6d44200af924')
 
 prepare() {
   mkdir -p build
@@ -24,6 +24,8 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/opt/kf5 \
     -DLIB_INSTALL_DIR=lib \
+    -DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+    -DQML_INSTALL_DIR=lib/qt/qml \
     -DBUILD_TESTING=OFF
 #    -DSYSCONF_INSTALL_DIR=/etc
   make




More information about the arch-commits mailing list