Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] update river and waylock
@ 2023-03-31 15:08 dkwo
  2023-03-31 15:17 ` icp1994
                   ` (34 more replies)
  0 siblings, 35 replies; 36+ messages in thread
From: dkwo @ 2023-03-31 15:08 UTC (permalink / raw)
  To: ml

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

There is a new pull request by dkwo against master on the void-packages repository

https://github.com/dkwo/void-packages river
https://github.com/void-linux/void-packages/pull/43143

update river and waylock
- I tested the changes in this PR: yes. been running them for months, built with zig-static
- I built this PR locally for my native architecture, (x86_64-musl)

cc maintainer @ifreund 

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

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

From e3850932cd972ae7e0a65610626cfb6e5e321c29 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 28 Dec 2022 18:11:24 +0100
Subject: [PATCH 1/2] river: update to 0.2.4

---
 srcpkgs/river/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/river/template b/srcpkgs/river/template
index 431aa4bd8e8e..c9783248ffa6 100644
--- a/srcpkgs/river/template
+++ b/srcpkgs/river/template
@@ -1,18 +1,19 @@
 # Template file for 'river'
 pkgname=river
-version=0.2.3
+version=0.2.4
 revision=1
 build_style=zig-build
-configure_args="$(vopt_if xwayland -Dxwayland) -Dpie"
+configure_args="$(vopt_if xwayland -Dxwayland) -Dpie -Dstrip -Drelease-safe"
 hostmakedepends="pkg-config wayland-devel scdoc"
-makedepends="wlroots-devel libevdev-devel"
+makedepends="wlroots-devel libevdev-devel pixman-devel
+ wayland-protocols"
 depends="$(vopt_if xwayland xorg-server-xwayland)"
 short_desc="Dynamic tiling Wayland compositor"
 maintainer="Isaac Freund <mail@isaacfreund.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/riverwm/river"
-distfiles="${homepage}/releases/download/v${version}/river-${version}.tar.gz"
-checksum=7acdd2b929e16a20006b4baf1f29e7a8dc7f70cf5747e1503a610a90d1637132
+distfiles="https://github.com/riverwm/river/releases/download/v${version}/river-${version}.tar.gz"
+checksum=26c1c41a65ce3804069afad6988410515cf478d2b76303ebc699766d3d4dc69f
 
 build_options="xwayland"
 build_options_default="xwayland"

From c8a1f27aa30e6c9cae40c7fa15464267b02f79f7 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sun, 1 Jan 2023 13:22:41 +0100
Subject: [PATCH 2/2] waylock: update to 0.6.2

---
 srcpkgs/waylock/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/waylock/template b/srcpkgs/waylock/template
index 75878edae943..343e05dcbaee 100644
--- a/srcpkgs/waylock/template
+++ b/srcpkgs/waylock/template
@@ -1,16 +1,17 @@
 # Template file for 'waylock'
 pkgname=waylock
-version=0.3.5
+version=0.6.2
 revision=1
-build_style=cargo
+build_style=zig-build
+configure_args="-Dpie -Dstrip -Drelease-safe"
 hostmakedepends="pkg-config"
-makedepends="libxkbcommon-devel pam-devel"
+makedepends="libxkbcommon-devel pam-devel wayland-protocols wayland-devel scdoc"
 short_desc="Simple screenlocker for wayland compositors"
 maintainer="Isaac Freund <ifreund@ifreund.xyz>"
-license="MIT"
+license="ISC"
 homepage="https://github.com/ifreund/waylock"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=60abf78ae8aa9c28f3230f157607fbd74250a51322776ad1b7abed1408432b87
+distfiles="https://github.com/ifreund/waylock/releases/download/v${version}/waylock-${version}.tar.gz"
+checksum=4a794dedd1b11f3b9bb7b46f8a93c20aac5ac1d40a851cabaa7ae84fd36686fa
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
@ 2023-03-31 15:17 ` icp1994
  2023-03-31 15:22 ` [PR PATCH] [Updated] " dkwo
                   ` (33 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: icp1994 @ 2023-03-31 15:17 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#issuecomment-1492104295

Comment:
oof...building LLVM/Zig in CI

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR PATCH] [Updated] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
  2023-03-31 15:17 ` icp1994
@ 2023-03-31 15:22 ` dkwo
  2023-03-31 15:30 ` icp1994
                   ` (32 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-03-31 15:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages river
https://github.com/void-linux/void-packages/pull/43143

update river and waylock
- I tested the changes in this PR: yes. been running them for months, built with zig-static
- I built this PR locally for my native architecture, (x86_64-musl)

cc maintainer @ifreund 

[ci skip]

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

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

From e3850932cd972ae7e0a65610626cfb6e5e321c29 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 28 Dec 2022 18:11:24 +0100
Subject: [PATCH 1/3] river: update to 0.2.4

---
 srcpkgs/river/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/river/template b/srcpkgs/river/template
index 431aa4bd8e8e..c9783248ffa6 100644
--- a/srcpkgs/river/template
+++ b/srcpkgs/river/template
@@ -1,18 +1,19 @@
 # Template file for 'river'
 pkgname=river
-version=0.2.3
+version=0.2.4
 revision=1
 build_style=zig-build
-configure_args="$(vopt_if xwayland -Dxwayland) -Dpie"
+configure_args="$(vopt_if xwayland -Dxwayland) -Dpie -Dstrip -Drelease-safe"
 hostmakedepends="pkg-config wayland-devel scdoc"
-makedepends="wlroots-devel libevdev-devel"
+makedepends="wlroots-devel libevdev-devel pixman-devel
+ wayland-protocols"
 depends="$(vopt_if xwayland xorg-server-xwayland)"
 short_desc="Dynamic tiling Wayland compositor"
 maintainer="Isaac Freund <mail@isaacfreund.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/riverwm/river"
-distfiles="${homepage}/releases/download/v${version}/river-${version}.tar.gz"
-checksum=7acdd2b929e16a20006b4baf1f29e7a8dc7f70cf5747e1503a610a90d1637132
+distfiles="https://github.com/riverwm/river/releases/download/v${version}/river-${version}.tar.gz"
+checksum=26c1c41a65ce3804069afad6988410515cf478d2b76303ebc699766d3d4dc69f
 
 build_options="xwayland"
 build_options_default="xwayland"

From c8a1f27aa30e6c9cae40c7fa15464267b02f79f7 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sun, 1 Jan 2023 13:22:41 +0100
Subject: [PATCH 2/3] waylock: update to 0.6.2

---
 srcpkgs/waylock/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/waylock/template b/srcpkgs/waylock/template
index 75878edae943..343e05dcbaee 100644
--- a/srcpkgs/waylock/template
+++ b/srcpkgs/waylock/template
@@ -1,16 +1,17 @@
 # Template file for 'waylock'
 pkgname=waylock
-version=0.3.5
+version=0.6.2
 revision=1
-build_style=cargo
+build_style=zig-build
+configure_args="-Dpie -Dstrip -Drelease-safe"
 hostmakedepends="pkg-config"
-makedepends="libxkbcommon-devel pam-devel"
+makedepends="libxkbcommon-devel pam-devel wayland-protocols wayland-devel scdoc"
 short_desc="Simple screenlocker for wayland compositors"
 maintainer="Isaac Freund <ifreund@ifreund.xyz>"
-license="MIT"
+license="ISC"
 homepage="https://github.com/ifreund/waylock"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=60abf78ae8aa9c28f3230f157607fbd74250a51322776ad1b7abed1408432b87
+distfiles="https://github.com/ifreund/waylock/releases/download/v${version}/waylock-${version}.tar.gz"
+checksum=4a794dedd1b11f3b9bb7b46f8a93c20aac5ac1d40a851cabaa7ae84fd36686fa
 
 post_install() {
 	vlicense LICENSE

From 5ffeb296f6e1ab068c1c8eb751664473c0250a31 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Fri, 31 Mar 2023 11:22:17 -0400
Subject: [PATCH 3/3] river: unlock ci

---
 srcpkgs/river/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/river/template b/srcpkgs/river/template
index c9783248ffa6..e4b681132edb 100644
--- a/srcpkgs/river/template
+++ b/srcpkgs/river/template
@@ -16,7 +16,7 @@ distfiles="https://github.com/riverwm/river/releases/download/v${version}/river-
 checksum=26c1c41a65ce3804069afad6988410515cf478d2b76303ebc699766d3d4dc69f
 
 build_options="xwayland"
-build_options_default="xwayland"
+# build_options_default="xwayland"
 desc_option_xwayland="Enable Xwayland support"
 
 post_install() {

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
  2023-03-31 15:17 ` icp1994
  2023-03-31 15:22 ` [PR PATCH] [Updated] " dkwo
@ 2023-03-31 15:30 ` icp1994
  2023-03-31 18:37 ` [PR PATCH] [Updated] " dkwo
                   ` (31 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: icp1994 @ 2023-03-31 15:30 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#issuecomment-1492137024

Comment:
I checked with the local template for `river` I had, noticed these two differences
* no `-Drelease-safe` (it's enforced by the [zig build style](https://github.com/void-linux/void-packages/blob/master/common/build-style/zig-build.sh))
* `libxkbcommon-devel` & `wayland-devel` in makdepends (I read somewhere wayland-devel is needed in both host & target sometimes)

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR PATCH] [Updated] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (2 preceding siblings ...)
  2023-03-31 15:30 ` icp1994
@ 2023-03-31 18:37 ` dkwo
  2023-03-31 18:38 ` dkwo
                   ` (30 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-03-31 18:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages river
https://github.com/void-linux/void-packages/pull/43143

update river and waylock
- I tested the changes in this PR: yes. been running them for months, built with zig-static
- I built this PR locally for my native architecture, (x86_64-musl)

cc maintainer @ifreund 

[ci skip]

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

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

From c2c6b3b71cd58860452498c1e7b8a89e194470f9 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 28 Dec 2022 18:11:24 +0100
Subject: [PATCH 1/2] river: update to 0.2.4

---
 srcpkgs/river/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/river/template b/srcpkgs/river/template
index 431aa4bd8e8e..f49850646291 100644
--- a/srcpkgs/river/template
+++ b/srcpkgs/river/template
@@ -1,21 +1,21 @@
 # Template file for 'river'
 pkgname=river
-version=0.2.3
+version=0.2.4
 revision=1
 build_style=zig-build
-configure_args="$(vopt_if xwayland -Dxwayland) -Dpie"
+configure_args="$(vopt_if xwayland -Dxwayland) -Dpie -Dstrip"
 hostmakedepends="pkg-config wayland-devel scdoc"
-makedepends="wlroots-devel libevdev-devel"
+makedepends="wlroots-devel libevdev-devel pixman-devel
+ wayland-protocols libxkbcommon-devel wayland-devel"
 depends="$(vopt_if xwayland xorg-server-xwayland)"
 short_desc="Dynamic tiling Wayland compositor"
 maintainer="Isaac Freund <mail@isaacfreund.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/riverwm/river"
-distfiles="${homepage}/releases/download/v${version}/river-${version}.tar.gz"
-checksum=7acdd2b929e16a20006b4baf1f29e7a8dc7f70cf5747e1503a610a90d1637132
+distfiles="https://github.com/riverwm/river/releases/download/v${version}/river-${version}.tar.gz"
+checksum=26c1c41a65ce3804069afad6988410515cf478d2b76303ebc699766d3d4dc69f
 
 build_options="xwayland"
-build_options_default="xwayland"
 desc_option_xwayland="Enable Xwayland support"
 
 post_install() {

From 291f1420c4c6dbb3980616d4323d1c19a0f7fcef Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sun, 1 Jan 2023 13:22:41 +0100
Subject: [PATCH 2/2] waylock: update to 0.6.2

---
 srcpkgs/waylock/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/waylock/template b/srcpkgs/waylock/template
index 75878edae943..f8c8624b844a 100644
--- a/srcpkgs/waylock/template
+++ b/srcpkgs/waylock/template
@@ -1,16 +1,17 @@
 # Template file for 'waylock'
 pkgname=waylock
-version=0.3.5
+version=0.6.2
 revision=1
-build_style=cargo
-hostmakedepends="pkg-config"
-makedepends="libxkbcommon-devel pam-devel"
+build_style=zig-build
+configure_args="-Dpie -Dstrip"
+hostmakedepends="pkg-config wayland-devel"
+makedepends="libxkbcommon-devel pam-devel wayland-protocols wayland-devel scdoc"
 short_desc="Simple screenlocker for wayland compositors"
 maintainer="Isaac Freund <ifreund@ifreund.xyz>"
-license="MIT"
+license="ISC"
 homepage="https://github.com/ifreund/waylock"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=60abf78ae8aa9c28f3230f157607fbd74250a51322776ad1b7abed1408432b87
+distfiles="https://github.com/ifreund/waylock/releases/download/v${version}/waylock-${version}.tar.gz"
+checksum=4a794dedd1b11f3b9bb7b46f8a93c20aac5ac1d40a851cabaa7ae84fd36686fa
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (3 preceding siblings ...)
  2023-03-31 18:37 ` [PR PATCH] [Updated] " dkwo
@ 2023-03-31 18:38 ` dkwo
  2023-03-31 23:45 ` [PR REVIEW] " ifreund
                   ` (29 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-03-31 18:38 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#issuecomment-1492430549

Comment:
I wonder if by now it is acceptable to drop `build_options_default="xwayland"`..

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR REVIEW] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (7 preceding siblings ...)
  2023-03-31 23:45 ` ifreund
@ 2023-03-31 23:45 ` ifreund
  2023-03-31 23:45 ` ifreund
                   ` (25 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: ifreund @ 2023-03-31 23:45 UTC (permalink / raw)
  To: ml

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

New review comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#discussion_r1155002294

Comment:
This has changed to GPL-3.0-only

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR REVIEW] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (8 preceding siblings ...)
  2023-03-31 23:45 ` ifreund
@ 2023-03-31 23:45 ` ifreund
  2023-04-01 11:01 ` classabbyamp
                   ` (24 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: ifreund @ 2023-03-31 23:45 UTC (permalink / raw)
  To: ml

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

New review comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#discussion_r1155001764

Comment:
Again, -Dstrip will break waylock-dbg

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR REVIEW] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (4 preceding siblings ...)
  2023-03-31 18:38 ` dkwo
@ 2023-03-31 23:45 ` ifreund
  2023-03-31 23:45 ` ifreund
                   ` (28 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: ifreund @ 2023-03-31 23:45 UTC (permalink / raw)
  To: ml

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

New review comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#discussion_r1155001929

Comment:
Should scdoc not be in hostmakedepends?

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR REVIEW] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (6 preceding siblings ...)
  2023-03-31 23:45 ` ifreund
@ 2023-03-31 23:45 ` ifreund
  2023-03-31 23:45 ` ifreund
                   ` (26 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: ifreund @ 2023-03-31 23:45 UTC (permalink / raw)
  To: ml

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

New review comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#discussion_r1154999627

Comment:
-Dstrip will break the river-dbg package

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR REVIEW] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (5 preceding siblings ...)
  2023-03-31 23:45 ` [PR REVIEW] " ifreund
@ 2023-03-31 23:45 ` ifreund
  2023-03-31 23:45 ` ifreund
                   ` (27 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: ifreund @ 2023-03-31 23:45 UTC (permalink / raw)
  To: ml

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

New review comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#discussion_r1155001597

Comment:
Why change this default? Most users will want Xwayland likely and those that know what it is and know they don't want it shouldn't have much trouble disabling it.

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (9 preceding siblings ...)
  2023-03-31 23:45 ` ifreund
@ 2023-04-01 11:01 ` classabbyamp
  2023-04-01 12:27 ` ifreund
                   ` (23 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: classabbyamp @ 2023-04-01 11:01 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#issuecomment-1492936663

Comment:
make sure to rebase and remove the broken= in river, that was temporary to get the builders to finish with llvm

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (10 preceding siblings ...)
  2023-04-01 11:01 ` classabbyamp
@ 2023-04-01 12:27 ` ifreund
  2023-04-01 14:09 ` [PR PATCH] [Updated] " dkwo
                   ` (22 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: ifreund @ 2023-04-01 12:27 UTC (permalink / raw)
  To: ml

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

New comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#issuecomment-1492957221

Comment:
(The broken= was added due to build issues on 32 bit arm targets, which should likely be disabled)

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR PATCH] [Updated] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (11 preceding siblings ...)
  2023-04-01 12:27 ` ifreund
@ 2023-04-01 14:09 ` dkwo
  2023-04-01 14:10 ` [PR REVIEW] " dkwo
                   ` (21 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-04-01 14:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages river
https://github.com/void-linux/void-packages/pull/43143

update river and waylock
- I tested the changes in this PR: yes. been running them for months, built with zig-static
- I built this PR locally for my native architecture, (x86_64-musl)

cc maintainer @ifreund 

[ci skip]

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

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

From 326dc50c5751a86fef6747fc84e7821245accb78 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 28 Dec 2022 18:11:24 +0100
Subject: [PATCH 1/2] river: update to 0.2.4

---
 srcpkgs/river/template | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/river/template b/srcpkgs/river/template
index 2f0b210485ae..8639ddb34a5b 100644
--- a/srcpkgs/river/template
+++ b/srcpkgs/river/template
@@ -1,27 +1,25 @@
 # Template file for 'river'
 pkgname=river
-version=0.2.3
+version=0.2.4
 revision=1
 build_style=zig-build
 configure_args="$(vopt_if xwayland -Dxwayland) -Dpie"
 hostmakedepends="pkg-config wayland-devel scdoc"
-makedepends="wlroots-devel libevdev-devel"
+makedepends="wlroots-devel libevdev-devel pixman-devel
+ wayland-protocols libxkbcommon-devel wayland-devel"
 depends="$(vopt_if xwayland xorg-server-xwayland)"
 short_desc="Dynamic tiling Wayland compositor"
 maintainer="Isaac Freund <mail@isaacfreund.com>"
-license="GPL-3.0-or-later"
+license="GPL-3.0-only"
 homepage="https://github.com/riverwm/river"
-distfiles="${homepage}/releases/download/v${version}/river-${version}.tar.gz"
-checksum=7acdd2b929e16a20006b4baf1f29e7a8dc7f70cf5747e1503a610a90d1637132
+distfiles="https://github.com/riverwm/river/releases/download/v${version}/river-${version}.tar.gz"
+checksum=26c1c41a65ce3804069afad6988410515cf478d2b76303ebc699766d3d4dc69f
 
 build_options="xwayland"
 build_options_default="xwayland"
 desc_option_xwayland="Enable Xwayland support"
 
-if [ -n "$CROSS_BUILD" ]; then
-	broken="https://build.voidlinux.org/builders/armv7l_builder/builds/43055/steps/shell_3/logs/stdio"
-fi
-
 post_install() {
 	vsconf example/init
 }
+

From 3807c29ad8ed8e51b87f5c9d24fe27f6814a4f8c Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sun, 1 Jan 2023 13:22:41 +0100
Subject: [PATCH 2/2] waylock: update to 0.6.2

---
 srcpkgs/waylock/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/waylock/template b/srcpkgs/waylock/template
index 75878edae943..2ead43a53c02 100644
--- a/srcpkgs/waylock/template
+++ b/srcpkgs/waylock/template
@@ -1,16 +1,17 @@
 # Template file for 'waylock'
 pkgname=waylock
-version=0.3.5
+version=0.6.2
 revision=1
-build_style=cargo
-hostmakedepends="pkg-config"
-makedepends="libxkbcommon-devel pam-devel"
+build_style=zig-build
+configure_args="-Dpie"
+hostmakedepends="pkg-config wayland-devel scdoc"
+makedepends="libxkbcommon-devel pam-devel wayland-protocols wayland-devel"
 short_desc="Simple screenlocker for wayland compositors"
 maintainer="Isaac Freund <ifreund@ifreund.xyz>"
-license="MIT"
+license="ISC"
 homepage="https://github.com/ifreund/waylock"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=60abf78ae8aa9c28f3230f157607fbd74250a51322776ad1b7abed1408432b87
+distfiles="https://github.com/ifreund/waylock/releases/download/v${version}/waylock-${version}.tar.gz"
+checksum=4a794dedd1b11f3b9bb7b46f8a93c20aac5ac1d40a851cabaa7ae84fd36686fa
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR REVIEW] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (12 preceding siblings ...)
  2023-04-01 14:09 ` [PR PATCH] [Updated] " dkwo
@ 2023-04-01 14:10 ` dkwo
  2023-04-01 14:10 ` dkwo
                   ` (20 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-04-01 14:10 UTC (permalink / raw)
  To: ml

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

New review comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#discussion_r1155115945

Comment:
done

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR REVIEW] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (13 preceding siblings ...)
  2023-04-01 14:10 ` [PR REVIEW] " dkwo
@ 2023-04-01 14:10 ` dkwo
  2023-04-01 14:10 ` dkwo
                   ` (19 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-04-01 14:10 UTC (permalink / raw)
  To: ml

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

New review comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#discussion_r1155116034

Comment:
i thought pure wayland could be the default by now..

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR REVIEW] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (14 preceding siblings ...)
  2023-04-01 14:10 ` dkwo
@ 2023-04-01 14:10 ` dkwo
  2023-04-01 14:11 ` dkwo
                   ` (18 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-04-01 14:10 UTC (permalink / raw)
  To: ml

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

New review comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#discussion_r1155116061

Comment:
done

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR REVIEW] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (15 preceding siblings ...)
  2023-04-01 14:10 ` dkwo
@ 2023-04-01 14:11 ` dkwo
  2023-04-01 14:13 ` dkwo
                   ` (17 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-04-01 14:11 UTC (permalink / raw)
  To: ml

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

New review comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#discussion_r1155116076

Comment:
done

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (16 preceding siblings ...)
  2023-04-01 14:11 ` dkwo
@ 2023-04-01 14:13 ` dkwo
  2023-04-01 14:14 ` dkwo
                   ` (16 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-04-01 14:13 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#issuecomment-1492982831

Comment:
should i restrict arch? maybe `~armarmv6l* ~armv7l* ~i686*` ?

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (17 preceding siblings ...)
  2023-04-01 14:13 ` dkwo
@ 2023-04-01 14:14 ` dkwo
  2023-04-01 14:15 ` [PR PATCH] [Updated] " dkwo
                   ` (15 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-04-01 14:14 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#issuecomment-1492982831

Comment:
should i restrict arch? maybe `~armv6l* ~armv7l* ~i686*` ?

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR PATCH] [Updated] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (18 preceding siblings ...)
  2023-04-01 14:14 ` dkwo
@ 2023-04-01 14:15 ` dkwo
  2023-04-01 14:16 ` [PR REVIEW] " dkwo
                   ` (14 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-04-01 14:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages river
https://github.com/void-linux/void-packages/pull/43143

update river and waylock
- I tested the changes in this PR: yes. been running them for months, built with zig-static
- I built this PR locally for my native architecture, (x86_64-musl)

cc maintainer @ifreund 

[ci skip]

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

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

From 6e1f688361090e0aef6db8f993ea0e0babac3588 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 28 Dec 2022 18:11:24 +0100
Subject: [PATCH 1/2] river: update to 0.2.4

---
 srcpkgs/river/template | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/river/template b/srcpkgs/river/template
index 2f0b210485ae..f9b1aa0f858d 100644
--- a/srcpkgs/river/template
+++ b/srcpkgs/river/template
@@ -1,27 +1,24 @@
 # Template file for 'river'
 pkgname=river
-version=0.2.3
+version=0.2.4
 revision=1
 build_style=zig-build
 configure_args="$(vopt_if xwayland -Dxwayland) -Dpie"
 hostmakedepends="pkg-config wayland-devel scdoc"
-makedepends="wlroots-devel libevdev-devel"
+makedepends="wlroots-devel libevdev-devel pixman-devel
+ wayland-protocols libxkbcommon-devel wayland-devel"
 depends="$(vopt_if xwayland xorg-server-xwayland)"
 short_desc="Dynamic tiling Wayland compositor"
 maintainer="Isaac Freund <mail@isaacfreund.com>"
-license="GPL-3.0-or-later"
+license="GPL-3.0-only"
 homepage="https://github.com/riverwm/river"
-distfiles="${homepage}/releases/download/v${version}/river-${version}.tar.gz"
-checksum=7acdd2b929e16a20006b4baf1f29e7a8dc7f70cf5747e1503a610a90d1637132
+distfiles="https://github.com/riverwm/river/releases/download/v${version}/river-${version}.tar.gz"
+checksum=26c1c41a65ce3804069afad6988410515cf478d2b76303ebc699766d3d4dc69f
 
 build_options="xwayland"
 build_options_default="xwayland"
 desc_option_xwayland="Enable Xwayland support"
 
-if [ -n "$CROSS_BUILD" ]; then
-	broken="https://build.voidlinux.org/builders/armv7l_builder/builds/43055/steps/shell_3/logs/stdio"
-fi
-
 post_install() {
 	vsconf example/init
 }

From 40f48024247e5a62ec17c2d9f88f634dc1c342a5 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sun, 1 Jan 2023 13:22:41 +0100
Subject: [PATCH 2/2] waylock: update to 0.6.2

---
 srcpkgs/waylock/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/waylock/template b/srcpkgs/waylock/template
index 75878edae943..2ead43a53c02 100644
--- a/srcpkgs/waylock/template
+++ b/srcpkgs/waylock/template
@@ -1,16 +1,17 @@
 # Template file for 'waylock'
 pkgname=waylock
-version=0.3.5
+version=0.6.2
 revision=1
-build_style=cargo
-hostmakedepends="pkg-config"
-makedepends="libxkbcommon-devel pam-devel"
+build_style=zig-build
+configure_args="-Dpie"
+hostmakedepends="pkg-config wayland-devel scdoc"
+makedepends="libxkbcommon-devel pam-devel wayland-protocols wayland-devel"
 short_desc="Simple screenlocker for wayland compositors"
 maintainer="Isaac Freund <ifreund@ifreund.xyz>"
-license="MIT"
+license="ISC"
 homepage="https://github.com/ifreund/waylock"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=60abf78ae8aa9c28f3230f157607fbd74250a51322776ad1b7abed1408432b87
+distfiles="https://github.com/ifreund/waylock/releases/download/v${version}/waylock-${version}.tar.gz"
+checksum=4a794dedd1b11f3b9bb7b46f8a93c20aac5ac1d40a851cabaa7ae84fd36686fa
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR REVIEW] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (19 preceding siblings ...)
  2023-04-01 14:15 ` [PR PATCH] [Updated] " dkwo
@ 2023-04-01 14:16 ` dkwo
  2023-04-01 16:49 ` paper42
                   ` (13 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-04-01 14:16 UTC (permalink / raw)
  To: ml

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

New review comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#discussion_r1155116739

Comment:
done

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR REVIEW] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (20 preceding siblings ...)
  2023-04-01 14:16 ` [PR REVIEW] " dkwo
@ 2023-04-01 16:49 ` paper42
  2023-04-01 17:08 ` classabbyamp
                   ` (12 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: paper42 @ 2023-04-01 16:49 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#discussion_r1155142150

Comment:
I am not sure I understand why people wouldn't want xwayland support in their compositor.

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (21 preceding siblings ...)
  2023-04-01 16:49 ` paper42
@ 2023-04-01 17:08 ` classabbyamp
  2023-04-01 17:29 ` icp1994
                   ` (11 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: classabbyamp @ 2023-04-01 17:08 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#issuecomment-1493048492

Comment:
> should i restrict arch? maybe `~armv6l* ~armv7l* ~i686*` ?

maybe replace the conditional around the broken with `"$XBPS_TARGET_WORD_SIZE" = 32`

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (22 preceding siblings ...)
  2023-04-01 17:08 ` classabbyamp
@ 2023-04-01 17:29 ` icp1994
  2023-04-01 17:32 ` classabbyamp
                   ` (10 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: icp1994 @ 2023-04-01 17:29 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#issuecomment-1493052855

Comment:
I thought since Zig template has `archs="x86_64* aarch64*"`, river would have that implied. Isn't that how electron packages work too? Can someone ELI5 a bit?

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (23 preceding siblings ...)
  2023-04-01 17:29 ` icp1994
@ 2023-04-01 17:32 ` classabbyamp
  2023-04-02  0:04 ` [PR REVIEW] " dkwo
                   ` (9 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: classabbyamp @ 2023-04-01 17:32 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#issuecomment-1493053415

Comment:
it's hostmakedepends

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR REVIEW] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (24 preceding siblings ...)
  2023-04-01 17:32 ` classabbyamp
@ 2023-04-02  0:04 ` dkwo
  2023-04-02  0:07 ` [PR PATCH] [Updated] " dkwo
                   ` (8 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-04-02  0:04 UTC (permalink / raw)
  To: ml

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

New review comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#discussion_r1155215391

Comment:
since wayland support is more mature, one could argue that having xwayland enabled is less secure and not worth it.

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR PATCH] [Updated] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (25 preceding siblings ...)
  2023-04-02  0:04 ` [PR REVIEW] " dkwo
@ 2023-04-02  0:07 ` dkwo
  2023-04-02 12:36 ` [PR REVIEW] " dkwo
                   ` (7 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-04-02  0:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages river
https://github.com/void-linux/void-packages/pull/43143

update river and waylock
- I tested the changes in this PR: yes. been running them for months, built with zig-static
- I built this PR locally for my native architecture, (x86_64-musl)

cc maintainer @ifreund 

[ci skip]

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

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

From 56e9d568353bac8a63f38a9699c153c8234c7fb9 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 28 Dec 2022 18:11:24 +0100
Subject: [PATCH 1/2] river: update to 0.2.4

---
 srcpkgs/river/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/river/template b/srcpkgs/river/template
index 2f0b210485ae..d8a9986ecb28 100644
--- a/srcpkgs/river/template
+++ b/srcpkgs/river/template
@@ -1,24 +1,25 @@
 # Template file for 'river'
 pkgname=river
-version=0.2.3
+version=0.2.4
 revision=1
 build_style=zig-build
 configure_args="$(vopt_if xwayland -Dxwayland) -Dpie"
 hostmakedepends="pkg-config wayland-devel scdoc"
-makedepends="wlroots-devel libevdev-devel"
+makedepends="wlroots-devel libevdev-devel pixman-devel
+ wayland-protocols libxkbcommon-devel wayland-devel"
 depends="$(vopt_if xwayland xorg-server-xwayland)"
 short_desc="Dynamic tiling Wayland compositor"
 maintainer="Isaac Freund <mail@isaacfreund.com>"
-license="GPL-3.0-or-later"
+license="GPL-3.0-only"
 homepage="https://github.com/riverwm/river"
-distfiles="${homepage}/releases/download/v${version}/river-${version}.tar.gz"
-checksum=7acdd2b929e16a20006b4baf1f29e7a8dc7f70cf5747e1503a610a90d1637132
+distfiles="https://github.com/riverwm/river/releases/download/v${version}/river-${version}.tar.gz"
+checksum=26c1c41a65ce3804069afad6988410515cf478d2b76303ebc699766d3d4dc69f
 
 build_options="xwayland"
 build_options_default="xwayland"
 desc_option_xwayland="Enable Xwayland support"
 
-if [ -n "$CROSS_BUILD" ]; then
+if [ "$XBPS_TARGET_WORD_SIZE" = 32 ]; then
 	broken="https://build.voidlinux.org/builders/armv7l_builder/builds/43055/steps/shell_3/logs/stdio"
 fi
 

From ac643ac39d9e2155e3980068406928ee0b55e904 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sun, 1 Jan 2023 13:22:41 +0100
Subject: [PATCH 2/2] waylock: update to 0.6.2

---
 srcpkgs/waylock/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/waylock/template b/srcpkgs/waylock/template
index 75878edae943..2ead43a53c02 100644
--- a/srcpkgs/waylock/template
+++ b/srcpkgs/waylock/template
@@ -1,16 +1,17 @@
 # Template file for 'waylock'
 pkgname=waylock
-version=0.3.5
+version=0.6.2
 revision=1
-build_style=cargo
-hostmakedepends="pkg-config"
-makedepends="libxkbcommon-devel pam-devel"
+build_style=zig-build
+configure_args="-Dpie"
+hostmakedepends="pkg-config wayland-devel scdoc"
+makedepends="libxkbcommon-devel pam-devel wayland-protocols wayland-devel"
 short_desc="Simple screenlocker for wayland compositors"
 maintainer="Isaac Freund <ifreund@ifreund.xyz>"
-license="MIT"
+license="ISC"
 homepage="https://github.com/ifreund/waylock"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=60abf78ae8aa9c28f3230f157607fbd74250a51322776ad1b7abed1408432b87
+distfiles="https://github.com/ifreund/waylock/releases/download/v${version}/waylock-${version}.tar.gz"
+checksum=4a794dedd1b11f3b9bb7b46f8a93c20aac5ac1d40a851cabaa7ae84fd36686fa
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR REVIEW] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (26 preceding siblings ...)
  2023-04-02  0:07 ` [PR PATCH] [Updated] " dkwo
@ 2023-04-02 12:36 ` dkwo
  2023-04-02 12:41 ` dkwo
                   ` (6 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-04-02 12:36 UTC (permalink / raw)
  To: ml

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

New review comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#discussion_r1155303705

Comment:
for example, i don't need to worry about https://github.com/void-linux/void-packages/issues/43174

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (27 preceding siblings ...)
  2023-04-02 12:36 ` [PR REVIEW] " dkwo
@ 2023-04-02 12:41 ` dkwo
  2023-04-02 13:12 ` paper42
                   ` (5 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-04-02 12:41 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#issuecomment-1493321752

Comment:
is the repository syncing correctly by now, or should i wait to rebase this?

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (28 preceding siblings ...)
  2023-04-02 12:41 ` dkwo
@ 2023-04-02 13:12 ` paper42
  2023-04-03  0:42 ` [PR PATCH] [Updated] " dkwo
                   ` (4 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: paper42 @ 2023-04-02 13:12 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#issuecomment-1493328645

Comment:
> is the repository syncing correctly by now, or should i wait to rebase this?

CI repository was switched to repo-de for now, so it will work

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR PATCH] [Updated] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (29 preceding siblings ...)
  2023-04-02 13:12 ` paper42
@ 2023-04-03  0:42 ` dkwo
  2023-04-03  0:52 ` dkwo
                   ` (3 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-04-03  0:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages river
https://github.com/void-linux/void-packages/pull/43143

update river and waylock
- I tested the changes in this PR: yes. been running them for months, built with zig-static
- I built this PR locally for my native architecture, (x86_64-musl)

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

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

From 5ad86f11923b7cf669a93fb88e1f101a6e360e4c Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 28 Dec 2022 18:11:24 +0100
Subject: [PATCH 1/2] river: update to 0.2.4

---
 srcpkgs/river/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/river/template b/srcpkgs/river/template
index 2f0b210485ae..d8a9986ecb28 100644
--- a/srcpkgs/river/template
+++ b/srcpkgs/river/template
@@ -1,24 +1,25 @@
 # Template file for 'river'
 pkgname=river
-version=0.2.3
+version=0.2.4
 revision=1
 build_style=zig-build
 configure_args="$(vopt_if xwayland -Dxwayland) -Dpie"
 hostmakedepends="pkg-config wayland-devel scdoc"
-makedepends="wlroots-devel libevdev-devel"
+makedepends="wlroots-devel libevdev-devel pixman-devel
+ wayland-protocols libxkbcommon-devel wayland-devel"
 depends="$(vopt_if xwayland xorg-server-xwayland)"
 short_desc="Dynamic tiling Wayland compositor"
 maintainer="Isaac Freund <mail@isaacfreund.com>"
-license="GPL-3.0-or-later"
+license="GPL-3.0-only"
 homepage="https://github.com/riverwm/river"
-distfiles="${homepage}/releases/download/v${version}/river-${version}.tar.gz"
-checksum=7acdd2b929e16a20006b4baf1f29e7a8dc7f70cf5747e1503a610a90d1637132
+distfiles="https://github.com/riverwm/river/releases/download/v${version}/river-${version}.tar.gz"
+checksum=26c1c41a65ce3804069afad6988410515cf478d2b76303ebc699766d3d4dc69f
 
 build_options="xwayland"
 build_options_default="xwayland"
 desc_option_xwayland="Enable Xwayland support"
 
-if [ -n "$CROSS_BUILD" ]; then
+if [ "$XBPS_TARGET_WORD_SIZE" = 32 ]; then
 	broken="https://build.voidlinux.org/builders/armv7l_builder/builds/43055/steps/shell_3/logs/stdio"
 fi
 

From 4ed6e84b0df89f08002ba6d5ff52497dbb9f9ebf Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sun, 1 Jan 2023 13:22:41 +0100
Subject: [PATCH 2/2] waylock: update to 0.6.2

---
 srcpkgs/waylock/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/waylock/template b/srcpkgs/waylock/template
index 75878edae943..2ead43a53c02 100644
--- a/srcpkgs/waylock/template
+++ b/srcpkgs/waylock/template
@@ -1,16 +1,17 @@
 # Template file for 'waylock'
 pkgname=waylock
-version=0.3.5
+version=0.6.2
 revision=1
-build_style=cargo
-hostmakedepends="pkg-config"
-makedepends="libxkbcommon-devel pam-devel"
+build_style=zig-build
+configure_args="-Dpie"
+hostmakedepends="pkg-config wayland-devel scdoc"
+makedepends="libxkbcommon-devel pam-devel wayland-protocols wayland-devel"
 short_desc="Simple screenlocker for wayland compositors"
 maintainer="Isaac Freund <ifreund@ifreund.xyz>"
-license="MIT"
+license="ISC"
 homepage="https://github.com/ifreund/waylock"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=60abf78ae8aa9c28f3230f157607fbd74250a51322776ad1b7abed1408432b87
+distfiles="https://github.com/ifreund/waylock/releases/download/v${version}/waylock-${version}.tar.gz"
+checksum=4a794dedd1b11f3b9bb7b46f8a93c20aac5ac1d40a851cabaa7ae84fd36686fa
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR PATCH] [Updated] update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (30 preceding siblings ...)
  2023-04-03  0:42 ` [PR PATCH] [Updated] " dkwo
@ 2023-04-03  0:52 ` dkwo
  2023-04-03  0:58 ` dkwo
                   ` (2 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-04-03  0:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages river
https://github.com/void-linux/void-packages/pull/43143

update river and waylock
- I tested the changes in this PR: yes. been running them for months, built with zig-static
- I built this PR locally for my native architecture, (x86_64-musl)

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

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

From a830023c54c8eb83337440cc9fb03018cc1fb498 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 28 Dec 2022 18:11:24 +0100
Subject: [PATCH 1/2] river: update to 0.2.4

---
 srcpkgs/river/template | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/river/template b/srcpkgs/river/template
index 2f0b210485ae..506a54dc0491 100644
--- a/srcpkgs/river/template
+++ b/srcpkgs/river/template
@@ -1,27 +1,25 @@
 # Template file for 'river'
 pkgname=river
-version=0.2.3
+version=0.2.4
 revision=1
+archs="~i686* ~armv6l* ~armv7l*"
 build_style=zig-build
 configure_args="$(vopt_if xwayland -Dxwayland) -Dpie"
 hostmakedepends="pkg-config wayland-devel scdoc"
-makedepends="wlroots-devel libevdev-devel"
+makedepends="wlroots-devel libevdev-devel pixman-devel
+ wayland-protocols libxkbcommon-devel wayland-devel"
 depends="$(vopt_if xwayland xorg-server-xwayland)"
 short_desc="Dynamic tiling Wayland compositor"
 maintainer="Isaac Freund <mail@isaacfreund.com>"
-license="GPL-3.0-or-later"
+license="GPL-3.0-only"
 homepage="https://github.com/riverwm/river"
-distfiles="${homepage}/releases/download/v${version}/river-${version}.tar.gz"
-checksum=7acdd2b929e16a20006b4baf1f29e7a8dc7f70cf5747e1503a610a90d1637132
+distfiles="https://github.com/riverwm/river/releases/download/v${version}/river-${version}.tar.gz"
+checksum=26c1c41a65ce3804069afad6988410515cf478d2b76303ebc699766d3d4dc69f
 
 build_options="xwayland"
 build_options_default="xwayland"
 desc_option_xwayland="Enable Xwayland support"
 
-if [ -n "$CROSS_BUILD" ]; then
-	broken="https://build.voidlinux.org/builders/armv7l_builder/builds/43055/steps/shell_3/logs/stdio"
-fi
-
 post_install() {
 	vsconf example/init
 }

From 023ce782bde17262aa79abf0f3f80d8495d3fb16 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sun, 1 Jan 2023 13:22:41 +0100
Subject: [PATCH 2/2] waylock: update to 0.6.2

---
 srcpkgs/waylock/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/waylock/template b/srcpkgs/waylock/template
index 75878edae943..2ead43a53c02 100644
--- a/srcpkgs/waylock/template
+++ b/srcpkgs/waylock/template
@@ -1,16 +1,17 @@
 # Template file for 'waylock'
 pkgname=waylock
-version=0.3.5
+version=0.6.2
 revision=1
-build_style=cargo
-hostmakedepends="pkg-config"
-makedepends="libxkbcommon-devel pam-devel"
+build_style=zig-build
+configure_args="-Dpie"
+hostmakedepends="pkg-config wayland-devel scdoc"
+makedepends="libxkbcommon-devel pam-devel wayland-protocols wayland-devel"
 short_desc="Simple screenlocker for wayland compositors"
 maintainer="Isaac Freund <ifreund@ifreund.xyz>"
-license="MIT"
+license="ISC"
 homepage="https://github.com/ifreund/waylock"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=60abf78ae8aa9c28f3230f157607fbd74250a51322776ad1b7abed1408432b87
+distfiles="https://github.com/ifreund/waylock/releases/download/v${version}/waylock-${version}.tar.gz"
+checksum=4a794dedd1b11f3b9bb7b46f8a93c20aac5ac1d40a851cabaa7ae84fd36686fa
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (31 preceding siblings ...)
  2023-04-03  0:52 ` dkwo
@ 2023-04-03  0:58 ` dkwo
  2023-04-03  7:45 ` paper42
  2023-04-06 16:35 ` [PR PATCH] [Merged]: " paper42
  34 siblings, 0 replies; 36+ messages in thread
From: dkwo @ 2023-04-03  0:58 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#issuecomment-1493494758

Comment:
ready to merge imho

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (32 preceding siblings ...)
  2023-04-03  0:58 ` dkwo
@ 2023-04-03  7:45 ` paper42
  2023-04-06 16:35 ` [PR PATCH] [Merged]: " paper42
  34 siblings, 0 replies; 36+ messages in thread
From: paper42 @ 2023-04-03  7:45 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43143#issuecomment-1493328645

Comment:
> is the repository syncing correctly by now, or should i wait to rebase this?

CI repository was switched to repo-de for now, so it will work

EDIT: it's back on repo-fi which is syncing now

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [PR PATCH] [Merged]: update river and waylock
  2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
                   ` (33 preceding siblings ...)
  2023-04-03  7:45 ` paper42
@ 2023-04-06 16:35 ` paper42
  34 siblings, 0 replies; 36+ messages in thread
From: paper42 @ 2023-04-06 16:35 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

update river and waylock
https://github.com/void-linux/void-packages/pull/43143

Description:
- I tested the changes in this PR: yes. been running them for months, built with zig-static
- I built this PR locally for my native architecture, (x86_64-musl)

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2023-04-06 16:35 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-31 15:08 [PR PATCH] update river and waylock dkwo
2023-03-31 15:17 ` icp1994
2023-03-31 15:22 ` [PR PATCH] [Updated] " dkwo
2023-03-31 15:30 ` icp1994
2023-03-31 18:37 ` [PR PATCH] [Updated] " dkwo
2023-03-31 18:38 ` dkwo
2023-03-31 23:45 ` [PR REVIEW] " ifreund
2023-03-31 23:45 ` ifreund
2023-03-31 23:45 ` ifreund
2023-03-31 23:45 ` ifreund
2023-03-31 23:45 ` ifreund
2023-04-01 11:01 ` classabbyamp
2023-04-01 12:27 ` ifreund
2023-04-01 14:09 ` [PR PATCH] [Updated] " dkwo
2023-04-01 14:10 ` [PR REVIEW] " dkwo
2023-04-01 14:10 ` dkwo
2023-04-01 14:10 ` dkwo
2023-04-01 14:11 ` dkwo
2023-04-01 14:13 ` dkwo
2023-04-01 14:14 ` dkwo
2023-04-01 14:15 ` [PR PATCH] [Updated] " dkwo
2023-04-01 14:16 ` [PR REVIEW] " dkwo
2023-04-01 16:49 ` paper42
2023-04-01 17:08 ` classabbyamp
2023-04-01 17:29 ` icp1994
2023-04-01 17:32 ` classabbyamp
2023-04-02  0:04 ` [PR REVIEW] " dkwo
2023-04-02  0:07 ` [PR PATCH] [Updated] " dkwo
2023-04-02 12:36 ` [PR REVIEW] " dkwo
2023-04-02 12:41 ` dkwo
2023-04-02 13:12 ` paper42
2023-04-03  0:42 ` [PR PATCH] [Updated] " dkwo
2023-04-03  0:52 ` dkwo
2023-04-03  0:58 ` dkwo
2023-04-03  7:45 ` paper42
2023-04-06 16:35 ` [PR PATCH] [Merged]: " paper42

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).