git » kwayland.git » commit 532c25f

wayland-protocols is a makedepends (FS#63459)

author Antonio Rojas
2019-08-24 12:40:14 UTC
committer Antonio Rojas
2019-08-24 12:40:14 UTC
parent 767e8282f999278e14ef6c3b7e1425a63df937dd

wayland-protocols is a makedepends (FS#63459)

PKGBUILD +3 -4

diff --git a/PKGBUILD b/PKGBUILD
index 2604690..65615f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
 
 pkgname=kwayland
 pkgver=5.61.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
 arch=(x86_64)
 url='https://www.kde.org'
 license=(LGPL)
-depends=(qt5-base wayland-protocols)
-makedepends=(extra-cmake-modules doxygen qt5-tools)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools wayland-protocols)
 groups=(kf5)
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('42d3bc629710e09074006af288986b00683853660648c9364fb09d49db3f0e07'
@@ -24,7 +24,6 @@ prepare() {
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
     -DCMAKE_INSTALL_LIBEXECDIR=lib \
     -DBUILD_TESTING=OFF \