From c08c24e581696de4b15ba2d245053e5181c05074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 25 Apr 2022 00:11:14 +0200 Subject: [PATCH] qterminal: upgrade 1.0.0 -> 1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lxqt/qterminal/qterminal.bb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/recipes-lxqt/qterminal/qterminal.bb b/recipes-lxqt/qterminal/qterminal.bb index 68d964b9..7958bb65 100644 --- a/recipes-lxqt/qterminal/qterminal.bb +++ b/recipes-lxqt/qterminal/qterminal.bb @@ -8,11 +8,9 @@ REQUIRED_DISTRO_FEATURES = "x11" DEPENDS += "qtermwidget qtx11extras" -SRCREV = "d9e67906232c827a07c030ade1356db1a29fdc48" -PV = "1.0.0" +SRCREV = "a0d0ebac0f97bc155578e7cacccdfcdcce43b1fa" +PV = "1.1.0" S = "${WORKDIR}/git" -FILES:${PN} += " \ - ${datadir}/appdata \ -" +FILES:${PN} += "${datadir}/metainfo"