gnome-terminal: update to 3.42.2.

This commit is contained in:
Enno Boland 2021-10-01 14:37:25 +02:00
parent d598c63319
commit b2ae05a202
No known key found for this signature in database
GPG key ID: 5A7B9F1D0DFEB55D
3 changed files with 16 additions and 7 deletions

View file

@ -2,8 +2,8 @@ Source: https://mail-archives.apache.org/mod_mbox/mesos-reviews/201610.mbox/%3C2
Upstream: No
Reason: fixes compilation with musl that doesn't define W* macros.
--- a/src/terminal.c
+++ b/src/terminal.c
--- a/src/terminal.cc
+++ b/src/terminal.cc
@@ -47,6 +47,10 @@
GS_DEFINE_CLEANUP_FUNCTION0(TerminalOptions*, gs_local_options_free, terminal_options_free)
#define gs_free_options __attribute__ ((cleanup(gs_local_options_free)))

View file

@ -1,9 +1,9 @@
# Template file for 'gnome-terminal'
pkgname=gnome-terminal
version=3.40.3
version=3.42.2
revision=1
build_style=gnu-configure
configure_args="--disable-static --with-nautilus-extension"
build_style=meson
configure_args="-Dnautilus_extension=true -Db_ndebug=false"
hostmakedepends="glib-devel intltool itstool pkg-config docbook-xsl libxslt"
makedepends="dconf-devel gnome-shell gsettings-desktop-schemas-devel
nautilus-devel vte3-devel"
@ -13,10 +13,18 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later, GFDL-1.3-only"
homepage="https://wiki.gnome.org/Apps/Terminal"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=cbe9aa3f948116fa3b521754fceb43173ab844cb0ac81145e05d0cab0f8b1a22
checksum=8a9c8e5ef7a3a73b246a947e1190bb08ec98935af860cf0b3aa2fbf4606817a0
lib32disabled=yes
if [ "$CROSS_BUILD" ]; then
configure_args+=" --disable-search-provider"
hostmakedepends+=" desktop-file-utils"
configure_args+=" -Dsearch_provider=false"
fi
nautilus-gnome-terminal-extension_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc="gnome-terminal integration for nautilus"
pkg_install() {
vmove usr/lib/nautilus/extensions-3.0
}
}

View file

@ -0,0 +1 @@
gnome-terminal