Update to 3.32.1
- Rebase the translations
This commit is contained in:
parent
9f999add96
commit
ffdc8aefa0
1
.gitignore
vendored
1
.gitignore
vendored
@ -87,3 +87,4 @@ gnome-terminal-2.31.3.tar.bz2
|
||||
/gnome-terminal-3.31.90.tar.xz
|
||||
/gnome-terminal-3.31.92.tar.xz
|
||||
/gnome-terminal-3.32.0.tar.xz
|
||||
/gnome-terminal-3.32.1.tar.xz
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
From 68b3fecbba942616a19eafb2821c208828ef305e Mon Sep 17 00:00:00 2001
|
||||
From 163b7060214cdbacb91c62e48ed3d6a732e9dfa4 Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Mon, 12 May 2014 14:57:18 +0200
|
||||
Subject: [PATCH 01/17] Restore transparency
|
||||
@ -231,10 +231,10 @@ index 19198f49f7b5..5ba767c5fc87 100644
|
||||
uuid_unparse (u, uuidstr);
|
||||
priv->uuid = g_strdup (uuidstr);
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
||||
From 9dbba1eefd691c0e81e64df465e3f92176b3bf16 Mon Sep 17 00:00:00 2001
|
||||
From 96a1e3ca4f65222873397e9fc240cbae00ecd1c5 Mon Sep 17 00:00:00 2001
|
||||
From: Lars Uebernickel <lars.uebernickel@canonical.com>
|
||||
Date: Wed, 28 May 2014 14:11:02 +0200
|
||||
Subject: [PATCH 02/17] window: Make the drawing robust across all themes
|
||||
@ -293,10 +293,10 @@ index 5ba767c5fc87..cdd69f9f4f52 100644
|
||||
widget_class->screen_changed = terminal_window_screen_changed;
|
||||
widget_class->style_updated = terminal_window_style_updated;
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
||||
From 4521b3a8c6288a339950290bcc1ab39a12279980 Mon Sep 17 00:00:00 2001
|
||||
From 502f2162a07f06d54b7f6b04b4a32e160868af7c Mon Sep 17 00:00:00 2001
|
||||
From: "Owen W. Taylor" <otaylor@fishsoup.net>
|
||||
Date: Fri, 13 Nov 2015 15:16:42 +0100
|
||||
Subject: [PATCH 03/17] screen, window: Extra padding around transparent
|
||||
@ -420,10 +420,10 @@ index cdd69f9f4f52..6028ca8700d7 100644
|
||||
|
||||
return GTK_WIDGET_CLASS (terminal_window_parent_class)->draw (widget, cr);
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
||||
From b7f6782abe84d0ceb42bb12ea734ab93ecc78c8e Mon Sep 17 00:00:00 2001
|
||||
From 8fa18e1c345d0c96276a61fb8dfd7e782297b9ea Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Mon, 27 Feb 2017 16:53:51 +0100
|
||||
Subject: [PATCH 04/17] screen: Silence -Wunused variable
|
||||
@ -446,10 +446,10 @@ index c0ce8a89126c..1b763a3890dd 100644
|
||||
gboolean use_theme_colors;
|
||||
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
||||
From 6e7c40c2afd31c7db85a040284920e473716c49c Mon Sep 17 00:00:00 2001
|
||||
From 6ec8822170600d7dc798ee8e64f9d7ae33019722 Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Fri, 18 May 2018 20:15:34 +0200
|
||||
Subject: [PATCH 05/17] screen: Try harder to find a foreground process group
|
||||
@ -516,10 +516,10 @@ index 1b763a3890dd..db281cbf13c5 100644
|
||||
#endif
|
||||
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
||||
From 970a17996958ce1dda69e27fef5557d1893ae91c Mon Sep 17 00:00:00 2001
|
||||
From 282798e1c29df1e2792408c91cf4049732f0549e Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Thu, 3 May 2018 16:49:28 +0200
|
||||
Subject: [PATCH 06/17] screen: Track the current foreground process
|
||||
@ -728,10 +728,10 @@ index db281cbf13c5..d03f82b092aa 100644
|
||||
terminal_screen_drag_data_received (GtkWidget *widget,
|
||||
GdkDragContext *context,
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
||||
From 55f2a5242b59c6f55c077d611a22921a0e15b8b5 Mon Sep 17 00:00:00 2001
|
||||
From f0654447aff628001901a55b9b2b6fe151dbb2e6 Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Thu, 10 May 2018 19:23:16 +0200
|
||||
Subject: [PATCH 07/17] Notify when a long-running foreground process group
|
||||
@ -1043,10 +1043,10 @@ index 20cfbceb36b0..a987025e0524 100644
|
||||
|
||||
G_END_DECLS
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
||||
From 50167b56cc2a1f80329ca74957e6dcb3bb5dac69 Mon Sep 17 00:00:00 2001
|
||||
From fc0e2e53fc17d04069d6738459b68e77988172a6 Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Tue, 2 Apr 2019 16:37:48 +0200
|
||||
Subject: [PATCH 08/17] Sprinkle debug messages for notifications
|
||||
@ -1137,10 +1137,10 @@ index 94b077cc7141..e58c69741c37 100644
|
||||
priv->shell_preexec_source_id = 0;
|
||||
retval = G_SOURCE_REMOVE;
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
||||
From 6748a25e2c04fecb567eddb732518949fd042630 Mon Sep 17 00:00:00 2001
|
||||
From 4299288c44b5d5d08f82dc2c74492df45440727e Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Tue, 10 Apr 2018 15:39:35 +0200
|
||||
Subject: [PATCH 09/17] profile: Split the Command tab into two nested GtkGrids
|
||||
@ -1344,10 +1344,10 @@ index 47f1cf8abce2..b35cf5e8999a 100644
|
||||
</object>
|
||||
<packing>
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
||||
From 96a4c8fe7b39193de0e12a79c2230af9e5a82a93 Mon Sep 17 00:00:00 2001
|
||||
From 2d32883bda9611be20d2f7b7a179b62e9db98b11 Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Tue, 10 Apr 2018 16:01:51 +0200
|
||||
Subject: [PATCH 10/17] Revert "profile: Remove the "Command" sub-heading"
|
||||
@ -1568,10 +1568,10 @@ index b35cf5e8999a..a4b2027ff300 100644
|
||||
</object>
|
||||
<packing>
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
||||
From d8328fa5c20612a0c4eec0577ab27a8e82e6a566 Mon Sep 17 00:00:00 2001
|
||||
From 9e090d3fd109974ce7fc1e5b98b19ddb18af393b Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Thu, 30 Jun 2016 16:02:13 +0200
|
||||
Subject: [PATCH 11/17] Revert "screen: Remove unused description and
|
||||
@ -1747,10 +1747,10 @@ index ff77fcf78947..af9583e7cbaf 100644
|
||||
char *terminal_screen_get_current_dir (TerminalScreen *screen);
|
||||
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
||||
From f5d8758854f1e90d756b451745adc05264f92376 Mon Sep 17 00:00:00 2001
|
||||
From 5ea2912840bd10237f87c0064b38e01ffc30f11d Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Thu, 30 Jun 2016 17:39:48 +0200
|
||||
Subject: [PATCH 12/17] Revert "Remove the static title setting from profile
|
||||
@ -1926,10 +1926,10 @@ index 4e3f7606b85a..077f6b5fa042 100644
|
||||
(!prop_name ||
|
||||
prop_name == I_(TERMINAL_PROFILE_USE_SYSTEM_FONT_KEY) ||
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
||||
From 5f2d8477699c3e67f90fda9b6dde95c33c813344 Mon Sep 17 00:00:00 2001
|
||||
From cbff896fc3626d60bcc4930fd21e4caa71a09061 Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Tue, 17 Feb 2015 17:06:17 +0100
|
||||
Subject: [PATCH 13/17] Restore translations for setting a title and
|
||||
@ -1953,7 +1953,7 @@ Subject: [PATCH 13/17] Restore translations for setting a title and
|
||||
po/ca@valencia.po | 12 ++++++++++++
|
||||
po/cs.po | 12 ++++++++++++
|
||||
po/cy.po | 8 ++++----
|
||||
po/da.po | 12 ++++++++++++
|
||||
po/da.po | 11 +++++++++++
|
||||
po/de.po | 12 ++++++++++++
|
||||
po/dz.po | 8 ++++----
|
||||
po/el.po | 15 +++++++++------
|
||||
@ -2028,7 +2028,7 @@ Subject: [PATCH 13/17] Restore translations for setting a title and
|
||||
po/zh_CN.po | 15 +++++++++------
|
||||
po/zh_HK.po | 15 +++++++++------
|
||||
po/zh_TW.po | 15 +++++++++------
|
||||
92 files changed, 710 insertions(+), 363 deletions(-)
|
||||
92 files changed, 709 insertions(+), 363 deletions(-)
|
||||
|
||||
diff --git a/po/am.po b/po/am.po
|
||||
index 3445d96da657..ee992f0712a5 100644
|
||||
@ -2385,7 +2385,7 @@ index 49e710859ac9..8703552984b1 100644
|
||||
+msgid "Set Title"
|
||||
+msgstr "Postavi naslov"
|
||||
diff --git a/po/ca.po b/po/ca.po
|
||||
index 52b30f62831c..81efec6ef9bd 100644
|
||||
index bd77fe3bea60..371fa1180d08 100644
|
||||
--- a/po/ca.po
|
||||
+++ b/po/ca.po
|
||||
@@ -2315,3 +2315,15 @@ msgstr ""
|
||||
@ -2471,14 +2471,13 @@ index 644df82363f1..cd862feb50c0 100644
|
||||
#: ../src/profile-preferences.glade.h:74
|
||||
msgid "_Update login records when command is launched"
|
||||
diff --git a/po/da.po b/po/da.po
|
||||
index 2ad0736c0b66..0a8858c75e0c 100644
|
||||
index b9e57183b071..1d00234c0fb5 100644
|
||||
--- a/po/da.po
|
||||
+++ b/po/da.po
|
||||
@@ -2339,3 +2339,15 @@ msgstr "_Luk vindue"
|
||||
|
||||
@@ -2337,3 +2337,14 @@ msgstr "_Luk vindue"
|
||||
#~ msgid "Open the terminal file manager Midnight Commander"
|
||||
#~ msgstr "Åbn terminalfilhåndteringen Midnight Commander"
|
||||
+
|
||||
|
||||
+msgid "Title"
|
||||
+msgstr "Titel"
|
||||
+
|
||||
@ -4725,10 +4724,10 @@ index e740ebc6df0b..2fa8c3236b8f 100644
|
||||
+msgid "Transparent background"
|
||||
+msgstr "透明背景"
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
||||
From bca0bdaebcab6cedfd086c2febf0533abaa1ddf6 Mon Sep 17 00:00:00 2001
|
||||
From bfd7eaa03757ef203980b9fc5867cf445ae3305d Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Wed, 25 May 2016 13:47:36 +0200
|
||||
Subject: [PATCH 14/17] Restore the action and shortcut to set a static title
|
||||
@ -4873,10 +4872,10 @@ index 6028ca8700d7..7fda0fe5128e 100644
|
||||
{ "tab-detach", action_tab_detach_cb, NULL, NULL, NULL },
|
||||
{ "tab-move-left", action_tab_move_left_cb, NULL, NULL, NULL },
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
||||
From f173007ab444d745e058b60d11920b5d1faf9fd7 Mon Sep 17 00:00:00 2001
|
||||
From 8041455f5b4ccb65a5bde20866443d4a060d2e04 Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Thu, 30 Jun 2016 18:14:36 +0200
|
||||
Subject: [PATCH 15/17] screen: Style fix
|
||||
@ -4903,10 +4902,10 @@ index 077f6b5fa042..3a49baa07a3f 100644
|
||||
const char *p;
|
||||
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
||||
From 7f8811275cd23ef51fb8b0fb6c1507f8798502c9 Mon Sep 17 00:00:00 2001
|
||||
From 56bcdedb2fcff8eb42a277e7b55aadc4ecfff1b6 Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Thu, 30 Jun 2016 16:58:15 +0200
|
||||
Subject: [PATCH 16/17] Restore the rest of the title handling options and make
|
||||
@ -5538,10 +5537,10 @@ index 7fda0fe5128e..6f81c7da4a66 100644
|
||||
|
||||
static void
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
||||
From 341b1bf6da9d3ccaa062ffac59da4ca6ba79ecc8 Mon Sep 17 00:00:00 2001
|
||||
From b812ddc98cabdb3c2df5639fab42ae62847f32d5 Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
Date: Wed, 3 Apr 2019 15:38:09 +0200
|
||||
Subject: [PATCH 17/17] Update the title with the current foreground process
|
||||
@ -5697,5 +5696,5 @@ index c6062d78edf6..9b7a1b50f0c7 100644
|
||||
retval = G_SOURCE_REMOVE;
|
||||
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
@ -2,12 +2,12 @@
|
||||
|
||||
%define glib2_version 2.50.0
|
||||
%define gtk3_version 3.22.27
|
||||
%define vte_version 0.56.0
|
||||
%define vte_version 0.56.1
|
||||
%define desktop_file_utils_version 0.2.90
|
||||
|
||||
Name: gnome-terminal
|
||||
Version: 3.32.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.32.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Terminal emulator for GNOME
|
||||
|
||||
License: GPLv3+ and GFDL and LGPLv2+
|
||||
@ -15,8 +15,6 @@ URL: http://www.gnome.org/
|
||||
Source0: http://download.gnome.org/sources/gnome-terminal/3.32/gnome-terminal-%{version}.tar.xz
|
||||
Source1: org.gnome.Terminal.gschema.override
|
||||
|
||||
Patch0: gnome-terminal-backports-from-upstream.patch
|
||||
|
||||
Patch100: gnome-terminal-notify-open-title-transparency.patch
|
||||
Patch101: 0001-build-Don-t-treat-warnings-as-errors.patch
|
||||
|
||||
@ -61,7 +59,6 @@ option to the right-click context menu in Nautilus.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .backports
|
||||
%patch100 -p1 -b .notify-open-title-transparency
|
||||
%patch101 -p1 -b .warnings
|
||||
|
||||
@ -109,6 +106,10 @@ make check
|
||||
%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Tue Apr 09 2019 Kalev Lember <klember@redhat.com> - 3.32.1-1
|
||||
- Update to 3.32.1
|
||||
- Rebase the translations
|
||||
|
||||
* Wed Apr 03 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.32.0-2
|
||||
- Automatically update the title with the current foreground process.
|
||||
- Rewrite the command-notify patches to use the interactive shell's precmd and
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-terminal-3.32.0.tar.xz) = 9c1e7c05292e849db4f36a0a29e516df760f18af22eb7f04d2f41ea5b2f673dc18aca8872b0843164d0899488696b548f44e3b4d60173a12a6d8d1b6e32d7467
|
||||
SHA512 (gnome-terminal-3.32.1.tar.xz) = e5654bdb88852cced83961c9370a0b708aa9f9191c41801f72d32fd0a48d177b776c4eae2c8baac922451b9e5dfc90372a28274b5d8612ec65a6a0fd84d2a2a1
|
||||
|
Loading…
Reference in New Issue
Block a user