Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] leftwm: update to 0.5.1.
@ 2024-02-07  3:02 caughtquick
  2024-02-12 14:07 ` leahneukirchen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: caughtquick @ 2024-02-07  3:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caughtquick/void-packages leftwm
https://github.com/void-linux/void-packages/pull/48571

leftwm: update to 0.5.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

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

From 0021e52a6d9f07d57a299380c26f86e6477c2dbf Mon Sep 17 00:00:00 2001
From: caughtquick <abhijit@sipahimalani.me>
Date: Tue, 6 Feb 2024 19:00:21 -0800
Subject: [PATCH] leftwm: update to 0.5.1.

---
 srcpkgs/leftwm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/leftwm/template b/srcpkgs/leftwm/template
index 2b744bdb4dd40..d565d2f9b025d 100644
--- a/srcpkgs/leftwm/template
+++ b/srcpkgs/leftwm/template
@@ -1,6 +1,6 @@
 # Template file for 'leftwm'
 pkgname=leftwm
-version=0.4.2
+version=0.5.1
 revision=1
 build_style=cargo
 configure_args="--no-default-features --features lefthk,sys-log"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/leftwm/leftwm"
 changelog="https://raw.githubusercontent.com/leftwm/leftwm/main/CHANGELOG"
 distfiles="https://github.com/leftwm/leftwm/archive/refs/tags/${version}.tar.gz"
-checksum=97a86b2966d20fd56237905fd90692a873e979759831f6030da2db9d5dc11f2b
+checksum=3c8ab0fdbfe205b33ad7ae108d3a604bdd22663458bf803e0a3a4a924aad963a
 
 do_install() {
 	vdoc README.md

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

* Re: leftwm: update to 0.5.1.
  2024-02-07  3:02 [PR PATCH] leftwm: update to 0.5.1 caughtquick
@ 2024-02-12 14:07 ` leahneukirchen
  2024-05-02 18:06 ` 0323pin
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2024-02-12 14:07 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/48571#issuecomment-1938747232

Comment:
Needs a patch to support 32-bit platforms.

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

* Re: leftwm: update to 0.5.1.
  2024-02-07  3:02 [PR PATCH] leftwm: update to 0.5.1 caughtquick
  2024-02-12 14:07 ` leahneukirchen
@ 2024-05-02 18:06 ` 0323pin
  2024-05-02 21:25 ` caughtquick
  2024-05-03  2:45 ` 0323pin
  3 siblings, 0 replies; 5+ messages in thread
From: 0323pin @ 2024-05-02 18:06 UTC (permalink / raw)
  To: ml

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

New comment by 0323pin on void-packages repository

https://github.com/void-linux/void-packages/pull/48571#issuecomment-2091193544

Comment:
Any progress on this?
The needed patch can be found [here](https://github.com/leftwm/leftwm/pull/1202/files).

I'm using it on [NetBSD builds](http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/wm/leftwm/patches/patch-display-servers_xlib-display-server_src_xwrap_setters.rs?rev=1.1&content-type=text/x-cvsweb-markup) and it's working.



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

* Re: leftwm: update to 0.5.1.
  2024-02-07  3:02 [PR PATCH] leftwm: update to 0.5.1 caughtquick
  2024-02-12 14:07 ` leahneukirchen
  2024-05-02 18:06 ` 0323pin
@ 2024-05-02 21:25 ` caughtquick
  2024-05-03  2:45 ` 0323pin
  3 siblings, 0 replies; 5+ messages in thread
From: caughtquick @ 2024-05-02 21:25 UTC (permalink / raw)
  To: ml

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

New comment by caughtquick on void-packages repository

https://github.com/void-linux/void-packages/pull/48571#issuecomment-2091703803

Comment:
will get to it shortly, thanks

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

* Re: leftwm: update to 0.5.1.
  2024-02-07  3:02 [PR PATCH] leftwm: update to 0.5.1 caughtquick
                   ` (2 preceding siblings ...)
  2024-05-02 21:25 ` caughtquick
@ 2024-05-03  2:45 ` 0323pin
  3 siblings, 0 replies; 5+ messages in thread
From: 0323pin @ 2024-05-03  2:45 UTC (permalink / raw)
  To: ml

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

New comment by 0323pin on void-packages repository

https://github.com/void-linux/void-packages/pull/48571#issuecomment-2092040952

Comment:
Thanks!

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

end of thread, other threads:[~2024-05-03  2:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-07  3:02 [PR PATCH] leftwm: update to 0.5.1 caughtquick
2024-02-12 14:07 ` leahneukirchen
2024-05-02 18:06 ` 0323pin
2024-05-02 21:25 ` caughtquick
2024-05-03  2:45 ` 0323pin

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