Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] leftwm: update to 0.5.3
@ 2024-10-20 20:06 pondichys
  2024-10-21 19:36 ` [PR PATCH] [Merged]: " tranzystorekk
  0 siblings, 1 reply; 2+ messages in thread
From: pondichys @ 2024-10-20 20:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pondichys/void-packages leftwm-0.5.3
https://github.com/void-linux/void-packages/pull/52710

leftwm: update to 0.5.3
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l
  - i686
  - x86_64-musl



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

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

From fac3938b7d460fe72a8dd8868878424a734fdedb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Pondichy?= <sebastien.pondichy@gmail.com>
Date: Sun, 20 Oct 2024 22:03:16 +0200
Subject: [PATCH] leftwm: update to 0.5.3

---
 srcpkgs/leftwm/patches/fix_32bit_builds.patch | 24 -------------------
 srcpkgs/leftwm/template                       | 10 +++-----
 2 files changed, 3 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/leftwm/patches/fix_32bit_builds.patch

diff --git a/srcpkgs/leftwm/patches/fix_32bit_builds.patch b/srcpkgs/leftwm/patches/fix_32bit_builds.patch
deleted file mode 100644
index 6deddf3a5f217b..00000000000000
--- a/srcpkgs/leftwm/patches/fix_32bit_builds.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 75257283248c99347089225befee851e2d6e2895 Mon Sep 17 00:00:00 2001
-From: Adrian <github@eskaan.de>
-Date: Mon, 1 Jan 2024 07:55:18 +0100
-Subject: [PATCH] Fix the 32 bit builds by changing a type cast (#1202)
-
-`i64::from` was replaced by a direct `as` type cast.
-
-Tested on i686-unknown-linux-gnu
----
- display-servers/xlib-display-server/src/xwrap/setters.rs | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/display-servers/xlib-display-server/src/xwrap/setters.rs b/display-servers/xlib-display-server/src/xwrap/setters.rs
-index f0cb569ed..efd4034b7 100644
---- a/display-servers/xlib-display-server/src/xwrap/setters.rs
-+++ b/display-servers/xlib-display-server/src/xwrap/setters.rs
-@@ -94,7 +94,7 @@ impl XWrap {
- 
-     /// Sets a desktop property.
-     pub fn set_desktop_prop(&self, data: &[u32], atom: c_ulong) {
--        let x_data: Vec<c_long> = data.iter().map(|x| i64::from(*x)).collect();
-+        let x_data: Vec<c_long> = data.iter().map(|x| *x as c_long).collect();
-         self.replace_property_long(self.root, atom, xlib::XA_CARDINAL, &x_data);
-     }
diff --git a/srcpkgs/leftwm/template b/srcpkgs/leftwm/template
index d3b91dc35bf618..41a5e874b44982 100644
--- a/srcpkgs/leftwm/template
+++ b/srcpkgs/leftwm/template
@@ -1,9 +1,9 @@
 # Template file for 'leftwm'
 pkgname=leftwm
-version=0.5.1
+version=0.5.3
 revision=1
 build_style=cargo
-configure_args="--no-default-features --features lefthk,sys-log"
+configure_args="--no-default-features --features lefthk,sys-log,x11rb,xlib"
 makedepends="libX11-devel libXinerama-devel libXrandr-devel xorg-server-devel"
 depends="libX11 libXinerama xorg-server xrandr"
 short_desc="Tiling window manager for Adventurers"
@@ -12,11 +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=3c8ab0fdbfe205b33ad7ae108d3a604bdd22663458bf803e0a3a4a924aad963a
-
-post_patch() {
-	cargo update --package time@0.3.30 --precise 0.3.36
-}
+checksum=b0576a18bd73b6a4372b8eba08c04da432a8643ebca15ee46340a77ba31b1bfc
 
 do_install() {
 	vdoc README.md

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

* Re: [PR PATCH] [Merged]: leftwm: update to 0.5.3
  2024-10-20 20:06 [PR PATCH] leftwm: update to 0.5.3 pondichys
@ 2024-10-21 19:36 ` tranzystorekk
  0 siblings, 0 replies; 2+ messages in thread
From: tranzystorekk @ 2024-10-21 19:36 UTC (permalink / raw)
  To: ml

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

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

leftwm: update to 0.5.3
https://github.com/void-linux/void-packages/pull/52710

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l
  - i686
  - x86_64-musl



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

end of thread, other threads:[~2024-10-21 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-20 20:06 [PR PATCH] leftwm: update to 0.5.3 pondichys
2024-10-21 19:36 ` [PR PATCH] [Merged]: " tranzystorekk

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