summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2020-06-10 17:13:44 +0200
committerChristoph Haag2020-06-10 17:13:44 +0200
commit900d7a6f48f9437223b6ccff5660fc59f9841a52 (patch)
tree51b0e2a6f13a0ac9bc3de8bcf40f9d2a5b5291ad
parent8ae142066c7385bf51cc9fff9f2195feae822860 (diff)
downloadaur-900d7a6f48f9437223b6ccff5660fc59f9841a52.tar.gz
update dependencies
kscreenlocker with required change is now stable Tested with wrapland-git, disman-git, kdisplay-git
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79e95e0a20e4..710c8ca0cd04 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.18.0.beta.0.r7.g81fd1c3e7
+ pkgver = 5.19.0.beta.0.r67.g5adf602ab
pkgrel = 1
url = https://gitlab.com/kwinft/kwinft
install = kwinft.install
@@ -9,7 +9,6 @@ pkgbase = kwinft-git
makedepends = extra-cmake-modules
makedepends = qt5-tools
makedepends = kdoctools
- depends = kscreenlocker-git
depends = xcb-util-cursor
depends = plasma-framework
depends = kcmutils
@@ -19,6 +18,8 @@ pkgbase = kwinft-git
depends = qt5-script
depends = wrapland
depends = libkscreen-kwinft-git
+ depends = disman
+ depends = kdisplay
optdepends = qt5-virtualkeyboard: virtual keyboard support for kwin-wayland
provides = kwin
conflicts = kwin
diff --git a/PKGBUILD b/PKGBUILD
index c2d3bf9f8a59..ee94bcc576f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,13 @@
_pkgname=kwin
pkgname=kwinft-git
-pkgver=5.18.0.beta.0.r7.g81fd1c3e7
+pkgver=5.19.0.beta.0.r67.g5adf602ab
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 on kscreenlocker 5.19 API
-depends=(kscreenlocker-git xcb-util-cursor plasma-framework kcmutils breeze kinit qt5-sensors qt5-script wrapland libkscreen-kwinft-git)
+depends=(xcb-util-cursor plasma-framework kcmutils breeze kinit qt5-sensors qt5-script wrapland libkscreen-kwinft-git disman kdisplay)
makedepends=(extra-cmake-modules qt5-tools kdoctools)
optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
provides=("$_pkgname")