mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
21f956598d
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
30 lines
896 B
BlitzBasic
30 lines
896 B
BlitzBasic
DESCRIPTION = "keybinder is a library for registering global key bindings, for gtk-based applications."
|
|
HOMEPAGE = "https://github.com/engla/keybinder"
|
|
LICENSE = "X11"
|
|
SECTION = "devel/lib"
|
|
DEPENDS = "gtk+3 gobject-introspection-native \
|
|
gtk+ \
|
|
"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0"
|
|
PV = "3.0+git"
|
|
SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0;protocol=https \
|
|
"
|
|
|
|
RDEPENDS:${PN} = "gtk+"
|
|
|
|
inherit features_check autotools-brokensep gtk-doc gobject-introspection
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
do_configure:prepend() {
|
|
touch ${S}/ChangeLog
|
|
}
|
|
|
|
# gtk-doc generation doesn't work, so disable it:
|
|
# ../keybinder-docs.sgml:26: element include: XInclude error : could not load ../xml/tree_index.sgml, and no fallback was found
|
|
GTKDOC_ENABLED = "False"
|