Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-tour: update to 45.0
@ 2024-03-05  6:55 chrysos349
  2024-03-20 21:15 ` [PR REVIEW] " oreo639
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: chrysos349 @ 2024-03-05  6:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages gnome-tour
https://github.com/void-linux/void-packages/pull/49103

gnome-tour: update to 45.0
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/49103.patch is attached

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

From 39b653b1c12c3aed154729d3d4cf6aec90abe0b9 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Mar 2024 09:49:40 +0300
Subject: [PATCH] gnome-tour: update to 45.0

---
 srcpkgs/gnome-tour/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-tour/template b/srcpkgs/gnome-tour/template
index e8eb54f1bf7cd6..375b8de9dd2801 100644
--- a/srcpkgs/gnome-tour/template
+++ b/srcpkgs/gnome-tour/template
@@ -1,9 +1,10 @@
 # Template file for 'gnome-tour'
 pkgname=gnome-tour
-version=44.0
+version=45.0
 revision=1
 build_style=meson
 build_helper=rust
+# requires pango>=1.51
 hostmakedepends="pkg-config cargo glib-devel gettext
  desktop-file-utils gtk-update-icon-cache"
 makedepends="gtk4-devel libadwaita-devel libglib-devel rust-std"
@@ -13,7 +14,7 @@ license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/GNOME/gnome-tour/"
 changelog="https://gitlab.gnome.org/GNOME/gnome-tour/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/gnome-tour/${version%.*}/gnome-tour-${version}.tar.xz"
-checksum=06de7677dd1c590d0ea33a032c9ccf4c37c62bc56215b823c879e42ee630c2b6
+checksum=5be4b8ef4b8f4d5ecaccc31048db6e085a8f7bffadaa0843b8e8a788ff1dadee
 
 post_patch() {
 	[ -z "$CROSS_BUILD" ] && return 0

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

* Re: [PR REVIEW] gnome-tour: update to 45.0
  2024-03-05  6:55 [PR PATCH] gnome-tour: update to 45.0 chrysos349
@ 2024-03-20 21:15 ` oreo639
  2024-03-20 21:15 ` oreo639
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2024-03-20 21:15 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/49103#discussion_r1532883106

Comment:
Remove this comment

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

* Re: [PR REVIEW] gnome-tour: update to 45.0
  2024-03-05  6:55 [PR PATCH] gnome-tour: update to 45.0 chrysos349
  2024-03-20 21:15 ` [PR REVIEW] " oreo639
@ 2024-03-20 21:15 ` oreo639
  2024-03-20 22:03 ` [PR PATCH] [Updated] " chrysos349
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2024-03-20 21:15 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/49103#discussion_r1532883106

Comment:
Please remove this comment

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

* Re: [PR PATCH] [Updated] gnome-tour: update to 45.0
  2024-03-05  6:55 [PR PATCH] gnome-tour: update to 45.0 chrysos349
  2024-03-20 21:15 ` [PR REVIEW] " oreo639
  2024-03-20 21:15 ` oreo639
@ 2024-03-20 22:03 ` chrysos349
  2024-03-20 22:04 ` [PR REVIEW] " chrysos349
  2024-03-20 22:49 ` [PR PATCH] [Merged]: " oreo639
  4 siblings, 0 replies; 6+ messages in thread
From: chrysos349 @ 2024-03-20 22:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages gnome-tour
https://github.com/void-linux/void-packages/pull/49103

gnome-tour: update to 45.0
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/49103.patch is attached

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

From 66af6cda501e099dabd1c1dfa6129b1cb929a9c8 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Mar 2024 09:49:40 +0300
Subject: [PATCH] gnome-tour: update to 45.0

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

diff --git a/srcpkgs/gnome-tour/template b/srcpkgs/gnome-tour/template
index e8eb54f1bf7cd6..86064965de3066 100644
--- a/srcpkgs/gnome-tour/template
+++ b/srcpkgs/gnome-tour/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-tour'
 pkgname=gnome-tour
-version=44.0
+version=45.0
 revision=1
 build_style=meson
 build_helper=rust
@@ -13,7 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/GNOME/gnome-tour/"
 changelog="https://gitlab.gnome.org/GNOME/gnome-tour/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/gnome-tour/${version%.*}/gnome-tour-${version}.tar.xz"
-checksum=06de7677dd1c590d0ea33a032c9ccf4c37c62bc56215b823c879e42ee630c2b6
+checksum=5be4b8ef4b8f4d5ecaccc31048db6e085a8f7bffadaa0843b8e8a788ff1dadee
 
 post_patch() {
 	[ -z "$CROSS_BUILD" ] && return 0

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

* Re: [PR REVIEW] gnome-tour: update to 45.0
  2024-03-05  6:55 [PR PATCH] gnome-tour: update to 45.0 chrysos349
                   ` (2 preceding siblings ...)
  2024-03-20 22:03 ` [PR PATCH] [Updated] " chrysos349
@ 2024-03-20 22:04 ` chrysos349
  2024-03-20 22:49 ` [PR PATCH] [Merged]: " oreo639
  4 siblings, 0 replies; 6+ messages in thread
From: chrysos349 @ 2024-03-20 22:04 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/49103#discussion_r1532939972

Comment:
fixed

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

* Re: [PR PATCH] [Merged]: gnome-tour: update to 45.0
  2024-03-05  6:55 [PR PATCH] gnome-tour: update to 45.0 chrysos349
                   ` (3 preceding siblings ...)
  2024-03-20 22:04 ` [PR REVIEW] " chrysos349
@ 2024-03-20 22:49 ` oreo639
  4 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2024-03-20 22:49 UTC (permalink / raw)
  To: ml

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

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

gnome-tour: update to 45.0
https://github.com/void-linux/void-packages/pull/49103

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

#### 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] 6+ messages in thread

end of thread, other threads:[~2024-03-20 22:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-05  6:55 [PR PATCH] gnome-tour: update to 45.0 chrysos349
2024-03-20 21:15 ` [PR REVIEW] " oreo639
2024-03-20 21:15 ` oreo639
2024-03-20 22:03 ` [PR PATCH] [Updated] " chrysos349
2024-03-20 22:04 ` [PR REVIEW] " chrysos349
2024-03-20 22:49 ` [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).