summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2020-04-16 13:12:43 +0200
committerChristoph Haag2020-04-16 13:12:43 +0200
commit8ae142066c7385bf51cc9fff9f2195feae822860 (patch)
tree9a4ca91496bf733b4c6bb69112bd9d53f44c5c0c
parent7589e8bad6f5162303cb261e8b2ecb286d2ebece (diff)
downloadaur-8ae142066c7385bf51cc9fff9f2195feae822860.tar.gz
add libkscreen-kwinft-git dependency
https://gitlab.com/kwinft/kwinft/-/issues/8
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2654a4925ca..79e95e0a20e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,7 @@ pkgbase = kwinft-git
depends = qt5-sensors
depends = qt5-script
depends = wrapland
+ depends = libkscreen-kwinft-git
optdepends = qt5-virtualkeyboard: virtual keyboard support for kwin-wayland
provides = kwin
conflicts = kwin
diff --git a/PKGBUILD b/PKGBUILD
index 12e895663aab..c2d3bf9f8a59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=(x86_64)
url="https://gitlab.com/kwinft/kwinft"
license=(LGPL)
#Depends on kscreenlocker 5.19 API
-depends=(kscreenlocker-git xcb-util-cursor plasma-framework kcmutils breeze kinit qt5-sensors qt5-script wrapland)
+depends=(kscreenlocker-git xcb-util-cursor plasma-framework kcmutils breeze kinit qt5-sensors qt5-script wrapland libkscreen-kwinft-git)
makedepends=(extra-cmake-modules qt5-tools kdoctools)
optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
provides=("$_pkgname")