From 9a6965b80e0b14e831f63ca0dcbe62d9610ee789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 9 Jun 2021 08:38:17 +0200 Subject: [PATCH] gtksourceview4: upgrade 4.6.1 -> 4.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit News in 4.8.1, 2021-03-02 ------------------------- * Fix highlighting in presence of byte-order-marks (BOM) * meson.lang: Update keywords to 0.55.3 syntax * cmake.lang: Update keywords to 3.18.2 syntax * go.lang: make "0i" syntax highlight as integer * Translation updates News in 4.7.90, 2020-08-07 -------------------------- * Bump GTK requirement to 3.24 for gdk_window_move_to_rect() * Use gdk_window_move_to_rect() to more reliably position completion windows * erb.lang: initial support for ERB * javascript.lang, typescript.lang: various correctness and performance improvements. * Translation updates Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../{gtksourceview4_4.6.1.bb => gtksourceview4_4.8.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-gnome/recipes-gnome/gtksourceview/{gtksourceview4_4.6.1.bb => gtksourceview4_4.8.1.bb} (72%) diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.1.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.1.bb similarity index 72% rename from meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.1.bb rename to meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.1.bb index 5a420e6153..f7d040d73c 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.1.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.1.bb @@ -16,9 +16,8 @@ inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspecti REQUIRED_DISTRO_FEATURES = "x11" -SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/4.6/${PNAME}-${PV}.tar.xz" -SRC_URI[md5sum] = "4d4cff3a57a371bff4793e97d50404ef" -SRC_URI[sha256sum] = "63f487a7ab59612ffa9e7be1883dbd274ab1016afcede3239b93b0fc384df874" +SRC_URI = "https://download.gnome.org/sources/gtksourceview/4.8/${PNAME}-${PV}.tar.xz" +SRC_URI[sha256sum] = "d163d71b5fcafbc5b1eec6dd841edbdbcddd3a7511cd5fdcffd86b8bbfe69ac1" GIR_MESON_OPTION = 'gir' GTKDOC_MESON_OPTION = "gtk_doc"