[oe-commits] [meta-openembedded] 05/23: xfce4-terminal: upgrade 0.8.8 -> 0.8.9

git at git.openembedded.org git at git.openembedded.org
Sat Dec 28 18:23:31 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 973570b443de26b9a138341998cbad2f1d6be4d7
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Fri Dec 27 22:31:02 2019 +0100

    xfce4-terminal: upgrade 0.8.8 -> 0.8.9
    
    Looks like a bugfix/translation release:
    
    Release notes for 0.8.9
    
    =======================
    0.8.9
    =====
    - Respect the "Working Directory" setting when opening initial window (the
      current directory was used instead). (bug #16292)
    - Disable "Paste" actions in read-only mode
    - Point session manager to desktop file. This means that the session manager
      will know the (translated) name and icon for the application. This is visible
      e.g. in xfce4-session-settings in the "Current Session" tab. (bug #16121)
    - Resolve G_TYPE_INSTANCE_GET_PRIVATE deprecation warning
    - Allow to use <Alt> shortcuts when menu mnemonics are disabled - like <Alt>h
      which is normally used for "Help" menu. (bug #15989)
    - Fix 'Menubar starts shown when set to hidden in properties' (bug #15979)
    - Fix invalid geometry on Wayland. Also fixes the issue with increasing the
      window size when showing or hiding widgets such as tabbar, toolbar, menubar
      on Wayland.
    - Fix size increase when the menu is used on Wayland (bug #13938)
    - Avoid passing null pointer to g_warning()
    - Replace GLib threading functions with their GDK counterparts
    - Fix setting a font via the command line (bug #15869)
    - Properly apply zoom factor when creating new tab (bug #15785)
    - Add icons to "Cancel" and "Paste" buttons
    - Fix background color changing when changing focus if "Vary the background
      color for each tab" is enabled (bug #15740)
    - Revert "Save accelerators map on exit". It turned out that saving accelerators
      map on exit prevents users from disabling the Alt+N shortcuts by setting them
      to "" in accels.scm. The shortcuts that had been disabled got overridden on
      the next launch of the terminal. (bug #16058)
    - Allow to unset window urgency hint even if "Visual bell" is disabled (bug #15729)
    - Unmaximize drop-down window when hiding it. This seems to help xfwm4;
      otherwise, it won't be able to unmaximize the window once it's shown again.
      (bug #15681)
    - Allow to use --maximize with drop-down windows
    - Search dialog: Make opacity scale unfocusable. This prevents the text entry
      from losing focus when the opacity scale is used.
    - Fix closing tabs with middle click. This includes switching to last active
      tab, allowing to undo close tab, and checking for a running process. (bug #15687)
    - Translation updates: Croatian, English (United Kingdom), Finnish, French,
      Galician, Greek, Italian, Lithuanian, Norwegian Bokmål, Portuguese, Slovak, Slovenian
    
    Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../{xfce4-terminal_0.8.8.bb => xfce4-terminal_0.8.9.bb}              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.8.bb b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.bb
similarity index 70%
rename from meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.8.bb
rename to meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.bb
index ebc046b..493758c 100644
--- a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.8.bb
+++ b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.bb
@@ -8,7 +8,7 @@ inherit xfce-app
 FILES_${PN} += "${datadir}/xfce4 \
                 ${datadir}/gnome-control-center"
 
-SRC_URI[md5sum] = "4295d4d783f6d6dfe92f5bb15d96f6c6"
-SRC_URI[sha256sum] = "8fba6a60d3a0fee07417ad7c36bf78cc45be1b27f0759e125051aa73f08487fd"
+SRC_URI[md5sum] = "cb40a6cc5b3e35fa4d68f1b702f11027"
+SRC_URI[sha256sum] = "247683a51a964cfaa6b1e92030afe9f782efebfcb550a464170b53eb94216795"
 
 RRECOMMENDS_${PN} += "vte-prompt"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list