From fd13954fa6f0d054d3d0fa2a05fb574680daf3d4 Mon Sep 17 00:00:00 2001 From: Kai Stian Olstad Date: Sat, 23 May 2026 02:11:21 +0200 Subject: [PATCH 1/2] qtile: update to 0.36.0. --- srcpkgs/qtile/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template index 05033e681171c2..3fd0e4e17383e0 100644 --- a/srcpkgs/qtile/template +++ b/srcpkgs/qtile/template @@ -1,6 +1,6 @@ # Template file for 'qtile' pkgname=qtile -version=0.35.0 +version=0.36.0 revision=1 build_style=python3-pep517 _wlroots=0.19 @@ -16,7 +16,7 @@ license="MIT" homepage="http://www.qtile.org/" changelog="https://raw.githubusercontent.com/qtile/qtile/master/CHANGELOG" distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz" -checksum=c8ab07285d719f3ae837645ad4b447065c7ebcaf3f04c8de56abc8875fdf1369 +checksum=1337d0d7db44fca99c79647bc5d04e35a9371ba858bd782f2fe29a7d2f5c311e pre_build() { # CFLAGS+=" $($PKG_CONFIG --cflags cairo pixman-1 libdrm wlroots-${_wlroots})" From 3d556e30c339e864fe553ed03994b984cf781edc Mon Sep 17 00:00:00 2001 From: Kai Stian Olstad Date: Sat, 23 May 2026 02:11:31 +0200 Subject: [PATCH 2/2] python3-qtile-extras: update to 0.36.0. --- srcpkgs/python3-qtile-extras/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-qtile-extras/template b/srcpkgs/python3-qtile-extras/template index c3a980ba79df64..8acfe01b272e65 100644 --- a/srcpkgs/python3-qtile-extras/template +++ b/srcpkgs/python3-qtile-extras/template @@ -1,6 +1,6 @@ # Template file for 'python3-qtile-extras' pkgname=python3-qtile-extras -version=0.35.0 +version=0.36.0 revision=1 build_style=python3-pep517 hostmakedepends="python3-wheel python3-setuptools python3-setuptools_scm" @@ -11,7 +11,7 @@ license="MIT" homepage="https://github.com/elParaguayo/qtile-extras" changelog="https://raw.githubusercontent.com/elParaguayo/qtile-extras/main/CHANGELOG" distfiles="${PYPI_SITE}/q/qtile-extras/qtile_extras-${version}.tar.gz" -checksum=5d3468d1d5a0ce294e8bfde0e08ff924b6bddd49cd6c08999336e5c24c742d8e +checksum=879f38c12e345f7d0f4c160e03bde05bd4226e30b2b8db486e2831835c265e22 # Tests require a lot of python modules that are not packaged make_check=no