From 269f1ae91f0ac736f780ea0ab9844c874e3b782e Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 1 Jun 2020 23:44:57 +0200 Subject: gtksourceview4: upgrade 4.4.0 -> 4.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit News in 4.6.0, 2020-03-06 ------------------------- * cpp.lang: add C++20 keywords * commonlisp.lang: add format directives * Translation updates News in 4.5.91, 2020-02-14 -------------------------- * GObject Introspection fixes * Removed use of g_assert() in favor of alternatives in unit tests so distribution unit testing is more reliable * Robustness improvements in internal GtkTextIter movements * Style scheme improvements for recent GTK 3 theme styling changes * Build system improvements to support -Bsymbolic, -Wl,-z,relro, -Wl,-z,now and -Wl,-z,defs * Build improvements for Windows, FreeBSD, and macOS * cmake.lang: track CMake 3.13 changes * kotlin.lang: register *.kts glob extension * gradle.lang: register *.grandle glob extension * php.lang: Large redesigned PHP lang including support for unicode and improved heredoc * sh.lang: Many improvements including various GNU bash extensions * meson.lang: Support for string escape sequences * javascript.lang: Redesign of JavaScript language spec to be more flexible and reusable from other languages which support JS. * jsx.lang: Initial support for JSX * jsdoc.lang: Initial support for JSDoc * objj.lang: Improvements using javascript improvements * asciidoc.lang: Improvements to use more generic markup styling * t2t.lang: Improvements to use more generic markup styling * css.lang: Redesign to be more flexible, support reuse and embedding, and add various new CSS features * scss.lang: Improve integration with css.lang * less.lang: Improve integration with css.lang * ruby.lang: Improvements for string and escape string handling * html.lang: Improvements using embedded languages * go.lang: Improvements for escape sequences * commonlisp.lang: Initial support for Common Lisp * ftl.lang: Initial support for Mozilla's Fluent ftl * Translation updates I'd like to personally thank Jeffery To for the overwhelming amount of work they have put into reviewing and improving both language specs and style schemes this cycle. The number of improvements you see above are largely an example of their quality reviews and improvements! Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../gtksourceview/gtksourceview4_4.4.0.bb | 26 ---------------------- .../gtksourceview/gtksourceview4_4.6.0.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.4.0.bb create mode 100644 meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.0.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.4.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.4.0.bb deleted file mode 100644 index bb49550c5b..0000000000 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.4.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "Portable C library for multiline text editing" -HOMEPAGE = "http://projects.gnome.org/gtksourceview/" - -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" - -DEPENDS = "gtk+3 libxml2 intltool-native gnome-common-native glib-2.0-native" - -PNAME = "gtksourceview" - -S = "${WORKDIR}/${PNAME}-${PV}" - -GNOMEBASEBUILDCLASS = "meson" - -inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection vala - -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/4.4/${PNAME}-${PV}.tar.xz" -SRC_URI[md5sum] = "5c47e314517692f2622a0b724c65e628" -SRC_URI[sha256sum] = "9ddb914aef70a29a66acd93b4f762d5681202e44094d2d6370e51c9e389e689a" - -GIR_MESON_OPTION = 'gir' -GTKDOC_MESON_OPTION = "gtk_doc" - -FILES_${PN} += "${datadir}/gtksourceview-4" diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.0.bb new file mode 100644 index 0000000000..bc7f4b05e9 --- /dev/null +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.0.bb @@ -0,0 +1,26 @@ +SUMMARY = "Portable C library for multiline text editing" +HOMEPAGE = "http://projects.gnome.org/gtksourceview/" + +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" + +DEPENDS = "gtk+3 libxml2 intltool-native gnome-common-native glib-2.0-native" + +PNAME = "gtksourceview" + +S = "${WORKDIR}/${PNAME}-${PV}" + +GNOMEBASEBUILDCLASS = "meson" + +inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection vala + +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/4.6/${PNAME}-${PV}.tar.xz" +SRC_URI[md5sum] = "51558b386cd12602b7bb1c460c09bc62" +SRC_URI[sha256sum] = "4c13e30ab2e602abdc56f55d35f43c1142a79b1cd77aa8839d2fc85e966d9a85" + +GIR_MESON_OPTION = 'gir' +GTKDOC_MESON_OPTION = "gtk_doc" + +FILES_${PN} += "${datadir}/gtksourceview-4" -- cgit v1.2.3-54-g00ecf