Skip to content
Commits on Source (7)
mate-terminal (1.20.2-1~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
-- Mike Gabriel <sunweaver@debian.org> Sat, 02 Feb 2019 02:48:49 +0100
mate-terminal (1.20.2-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
+ Drop Ubuntu-specific patch 2001_fix-find-next-previous.patch (and
ubuntu.series file). (Closes: #915918).
+ Enable 256 colors support in terminals. (Closes: #800832)."
* debian/control:
+ Bump Standards-Version: to 4.3.0. No changes needed.
* debian/copyright:
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Wed, 09 Jan 2019 12:30:47 +0100
mate-terminal (1.20.1-1~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
......
......@@ -8,7 +8,7 @@ Uploaders: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>,
Wences Arana <aranax@debian.org.gt>,
Vangelis Mouhtsis <vangelis@gnugr.org>,
Martin Wimpress <code@flexion.org>,
Standards-Version: 4.1.4
Standards-Version: 4.3.0
Build-Depends: debhelper (>= 11~),
dpkg-dev (>= 1.16.1.1),
intltool,
......
......@@ -216,8 +216,114 @@ License: GPL-3+
Comment:
Assuming license as found in COPYING file.
Files: help/C/*
help/af/*
help/am/*
help/ar/*
help/as/*
help/ast/*
help/az/*
help/be/*
help/bg/*
help/bn/*
help/bn_IN/*
help/br/*
help/bs/*
help/ca/*
help/ca@valencia/*
help/cmn/*
help/crh/*
help/cs/*
help/cy/*
help/da/*
help/de/*
help/dz/*
help/el/*
help/en_AU/*
help/en_CA/*
help/en_GB/*
help/eo/*
help/es/*
help/es_AR/*
help/es_CL/*
help/es_CO/*
help/es_ES/*
help/es_MX/*
help/es_PR/*
help/et/*
help/eu/*
help/fa/*
help/fi/*
help/fr/*
help/fur/*
help/fy/*
help/ga/*
help/gl/*
help/gu/*
help/ha/*
help/he/*
help/hi/*
help/hr/*
help/hu/*
help/hy/*
help/id/*
help/ig/*
help/is/*
help/it/*
help/ja/*
help/ka/*
help/kk/*
help/kn/*
help/ko/*
help/ku/*
help/ku_IQ/*
help/ky/*
help/lt/*
help/lv/*
help/mai/*
help/mg/*
help/mk/*
help/ml/*
help/mn/*
help/mr/*
help/ms/*
help/nb/*
help/nds/*
help/ne/*
help/nl/*
help/nn/*
help/oc/*
help/or/*
help/pa/*
help/pl/*
help/ps/*
help/pt/*
help/pt_BR/*
help/ro/*
help/ru/*
help/si/*
help/sk/*
help/sl/*
help/sq/*
help/sr/*
help/sr@latin/*
help/sv/*
help/*t
help/ta/*
help/te/*
help/th/*
help/tr/*
help/ug/*
help/uk/*
help/ur/*
help/uz/*
help/vi/*
help/wa/*
help/xh/*
help/yo/*
help/zh_CN/*
help/zh_HK/*
help/zh_TW/*
help/bg/*
help/ca/*
help/cs/*
......@@ -238,6 +344,93 @@ Files: help/C/*
help/uk/*
help/zh_CN/*
help/zh_TW/*
help/af/*
help/am/*
help/ar/*
help/as/*
help/ast/*
help/az/*
help/be/*
help/bn/*
help/bn_IN/*
help/br/*
help/bs/*
help/ca@valencia/*
help/cmn/*
help/crh/*
help/cy/*
help/dz/*
help/en_AU/*
help/en_CA/*
help/eo/*
help/es_AR/*
help/es_CL/*
help/es_CO/*
help/es_ES/*
help/es_MX/*
help/es_PR/*
help/et/*
help/eu/*
help/fa/*
help/fi/*
help/fur/*
help/fy/*
help/ga/*
help/gl/*
help/gu/*
help/ha/*
help/he/*
help/hi/*
help/hr/*
help/hu/*
help/hy/*
help/id/*
help/ig/*
help/is/*
help/ka/*
help/kk/*
help/kn/*
help/ku/*
help/ku_IQ/*
help/ky/*
help/lt/*
help/lv/*
help/mai/*
help/*t
help/mg/*
help/mk/*
help/ml/*
help/mn/*
help/mr/*
help/ms/*
help/nb/*
help/nds/*
help/ne/*
help/nl/*
help/nn/*
help/or/*
help/pa/*
help/pl/*
help/ps/*
help/pt/*
help/si/*
help/sk/*
help/sl/*
help/sq/*
help/sr/*
help/sr@latin/*
help/ta/*
help/te/*
help/th/*
help/tr/*
help/ug/*
help/ur/*
help/uz/*
help/vi/*
help/wa/*
help/xh/*
help/yo/*
help/zh_HK/*
Copyright: 2002, Sun Microsystems
2000, Miguel de Icaza
2000, Alexander Kirillov
......
Description: Enable 256 color support in terminals.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/src/terminal-screen.c
+++ b/src/terminal-screen.c
@@ -1440,7 +1440,7 @@
g_hash_table_remove (env_table, "LINES");
g_hash_table_remove (env_table, "MATE_DESKTOP_ICON");
- g_hash_table_replace (env_table, g_strdup ("TERM"), g_strdup ("xterm")); /* FIXME configurable later? */
+ g_hash_table_replace (env_table, g_strdup ("TERM"), g_strdup ("xterm-256color")); /* FIXME configurable later? */
/* FIXME: moving the tab between windows, or the window between displays will make the next two invalid... */
g_hash_table_replace (env_table, g_strdup ("WINDOWID"), g_strdup_printf ("%ld", GDK_WINDOW_XID (gtk_widget_get_window (window))));
Author: Vlad Orlov <monsta@inbox.ru>
Description: Fix Find Next/Previous shortcuts and menu items, which are broken due to VTE patch "revert-pcre2.patch".
See https://launchpad.net/bugs/1636666
--- mate-terminal-1.20.0.orig/src/terminal-window.c
+++ mate-terminal-1.20.0/src/terminal-window.c
@@ -1202,7 +1202,7 @@ terminal_window_update_search_sensitivit
if (screen != priv->active_screen)
return;
- can_search = vte_terminal_search_get_regex (VTE_TERMINAL (screen)) != NULL;
+ can_search = vte_terminal_search_get_gregex (VTE_TERMINAL (screen)) != NULL;
action = gtk_action_group_get_action (priv->action_group, "SearchFindNext");
gtk_action_set_sensitive (action, can_search);
0001_fix_setting_transparency.patch
1001_add-keywords-to-desktop-files.patch
1002_xterm-256color.patch
0001_fix_setting_transparency.patch
1001_add-keywords-to-desktop-files.patch
2001_fix-find-next-previous.patch