blob: bc7f4b05e9091060a429a20b5d8051655052493f [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "Portable C library for multiline text editing"
2HOMEPAGE = "http://projects.gnome.org/gtksourceview/"
3
4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
6
7DEPENDS = "gtk+3 libxml2 intltool-native gnome-common-native glib-2.0-native"
8
9PNAME = "gtksourceview"
10
11S = "${WORKDIR}/${PNAME}-${PV}"
12
Brad Bishop93c3acf2019-10-29 09:48:15 -040013GNOMEBASEBUILDCLASS = "meson"
14
Brad Bishop8410d612019-11-25 09:40:59 -050015inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection vala
Brad Bishopc342db32019-05-15 21:57:59 -040016
17REQUIRED_DISTRO_FEATURES = "x11"
18
Andrew Geissler89770b02020-06-13 10:40:47 -050019SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/4.6/${PNAME}-${PV}.tar.xz"
20SRC_URI[md5sum] = "51558b386cd12602b7bb1c460c09bc62"
21SRC_URI[sha256sum] = "4c13e30ab2e602abdc56f55d35f43c1142a79b1cd77aa8839d2fc85e966d9a85"
Brad Bishop93c3acf2019-10-29 09:48:15 -040022
23GIR_MESON_OPTION = 'gir'
24GTKDOC_MESON_OPTION = "gtk_doc"
Brad Bishopc342db32019-05-15 21:57:59 -040025
26FILES_${PN} += "${datadir}/gtksourceview-4"