Github messages for voidlinux
 help / color / mirror / Atom feed
From: kaistian <kaistian@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] qtile and dependencies: update
Date: Wed, 12 Jun 2024 00:39:01 +0200	[thread overview]
Message-ID: <20240611223901.543F521BB6@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50736@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 773 bytes --]

There is an updated pull request by kaistian against master on the void-packages repository

https://github.com/kaistian/void-packages qtile
https://github.com/void-linux/void-packages/pull/50736

qtile and dependencies: update
#### Testing the changes
- I tested the changes in this PR: **YES**
Except the Wayland packages since I'm using xorg.

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
The new package is requirement to run Qtile on Wayland.

#### Local build testing
- I built this PR locally for my native architecture, x86-64-LIBC

A patch file from https://github.com/void-linux/void-packages/pull/50736.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qtile-50736.patch --]
[-- Type: text/x-diff, Size: 8484 bytes --]

From eeb983b9917613c7a6797714e12d35b3e039322a Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
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 18a186adb9a20f8352cbd7a2492b6fe8ce3882d1 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
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 <congdanhqx@gmail.com>"
 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 a2602c95f585853414f4ad558916ddb54339c464 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:20 +0200
Subject: [PATCH 3/5] New package: python3-pywlroots, replaces
 python3-pywlroots-0.16

---
 srcpkgs/python3-pywlroots-0.16/update           |  1 -
 .../template                                    | 17 ++++++++---------
 srcpkgs/python3-pywlroots/update                |  1 +
 3 files changed, 9 insertions(+), 10 deletions(-)
 delete mode 100644 srcpkgs/python3-pywlroots-0.16/update
 rename srcpkgs/{python3-pywlroots-0.16 => python3-pywlroots}/template (62%)
 create mode 100644 srcpkgs/python3-pywlroots/update

diff --git a/srcpkgs/python3-pywlroots-0.16/update b/srcpkgs/python3-pywlroots-0.16/update
deleted file mode 100644
index 47f3aeabd59b09..00000000000000
--- a/srcpkgs/python3-pywlroots-0.16/update
+++ /dev/null
@@ -1 +0,0 @@
-pattern="[v_-]\K\Q${pkgname##*-}.\E.*(?=\.tar\.gz)"
diff --git a/srcpkgs/python3-pywlroots-0.16/template b/srcpkgs/python3-pywlroots/template
similarity index 62%
rename from srcpkgs/python3-pywlroots-0.16/template
rename to srcpkgs/python3-pywlroots/template
index 952393451ccdb8..b24e5295878823 100644
--- a/srcpkgs/python3-pywlroots-0.16/template
+++ b/srcpkgs/python3-pywlroots/template
@@ -1,20 +1,19 @@
-# Template file for 'python3-pywlroots-0.16'
-pkgname=python3-pywlroots-0.16
-version=0.16.7
+# Template file for 'python3-pywlroots'
+pkgname=python3-pywlroots
+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"
+ python3-wheel python3-devel wlroots${version%.*}-devel"
+makedepends="python3-devel python3-cffi wlroots${version%.*}-devel"
 depends="python3-pywayland python3-xkbcommon python3-cffi"
-short_desc="Python binding to the wlroots ${pkgname##*-} using cffi"
+short_desc="Python binding to the wlroots library using cffi"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/flacjacket/pywlroots"
 distfiles="${PYPI_SITE}/p/pywlroots/pywlroots-${version}.tar.gz"
-checksum=cdf8dc5d0097cac1be24cc34d18112fc6424ff28c71fd90292c6fd4a566df70a
-conflicts="python3-pywlroots-0.15>=0"
-replaces="python3-pywlroots-0.15>=0"
+checksum=72cb2be14048c0cbc89ccf1b57863013a9977fd51248c300ccc72001e7c43dbb
+replaces="python3-pywlroots-0.15>=0 python3-pywlroots-0.16>=0"
 
 pre_build() {
 	[ "$CROSS_BUILD" ] || return 0
diff --git a/srcpkgs/python3-pywlroots/update b/srcpkgs/python3-pywlroots/update
new file mode 100644
index 00000000000000..522573b2508b30
--- /dev/null
+++ b/srcpkgs/python3-pywlroots/update
@@ -0,0 +1 @@
+pattern="[v_-]\K\Q${version%.*}.\E.*(?=\.tar\.gz)"

From 39c9890189aca547228f40bf10e235b5eb214d64 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
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 <ftpd@insomniac.pl>"
 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 c1b9d97320e4a81bd582ff9f6c49cf4b1fb71e85 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:48 +0200
Subject: [PATCH 5/5] qtile: update to 0.26.0.

---
 srcpkgs/qtile/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template
index eecafcdd5c4b84..5ec12a77405c0c 100644
--- a/srcpkgs/qtile/template
+++ b/srcpkgs/qtile/template
@@ -1,11 +1,11 @@
 # 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"
+ pkg-config python3-pywlroots python3-pywayland python3-xkbcommon"
 makedepends="python3-devel libffi-devel pulseaudio-devel wlroots${_wlroots}-devel"
 depends="python3-cairocffi python3-xcffib pango gdk-pixbuf"
 short_desc="Full-featured tiling window manager written and configured in Python"
@@ -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
@@ -24,7 +24,7 @@ post_install() {
 
 qtile-wayland_package() {
 	depends="${sourcepkg}>=${version}_${revision}
-	 python3-pywlroots-${_wlroots} python3-pywayland python3-xkbcommon"
+	 python3-pywlroots python3-pywayland python3-xkbcommon"
 	pkg_install() {
 		vmove ${py3_sitelib}/libqtile/backend/wayland
 		vmove usr/share/wayland-sessions

  parent reply	other threads:[~2024-06-11 22:39 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
2024-06-07 18:46 ` kaistian
2024-06-07 19:05 ` [PR PATCH] [Updated] " kaistian
2024-06-07 19:12 ` ahesford
2024-06-07 20:13 ` kaistian
2024-06-07 20:15 ` kaistian
2024-06-07 20:28 ` kaistian
2024-06-07 20:52 ` kaistian
2024-06-07 21:56 ` [PR PATCH] [Updated] " kaistian
2024-06-07 22:25 ` [PR PATCH] [Updated] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots, replaces python3-pywlroots-0.16, " kaistian
2024-06-07 22:37 ` kaistian
2024-06-10 14:22 ` [PR REVIEW] qtile and dependencies: update sgn
2024-06-10 19:00 ` kaistian
2024-06-11  0:06 ` ahesford
2024-06-11 22:39 ` kaistian [this message]
2024-06-11 22:45 ` kaistian
2024-06-12  5:21 ` [PR PATCH] [Merged]: " sgn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240611223901.543F521BB6@inbox.vuxu.org \
    --to=kaistian@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).