Github messages for voidlinux
 help / color / mirror / Atom feed
From: chrysos349 <chrysos349@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] gnome-terminal: update to 3.52.0
Date: Wed, 20 Mar 2024 12:02:15 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49389@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2024-03-20 11:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-20 11:02 chrysos349 [this message]
2024-03-22 21:37 ` [PR PATCH] [Merged]: " oreo639

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49389@inbox.vuxu.org \
    --to=chrysos349@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).