Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | SUMMARY = "Portable C library for multiline text editing" |
| 2 | HOMEPAGE = "http://projects.gnome.org/gtksourceview/" |
| 3 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 4 | LICENSE = "LGPL-2.1-only" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
| 6 | |
| 7 | DEPENDS = " \ |
| 8 | glib-2.0-native \ |
| 9 | gnome-common-native \ |
| 10 | intltool-native \ |
| 11 | gtk+3 \ |
| 12 | gtk4 \ |
| 13 | libxml2 \ |
| 14 | libpcre2 \ |
| 15 | " |
| 16 | |
| 17 | PNAME = "gtksourceview" |
| 18 | |
| 19 | S = "${WORKDIR}/${PNAME}-${PV}" |
| 20 | |
| 21 | GNOMEBASEBUILDCLASS = "meson" |
| 22 | |
| 23 | inherit gnomebase lib_package gettext features_check gtk-doc gtk-icon-cache gobject-introspection vala |
| 24 | |
| 25 | REQUIRED_DISTRO_FEATURES = "x11" |
| 26 | |
Patrick Williams | 4585273 | 2022-04-02 08:58:32 -0500 | [diff] [blame] | 27 | SRC_URI = "https://download.gnome.org/sources/gtksourceview/5.4/${PNAME}-${PV}.tar.xz" |
| 28 | SRC_URI[sha256sum] = "003bc217e670a8ec8aa3aece994b70e70b7d6b8074938adda21718555d84e637" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 29 | |
| 30 | GIR_MESON_ENABLE_FLAG = 'enabled' |
| 31 | GIR_MESON_DISABLE_FLAG = 'disabled' |
| 32 | GTKDOC_MESON_OPTION = "gtk_doc" |
| 33 | |
| 34 | FILES:${PN} += "${datadir}/gtksourceview-5" |