[arch-commits] Commit in qtile/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Tue Jan 25 19:44:13 UTC 2022


    Date: Tuesday, January 25, 2022 @ 19:44:13
  Author: dvzrv
Revision: 1115555

upgpkg: qtile 0.20.0-1: Upgrade to 0.20.0

Add xorg-wayland to checkdepends and optdepends.

Modified:
  qtile/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-25 18:51:29 UTC (rev 1115554)
+++ PKGBUILD	2022-01-25 19:44:13 UTC (rev 1115555)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=qtile
-pkgver=0.19.0
+pkgver=0.20.0
 pkgrel=1
 pkgdesc="A full-featured, pure-Python tiling window manager"
 arch=(x86_64)
@@ -38,6 +38,7 @@
   xorg-server-xephyr
   xorg-server-xvfb
   xorg-xrandr
+  xorg-xwayland
 )
 optdepends=(
   'alsa-utils: for volume widget'
@@ -56,6 +57,7 @@
   'python-pywlroots: for experimental wayland support'
   'python-setproctitle: change process name to qtile'
   'python-xdg: launchbar widget'
+  'xorg-xwayland: for XWayland support'
 )
 install="${pkgname}.install"
 source=("git+https://github.com/qtile/qtile#tag=v${pkgver}?signed")



More information about the arch-commits mailing list