Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "Portable C library for multiline text editing" |
| 2 | HOMEPAGE = "http://projects.gnome.org/gtksourceview/" |
| 3 | |
| 4 | LICENSE = "LGPLv2.1" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
| 6 | |
| 7 | DEPENDS = "gtk+3 libxml2 intltool-native gnome-common-native glib-2.0-native" |
| 8 | |
| 9 | PNAME = "gtksourceview" |
| 10 | |
| 11 | S = "${WORKDIR}/${PNAME}-${PV}" |
| 12 | |
Brad Bishop | 90ca747 | 2019-08-20 09:15:15 -0400 | [diff] [blame] | 13 | inherit gnomebase lib_package gettext distro_features_check gtk-doc gobject-introspection upstream-version-is-even |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 14 | |
| 15 | REQUIRED_DISTRO_FEATURES = "x11" |
| 16 | |
| 17 | SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.24/${PNAME}-${PV}.tar.xz" |
Brad Bishop | 90ca747 | 2019-08-20 09:15:15 -0400 | [diff] [blame] | 18 | SRC_URI[md5sum] = "b748da426a7d64e1304f0c532b0f2a67" |
| 19 | SRC_URI[sha256sum] = "691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 20 | |
| 21 | FILES_${PN} += " ${datadir}/gtksourceview-3.0" |