From 46359a2818bbbf8b3b839e89083b8f380e97373b Mon Sep 17 00:00:00 2001 From: Kai Stian Olstad Date: Thu, 22 Sep 2022 17:42:37 +0200 Subject: [PATCH] qtile: update to 0.22.0. --- srcpkgs/qtile/INSTALL.msg | 9 +++++++++ srcpkgs/qtile/template | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/qtile/INSTALL.msg diff --git a/srcpkgs/qtile/INSTALL.msg b/srcpkgs/qtile/INSTALL.msg new file mode 100644 index 000000000000..95c75c2e6561 --- /dev/null +++ b/srcpkgs/qtile/INSTALL.msg @@ -0,0 +1,9 @@ +!!! Config breakage !!! + - lazy.qtile.display_kb() no longer receives any arguments. If you passed + it any arguments (which were ignored previously), remove them. + - If you have a custom startup Python script that you use instead of + "qtile start" and run init_log manually, the signature has changed. + Please check the source for the updated arguments. + - "KeyChord"'s signature has changed. "mode" is now a boolean to indicate + whether the mode should persist. The "name" parameter should be used + to name the chord (e.g. for the ``Chord`` widget). diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template index cb576079af57..3eeb34515664 100644 --- a/srcpkgs/qtile/template +++ b/srcpkgs/qtile/template @@ -1,7 +1,7 @@ # Template file for 'qtile' pkgname=qtile -version=0.21.0 -revision=2 +version=0.22.0 +revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel pkg-config" makedepends="python3-devel libffi-devel pulseaudio-devel" @@ -12,7 +12,7 @@ license="MIT" homepage="http://www.qtile.org/" changelog="https://raw.githubusercontent.com/qtile/qtile/v${version}/CHANGELOG" distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz" -checksum=93e1f8216c669b5570333607d5d06de7d7f16033b0e73cf34c896459f2df5254 +checksum=ecec16cf41b6bbbc1847d0cd3f7dba68eb16fa175fbe856a229817297f605f6e post_install() { vinstall resources/qtile.desktop 644 usr/share/xsessions