From 77cc7d45b214d7d7cd9b0a3cc014c83649f0be0c Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 23 Sep 2023 03:28:29 +0200 Subject: [PATCH] tepl: Upgrade 6.4.0 -> 6.8.0 Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../recipes-gnome/tepl/{tepl_6.4.0.bb => tepl_6.8.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-gnome/recipes-gnome/tepl/{tepl_6.4.0.bb => tepl_6.8.0.bb} (88%) diff --git a/meta-gnome/recipes-gnome/tepl/tepl_6.4.0.bb b/meta-gnome/recipes-gnome/tepl/tepl_6.8.0.bb similarity index 88% rename from meta-gnome/recipes-gnome/tepl/tepl_6.4.0.bb rename to meta-gnome/recipes-gnome/tepl/tepl_6.8.0.bb index 1eecfff4b0..6c9c36f3ed 100644 --- a/meta-gnome/recipes-gnome/tepl/tepl_6.4.0.bb +++ b/meta-gnome/recipes-gnome/tepl/tepl_6.8.0.bb @@ -6,8 +6,8 @@ DEPENDS = " \ gsettings-desktop-schemas \ glib-2.0 \ gtk+3 \ - gtksourceview4 \ - amtk \ + libgedit-amtk \ + libgedit-gtksourceview \ libxml2 \ uchardet \ gtk-doc-native \ @@ -21,7 +21,7 @@ inherit meson gobject-introspection gettext features_check pkgconfig ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" SRC_URI = "git://gitlab.gnome.org/swilmet/tepl;protocol=https;branch=main" -SRCREV = "d1e9cc2e4a0738f68d9002f13724b7239f075844" +SRCREV = "16ab2567257a053bd957699f89080fafd0999035" S = "${WORKDIR}/git" # gobject-introspection is mandatory and cannot be configured