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

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