Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-terminal: update to 3.52.0
@ 2024-03-20 11:02 chrysos349
  2024-03-22 21:37 ` [PR PATCH] [Merged]: " oreo639
  0 siblings, 1 reply; 2+ messages in thread
From: chrysos349 @ 2024-03-20 11:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages gnome-terminal
https://github.com/void-linux/void-packages/pull/49389

gnome-terminal: update to 3.52.0
@Gottox 

#### 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/49389.patch is attached

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

From e92da405fe847971a6913b945fe08afbfd77abb6 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 66462a1aaf18b5190cac5fecd53858e24048c623 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 20 Mar 2024 12:20:25 +0300
Subject: [PATCH 2/2] gnome-terminal: update to 3.52.0

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

diff --git a/srcpkgs/gnome-terminal/template b/srcpkgs/gnome-terminal/template
index e3adddd738613f..72394a051c4561 100644
--- a/srcpkgs/gnome-terminal/template
+++ b/srcpkgs/gnome-terminal/template
@@ -1,19 +1,19 @@
 # Template file for 'gnome-terminal'
 pkgname=gnome-terminal
-version=3.48.0
+version=3.52.0
 revision=1
 build_style=meson
 configure_args="-Dnautilus_extension=true -Db_ndebug=false -Db_lto=false"
 hostmakedepends="glib-devel gettext itstool pkg-config docbook-xsl libxslt"
 makedepends="dconf-devel gnome-shell gsettings-desktop-schemas-devel
- nautilus-devel vte3-devel"
+ nautilus-devel vte3-devel libhandy1-devel"
 depends="desktop-file-utils"
 short_desc="GNOME terminal emulator application"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, GFDL-1.3-only"
 homepage="https://wiki.gnome.org/Apps/Terminal"
 distfiles="https://gitlab.gnome.org/GNOME/gnome-terminal/-/archive/${version}/gnome-terminal-${version}.tar.gz"
-checksum=8e23c837cef30aaf041495e877455628db33b51c7018a2385af2fa8bdd34dcd5
+checksum=7a90e9d21846e2181200708d418d5d2e767dac9d1b6b01aca2b0f496146062bf
 lib32disabled=yes
 
 if [ "$CROSS_BUILD" ]; then

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

* Re: [PR PATCH] [Merged]: gnome-terminal: update to 3.52.0
  2024-03-20 11:02 [PR PATCH] gnome-terminal: update to 3.52.0 chrysos349
@ 2024-03-22 21:37 ` oreo639
  0 siblings, 0 replies; 2+ messages in thread
From: oreo639 @ 2024-03-22 21:37 UTC (permalink / raw)
  To: ml

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

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

gnome-terminal: update to 3.52.0
https://github.com/void-linux/void-packages/pull/49389

Description:
@Gottox 

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-20 11:02 [PR PATCH] gnome-terminal: update to 3.52.0 chrysos349
2024-03-22 21:37 ` [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).