From 939ba3aea777421f868bb21ffaced244da9c7749 Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Fri, 27 Jun 2025 20:27:04 -0400 Subject: [PATCH] xfce4-terminal: upgrade 1.1.0 -> 1.1.4 Changelog: https://gitlab.xfce.org/apps/xfce4-terminal/-/tags/xfce4-terminal-1.1.4 Changelog: https://gitlab.xfce.org/apps/xfce4-terminal/-/tags/xfce4-terminal-1.1.3 Changelog: https://gitlab.xfce.org/apps/xfce4-terminal/-/tags/xfce4-terminal-1.1.2 Changelog: https://gitlab.xfce.org/apps/xfce4-terminal/-/tags/xfce4-terminal-1.1.1 Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../{xfce4-terminal_1.1.0.bb => xfce4-terminal_1.1.4.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-xfce/recipes-apps/xfce4-terminal/{xfce4-terminal_1.1.0.bb => xfce4-terminal_1.1.4.bb} (70%) diff --git a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_1.1.0.bb b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_1.1.4.bb similarity index 70% rename from meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_1.1.0.bb rename to meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_1.1.4.bb index 718e684d88..50adacbcb1 100644 --- a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_1.1.0.bb +++ b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_1.1.4.bb @@ -1,4 +1,5 @@ SUMMARY = "Terminal emulator for the Xfce desktop environment" +HOMEPAGE = "https://docs.xfce.org/apps/xfce4-terminal/start" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS = "glib-2.0 gtk+3 vte libxfce4ui gtk-doc-native" @@ -10,6 +11,6 @@ FILES:${PN} += " \ ${datadir}/gnome-control-center \ " -SRC_URI[sha256sum] = "40823377242b9b09749f5d4a550f41d465153c235c31f34052f804d3453ad4a3" +SRC_URI[sha256sum] = "873c921da1f4b986ffb459d4960789c9c063af98648c9f0ca146dc6f6f5b71b7" RRECOMMENDS:${PN} += "vte-prompt"