From c50c888cbfbe364aaae07e20787952db74e2ad8e Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 27 Jul 2020 00:34:52 +0200 Subject: gtksourceview4: upgrade 4.6.0 -> 4.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit News in 4.6.1, 2020-06-26 ------------------------- * Fix various G-I annotations * Improve draw-spaces coloring in solarized-light * javascript.lang: Performance improvements * c.lang: Fixes for #include preprocessor * sql.lang: Language completeness improvements * latex.lang: additional keywords * sh.lang: improved parameter expansion * yara.lang: initial support for YARA * Translation updates Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../gtksourceview/gtksourceview4_4.6.0.bb | 26 ---------------------- .../gtksourceview/gtksourceview4_4.6.1.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.0.bb create mode 100644 meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.1.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.0.bb deleted file mode 100644 index bc7f4b05e9..0000000000 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.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.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" diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.1.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.1.bb new file mode 100644 index 0000000000..5a420e6153 --- /dev/null +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.1.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] = "4d4cff3a57a371bff4793e97d50404ef" +SRC_URI[sha256sum] = "63f487a7ab59612ffa9e7be1883dbd274ab1016afcede3239b93b0fc384df874" + +GIR_MESON_OPTION = 'gir' +GTKDOC_MESON_OPTION = "gtk_doc" + +FILES_${PN} += "${datadir}/gtksourceview-4" -- cgit v1.2.3-54-g00ecf