Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] aisleriot: update to 3.22.30
@ 2024-03-05  7:35 chrysos349
  2024-03-16 20:12 ` [PR REVIEW] " oreo639
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: chrysos349 @ 2024-03-05  7:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages aisleriot
https://github.com/void-linux/void-packages/pull/49116

aisleriot: update to 3.22.30
@ericonr 

split into a separate pr (https://github.com/void-linux/void-packages/pull/48762#issuecomment-1976502687).

#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From c893e7fac7df85ec521eb08f2c09a30445f338ff Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Mar 2024 10:33:04 +0300
Subject: [PATCH] aisleriot: update to 3.22.30

---
 srcpkgs/aisleriot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/aisleriot/template b/srcpkgs/aisleriot/template
index a791f3a41a8e3d..4f02edb81460db 100644
--- a/srcpkgs/aisleriot/template
+++ b/srcpkgs/aisleriot/template
@@ -1,11 +1,11 @@
 # Template file for 'aisleriot'
 pkgname=aisleriot
-version=3.22.24
+version=3.22.30
 revision=1
 build_style=meson
 # build requires assertions to be turned on -> n_debug=false
 configure_args="-Dtheme_pysol_path=/usr/share/PySolFC/cardsets -Dtheme_pysol=true
- -Dtheme_kde=false -Db_ndebug=false"
+ -Dtheme_kde=false -Db_ndebug=false -Db_lto=false"
 hostmakedepends="desktop-file-utils glib-devel guile gettext itstool pkg-config
  pysolfc-cardsets"
 makedepends="guile-devel libcanberra-devel librsvg-devel"
@@ -15,5 +15,5 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Aisleriot"
 distfiles="https://gitlab.gnome.org/GNOME/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
-checksum=ade5a13de6173bb1f07c0badc1c9b64bda3072c4e2651efe8cb4491afebb63b1
+checksum=0d8898fc4cec71d9f49adf76712797e27497ee1f40b5974f62819118e53ec2a8
 replaces="aisleriot-data>=0"

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

* Re: [PR REVIEW] aisleriot: update to 3.22.30
  2024-03-05  7:35 [PR PATCH] aisleriot: update to 3.22.30 chrysos349
@ 2024-03-16 20:12 ` oreo639
  2024-03-16 20:12 ` oreo639
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: oreo639 @ 2024-03-16 20:12 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/49116#discussion_r1527246050

Comment:
Remove `${pkgname}` here.


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

* Re: aisleriot: update to 3.22.30
  2024-03-05  7:35 [PR PATCH] aisleriot: update to 3.22.30 chrysos349
  2024-03-16 20:12 ` [PR REVIEW] " oreo639
@ 2024-03-16 20:12 ` oreo639
  2024-03-17  6:56 ` [PR PATCH] [Updated] " chrysos349
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: oreo639 @ 2024-03-16 20:12 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/49116#issuecomment-2002114325

Comment:
3.22.31 just released.

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

* Re: [PR PATCH] [Updated] aisleriot: update to 3.22.30
  2024-03-05  7:35 [PR PATCH] aisleriot: update to 3.22.30 chrysos349
  2024-03-16 20:12 ` [PR REVIEW] " oreo639
  2024-03-16 20:12 ` oreo639
@ 2024-03-17  6:56 ` chrysos349
  2024-03-17  6:56 ` [PR REVIEW] " chrysos349
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2024-03-17  6:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages aisleriot
https://github.com/void-linux/void-packages/pull/49116

aisleriot: update to 3.22.30
@ericonr 

split into a separate pr (https://github.com/void-linux/void-packages/pull/48762#issuecomment-1976502687).

#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From 4559cf2201f0e2ca6a23b43d15da5a34e2aace88 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Mar 2024 10:33:04 +0300
Subject: [PATCH] aisleriot: update to 3.22.31

---
 srcpkgs/aisleriot/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/aisleriot/template b/srcpkgs/aisleriot/template
index a791f3a41a8e3d..6449cf97e19e79 100644
--- a/srcpkgs/aisleriot/template
+++ b/srcpkgs/aisleriot/template
@@ -1,11 +1,11 @@
 # Template file for 'aisleriot'
 pkgname=aisleriot
-version=3.22.24
+version=3.22.31
 revision=1
 build_style=meson
 # build requires assertions to be turned on -> n_debug=false
 configure_args="-Dtheme_pysol_path=/usr/share/PySolFC/cardsets -Dtheme_pysol=true
- -Dtheme_kde=false -Db_ndebug=false"
+ -Dtheme_kde=false -Db_ndebug=false -Db_lto=false"
 hostmakedepends="desktop-file-utils glib-devel guile gettext itstool pkg-config
  pysolfc-cardsets"
 makedepends="guile-devel libcanberra-devel librsvg-devel"
@@ -14,6 +14,6 @@ short_desc="GNOME solitaire card game"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Aisleriot"
-distfiles="https://gitlab.gnome.org/GNOME/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
-checksum=ade5a13de6173bb1f07c0badc1c9b64bda3072c4e2651efe8cb4491afebb63b1
+distfiles="https://gitlab.gnome.org/GNOME/aisleriot/-/archive/${version}/aisleriot-${version}.tar.gz"
+checksum=cef7ca844d782db65c66c557d51c4d5d008c42a22370a6f4319437bd6c9da134
 replaces="aisleriot-data>=0"

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

* Re: [PR REVIEW] aisleriot: update to 3.22.30
  2024-03-05  7:35 [PR PATCH] aisleriot: update to 3.22.30 chrysos349
                   ` (2 preceding siblings ...)
  2024-03-17  6:56 ` [PR PATCH] [Updated] " chrysos349
@ 2024-03-17  6:56 ` chrysos349
  2024-03-17  6:56 ` chrysos349
  2024-03-18  6:52 ` [PR PATCH] [Merged]: " oreo639
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2024-03-17  6:56 UTC (permalink / raw)
  To: ml

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

New review comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/49116#discussion_r1527427172

Comment:
fixed

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

* Re: aisleriot: update to 3.22.30
  2024-03-05  7:35 [PR PATCH] aisleriot: update to 3.22.30 chrysos349
                   ` (3 preceding siblings ...)
  2024-03-17  6:56 ` [PR REVIEW] " chrysos349
@ 2024-03-17  6:56 ` chrysos349
  2024-03-18  6:52 ` [PR PATCH] [Merged]: " oreo639
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2024-03-17  6:56 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/49116#issuecomment-2002335690

Comment:
updated to `3.22.31`

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

* Re: [PR PATCH] [Merged]: aisleriot: update to 3.22.30
  2024-03-05  7:35 [PR PATCH] aisleriot: update to 3.22.30 chrysos349
                   ` (4 preceding siblings ...)
  2024-03-17  6:56 ` chrysos349
@ 2024-03-18  6:52 ` oreo639
  5 siblings, 0 replies; 7+ messages in thread
From: oreo639 @ 2024-03-18  6:52 UTC (permalink / raw)
  To: ml

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

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

aisleriot: update to 3.22.30
https://github.com/void-linux/void-packages/pull/49116

Description:
@ericonr 

split into a separate pr (https://github.com/void-linux/void-packages/pull/48762#issuecomment-1976502687).

#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

end of thread, other threads:[~2024-03-18  6:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-05  7:35 [PR PATCH] aisleriot: update to 3.22.30 chrysos349
2024-03-16 20:12 ` [PR REVIEW] " oreo639
2024-03-16 20:12 ` oreo639
2024-03-17  6:56 ` [PR PATCH] [Updated] " chrysos349
2024-03-17  6:56 ` [PR REVIEW] " chrysos349
2024-03-17  6:56 ` chrysos349
2024-03-18  6:52 ` [PR PATCH] [Merged]: " oreo639

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