Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] icewm: update to 3.3.0
@ 2022-12-21 23:33 vincele
  2022-12-21 23:39 ` vincele
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: vincele @ 2022-12-21 23:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vincele/void-packages icewm-3.3
https://github.com/void-linux/void-packages/pull/41230

icewm: update to 3.3.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

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


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

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

From c554bd1e1f60ae1a90bdc9025a94d8f89677d97b Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Thu, 22 Dec 2022 00:30:42 +0100
Subject: [PATCH] icewm: update to 3.3.0

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

diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template
index 18b66d6944e9..11cf51a5ce47 100644
--- a/srcpkgs/icewm/template
+++ b/srcpkgs/icewm/template
@@ -1,6 +1,6 @@
 # Template file for 'icewm'
 pkgname=icewm
-version=3.2.2
+version=3.3.0
 revision=1
 build_style=cmake
 make_cmd=make
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="https://ice-wm.org/"
 changelog="https://raw.githubusercontent.com/ice-wm/icewm/master/NEWS"
 distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
-checksum=21354a56528b22cb43fc2eb6e662b84eacf090f4d0658ac6712cde792336b2c2
+checksum=b981f22bf02793b2e78cc455234cf7120454e75f9a3375fd0aa18cf372f39302
 # broken tests
 make_check=no
 

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

* Re: icewm: update to 3.3.0
  2022-12-21 23:33 [PR PATCH] icewm: update to 3.3.0 vincele
@ 2022-12-21 23:39 ` vincele
  2022-12-21 23:57 ` vincele
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: vincele @ 2022-12-21 23:39 UTC (permalink / raw)
  To: ml

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

New comment by vincele on void-packages repository

https://github.com/void-linux/void-packages/pull/41230#issuecomment-1362222772

Comment:
I also built it succesfully on x86_64 with:
```./xbps-src -a aarch64 -j16 pkg icewm```

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

* Re: icewm: update to 3.3.0
  2022-12-21 23:33 [PR PATCH] icewm: update to 3.3.0 vincele
  2022-12-21 23:39 ` vincele
@ 2022-12-21 23:57 ` vincele
  2022-12-21 23:59 ` vincele
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: vincele @ 2022-12-21 23:57 UTC (permalink / raw)
  To: ml

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

New comment by vincele on void-packages repository

https://github.com/void-linux/void-packages/pull/41230#issuecomment-1362222772

Comment:
I also cross-built it succesfully on x86_64-musl with:
```./xbps-src -a aarch64 -j16 pkg icewm```
```./xbps-src -a armv7hf-musl -j16 pkg icewm```


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

* Re: icewm: update to 3.3.0
  2022-12-21 23:33 [PR PATCH] icewm: update to 3.3.0 vincele
  2022-12-21 23:39 ` vincele
  2022-12-21 23:57 ` vincele
@ 2022-12-21 23:59 ` vincele
  2022-12-22  0:13 ` vincele
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: vincele @ 2022-12-21 23:59 UTC (permalink / raw)
  To: ml

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

New comment by vincele on void-packages repository

https://github.com/void-linux/void-packages/pull/41230#issuecomment-1362222772

Comment:
I also cross-built it succesfully on x86_64-musl with:
```./xbps-src -a aarch64 -j16 pkg icewm```
```./xbps-src -a armv7hf-musl -j16 pkg icewm```

But I couldn't find a way to check the validity of the checksum, I just copy-pasted the one from the xbps-src error message. The checksum on the release page is not for the .tar.gz source package, and the .tar.lz is not the same content.

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

* Re: icewm: update to 3.3.0
  2022-12-21 23:33 [PR PATCH] icewm: update to 3.3.0 vincele
                   ` (2 preceding siblings ...)
  2022-12-21 23:59 ` vincele
@ 2022-12-22  0:13 ` vincele
  2022-12-22  0:15 ` vincele
  2022-12-23 10:33 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: vincele @ 2022-12-22  0:13 UTC (permalink / raw)
  To: ml

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

New comment by vincele on void-packages repository

https://github.com/void-linux/void-packages/pull/41230#issuecomment-1362222772

Comment:
I also cross-built it succesfully on x86_64-musl with:
```./xbps-src -a aarch64 -j16 pkg icewm```
```./xbps-src -a armv7hf-musl -j16 pkg icewm```

But I couldn't find a way to check the validity of the checksum, I just copy-pasted the one from the xbps-src error message. The checksum on the release page is not for the .tar.gz source package, and the .tar.lz is not the same content.

This PR should supersede the previous for 3.2.3: #40997

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

* Re: icewm: update to 3.3.0
  2022-12-21 23:33 [PR PATCH] icewm: update to 3.3.0 vincele
                   ` (3 preceding siblings ...)
  2022-12-22  0:13 ` vincele
@ 2022-12-22  0:15 ` vincele
  2022-12-23 10:33 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: vincele @ 2022-12-22  0:15 UTC (permalink / raw)
  To: ml

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

New comment by vincele on void-packages repository

https://github.com/void-linux/void-packages/pull/41230#issuecomment-1362222772

Comment:
I also cross-built it succesfully on x86_64-musl with:
```./xbps-src -a aarch64 -j16 pkg icewm```
```./xbps-src -a armv7hf-musl -j16 pkg icewm```

I did those cross-compiles on my desktop running that version without any problem.

But I couldn't find a way to check the validity of the checksum, I just copy-pasted the one from the xbps-src error message. The checksum on the release page is not for the .tar.gz source package, and the .tar.lz is not the same content.

This PR should supersede the previous for 3.2.3: #40997

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

* Re: [PR PATCH] [Merged]: icewm: update to 3.3.0
  2022-12-21 23:33 [PR PATCH] icewm: update to 3.3.0 vincele
                   ` (4 preceding siblings ...)
  2022-12-22  0:15 ` vincele
@ 2022-12-23 10:33 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-12-23 10:33 UTC (permalink / raw)
  To: ml

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

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

icewm: update to 3.3.0
https://github.com/void-linux/void-packages/pull/41230

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

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


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

end of thread, other threads:[~2022-12-23 10:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-21 23:33 [PR PATCH] icewm: update to 3.3.0 vincele
2022-12-21 23:39 ` vincele
2022-12-21 23:57 ` vincele
2022-12-21 23:59 ` vincele
2022-12-22  0:13 ` vincele
2022-12-22  0:15 ` vincele
2022-12-23 10:33 ` [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).