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

Antonio Rojas arojas at archlinux.org
Mon May 16 18:37:23 UTC 2016


    Date: Monday, May 16, 2016 @ 20:37:23
  Author: arojas
Revision: 268230

KDE Frameworks 5.22

Modified:
  kwayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-16 15:08:43 UTC (rev 268229)
+++ PKGBUILD	2016-05-16 18:37:23 UTC (rev 268230)
@@ -1,10 +1,10 @@
 # $Id$
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas
 
 pkgname=kwayland
-pkgver=5.6.4
+pkgver=5.22.0
 pkgrel=1
 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
 arch=('i686' 'x86_64')
@@ -12,8 +12,9 @@
 license=('LGPL')
 depends=('qt5-base')
 makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('eb9f146778e5bc3f238cc7ce8262d73a')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('5ced8f7f6c75116297c99c83817022ca')
 
 prepare() {
   mkdir -p build
@@ -25,7 +26,6 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
     -DBUILD_TESTING=OFF
   make
 }



More information about the arch-commits mailing list