Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-nibbles: update to 4.2.1
@ 2025-04-14 18:45 clyhtsuriva
  2025-04-14 18:46 ` [PR PATCH] [Updated] " clyhtsuriva
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: clyhtsuriva @ 2025-04-14 18:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages gnome-nibbles-update
https://github.com/void-linux/void-packages/pull/55060

gnome-nibbles: update to 4.2.1
#### 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 crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l-musl
  - aarch64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-nibbles-update-55060.patch --]
[-- Type: text/x-diff, Size: 1105 bytes --]

From deaf4baf72f81c62dedc32c65fd1815bb83e0b8d Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Tue, 18 Mar 2025 20:35:21 +0100
Subject: [PATCH] gnome-nibbles: update to 4.2.0

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

diff --git a/srcpkgs/gnome-nibbles/template b/srcpkgs/gnome-nibbles/template
index 9a44af335d9e76..39ba5367267fe4 100644
--- a/srcpkgs/gnome-nibbles/template
+++ b/srcpkgs/gnome-nibbles/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-nibbles'
 pkgname=gnome-nibbles
-version=4.1.0
+version=4.2.0
 revision=1
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config vala desktop-file-utils
@@ -12,4 +12,4 @@ license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Nibbles"
 changelog="https://gitlab.gnome.org/GNOME/gnome-nibbles/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=63241bd8a15f59180a61812041e2e8f39862267dc9e652f3d173542c550d9292
+checksum=526c2cfc0b2280daf2f54a62e5816656fac3dd60629d07c1ca06d82a6d5244a1

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

* Re: [PR PATCH] [Updated] gnome-nibbles: update to 4.2.1
  2025-04-14 18:45 [PR PATCH] gnome-nibbles: update to 4.2.1 clyhtsuriva
@ 2025-04-14 18:46 ` clyhtsuriva
  2025-04-14 18:55 ` clyhtsuriva
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: clyhtsuriva @ 2025-04-14 18:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages gnome-nibbles-update
https://github.com/void-linux/void-packages/pull/55060

gnome-nibbles: update to 4.2.1
#### 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 crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l-musl
  - aarch64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-nibbles-update-55060.patch --]
[-- Type: text/x-diff, Size: 1044 bytes --]

From ccadbd8f0a5a57f3a1543fbcead9ada65c3c1fc0 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 14 Apr 2025 20:45:37 +0200
Subject: [PATCH] gnome-nibbles: update to 4.2.1

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

diff --git a/srcpkgs/gnome-nibbles/template b/srcpkgs/gnome-nibbles/template
index 0cc3111c38093d..fcce81a3fb11bc 100644
--- a/srcpkgs/gnome-nibbles/template
+++ b/srcpkgs/gnome-nibbles/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-nibbles'
 pkgname=gnome-nibbles
-version=4.2.0
+version=4.2.1
 revision=1
 build_style=meson
 build_helper=qemu
@@ -13,4 +13,4 @@ license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Nibbles"
 changelog="https://gitlab.gnome.org/GNOME/gnome-nibbles/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=526c2cfc0b2280daf2f54a62e5816656fac3dd60629d07c1ca06d82a6d5244a1
+checksum=abecbd7d0080ef4f542e5fd6f0cf48d6510e9a5a067e96b7190596f7811b5125

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

* Re: [PR PATCH] [Updated] gnome-nibbles: update to 4.2.1
  2025-04-14 18:45 [PR PATCH] gnome-nibbles: update to 4.2.1 clyhtsuriva
  2025-04-14 18:46 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2025-04-14 18:55 ` clyhtsuriva
  2025-04-14 18:55 ` clyhtsuriva
  2025-06-07 22:50 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: clyhtsuriva @ 2025-04-14 18:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages gnome-nibbles-update
https://github.com/void-linux/void-packages/pull/55060

gnome-nibbles: update to 4.2.1
#### 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 crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l-musl
  - aarch64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-nibbles-update-55060.patch --]
[-- Type: text/x-diff, Size: 1269 bytes --]

From 175120ae9edf156d8d4ead131c2e491553bdc21c Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 14 Apr 2025 20:55:15 +0200
Subject: [PATCH] gnome-nibbles: update to 4.2.1

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

diff --git a/srcpkgs/gnome-nibbles/template b/srcpkgs/gnome-nibbles/template
index 0cc3111c38093d..19ce55fe2c428b 100644
--- a/srcpkgs/gnome-nibbles/template
+++ b/srcpkgs/gnome-nibbles/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-nibbles'
 pkgname=gnome-nibbles
-version=4.2.0
+version=4.2.1
 revision=1
 build_style=meson
 build_helper=qemu
@@ -10,7 +10,7 @@ makedepends="gsound-devel libgnome-games-support2-devel libadwaita-devel"
 short_desc="GNOME snake eats diamonds game"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
-homepage="https://wiki.gnome.org/Apps/Nibbles"
+homepage="https://gitlab.gnome.org/GNOME/gnome-nibbles"
 changelog="https://gitlab.gnome.org/GNOME/gnome-nibbles/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=526c2cfc0b2280daf2f54a62e5816656fac3dd60629d07c1ca06d82a6d5244a1
+checksum=abecbd7d0080ef4f542e5fd6f0cf48d6510e9a5a067e96b7190596f7811b5125

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

* Re: gnome-nibbles: update to 4.2.1
  2025-04-14 18:45 [PR PATCH] gnome-nibbles: update to 4.2.1 clyhtsuriva
  2025-04-14 18:46 ` [PR PATCH] [Updated] " clyhtsuriva
  2025-04-14 18:55 ` clyhtsuriva
@ 2025-04-14 18:55 ` clyhtsuriva
  2025-06-07 22:50 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: clyhtsuriva @ 2025-04-14 18:55 UTC (permalink / raw)
  To: ml

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

New comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/55060#issuecomment-2802670527

Comment:
About the homepage, wiki.gnome.org:
> This site has been retired. For up to date information, see [handbook.gnome.org](https://handbook.gnome.org/) or [gitlab.gnome.org](https://gitlab.gnome.org/).

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

* Re: [PR PATCH] [Merged]: gnome-nibbles: update to 4.2.1
  2025-04-14 18:45 [PR PATCH] gnome-nibbles: update to 4.2.1 clyhtsuriva
                   ` (2 preceding siblings ...)
  2025-04-14 18:55 ` clyhtsuriva
@ 2025-06-07 22:50 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2025-06-07 22:50 UTC (permalink / raw)
  To: ml

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

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

gnome-nibbles: update to 4.2.1
https://github.com/void-linux/void-packages/pull/55060

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
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l-musl
  - aarch64-musl

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

end of thread, other threads:[~2025-06-07 22:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-14 18:45 [PR PATCH] gnome-nibbles: update to 4.2.1 clyhtsuriva
2025-04-14 18:46 ` [PR PATCH] [Updated] " clyhtsuriva
2025-04-14 18:55 ` clyhtsuriva
2025-04-14 18:55 ` clyhtsuriva
2025-06-07 22:50 ` [PR PATCH] [Merged]: " Duncaen

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