author | Antonio Rojas
<arojas@archlinux.org> 2016-05-16 18:37:23 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-05-16 18:37:23 UTC |
parent | 0b39ffdc43c8dbe3edeca4b868b1667120d40812 |
PKGBUILD | +5 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index e2c74c0..2377977 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Felix Yan <felixonmars@archlinux.org> +# Maintainer: Antonio Rojas <arojas@archlinux.org> # Contributor: Andrea Scarpino <andrea@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') @@ -11,8 +11,9 @@ url='http://www.kde.org' 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 @@ -24,7 +25,6 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -DBUILD_TESTING=OFF make }