blob: 7960009078e3eadb1c5c9bd5556553aad3662310 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001DESCRIPTION = "keybinder is a library for registering global key bindings, for gtk-based applications."
2HOMEPAGE = "https://github.com/engla/keybinder"
3LICENSE = "X11"
4SECTION = "devel/lib"
5DEPENDS = "gtk+3 gobject-introspection-native \
6 gtk+ \
7"
8
9LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4"
10
11S = "${WORKDIR}/git"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012
13SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0"
Patrick Williams73bd93f2024-02-20 08:07:48 -060014PV = "3.0+git"
Andrew Geissler595f6302022-01-24 19:11:47 +000015SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0;protocol=https \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016"
17
Patrick Williams213cb262021-08-07 19:21:33 -050018RDEPENDS:${PN} = "gtk+"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050019
Patrick Williams169d7bc2024-01-05 11:33:25 -060020inherit features_check autotools-brokensep gtk-doc gobject-introspection
Brad Bishop316dfdd2018-06-25 12:45:53 -040021
22REQUIRED_DISTRO_FEATURES = "x11"
Patrick Williams213cb262021-08-07 19:21:33 -050023do_configure:prepend() {
Brad Bishopd7bf8c12018-02-25 22:55:05 -050024 touch ${S}/ChangeLog
25}
26
Patrick Williams169d7bc2024-01-05 11:33:25 -060027# gtk-doc generation doesn't work, so disable it:
28# ../keybinder-docs.sgml:26: element include: XInclude error : could not load ../xml/tree_index.sgml, and no fallback was found
29GTKDOC_ENABLED = "False"