gnome-terminal: update to 3.44.0
This commit is contained in:
parent
00d276b306
commit
166b9abffe
2 changed files with 3 additions and 50 deletions
|
@ -1,47 +0,0 @@
|
||||||
From 9a168cc23962ce9fa106dc8a40407d381a3db403 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Christian Persch <chpe@src.gnome.org>
|
|
||||||
Date: Fri, 14 Jan 2022 11:33:32 +0100
|
|
||||||
Subject: [PATCH] build: Fix for newer meson
|
|
||||||
|
|
||||||
---
|
|
||||||
data/meson.build | 5 +----
|
|
||||||
1 file changed, 1 insertion(+), 4 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/data/meson.build b/data/meson.build
|
|
||||||
index 79d97e5b..e0bcbb91 100644
|
|
||||||
--- a/data/meson.build
|
|
||||||
+++ b/data/meson.build
|
|
||||||
@@ -18,7 +18,6 @@
|
|
||||||
metainfodir = gt_datadir / 'metainfo'
|
|
||||||
|
|
||||||
i18n.merge_file(
|
|
||||||
- gt_dns_name + '.metainfo.xml',
|
|
||||||
input: gt_dns_name + '.metainfo.xml.in',
|
|
||||||
output: '@BASENAME@',
|
|
||||||
po_dir: po_dir,
|
|
||||||
@@ -27,7 +26,6 @@ i18n.merge_file(
|
|
||||||
)
|
|
||||||
|
|
||||||
i18n.merge_file(
|
|
||||||
- gt_dns_name + '.Nautilus.metainfo.xml',
|
|
||||||
input: gt_dns_name + '.Nautilus.metainfo.xml.in',
|
|
||||||
output: '@BASENAME@',
|
|
||||||
po_dir: po_dir,
|
|
||||||
@@ -40,7 +38,6 @@ i18n.merge_file(
|
|
||||||
desktopdatadir = gt_datadir / 'applications'
|
|
||||||
|
|
||||||
i18n.merge_file(
|
|
||||||
- gt_dns_name + '.desktop',
|
|
||||||
input: gt_dns_name + '.desktop.in',
|
|
||||||
output: '@BASENAME@',
|
|
||||||
type: 'desktop',
|
|
||||||
@@ -57,4 +54,4 @@ meson.add_install_script(
|
|
||||||
|
|
||||||
# Subdirs
|
|
||||||
|
|
||||||
-subdir('icons')
|
|
||||||
\ No newline at end of file
|
|
||||||
+subdir('icons')
|
|
||||||
--
|
|
||||||
GitLab
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gnome-terminal'
|
# Template file for 'gnome-terminal'
|
||||||
pkgname=gnome-terminal
|
pkgname=gnome-terminal
|
||||||
version=3.42.2
|
version=3.44.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dnautilus_extension=true -Db_ndebug=false"
|
configure_args="-Dnautilus_extension=true -Db_ndebug=false"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, GFDL-1.3-only"
|
license="GPL-2.0-or-later, GFDL-1.3-only"
|
||||||
homepage="https://wiki.gnome.org/Apps/Terminal"
|
homepage="https://wiki.gnome.org/Apps/Terminal"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=8a9c8e5ef7a3a73b246a947e1190bb08ec98935af860cf0b3aa2fbf4606817a0
|
checksum=fb6f20ee1ff231a9aaedab13d5dc6e5a64c955711224848b790086e88959d37b
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
@ -23,7 +23,7 @@ fi
|
||||||
|
|
||||||
nautilus-gnome-terminal-extension_package() {
|
nautilus-gnome-terminal-extension_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc="gnome-terminal integration for nautilus"
|
short_desc+=" - nautilus integration"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/nautilus/extensions-3.0
|
vmove usr/lib/nautilus/extensions-3.0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue