summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2020-09-26 13:32:00 +0200
committerChristoph Haag2020-09-26 13:32:00 +0200
commit3e36081a105e43a950f821eb7bc0f99dd2f4676d (patch)
tree8c14b5deb270f30dfe571cae79d398e61b1885f7
parent64fca3cc9a9916b927acaf690c1e4a98fdf70ed9 (diff)
downloadaur-3e36081a105e43a950f821eb7bc0f99dd2f4676d.tar.gz
update & add some dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a17b2a2413c4..24863b0dfb08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kwinft-git
pkgdesc = drop-in replacement for KWin with additional libwayland wrapping Qt/C++ library Wrapland
- pkgver = 5.19.0.beta.0.r67.g5adf602ab
+ pkgver = 5.20.0.beta.0.r1.g1a0ab9082
pkgrel = 1
url = https://gitlab.com/kwinft/kwinft
install = kwinft.install
@@ -19,6 +19,13 @@ pkgbase = kwinft-git
depends = wrapland
depends = disman
depends = kdisplay
+ depends = kscreenlocker
+ depends = pipewire
+ depends = libqaccessibilityclient
+ depends = qt5-sensors
+ depends = xorg-server-xwayland
+ depends = hwids
+ depends = qt5-quickcontrols
optdepends = qt5-virtualkeyboard: virtual keyboard support for kwin-wayland
provides = kwin
conflicts = kwin
diff --git a/PKGBUILD b/PKGBUILD
index 3334ee2690f9..7fc4d63c9fa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
_pkgname=kwin
pkgname=kwinft-git
-pkgver=5.19.0.beta.0.r67.g5adf602ab
+pkgver=5.20.0.beta.0.r1.g1a0ab9082
pkgrel=1
pkgdesc='drop-in replacement for KWin with additional libwayland wrapping Qt/C++ library Wrapland'
arch=(x86_64)
url="https://gitlab.com/kwinft/kwinft"
license=(LGPL)
-depends=(xcb-util-cursor plasma-framework kcmutils breeze kinit qt5-sensors qt5-script wrapland disman kdisplay)
+depends=(xcb-util-cursor plasma-framework kcmutils breeze kinit qt5-sensors qt5-script wrapland disman kdisplay kscreenlocker pipewire libqaccessibilityclient qt5-sensors xorg-server-xwayland hwids qt5-quickcontrols)
makedepends=(extra-cmake-modules qt5-tools kdoctools)
optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
provides=("$_pkgname")