blob: d567d00d3f119bbf9bd63d6f59f3ba5943413581 [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"
12B = "${S}"
13
14SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0"
15PV = "3.0+git${SRCPV}"
16SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \
17"
18
19RDEPENDS_${PN} = "gtk+"
20
Brad Bishop8410d612019-11-25 09:40:59 -050021inherit features_check autotools gtk-doc gobject-introspection
Brad Bishop316dfdd2018-06-25 12:45:53 -040022
23REQUIRED_DISTRO_FEATURES = "x11"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050024do_configure_prepend() {
25 touch ${S}/ChangeLog
26}
27
28SRC_DISTRIBUTE_LICENSES += "X11"