summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortildearrow2021-11-20 00:43:37 -0500
committertildearrow2021-11-20 00:43:37 -0500
commit951c6d3aa8022aa900fe71c2cbe01ce35d8e31af (patch)
treea1f1d07ff1d4ee12a612e5766bd177c7a97ea1f6
parent919f93aaa8c4d13313a2b90c5c8d67dfdc6e3a95 (diff)
downloadaur-951c6d3aa8022aa900fe71c2cbe01ce35d8e31af.tar.gz
update to 5.23.3!
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96cb36deb019..dd539c74cd7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 5 17:02:41 UTC 2021
+# Sat Nov 20 05:42:48 UTC 2021
pkgbase = kwin-lowlatency
- pkgdesc = the compositor, with added stutter/latency reductions
- pkgver = 5.20.5
+ pkgdesc = the compositor, with X11 unredirection and some other things
+ pkgver = 5.23.3
pkgrel = 1
url = https://github.com/tildearrow/kwin-lowlatency
install = kwin-lowlatency.install
@@ -13,17 +13,17 @@ pkgbase = kwin-lowlatency
makedepends = extra-cmake-modules
makedepends = qt5-tools
makedepends = kdoctools
+ makedepends = krunner
depends = kscreenlocker
depends = xcb-util-cursor
depends = plasma-framework
depends = kcmutils
depends = kwayland-server
depends = breeze
- depends = qt5-sensors
- depends = qt5-script
- depends = pipewire
+ depends = pipewire-media-session
depends = libqaccessibilityclient
- optdepends = qt5-virtualkeyboard: virtual keyboard support for kwin-wayland
+ depends = lcms2
+ optdepends = maliit-keyboard: virtual keyboard for kwin-wayland
provides = kwin
conflicts = kwin
source = git+https://github.com/tildearrow/kwin-lowlatency.git
diff --git a/PKGBUILD b/PKGBUILD
index 3ad963d4aa62..e237688aaac6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: tildearrow <tildearrow@protonmail.com>
+# Maintainer: tildearrow <me@tildearrow.org>
# Contributor: Felix Yan <felixonmars@archlinux.org>
# Contributor: Antonio Rojas <arojas@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kwin-lowlatency
-pkgver=5.20.5
+pkgver=5.23.3
pkgrel=1
-pkgdesc='the compositor, with added stutter/latency reductions'
+pkgdesc='the compositor, with X11 unredirection and some other things'
arch=(x86_64)
url='https://github.com/tildearrow/kwin-lowlatency'
license=(LGPL)
-depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils kwayland-server breeze qt5-sensors qt5-script pipewire libqaccessibilityclient)
-makedepends=(git extra-cmake-modules qt5-tools kdoctools)
-optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
+depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils kwayland-server breeze
+ pipewire-media-session libqaccessibilityclient lcms2)
+makedepends=(git extra-cmake-modules qt5-tools kdoctools krunner)
+optdepends=('maliit-keyboard: virtual keyboard for kwin-wayland')
provides=(kwin)
conflicts=(kwin)
groups=(plasma)