git » kactivities.git » commit 581721a

Add missing kwindowsystem dependency

author Antonio Rojas
2017-05-13 13:06:25 UTC
committer Antonio Rojas
2017-05-13 13:06:25 UTC
parent a5fe9aa075457266813bb786c475f8fb9cd1008c

Add missing kwindowsystem dependency

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index cbbeccb..a8e119f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 
 pkgname=kactivities
 pkgver=5.34.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
-depends=('kcoreaddons' 'kconfig' 'qt5-declarative')
+depends=('kcoreaddons' 'kconfig' 'kwindowsystem' 'qt5-declarative')
 makedepends=('extra-cmake-modules' 'boost' 'python')
 provides=('kactivities-frameworks')
 conflicts=('kactivities-frameworks' 'kactivities4')