mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
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 <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
26 lines
777 B
BlitzBasic
26 lines
777 B
BlitzBasic
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 = "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"
|
|
|
|
FILES_${PN} += "${datadir}/gtksourceview-4"
|