summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabelian4242023-12-01 07:35:46 +0600
committerabelian4242023-12-01 07:35:46 +0600
commitf1089fda984d93a0fe59ad22a6edebede516c27f (patch)
tree2918bb7ad41e810da6d66bfe9b9021e46e995f49
parent5bb9bef0d6e9ba094d1fa954ef22d70f010560f2 (diff)
downloadaur-f1089fda984d93a0fe59ad22a6edebede516c27f.tar.gz
Updated dependencies, but will not build until kf6 is fully added to kde-unstable
-rw-r--r--.SRCINFO27
-rw-r--r--PKGBUILD8
2 files changed, 17 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b45f6876d82f..c2fe560b8cd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,36 +1,35 @@
pkgbase = kwinft-git
pkgdesc = drop-in replacement for KWin with additional libwayland wrapping Qt/C++ library Wrapland
- pkgver = 5.23.0.beta.0.r532.g6185c5b33
+ pkgver = 5.27.0.beta.0.r764.gd913702e3
pkgrel = 1
url = https://gitlab.com/kwinft/kwinft
install = kwinft.install
arch = x86_64
license = LGPL
makedepends = git
- makedepends = extra-cmake-modules
- makedepends = qt5-tools
+ makedepends = extra-cmake-modules>=5.240.0
+ makedepends = qt6-tools
makedepends = kdoctools
+ depends = python
depends = xcb-util-cursor
depends = plasma-framework
depends = kcmutils
depends = kio
depends = breeze
depends = kinit
- depends = qt5-sensors
- depends = qt5-script
+ depends = qt6-sensors
depends = wrapland
depends = disman
- depends = kdisplay
+ depends = kscreen
depends = kscreenlocker
depends = pipewire
- depends = libqaccessibilityclient
- depends = qt5-sensors
- depends = xorg-server-xwayland
- depends = qt5-quickcontrols
- depends = wlroots-git
- optdepends = qt5-virtualkeyboard: virtual keyboard support for kwin-wayland
- provides = kwin=5.23.0.beta.0.r532.g6185c5b33
- provides = kwinft=5.23.0.beta.0.r532.g6185c5b33
+ depends = libqaccessibilityclient-qt6
+ depends = xorg-xwayland
+ depends = kdeclarative
+ depends = wlroots
+ optdepends = qt6-virtualkeyboard: virtual keyboard support for kwin-wayland
+ provides = kwin=5.27.0.beta.0.r764.gd913702e3
+ provides = kwinft=5.27.0.beta.0.r764.gd913702e3
conflicts = kwin
conflicts = kwinft
source = kwin::git+https://gitlab.com/kwinft/kwinft.git
diff --git a/PKGBUILD b/PKGBUILD
index 8a138b81cea3..9644d40f1006 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
_pkgname=kwin
pkgname=kwinft-git
-pkgver=5.23.0.beta.0.r532.g6185c5b33
+pkgver=5.27.0.beta.0.r764.gd913702e3
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 kio breeze kinit qt5-sensors qt5-script wrapland disman kdisplay kscreenlocker pipewire libqaccessibilityclient qt5-sensors xorg-server-xwayland qt5-quickcontrols wlroots-git)
-makedepends=(git extra-cmake-modules qt5-tools kdoctools)
-optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
+depends=(python xcb-util-cursor plasma-framework kcmutils kio breeze kinit qt6-sensors wrapland disman kscreen kscreenlocker pipewire libqaccessibilityclient-qt6 xorg-xwayland kdeclarative wlroots)
+makedepends=(git 'extra-cmake-modules>=5.240.0' qt6-tools kdoctools)
+optdepends=('qt6-virtualkeyboard: virtual keyboard support for kwin-wayland')
provides=("$_pkgname=${pkgver}" "kwinft=${pkgver}")
conflicts=("$_pkgname" "kwinft")
source=("$_pkgname::git+https://gitlab.com/kwinft/kwinft.git")