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

Antonio Rojas arojas at archlinux.org
Mon Aug 8 17:54:58 UTC 2016


    Date: Monday, August 8, 2016 @ 17:54:58
  Author: arojas
Revision: 273507

Add wayland dependency explicitely

Modified:
  kwayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-08 17:51:58 UTC (rev 273506)
+++ PKGBUILD	2016-08-08 17:54:58 UTC (rev 273507)
@@ -5,12 +5,12 @@
 
 pkgname=kwayland
 pkgver=5.24.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('LGPL')
-depends=('qt5-base')
+depends=('qt5-base' 'wayland') # namcap note: wayland is needed for nvidia-libgl users
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")



More information about the arch-commits mailing list