From 02d8a0084291f0923d432ec875c6355a48d616a5 Mon Sep 17 00:00:00 2001 From: Kai Stian Olstad Date: Fri, 7 Jun 2024 20:25:44 +0200 Subject: [PATCH 1/5] python3-cairocffi: update to 1.7.0. --- srcpkgs/python3-cairocffi/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template index 5e18b65a07a353..9c6a05fa423ac4 100644 --- a/srcpkgs/python3-cairocffi/template +++ b/srcpkgs/python3-cairocffi/template @@ -1,7 +1,7 @@ # Template file for 'python3-cairocffi' pkgname=python3-cairocffi -version=1.6.1 -revision=2 +version=1.7.0 +revision=1 build_style=python3-pep517 make_check_args="--pyargs cairocffi" hostmakedepends="python3-setuptools python3-cffi python3-wheel @@ -14,7 +14,7 @@ license="BSD-3-Clause" homepage="https://github.com/Kozea/cairocffi" changelog="https://raw.githubusercontent.com/Kozea/cairocffi/master/NEWS.rst" distfiles="${PYPI_SITE}/c/cairocffi/cairocffi-${version}.tar.gz" -checksum=78e6bbe47357640c453d0be929fa49cd05cce2e1286f3d2a1ca9cbda7efdb8b7 +checksum=7761863603894305f3160eca68452f373433ca8745ab7dd445bd2c6ce50dcab7 build_options=xcb case "$XBPS_MACHINE" in From 2ed7d2f1838bce9d9180579080a213802b893c7c Mon Sep 17 00:00:00 2001 From: Kai Stian Olstad Date: Fri, 7 Jun 2024 20:26:08 +0200 Subject: [PATCH 2/5] python3-pywayland: update to 0.4.17. --- srcpkgs/python3-pywayland/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-pywayland/template b/srcpkgs/python3-pywayland/template index f0cc56b4ed6790..4f5b05811f3431 100644 --- a/srcpkgs/python3-pywayland/template +++ b/srcpkgs/python3-pywayland/template @@ -1,7 +1,7 @@ # Template file for 'python3-pywayland' pkgname=python3-pywayland -version=0.4.16 -revision=2 +version=0.4.17 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools wayland-protocols pkg-config python3-wheel python3-cffi wayland-devel" @@ -12,5 +12,5 @@ maintainer="Đoàn Trần Công Danh " license="Apache-2.0" homepage="https://github.com/flacjacket/pywayland" distfiles="${PYPI_SITE}/p/pywayland/pywayland-${version}.tar.gz" -checksum=aaa70c870b0ab365215f8e71505f73683c4ed15b1f3638433b1dc7344fe5b5dd -make_check=no +checksum=f7fd1902638c2f7a15ac07f31a3ef6895d3c160ca2601481ca82b2c61a23c657 +make_check=no # Need Wayland protocol files From b4128a56d9110a2d6e17e63f32eccc06b00211b9 Mon Sep 17 00:00:00 2001 From: Kai Stian Olstad Date: Fri, 7 Jun 2024 20:26:20 +0200 Subject: [PATCH 3/5] New package: python3-pywlroots-0.17-0.17.0 --- srcpkgs/python3-pywlroots-0.17/template | 38 +++++++++++++++++++++++++ srcpkgs/python3-pywlroots-0.17/update | 1 + 2 files changed, 39 insertions(+) create mode 100644 srcpkgs/python3-pywlroots-0.17/template create mode 100644 srcpkgs/python3-pywlroots-0.17/update diff --git a/srcpkgs/python3-pywlroots-0.17/template b/srcpkgs/python3-pywlroots-0.17/template new file mode 100644 index 00000000000000..9ced430518291c --- /dev/null +++ b/srcpkgs/python3-pywlroots-0.17/template @@ -0,0 +1,38 @@ +# Template file for 'python3-pywlroots-0.17' +pkgname=python3-pywlroots-0.17 +version=0.17.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-cffi python3-pywayland python3-xkbcommon + python3-wheel python3-devel wlroots${pkgname##*-}-devel" +makedepends="python3-devel python3-cffi wlroots${pkgname##*-}-devel" +depends="python3-pywayland python3-xkbcommon python3-cffi" +short_desc="Python binding to the wlroots ${pkgname##*-} using cffi" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/flacjacket/pywlroots" +distfiles="${PYPI_SITE}/p/pywlroots/pywlroots-${version}.tar.gz" +checksum=72cb2be14048c0cbc89ccf1b57863013a9977fd51248c300ccc72001e7c43dbb +conflicts="python3-pywlroots-0.16>=0" +replaces="python3-pywlroots-0.16>=0" + +pre_build() { + [ "$CROSS_BUILD" ] || return 0 + ( + rm -rf wlroots/__pycache__ + CC="$BUILD_CC" + CFLAGS="$BUILD_CFLAGS" + LDFLAGS="$BUILD_LDFLAGS" + unset LDSHARED + unset PYTHON_CONFIG + unset PYTHONPATH + unset PYPREFIX + unset _PYTHON_SYSCONFIGDATA_NAME + python3 wlroots/ffi_build.py + rm -f wlroots/_ffi.o wlroots/_ffi.cpython.*.so + ) +} + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/python3-pywlroots-0.17/update b/srcpkgs/python3-pywlroots-0.17/update new file mode 100644 index 00000000000000..47f3aeabd59b09 --- /dev/null +++ b/srcpkgs/python3-pywlroots-0.17/update @@ -0,0 +1 @@ +pattern="[v_-]\K\Q${pkgname##*-}.\E.*(?=\.tar\.gz)" From da5185e29a7e116dcadfbadf659d0596e6148245 Mon Sep 17 00:00:00 2001 From: Kai Stian Olstad Date: Fri, 7 Jun 2024 20:26:43 +0200 Subject: [PATCH 4/5] python3-qtile-extras: update to 0.26.0. --- srcpkgs/python3-qtile-extras/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-qtile-extras/template b/srcpkgs/python3-qtile-extras/template index d7510d8fb59c00..b1692d38ff87f0 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.25.0 +version=0.26.0 revision=1 build_style=python3-pep517 makedepends="python3-wheel python3-setuptools_scm" @@ -10,8 +10,8 @@ maintainer="Bartek Stalewski " 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=0e945de4685bf9431d44779fd29a1e7661dd1c46f3bf34f51dffb4a50c89b317 +distfiles="${PYPI_SITE}/q/qtile-extras/qtile_extras-${version}.tar.gz" +checksum=35a609bc8ad7e616b9cc692fc91a75ac9e16c2218d7689bdf65093bf38d384e7 # Tests require a lot of python modules that are not packaged make_check=no From 7613f880bd46fbd28489a4794bcd7ed558606cb7 Mon Sep 17 00:00:00 2001 From: Kai Stian Olstad Date: Fri, 7 Jun 2024 20:26:48 +0200 Subject: [PATCH 5/5] qtile: update to 0.26.0. --- srcpkgs/qtile/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template index eecafcdd5c4b84..e48f60fecdab37 100644 --- a/srcpkgs/qtile/template +++ b/srcpkgs/qtile/template @@ -1,9 +1,9 @@ # Template file for 'qtile' pkgname=qtile -version=0.25.0 +version=0.26.0 revision=1 build_style=python3-pep517 -_wlroots=0.16 +_wlroots=0.17 hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel pkg-config python3-pywlroots-${_wlroots} python3-pywayland python3-xkbcommon" makedepends="python3-devel libffi-devel pulseaudio-devel wlroots${_wlroots}-devel" @@ -14,7 +14,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=cc7b80cfa0e7037242a610563f53dac315c1ef1538efb801fec99073e363fc11 +checksum=2c806f94dbf67a8ce1e0cd3fa425b95e3fdc5258e28d766dfecd866a7f5806b5 post_install() { vinstall resources/qtile.desktop 644 usr/share/xsessions