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

Antonio Rojas arojas at archlinux.org
Mon Feb 13 16:36:23 UTC 2017


    Date: Monday, February 13, 2017 @ 16:36:22
  Author: arojas
Revision: 288884

Add missing kwayland dependency

Modified:
  plasma-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-13 14:59:03 UTC (rev 288883)
+++ PKGBUILD	2017-02-13 16:36:22 UTC (rev 288884)
@@ -4,12 +4,12 @@
 
 pkgname=plasma-framework
 pkgver=5.31.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
-depends=('qt5-quickcontrols' 'kactivities' 'kdeclarative')
+depends=('qt5-quickcontrols' 'kactivities' 'kdeclarative' 'kwayland')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})



More information about the arch-commits mailing list