Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-console: update to 46.0.
@ 2024-03-21 10:44 fanyx
  2024-03-23  0:59 ` [PR REVIEW] " oreo639
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: fanyx @ 2024-03-21 10:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages gnome-console
https://github.com/void-linux/void-packages/pull/49417

gnome-console: update to 46.0.
#### 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)

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

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

From 71b3fce24ede0cb28eb746d77ea1f8dd79c09e07 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 20 Mar 2024 12:20:14 +0300
Subject: [PATCH 1/2] vte3: update to 0.76.0

---
 srcpkgs/vte3/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template
index 26d47a8154c96a..2756c713016728 100644
--- a/srcpkgs/vte3/template
+++ b/srcpkgs/vte3/template
@@ -1,6 +1,6 @@
 # Template file for 'vte3'
 pkgname=vte3
-version=0.74.2
+version=0.76.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -8,13 +8,14 @@ configure_args="-Db_ndebug=false -Db_lto=false -D_systemd=false
  $(vopt_bool gir gir) $(vopt_bool gir vapi) -Dgtk4=true"
 hostmakedepends="glib-devel gperf gettext pkg-config
  $(vopt_if gir vala)"
-makedepends="gnutls-devel gtk4-devel gtk+3-devel pcre2-devel $(vopt_if gir vala-devel)"
+makedepends="gnutls-devel gtk4-devel gtk+3-devel pcre2-devel liblz4-devel
+ $(vopt_if gir vala-devel)"
 short_desc="Terminal widget with improved accessibility and I18N support"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later, LGPL-2.1-or-later, LGPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Terminal/VTE"
 distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
-checksum=a535fb2a98fea8a2449cd1a02cccf5190131dddff52e715afdace3feb536eae7
+checksum=bbce30b8f504370b12d6439c07a82993e97d7e9afe2dd367817cd58ff029ffda
 
 # Suppress warnings as errors for NULL format strings (musl libc)
 CXXFLAGS="-Wno-error=format="

From 854579b89a89cb56dfd81875ac33f2a505f67cbd Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Thu, 21 Mar 2024 11:43:01 +0100
Subject: [PATCH 2/2] gnome-console: update to 46.0.

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

diff --git a/srcpkgs/gnome-console/template b/srcpkgs/gnome-console/template
index 68f6dcf450933b..917ec3af619bec 100644
--- a/srcpkgs/gnome-console/template
+++ b/srcpkgs/gnome-console/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-console'
 pkgname=gnome-console
-version=45.0
+version=46.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config desktop-file-utils gettext
@@ -13,9 +13,8 @@ maintainer="oreo639 <oreo6391@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/GNOME/console"
 changelog="https://gitlab.gnome.org/GNOME/console/-/raw/main/NEWS"
-#changelog="https://gitlab.gnome.org/GNOME/console/-/raw/gnome-45/NEWS"
 distfiles="${GNOME_SITE}/gnome-console/${version%.*}/gnome-console-${version}.tar.xz"
-checksum=e7462128d2df2324a1d748062c40429cd0504af09e407067b33f3a9d0c59c8e1
+checksum=1619ce701773b2c0c903718f54768c192ea5074514d55a1774a92c97231d6c3e
 
 nautilus-gnome-console-extension_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: [PR REVIEW] gnome-console: update to 46.0.
  2024-03-21 10:44 [PR PATCH] gnome-console: update to 46.0 fanyx
@ 2024-03-23  0:59 ` oreo639
  2024-03-23  7:55 ` [PR PATCH] [Updated] " fanyx
  2024-03-23 23:10 ` [PR PATCH] [Merged]: " oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: oreo639 @ 2024-03-23  0:59 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/49417#discussion_r1536476018

Comment:
Uncomment this line and make it `https://gitlab.gnome.org/GNOME/console/-/raw/gnome-46/NEWS`, then comment the line above.

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

* Re: [PR PATCH] [Updated] gnome-console: update to 46.0.
  2024-03-21 10:44 [PR PATCH] gnome-console: update to 46.0 fanyx
  2024-03-23  0:59 ` [PR REVIEW] " oreo639
@ 2024-03-23  7:55 ` fanyx
  2024-03-23 23:10 ` [PR PATCH] [Merged]: " oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: fanyx @ 2024-03-23  7:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages gnome-console
https://github.com/void-linux/void-packages/pull/49417

gnome-console: update to 46.0.
#### 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)

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

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

From a7ecb5bcf1fde9387d8abb7dd71975ad3c5bf65c Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Thu, 21 Mar 2024 11:43:01 +0100
Subject: [PATCH] gnome-console: update to 46.0.

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

diff --git a/srcpkgs/gnome-console/template b/srcpkgs/gnome-console/template
index 68f6dcf450933b..a35945db9bda67 100644
--- a/srcpkgs/gnome-console/template
+++ b/srcpkgs/gnome-console/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-console'
 pkgname=gnome-console
-version=45.0
+version=46.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config desktop-file-utils gettext
@@ -12,10 +12,10 @@ short_desc="Simple user-friendly terminal emulator for the GNOME desktop"
 maintainer="oreo639 <oreo6391@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/GNOME/console"
-changelog="https://gitlab.gnome.org/GNOME/console/-/raw/main/NEWS"
-#changelog="https://gitlab.gnome.org/GNOME/console/-/raw/gnome-45/NEWS"
+#changelog="https://gitlab.gnome.org/GNOME/console/-/raw/main/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/console/-/raw/gnome-46/NEWS"
 distfiles="${GNOME_SITE}/gnome-console/${version%.*}/gnome-console-${version}.tar.xz"
-checksum=e7462128d2df2324a1d748062c40429cd0504af09e407067b33f3a9d0c59c8e1
+checksum=1619ce701773b2c0c903718f54768c192ea5074514d55a1774a92c97231d6c3e
 
 nautilus-gnome-console-extension_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Merged]: gnome-console: update to 46.0.
  2024-03-21 10:44 [PR PATCH] gnome-console: update to 46.0 fanyx
  2024-03-23  0:59 ` [PR REVIEW] " oreo639
  2024-03-23  7:55 ` [PR PATCH] [Updated] " fanyx
@ 2024-03-23 23:10 ` oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: oreo639 @ 2024-03-23 23:10 UTC (permalink / raw)
  To: ml

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

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

gnome-console: update to 46.0.
https://github.com/void-linux/void-packages/pull/49417

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)

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

end of thread, other threads:[~2024-03-23 23:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-21 10:44 [PR PATCH] gnome-console: update to 46.0 fanyx
2024-03-23  0:59 ` [PR REVIEW] " oreo639
2024-03-23  7:55 ` [PR PATCH] [Updated] " fanyx
2024-03-23 23:10 ` [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).