blob: 1e5652d3bd2f6b803b1be24cac05eea6c0830749 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Portable C library for multiline text editing"
2HOMEPAGE = "http://projects.gnome.org/gtksourceview/"
3
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "LGPL-2.1-only"
Brad Bishop19323692019-04-05 15:28:33 -04005LIC_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 Bishop8410d612019-11-25 09:40:59 -050013inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection upstream-version-is-even
Brad Bishop19323692019-04-05 15:28:33 -040014
15REQUIRED_DISTRO_FEATURES = "x11"
16
17SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.24/${PNAME}-${PV}.tar.xz"
Brad Bishop90ca7472019-08-20 09:15:15 -040018SRC_URI[md5sum] = "b748da426a7d64e1304f0c532b0f2a67"
19SRC_URI[sha256sum] = "691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd"
Brad Bishop19323692019-04-05 15:28:33 -040020
Patrick Williams213cb262021-08-07 19:21:33 -050021FILES:${PN} += " ${datadir}/gtksourceview-3.0"