diff --git a/gnome-terminal-symbolic-new-tab-icon.patch b/gnome-terminal-symbolic-new-tab-icon.patch new file mode 100644 index 0000000..3d21c26 --- /dev/null +++ b/gnome-terminal-symbolic-new-tab-icon.patch @@ -0,0 +1,27 @@ +From 08405736ab32161a003a891a11efc0820245b4e5 Mon Sep 17 00:00:00 2001 +From: Michael Catanzaro +Date: Tue, 29 Sep 2015 23:42:53 -0500 +Subject: [PATCH] window: Use a symbolic new tab icon + +https://developer.gnome.org/hig/3.18/icons-and-artwork.html.en + +https://bugzilla.gnome.org/show_bug.cgi?id=755825 +--- + src/terminal-window.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/terminal-window.c b/src/terminal-window.c +index f673e99..6567196 100644 +--- a/src/terminal-window.c ++++ b/src/terminal-window.c +@@ -2195,7 +2195,7 @@ terminal_window_fill_notebook_action_box (TerminalWindow *window) + /* Create the NewTerminal button */ + action = gtk_action_group_get_action (priv->action_group, "FileNewTab"); + +- button = terminal_icon_button_new ("list-add"); ++ button = terminal_icon_button_new ("list-add-symbolic"); + gtk_activatable_set_related_action (GTK_ACTIVATABLE (button), action); + gtk_box_pack_start (GTK_BOX (box), button, FALSE, FALSE, 0); + gtk_widget_show (button); +-- +2.4.3 diff --git a/gnome-terminal.spec b/gnome-terminal.spec index ec6f6e2..1eb31f2 100644 --- a/gnome-terminal.spec +++ b/gnome-terminal.spec @@ -8,7 +8,7 @@ Summary: Terminal emulator for GNOME Name: gnome-terminal Version: 3.17.91 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ and GFDL Group: User Interface/Desktops URL: http://www.gnome.org/ @@ -17,6 +17,8 @@ Source0: http://download.gnome.org/sources/gnome-terminal/3.16/gnome-terminal-%{ Source1: org.gnome.Terminal.gschema.override Patch0: 0001-build-Don-t-treat-warnings-as-errors.patch +# https://bugzilla.gnome.org/show_bug.cgi?id=755825 +Patch1: gnome-terminal-symbolic-new-tab-icon.patch Patch100: gnome-terminal-restore-dark-transparency.patch Patch101: gnome-terminal-command-notify.patch @@ -61,6 +63,7 @@ option to the right-click context menu in Nautilus. %prep %setup -q %patch0 -p1 -b .warnings +%patch1 -p1 -b .new-tab-icon %patch100 -p1 -b .dark-transparency %patch101 -p1 -b .command-notify @@ -108,6 +111,9 @@ fi %{_libdir}/nautilus/extensions-3.0/libterminal-nautilus.so %changelog +* Thu Oct 01 2015 Michael Catanzaro - 3.17.91-2 +- Use a symbolic new tab icon + * Mon Sep 14 2015 Debarshi Ray - 3.17.91-1 - Update to 3.17.91 - Restore translations for dark variant strings