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

Antonio Rojas arojas at archlinux.org
Sat Aug 24 12:40:14 UTC 2019


    Date: Saturday, August 24, 2019 @ 12:40:14
  Author: arojas
Revision: 360868

wayland-protocols is a makedepends (FS#63459)

Modified:
  kwayland/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-24 12:33:00 UTC (rev 360867)
+++ PKGBUILD	2019-08-24 12:40:14 UTC (rev 360868)
@@ -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 @@
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
     -DCMAKE_INSTALL_LIBEXECDIR=lib \
     -DBUILD_TESTING=OFF \



More information about the arch-commits mailing list