From 3ce2722532b31f2cf348745df07012c0f8c21d28 Mon Sep 17 00:00:00 2001 From: David King Date: Dec 04 2023 12:59:26 +0000 Subject: Update to 3.50.1 (#2247910) --- diff --git a/.gitignore b/.gitignore index e59e8d5..6aa8731 100644 --- a/.gitignore +++ b/.gitignore @@ -122,3 +122,4 @@ gnome-terminal-2.31.3.tar.bz2 /gnome-terminal-3.48.0.tar.bz2 /gnome-terminal-3.48.1.tar.bz2 /gnome-terminal-3.48.3.tar.bz2 +/gnome-terminal-3.50.1.tar.bz2 diff --git a/gnome-terminal-cntr-ntfy-autottl-ts.patch b/gnome-terminal-cntr-ntfy-autottl-ts.patch index a2b8abc..42c1cc8 100644 --- a/gnome-terminal-cntr-ntfy-autottl-ts.patch +++ b/gnome-terminal-cntr-ntfy-autottl-ts.patch @@ -1,4 +1,4 @@ -From 83c3321d9df4c571ff1a8a7aea3d61190e2a342a Mon Sep 17 00:00:00 2001 +From 6585f325ad4267af079226e9a75b6b08f193130f Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 12 May 2014 14:57:18 +0200 Subject: [PATCH 01/16] Restore transparency @@ -46,7 +46,7 @@ index 882b251a..d34e8dc2 100644 diff --git a/src/preferences.ui b/src/preferences.ui -index ca58c656..f3979307 100644 +index efc0ad0a..c24f3fea 100644 --- a/src/preferences.ui +++ b/src/preferences.ui @@ -95,6 +95,11 @@ @@ -234,10 +234,10 @@ index 36eb7ce7..a41d2de2 100644 uuid_unparse (u, uuidstr); priv->uuid = g_strdup (uuidstr); -- -2.40.1 +2.43.0 -From 29759ac03fe09c82d65aac2d28d174ed75df7637 Mon Sep 17 00:00:00 2001 +From bd816ce81bb9bd80029dfc7eea7428f561665956 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 28 May 2014 14:11:02 +0200 Subject: [PATCH 02/16] window: Make the drawing robust across all themes @@ -296,10 +296,10 @@ index a41d2de2..11d93419 100644 widget_class->screen_changed = terminal_window_screen_changed; widget_class->style_updated = terminal_window_style_updated; -- -2.40.1 +2.43.0 -From b86eb377db75fa04417f46dc037eaaa45e8dcdec Mon Sep 17 00:00:00 2001 +From 8c1492323a375909ad6cf5245c812f1a8d7509ad Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Fri, 13 Nov 2015 15:16:42 +0100 Subject: [PATCH 03/16] screen, window: Extra padding around transparent @@ -431,10 +431,10 @@ index 11d93419..61857bfe 100644 return GTK_WIDGET_CLASS (terminal_window_parent_class)->draw (widget, cr); -- -2.40.1 +2.43.0 -From 8e92d96543a2f8b343bde1d7060064bc8da1dfee Mon Sep 17 00:00:00 2001 +From 71fedeb68f9fdb57b1af7cc6ad35e1333fc3b068 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 18 May 2018 20:15:34 +0200 Subject: [PATCH 04/16] screen: Try harder to find a foreground process group @@ -501,10 +501,10 @@ index 51fdc20b..82c607a2 100644 #endif -- -2.40.1 +2.43.0 -From 0a6a5448ca292032f3b5daf9a9e772a6fe64f811 Mon Sep 17 00:00:00 2001 +From 3770e21c019a78c7bb94ca3d23c209f2e1be051a Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 3 May 2018 16:49:28 +0200 Subject: [PATCH 05/16] screen: Track the current foreground process @@ -754,10 +754,10 @@ index 82c607a2..5de5ce91 100644 return FALSE; -- -2.40.1 +2.43.0 -From af10b8861e565ee92ae42ee3e894440989189951 Mon Sep 17 00:00:00 2001 +From f55837b23f0fe2f3c31fe6588aa85839aa57080c Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 10 May 2018 19:23:16 +0200 Subject: [PATCH 06/16] Notify when a long-running foreground process group @@ -778,10 +778,10 @@ https://bugzilla.gnome.org/show_bug.cgi?id=711059 4 files changed, 174 insertions(+), 1 deletion(-) diff --git a/src/terminal-app.cc b/src/terminal-app.cc -index b6740e3c..f8ea76fe 100644 +index 80e3362c..b9d07699 100644 --- a/src/terminal-app.cc +++ b/src/terminal-app.cc -@@ -850,6 +850,31 @@ app_menu_quit_cb (GSimpleAction *action, +@@ -874,6 +874,31 @@ app_menu_quit_cb (GSimpleAction *action, gtk_widget_destroy (GTK_WIDGET (window)); } @@ -813,7 +813,7 @@ index b6740e3c..f8ea76fe 100644 #endif /* TERMINAL_SERVER */ /* Class implementation */ -@@ -892,9 +917,16 @@ terminal_app_startup (GApplication *application) +@@ -916,9 +941,16 @@ terminal_app_startup (GApplication *application) { "quit", app_menu_quit_cb, nullptr, nullptr, nullptr } }; @@ -1070,10 +1070,10 @@ index 91b7e617..37e808a7 100644 G_END_DECLS -- -2.40.1 +2.43.0 -From 8fe4f430026f28ac0067b22983beb69ff903fd86 Mon Sep 17 00:00:00 2001 +From 71d5bc3d951f29b5ccbde60392d97167ec1fe4db Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 10 Apr 2018 15:39:35 +0200 Subject: [PATCH 07/16] profile: Split the Command tab into two nested GtkGrids @@ -1087,7 +1087,7 @@ https://bugzilla.redhat.com/show_bug.cgi?id=1296110 1 file changed, 123 insertions(+), 116 deletions(-) diff --git a/src/preferences.ui b/src/preferences.ui -index f3979307..285a3c61 100644 +index c24f3fea..b8c17999 100644 --- a/src/preferences.ui +++ b/src/preferences.ui @@ -1998,130 +1998,137 @@ @@ -1345,10 +1345,10 @@ index f3979307..285a3c61 100644 -- -2.40.1 +2.43.0 -From 434a35e941965b363fce6f1205aece9a28e93434 Mon Sep 17 00:00:00 2001 +From a1f2fb0c5e59bb39560ce702e9a592e88d8a222a Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 10 Apr 2018 16:01:51 +0200 Subject: [PATCH 08/16] Revert "profile: Remove the "Command" sub-heading" @@ -1361,7 +1361,7 @@ https://bugzilla.redhat.com/show_bug.cgi?id=1296110 1 file changed, 143 insertions(+), 104 deletions(-) diff --git a/src/preferences.ui b/src/preferences.ui -index 285a3c61..5422de71 100644 +index b8c17999..19bbbf73 100644 --- a/src/preferences.ui +++ b/src/preferences.ui @@ -2006,129 +2006,168 @@ @@ -1638,10 +1638,10 @@ index 285a3c61..5422de71 100644 -- -2.40.1 +2.43.0 -From 774c4e3f0ae5da786a2792a27ac5244d2f310d30 Mon Sep 17 00:00:00 2001 +From 45735a6126fcf020a865abc95abad3c07fc378b5 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 30 Jun 2016 16:02:13 +0200 Subject: [PATCH 09/16] Revert "screen: Remove unused description and @@ -1818,10 +1818,10 @@ index ded6b8ca..f4ec9047 100644 char *terminal_screen_get_current_dir (TerminalScreen *screen); -- -2.40.1 +2.43.0 -From 4c0ac030a8667debd3175de0f57579e6c672eb9e Mon Sep 17 00:00:00 2001 +From 34c976d1011a4581214f8d48f239a587e0d27593 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 30 Jun 2016 17:39:48 +0200 Subject: [PATCH 10/16] Revert "Remove the static title setting from profile @@ -1855,7 +1855,7 @@ index d34e8dc2..9ba0f3b5 100644 false Whether bold is also bright diff --git a/src/preferences.ui b/src/preferences.ui -index 5422de71..d851bcb6 100644 +index 19bbbf73..cfa8a7ef 100644 --- a/src/preferences.ui +++ b/src/preferences.ui @@ -1999,6 +1999,77 @@ @@ -1998,10 +1998,10 @@ index 8b37de55..506ab66e 100644 (!prop_name || prop_name == I_(TERMINAL_PROFILE_USE_SYSTEM_FONT_KEY) || -- -2.40.1 +2.43.0 -From 210b3de7896fe3a03f9fa14ce60d436f3c09aa3b Mon Sep 17 00:00:00 2001 +From 5235c2c6b60738c81935a88591a2900acf830433 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 17 Feb 2015 17:06:17 +0100 Subject: [PATCH 11/16] Restore translations for setting a title and @@ -2023,7 +2023,7 @@ Subject: [PATCH 11/16] Restore translations for setting a title and po/bs.po | 10 + po/ca.po | 12 + po/ca@valencia.po | 12 + - po/cs.po | 14 +- + po/cs.po | 12 +- po/cy.po | 8 +- po/da.po | 12 + po/de.po | 12 + @@ -2100,7 +2100,7 @@ Subject: [PATCH 11/16] 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, 734 insertions(+), 887 deletions(-) + 92 files changed, 734 insertions(+), 885 deletions(-) diff --git a/po/am.po b/po/am.po index 3445d96d..ee992f07 100644 @@ -2339,10 +2339,10 @@ index 82ef0664..27e9877f 100644 #: ../src/profile-preferences.glade.h:74 msgid "_Update login records when command is launched" diff --git a/po/bg.po b/po/bg.po -index b2c4e9d5..83ad8e14 100644 +index 499d7fb7..6cf7cda3 100644 --- a/po/bg.po +++ b/po/bg.po -@@ -2480,3 +2480,12 @@ msgstr "_Затваряне на този прозорец" +@@ -2481,3 +2481,12 @@ msgstr "_Затваряне на този прозорец" #, c-format msgid "Failed to parse arguments: %s\n" msgstr "Аргументите не могат да бъдат анализирани: %s\n" @@ -2457,10 +2457,10 @@ index 49e71085..87035529 100644 +msgid "Set Title" +msgstr "Postavi naslov" diff --git a/po/ca.po b/po/ca.po -index 17de40fa..7661e3da 100644 +index 82859f65..6d0b484e 100644 --- a/po/ca.po +++ b/po/ca.po -@@ -2510,3 +2510,15 @@ msgstr "Tanca la _finestra" +@@ -2512,3 +2512,15 @@ msgstr "Tanca la _finestra" #, c-format msgid "Failed to parse arguments: %s\n" msgstr "Ha fallat l'anàlisi dels arguments: %s\n" @@ -2497,15 +2497,13 @@ index a6e8fb42..c9ed8508 100644 +msgid "Set Title" +msgstr "Estableix el títol" diff --git a/po/cs.po b/po/cs.po -index 723fd2c4..39d9bdfd 100644 +index 8f3d7dcc..65f5da9c 100644 --- a/po/cs.po +++ b/po/cs.po -@@ -2473,8 +2473,14 @@ msgstr "_Zavřít okno" - msgid "Failed to parse arguments: %s\n" - msgstr "Selhala analýza argumentů: %s\n" +@@ -2484,6 +2484,14 @@ msgstr "Selhala analýza argumentů: %s\n" --#~ msgid "Armenian" --#~ msgstr "Arménské" + #~ msgid "Armenian" + #~ msgstr "Arménské" +msgid "Transparent background" +msgstr "Průsvitné pozadí" @@ -2566,10 +2564,10 @@ index f3fbaec7..352fcf1c 100644 +msgid "Transparent background" +msgstr "Gennemsigtig baggrund" diff --git a/po/de.po b/po/de.po -index 988a392b..6a82f915 100644 +index e8abfa53..454da162 100644 --- a/po/de.po +++ b/po/de.po -@@ -2604,3 +2604,15 @@ msgstr "Einlesen der Argumente schlug fehl: %s\n" +@@ -2613,3 +2613,15 @@ msgstr "Einlesen der Argumente schlug fehl: %s\n" #~ msgid "_Quit" #~ msgstr "_Beenden" @@ -2773,10 +2771,10 @@ index 0e83b981..0d98ea57 100644 #~ msgid "On the left side" #~ msgstr "Maldekstre" diff --git a/po/es.po b/po/es.po -index fefea713..1cef08bf 100644 +index d59135a1..9fa46d54 100644 --- a/po/es.po +++ b/po/es.po -@@ -2946,17 +2946,17 @@ msgstr "Falló al analizar los argumentos: %s\n" +@@ -2945,17 +2945,17 @@ msgstr "Falló al analizar los argumentos: %s\n" #~ msgid "Default size:" #~ msgstr "Tamaño predeterminado:" @@ -2800,7 +2798,7 @@ index fefea713..1cef08bf 100644 #~ msgid "Current Locale" #~ msgstr "Configuración regional actual" -@@ -3783,8 +3783,8 @@ msgstr "Falló al analizar los argumentos: %s\n" +@@ -3782,8 +3782,8 @@ msgstr "Falló al analizar los argumentos: %s\n" #~ msgid "_Solid color" #~ msgstr "Color _sólido" @@ -2823,10 +2821,10 @@ index 4b1c2a7c..77076116 100644 +msgid "Transparent background" +msgstr "Läbipaistev taust" diff --git a/po/eu.po b/po/eu.po -index 05484111..7f93de46 100644 +index def9dff3..71ec9df4 100644 --- a/po/eu.po +++ b/po/eu.po -@@ -2391,3 +2391,15 @@ msgstr "Huts egin du argumentuak analizatzean: %s\n" +@@ -2400,3 +2400,15 @@ msgstr "Huts egin du argumentuak analizatzean: %s\n" #~ msgid "_Detach Tab" #~ msgstr "_Desuztartu fitxa" @@ -2843,10 +2841,10 @@ index 05484111..7f93de46 100644 +msgid "Transparent background" +msgstr "Atzeko plano gardena" diff --git a/po/fa.po b/po/fa.po -index bf738bca..352d7365 100644 +index e3a35ae3..e4f135f8 100644 --- a/po/fa.po +++ b/po/fa.po -@@ -2818,8 +2818,11 @@ msgstr "تجزیهٔ آرگومان‌ها ممکن نبود: %s\n" +@@ -2819,8 +2819,11 @@ msgstr "تجزیهٔ آرگومان‌ها ممکن نبود: %s\n" #~ msgid "_Font:" #~ msgstr "_قلم:" @@ -2860,7 +2858,7 @@ index bf738bca..352d7365 100644 #~ msgid "When terminal commands set their o_wn titles:" #~ msgstr "وقتی که فرمان‌های پایانه عنوان‌های _خودشان را تنظیم می‌کنند:" -@@ -2833,8 +2836,8 @@ msgstr "تجزیهٔ آرگومان‌ها ممکن نبود: %s\n" +@@ -2834,8 +2837,8 @@ msgstr "تجزیهٔ آرگومان‌ها ممکن نبود: %s\n" #~ msgid "_Unlimited" #~ msgstr "_نامحدود" @@ -2871,7 +2869,7 @@ index bf738bca..352d7365 100644 #~ msgid "Switch to Tab 3" #~ msgstr "تعویض به زبانه‌ی ۳" -@@ -2875,5 +2878,8 @@ msgstr "تجزیهٔ آرگومان‌ها ممکن نبود: %s\n" +@@ -2876,5 +2879,8 @@ msgstr "تجزیهٔ آرگومان‌ها ممکن نبود: %s\n" #~ msgid "_Input Methods" #~ msgstr "روش‌های _ورودی" @@ -2883,10 +2881,10 @@ index bf738bca..352d7365 100644 +msgid "Transparent background" +msgstr "پس‌زمینه‌ی شفاف" diff --git a/po/fi.po b/po/fi.po -index 28f05dbd..ba5995c9 100644 +index 30e6d7cf..de92a033 100644 --- a/po/fi.po +++ b/po/fi.po -@@ -2782,9 +2782,21 @@ msgstr "Virhe tulkittaessa argumentteja: %s\n" +@@ -2808,9 +2808,21 @@ msgstr "Virhe tulkittaessa argumentteja: %s\n" #~ msgid "_Update login records when command is launched" #~ msgstr "_Päivitä kirjautumistallenne kun komento käynnistetään" @@ -3061,10 +3059,10 @@ index 76b459cf..485beeac 100644 #~ msgid "No such profile \"%s\", using default profile\n" #~ msgstr "\"%s\" જેવી કોઈ રૂપરેખા નથી, મૂળભૂત રૂપરેખા વાપરી રહ્યા છે\n" diff --git a/po/he.po b/po/he.po -index 8c1c6012..e198baff 100644 +index 0950c6be..5cbaddb9 100644 --- a/po/he.po +++ b/po/he.po -@@ -2818,17 +2818,17 @@ msgstr "Failed to parse arguments: %s\n" +@@ -2828,17 +2828,17 @@ msgstr "Failed to parse arguments: %s\n" #~ msgid "Default size:" #~ msgstr "גודל בררת מחדל:" @@ -3088,7 +3086,7 @@ index 8c1c6012..e198baff 100644 #~ msgid "Current Locale" #~ msgstr "השפה הנוכחית" -@@ -3642,8 +3642,8 @@ msgstr "Failed to parse arguments: %s\n" +@@ -3650,8 +3650,8 @@ msgstr "Failed to parse arguments: %s\n" #~ msgid "_Solid color" #~ msgstr "צבע _אחיד" @@ -3167,10 +3165,10 @@ index aa384812..4a28d9ae 100644 +msgid "Set Title" +msgstr "Postavi naslov" diff --git a/po/hu.po b/po/hu.po -index d09d6ece..8911e09d 100644 +index 1aac3640..ba21739b 100644 --- a/po/hu.po +++ b/po/hu.po -@@ -2483,3 +2483,15 @@ msgstr "_Ablak bezárása" +@@ -2486,3 +2486,15 @@ msgstr "_Ablak bezárása" #, c-format msgid "Failed to parse arguments: %s\n" msgstr "A paraméterek feldolgozása meghiúsult: %s\n" @@ -3213,10 +3211,10 @@ index aaf2d9b2..4d466f16 100644 #: ../src/profile-preferences.glade.h:74 msgid "_Update login records when command is launched" diff --git a/po/id.po b/po/id.po -index 28527487..2cff39a2 100644 +index c5deea8b..7de90500 100644 --- a/po/id.po +++ b/po/id.po -@@ -2500,3 +2500,15 @@ msgstr "Gagal mengurai argumen: \"%s\"\n" +@@ -2509,3 +2509,15 @@ msgstr "Gagal mengurai argumen: \"%s\"\n" #~ msgid "_Detach Tab" #~ msgstr "_Pisahkan Tab" @@ -3273,10 +3271,10 @@ index ab72bc42..690281a6 100644 +msgid "Set Title" +msgstr "タイトルを設定する" diff --git a/po/ka.po b/po/ka.po -index 6d5c2b62..a2d0ef3a 100644 +index ed2d747e..abd30d4b 100644 --- a/po/ka.po +++ b/po/ka.po -@@ -177,6 +177,11 @@ msgstr "პროფილის ადამიანისთვის-სა +@@ -179,6 +179,11 @@ msgstr "პროფილის ადამიანისთვის-სა msgid "Human-readable name of the profile." msgstr "პროფილის ადამიანისთვის-სასიამოვნო წასაკითხი სახელი." @@ -3407,10 +3405,10 @@ index bc2bb7f0..d2a83a00 100644 #: ../src/gnome-terminal.glade2.h:87 msgid "_Update login records when command is launched" diff --git a/po/lt.po b/po/lt.po -index 20f4a6c1..ace70da0 100644 +index 8473eef9..9a242ad2 100644 --- a/po/lt.po +++ b/po/lt.po -@@ -2795,3 +2795,15 @@ msgstr "Nepavyko apdoroti argumentų: %s\n" +@@ -2796,3 +2796,15 @@ msgstr "Nepavyko apdoroti argumentų: %s\n" #~ msgid "Whether to use a dark theme variant" #~ msgstr "Ar naudoti tamsų temos variantą" @@ -3711,10 +3709,10 @@ index 992d7bad..7c560b83 100644 #~ msgid "text/plain dropped on terminal had wrong format (%d) or length (%d)\n" #~ msgstr "टर्मिनलमा छोडिएको पाठ/सादा गलत ढाँचा (%d) वा लम्बाइ (%d)को थियो\n" diff --git a/po/nl.po b/po/nl.po -index 91320a33..38a58507 100644 +index d7f15cc8..7383215f 100644 --- a/po/nl.po +++ b/po/nl.po -@@ -2831,3 +2831,15 @@ msgstr "Argumenten ontleden is mislukt: %s\n" +@@ -2840,3 +2840,15 @@ msgstr "Argumenten ontleden is mislukt: %s\n" #~ msgid "_Add or Remove…" #~ msgstr "_Toevoegen of verwijderen…" @@ -3968,10 +3966,10 @@ index 627aea90..14d04172 100644 #~ msgid "_Unlimited" #~ msgstr "_Neliminat" diff --git a/po/ru.po b/po/ru.po -index e563cb75..d3fabaca 100644 +index 038243fb..143aa084 100644 --- a/po/ru.po +++ b/po/ru.po -@@ -2771,3 +2771,19 @@ msgstr "Не удалось разобрать аргументы: %s\n" +@@ -2781,3 +2781,19 @@ msgstr "Не удалось разобрать аргументы: %s\n" #~ msgid "_Add or Remove…" #~ msgstr "_Добавить или удалить…" @@ -4059,10 +4057,10 @@ index e6745075..20d303c8 100644 +msgid "Set Title" +msgstr "Nastaviť titulok" diff --git a/po/sl.po b/po/sl.po -index 796c3a09..a8344029 100644 +index eeb90d91..e49a4879 100644 --- a/po/sl.po +++ b/po/sl.po -@@ -2461,557 +2461,14 @@ msgstr "_Zapri okno" +@@ -2462,557 +2462,14 @@ msgstr "_Zapri okno" msgid "Failed to parse arguments: %s\n" msgstr "Napaka med razčlenjevanjem argumentov: %s\n" @@ -4655,10 +4653,10 @@ index 158f6cb1..a3494fb7 100644 #: ../src/gnome-terminal.glade2.h:86 msgid "_Update login records when command is launched" diff --git a/po/sr.po b/po/sr.po -index af7e13ed..b6ff94d7 100644 +index 25b5d6b9..c625b185 100644 --- a/po/sr.po +++ b/po/sr.po -@@ -2780,10 +2780,9 @@ msgstr "Нисам успео да обрадим аргументе: %s\n" +@@ -2804,10 +2804,9 @@ msgstr "Нисам успео да обрадим аргументе: %s\n" #~ msgid "GNOME Terminal Client" #~ msgstr "Клијент Гномовог терминала" @@ -4672,7 +4670,7 @@ index af7e13ed..b6ff94d7 100644 #~ msgid "Title for terminal" #~ msgstr "Наслов за терминал" -@@ -2829,11 +2828,11 @@ msgstr "Нисам успео да обрадим аргументе: %s\n" +@@ -2853,11 +2852,11 @@ msgstr "Нисам успео да обрадим аргументе: %s\n" #~ msgid "Default size:" #~ msgstr "Основна величина:" @@ -4688,7 +4686,7 @@ index af7e13ed..b6ff94d7 100644 #~ msgid "Title and Command" #~ msgstr "Наслов и наредба" -@@ -2841,8 +2840,8 @@ msgstr "Нисам успео да обрадим аргументе: %s\n" +@@ -2865,8 +2864,8 @@ msgstr "Нисам успео да обрадим аргументе: %s\n" #~ msgid "_Unlimited" #~ msgstr "_Неограничено" @@ -4699,7 +4697,7 @@ index af7e13ed..b6ff94d7 100644 #~ msgid "Current Locale" #~ msgstr "Текући локалитет" -@@ -2852,3 +2851,6 @@ msgstr "Нисам успео да обрадим аргументе: %s\n" +@@ -2876,3 +2875,6 @@ msgstr "Нисам успео да обрадим аргументе: %s\n" #~ msgid "Hidden" #~ msgstr "Скривен" @@ -4759,10 +4757,10 @@ index 45dbad07..852c47cc 100644 +msgid "Transparent background" +msgstr "Providna pozadina" diff --git a/po/sv.po b/po/sv.po -index 74890c35..5abf9fa1 100644 +index ce79cba7..03420a66 100644 --- a/po/sv.po +++ b/po/sv.po -@@ -2800,5 +2800,17 @@ msgstr "Misslyckades med att tolka argument: %s\n" +@@ -2810,5 +2810,17 @@ msgstr "Misslyckades med att tolka argument: %s\n" #~ msgid "Unknown completion request for \"%s\"" #~ msgstr "Okänd kompletteringsbegäran för \"%s\"" @@ -4995,10 +4993,10 @@ index 63263749..496da331 100644 #~ msgid "" #~ "You already have a profile called “%s”. Do you want to create another " diff --git a/po/tr.po b/po/tr.po -index a5024ead..95834a7e 100644 +index 371873b2..61f658db 100644 --- a/po/tr.po +++ b/po/tr.po -@@ -2465,3 +2465,15 @@ msgstr "_Pencereyi Kapat" +@@ -2467,3 +2467,15 @@ msgstr "_Pencereyi Kapat" #, c-format msgid "Failed to parse arguments: %s\n" msgstr "Bağımsız değişkenler ayrıştırılamadı: %s\n" @@ -5030,10 +5028,10 @@ index 313f76b9..be608976 100644 #~ msgid "" #~ "You already have a profile called “%s”. Do you want to create another " diff --git a/po/uk.po b/po/uk.po -index 74140f17..6dfb6d5f 100644 +index 6484716b..de2b483d 100644 --- a/po/uk.po +++ b/po/uk.po -@@ -2481,3 +2481,18 @@ msgstr "Не вдається визначити аргументи: %s\n" +@@ -2491,3 +2491,18 @@ msgstr "Не вдається визначити аргументи: %s\n" #~ msgid "Georgian" #~ msgstr "Грузинське" @@ -5276,10 +5274,10 @@ index 80cb2343..20e2a93c 100644 +msgid "Transparent background" +msgstr "透明背景" -- -2.40.1 +2.43.0 -From 544248595a55c6aa76d53ff620806e92497d3a32 Mon Sep 17 00:00:00 2001 +From de796f5027c84350a7758d3cae75c5423bdcd754 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 25 May 2016 13:47:36 +0200 Subject: [PATCH 12/16] Restore the action and shortcut to set a static title @@ -5425,10 +5423,10 @@ index 61857bfe..98332c6d 100644 { "tab-detach", action_tab_detach_cb, nullptr, nullptr, nullptr }, { "tab-move-left", action_tab_move_left_cb, nullptr, nullptr, nullptr }, -- -2.40.1 +2.43.0 -From fa8333d5ffcd5c4db77a06128a7c928bd81183e2 Mon Sep 17 00:00:00 2001 +From c1b30b34defad7d15727e2d7a4740187d9e82396 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 30 Jun 2016 18:14:36 +0200 Subject: [PATCH 13/16] screen: Style fix @@ -5455,10 +5453,10 @@ index 506ab66e..28088a98 100644 const char *p; -- -2.40.1 +2.43.0 -From 4260e6c04d0b718d825e3f80da80060faf9a3055 Mon Sep 17 00:00:00 2001 +From 8887c464400e973057b639e934fea3ab863555d8 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 30 Jun 2016 16:58:15 +0200 Subject: [PATCH 14/16] Restore the rest of the title handling options and make @@ -5510,7 +5508,7 @@ index c2b97e8b..60d2e87f 100644 'Terminal' Title for terminal diff --git a/src/preferences.ui b/src/preferences.ui -index d851bcb6..a9600d9a 100644 +index cfa8a7ef..54e32846 100644 --- a/src/preferences.ui +++ b/src/preferences.ui @@ -2035,7 +2035,7 @@ @@ -6074,10 +6072,10 @@ index 98332c6d..389d4d71 100644 static void -- -2.40.1 +2.43.0 -From 97a0aef0a716a2009a5eec011e2f1d9ac0a4aa9d Mon Sep 17 00:00:00 2001 +From bc49f2d42113b553ee24056e7327088017692f06 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 3 Apr 2019 15:38:09 +0200 Subject: [PATCH 15/16] Update the title with the current foreground process @@ -6249,10 +6247,10 @@ index 5456839a..177431d0 100644 retval = G_SOURCE_REMOVE; -- -2.40.1 +2.43.0 -From 506c1cf5c6ca12b2ac2675b07335b4a62aa120d9 Mon Sep 17 00:00:00 2001 +From ad0dd4da36cb3675cc1da823419fec15058d92f4 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 27 Feb 2020 19:32:08 +0100 Subject: [PATCH 16/16] screen, window: Preserve current toolbox, if any @@ -6374,5 +6372,5 @@ index 389d4d71..d69cf1f0 100644 if (mode == TERMINAL_NEW_TERMINAL_MODE_WINDOW) gtk_window_present (GTK_WINDOW (window)); -- -2.40.1 +2.43.0 diff --git a/gnome-terminal.spec b/gnome-terminal.spec index b21e6b5..876490a 100644 --- a/gnome-terminal.spec +++ b/gnome-terminal.spec @@ -3,11 +3,12 @@ %global gettext_version 0.19.8 %define glib2_version 2.52.0 %define gtk3_version 3.24.0 -%define vte_version 0.68.0 +%define libhandy_version 1.6.0 +%define vte_version 0.74.0 %define desktop_file_utils_version 0.2.90 Name: gnome-terminal -Version: 3.48.3 +Version: 3.50.1 Release: 1%{?dist} Summary: Terminal emulator for GNOME @@ -22,6 +23,7 @@ BuildRequires: pkgconfig(dconf) BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version} +BuildRequires: pkgconfig(libhandy-1) >= %{libhandy_version} BuildRequires: pkgconfig(libnautilus-extension-4) BuildRequires: pkgconfig(libpcre2-8) BuildRequires: pkgconfig(uuid) @@ -42,6 +44,7 @@ Requires: dbus Requires: glib2%{?_isa} >= %{glib2_version} Requires: gsettings-desktop-schemas Requires: gtk3%{?_isa} >= %{gtk3_version} +Requires: libhandy%{?_isa} >= %{libhandy_version} Requires: vte291%{?_isa} >= %{vte_version} %description @@ -112,6 +115,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Terminal.de %{_metainfodir}/org.gnome.Terminal.Nautilus.metainfo.xml %changelog +* Mon Dec 04 2023 David King - 3.50.1-1 +- Update to 3.50.1 (#2247910) + * Mon Dec 04 2023 David King - 3.48.3-1 - Update to 3.48.3 diff --git a/sources b/sources index 46d800d..10f20c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnome-terminal-3.48.3.tar.bz2) = bdde5d6ba4d069a3d2d5e78e1035f154ee96a2135cdb2915613d4e17a4471b08239d2215e4df7d8a1195baf62aacf1fcb37616557c193d4f58e464b5ba49f1da +SHA512 (gnome-terminal-3.50.1.tar.bz2) = adff88f3afc3b68c1f17cf493c2ee032a9ccc35af89903c045c61fdddbf8b71c7d1c40a66e87def9dbdbdeb7e3bf5c1e8d5988e810476c5b2ad38ef9f0064eb5