summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb
blob: 878949f9b7cf5ce50bc197bf5673c06dae4014dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUMMARY = "Portable C library for multiline text editing"
HOMEPAGE = "http://projects.gnome.org/gtksourceview/"

LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"

DEPENDS = "gtk+3 libxml2 glib-2.0-native"

GNOMEBASEBUILDCLASS = "autotools"
inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection upstream-version-is-even

GNOMEBN = "gtksourceview"
SRC_URI[archive.sha256sum] = "691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd"
S = "${UNPACKDIR}/gtksourceview-${PV}"

REQUIRED_DISTRO_FEATURES = "x11"

EXTRA_OECONF += "--disable-glade-catalog --disable-gtk-doc --disable-Werror"

CFLAGS += "-Wno-error=incompatible-pointer-types"

FILES:${PN} += " ${datadir}/gtksourceview-3.0"