From 025fed347c8023f2382130791329295928842d9b Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 4 Nov 2023 15:59:32 +0100 Subject: gtksourceview5: Upgrade 5.7.1 -> 5.10.0 News in 5.10.0, 2023-09-16 -------------------------- 5.10.0 corresponds with GNOME 45.0 and is meant for end-user distribution. Changes since 5.9.0: * Translation updates News in 5.9.0, 2023-09-01 ------------------------- 5.9.0 is a release candidate for GNOME 45. * Documentation improvements * Various introspection improvements * New languages: Blueprint * Updated languages: C, C++, Rust, Python3, Shell, Java, OCaml * Updated style schemes: cobalt * GtkSourceBuffer gained a "loading" property which is toggled when GtkSourceFileLoader is loading the buffer from storage. * More defensiveness improvements in GtkSourceBufferOutputStream. * A leak in Vim emulation has been fixed. * Vim emulation now supports visual replace. * Scheduling of batched workers has been improved with gtk_source_scheduler_add(). * Snippets are now initialized from GtkSourceView.constructed() to allow for applications to hook buffer creation. * Translation updates News in 5.8.0, 2023-03-17 ------------------------- 5.8.0 is meant for end-users which corresponds to the GNOME 44.0 release. * vim: avoid large numbers of small deletions in filter command * adwaita.xml: add missing def:deletion style * todotxt.lang: add support for todo.txt format News in 5.7.2, 2023-03-03 ------------------------- 5.7.2 is a development release of GtkSourceView intended for application developers and unstable distributions alike. * Documentation improvements * Updated languages: java.lang, html.lang * Fix Y offset calculation when GtkTextView:top-margin is set * Completion now requeries providers upon manual activation * CSS updates for completion popover to reduce allocation jitter * Assistants will more aggresively update positioning. It is heavily suggested that you have GNOME/gtk!5564 in whatever GTK you are linking against to reduce the potential for frames rendered with missing allocations/text. Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../gtksourceview/gtksourceview5_5.10.0.bb | 38 ++++++++++++++++++++++ .../gtksourceview/gtksourceview5_5.7.1.bb | 38 ---------------------- 2 files changed, 38 insertions(+), 38 deletions(-) create mode 100644 meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb delete mode 100644 meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.7.1.bb (limited to 'meta-gnome/recipes-gnome') diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb new file mode 100644 index 0000000000..33830c6a2d --- /dev/null +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb @@ -0,0 +1,38 @@ +SUMMARY = "Portable C library for multiline text editing" +HOMEPAGE = "http://projects.gnome.org/gtksourceview/" + +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" + +DEPENDS = " \ + fribidi \ + glib-2.0-native \ + gnome-common-native \ + fontconfig \ + gtk4 \ + libxml2 \ + libpcre2 \ + pango \ +" + +PNAME = "gtksourceview" + +S = "${WORKDIR}/${PNAME}-${PV}" + +GNOMEBASEBUILDCLASS = "meson" + +inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache gobject-introspection vala + +REQUIRED_DISTRO_FEATURES = "opengl" + +SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.10/${PNAME}-${PV}.tar.xz" +SRC_URI[sha256sum] = "b38a3010c34f59e13b05175e9d20ca02a3110443fec2b1e5747413801bc9c23f" + +GIR_MESON_ENABLE_FLAG = 'enabled' +GIR_MESON_DISABLE_FLAG = 'disabled' +GTKDOC_MESON_OPTION = "gtk_doc" + +PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}" +PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers" + +FILES:${PN} += "${datadir}/gtksourceview-5" diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.7.1.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.7.1.bb deleted file mode 100644 index 4eaecbf086..0000000000 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.7.1.bb +++ /dev/null @@ -1,38 +0,0 @@ -SUMMARY = "Portable C library for multiline text editing" -HOMEPAGE = "http://projects.gnome.org/gtksourceview/" - -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" - -DEPENDS = " \ - fribidi \ - glib-2.0-native \ - gnome-common-native \ - fontconfig \ - gtk4 \ - libxml2 \ - libpcre2 \ - pango \ -" - -PNAME = "gtksourceview" - -S = "${WORKDIR}/${PNAME}-${PV}" - -GNOMEBASEBUILDCLASS = "meson" - -inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache gobject-introspection vala - -REQUIRED_DISTRO_FEATURES = "opengl" - -SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.7/${PNAME}-${PV}.tar.xz" -SRC_URI[sha256sum] = "3b42541964db9c2fa50a9658d4886bdf77d023fe4e96c5b17bce51c9f58c48e6" - -GIR_MESON_ENABLE_FLAG = 'enabled' -GIR_MESON_DISABLE_FLAG = 'disabled' -GTKDOC_MESON_OPTION = "gtk_doc" - -PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}" -PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers" - -FILES:${PN} += "${datadir}/gtksourceview-5" -- cgit v1.2.3-54-g00ecf