diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-03-31 00:26:13 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-30 22:02:34 -0700 |
commit | c3903deeed57fbd3a7db1988179a71e52a0f7121 (patch) | |
tree | 0d887f3b0f0ecf8bcaa854bcfef7dbac1f62a364 /meta-xfce/recipes-apps/xfce4-terminal | |
parent | fdad6436d72509dea102973da479356943865fa4 (diff) | |
download | meta-openembedded-c3903deeed57fbd3a7db1988179a71e52a0f7121.tar.gz |
xfce4-terminal: upgrade 0.8.9.1 -> 0.8.9.2
Release notes for 0.8.9.2
=========================
This is a bug fix release.
0.8.9.2
=======
- Allow to create window with 1 line height. One should also disable the
scrollbar (--hide-scrollbar) to get 1 row window. (bug #16447)
- Fix 'Transparency setting ignored when using --color-bg' (bug #16309)
- Translation updates: Albanian, Belarusian, Polish, Portuguese,
Slovenian, Swedish
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-terminal')
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.2.bb (renamed from meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.1.bb b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.2.bb index 4bdd4cbf2..ba0f12771 100644 --- a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.1.bb +++ b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.2.bb | |||
@@ -8,7 +8,7 @@ inherit xfce-app | |||
8 | FILES_${PN} += "${datadir}/xfce4 \ | 8 | FILES_${PN} += "${datadir}/xfce4 \ |
9 | ${datadir}/gnome-control-center" | 9 | ${datadir}/gnome-control-center" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "cb995e4891a3c547bf133b31e4840d01" | 11 | SRC_URI[md5sum] = "d0308313def5d7cc51070a6db1cf24dc" |
12 | SRC_URI[sha256sum] = "0deb0d06e50a8a41fb00e2c3773f0793882cb9f073ae16ead887bb9681c514cd" | 12 | SRC_URI[sha256sum] = "9ba23bf86d350ef8a95d2dfb50bbd1bbb2144d82985a779ec28caf47faaeeeeb" |
13 | 13 | ||
14 | RRECOMMENDS_${PN} += "vte-prompt" | 14 | RRECOMMENDS_${PN} += "vte-prompt" |