Date: Thursday, March 15, 2018 @ 15:20:36 Author: foutrelis Revision: 319306
upgpkg: xfce4-terminal 0.8.7.2-1 New upstream release. Modified: xfce4-terminal/trunk/PKGBUILD Deleted: xfce4-terminal/trunk/fix-handling-of-tabs-reordering.patch xfce4-terminal/trunk/update-window-actions-and-active-tab-indication.patch -------------------------------------------------------+ PKGBUILD | 16 +----- fix-handling-of-tabs-reordering.patch | 30 ----------- update-window-actions-and-active-tab-indication.patch | 42 ---------------- 3 files changed, 4 insertions(+), 84 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-15 15:13:23 UTC (rev 319305) +++ PKGBUILD 2018-03-15 15:20:36 UTC (rev 319306) @@ -4,8 +4,8 @@ # Contributor: Aurelien Foret <[email protected]> pkgname=xfce4-terminal -pkgver=0.8.7.1 -pkgrel=2 +pkgver=0.8.7.2 +pkgrel=1 pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment" arch=('x86_64') url="http://www.xfce.org/" @@ -15,19 +15,11 @@ makedepends=('intltool') conflicts=('terminal') replaces=('terminal') -source=(https://archive.xfce.org/src/apps/$pkgname/0.8/$pkgname-$pkgver.tar.bz2 - fix-handling-of-tabs-reordering.patch - update-window-actions-and-active-tab-indication.patch) -sha256sums=('9ff21627e8d2a105e7133efc3e8eeeda376a2071fac737e37cf47a539a7b4351' - '55d4204089e1da7f31e2ccf4180d4a002b35546f23311e2dfab89af93817c3a5' - '061334ea4a02e53e58719b88b295930fa117291e0dd5c1c55be7c9b89130f6e5') +source=(https://archive.xfce.org/src/apps/$pkgname/0.8/$pkgname-$pkgver.tar.bz2) +sha256sums=('a91fcbb89cab7987abc5d42e32d7ad62d2bf07656e30773eb274c7f087017bf3') prepare() { cd "$srcdir/$pkgname-$pkgver" - - # https://bugzilla.xfce.org/show_bug.cgi?id=14278 - patch -Np1 -i ../fix-handling-of-tabs-reordering.patch - patch -Np1 -i ../update-window-actions-and-active-tab-indication.patch } build() { Deleted: fix-handling-of-tabs-reordering.patch =================================================================== --- fix-handling-of-tabs-reordering.patch 2018-03-15 15:13:23 UTC (rev 319305) +++ fix-handling-of-tabs-reordering.patch 2018-03-15 15:20:36 UTC (rev 319306) @@ -1,30 +0,0 @@ -From 61d9d0d58d53214bdedd2220fb3522c5440a6231 Mon Sep 17 00:00:00 2001 -From: Igor <[email protected]> -Date: Thu, 15 Mar 2018 09:04:04 -0400 -Subject: Fix handling of tabs reordering - -Fix bug #14278 ---- - terminal/terminal-window.c | 6 ++---- - 1 file changed, 2 insertions(+), 4 deletions(-) - -diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c -index eca35ba..68daa03 100644 ---- a/terminal/terminal-window.c -+++ b/terminal/terminal-window.c -@@ -1105,10 +1105,8 @@ terminal_window_notebook_page_reordered (GtkNotebook *notebook, - guint page_num, - TerminalWindow *window) - { -- -- /* update actions in the window */ -- terminal_window_update_actions (window); -- -+ /* Regenerate the "Go" menu */ -+ terminal_window_rebuild_tabs_menu (window); - } - - --- -cgit v1.1 - Deleted: update-window-actions-and-active-tab-indication.patch =================================================================== --- update-window-actions-and-active-tab-indication.patch 2018-03-15 15:13:23 UTC (rev 319305) +++ update-window-actions-and-active-tab-indication.patch 2018-03-15 15:20:36 UTC (rev 319306) @@ -1,42 +0,0 @@ -From 9cfd52b8b5bd1321e2b6f497a41914c5bd06ded4 Mon Sep 17 00:00:00 2001 -From: Igor <[email protected]> -Date: Thu, 15 Mar 2018 10:23:26 -0400 -Subject: Update window actions and active tab indication on reordering tabs - -See bug #14278 ---- - terminal/terminal-window.c | 8 +++----- - 1 file changed, 3 insertions(+), 5 deletions(-) - -diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c -index 68daa03..9f30716 100644 ---- a/terminal/terminal-window.c -+++ b/terminal/terminal-window.c -@@ -1062,12 +1062,9 @@ terminal_window_notebook_page_switched (GtkNotebook *notebook, - guint page_num, - TerminalWindow *window) - { -- TerminalScreen *active; -+ TerminalScreen *active = TERMINAL_SCREEN (page); - const gchar *encoding; - -- /* get the new active page */ -- active = TERMINAL_SCREEN (page); -- - terminal_return_if_fail (TERMINAL_IS_WINDOW (window)); - terminal_return_if_fail (active == NULL || TERMINAL_IS_SCREEN (active)); - -@@ -1105,8 +1102,9 @@ terminal_window_notebook_page_reordered (GtkNotebook *notebook, - guint page_num, - TerminalWindow *window) - { -- /* Regenerate the "Go" menu */ -+ /* Regenerate the "Go" menu and update actions */ - terminal_window_rebuild_tabs_menu (window); -+ terminal_window_update_actions (window); - } - - --- -cgit v1.1 -
