aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-01-06 16:17:06 +0100
committerKhem Raj <raj.khem@gmail.com>2021-01-06 14:20:51 -0800
commit2fc0ca520d9cc0a6e0d56679d1029ea600bbc10d (patch)
treef7cdcd35ce42e8b6482af73293d51f94a604fffc /meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb
parentf5c0625ffed173644ce574526daaabe212536bd3 (diff)
downloadmeta-openembedded-contrib-2fc0ca520d9cc0a6e0d56679d1029ea600bbc10d.tar.gz
xfce4-terminal: 0.8.9.2 -> 0.8.10
Release notes for 0.8.10 ======================== - Bump libvte, gtk and xfce minimal versions (4.14) - Stop using G_SPAWN_CHILD_INHERITS_STDIN spawn flag - Updates README.md. - Added new stock icons - Limit font picker to fixed-size fonts - Add gtk-doc as a dependency - Do not require connection to generate manpage - Bug #16875: Do not add ui.h file in datadir - Simplify terminal manpage generation - Switch preferences ui file to xdt-csource - Switch to README.md and foreign automake mode - Do not override clipboard contents - Unsafe paste: Support bracketed paste mode - Do not select text in Search dialog - Add basic GitLab pipeline - Translation Updates: Albanian, Armenian (Armenia), Basque, Bulgarian, Chinese (China), Chinese (Taiwan), Danish, Dutch, Eastern Armenian, Estonian, French, Greek, Hebrew, Hungarian, Indonesian, Interlingue, Italian, Japanese, Lithuanian, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish, Ukrainian, Uyghur 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/xfce4-terminal_0.8.10.bb')
-rw-r--r--meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb
new file mode 100644
index 0000000000..783d386523
--- /dev/null
+++ b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb
@@ -0,0 +1,13 @@
+SUMMARY = "Terminal emulator for the Xfce desktop environment"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+DEPENDS = "glib-2.0 gtk+3 vte libxfce4ui"
+
+inherit xfce-app
+
+FILES_${PN} += "${datadir}/xfce4 \
+ ${datadir}/gnome-control-center"
+
+SRC_URI[sha256sum] = "7a3337c198e01262a0412384823185753ac8a0345be1d6776a7e9bbbcbf33dc7"
+
+RRECOMMENDS_${PN} += "vte-prompt"