Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | DESCRIPTION = "keybinder is a library for registering global key bindings, for gtk-based applications." |
| 2 | HOMEPAGE = "https://github.com/engla/keybinder" |
| 3 | LICENSE = "X11" |
| 4 | SECTION = "devel/lib" |
| 5 | DEPENDS = "gtk+3 gobject-introspection-native \ |
| 6 | gtk+ \ |
| 7 | " |
| 8 | |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4" |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 12 | |
| 13 | SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0" |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 14 | PV = "3.0+git" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 15 | SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0;protocol=https \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 16 | " |
| 17 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 18 | RDEPENDS:${PN} = "gtk+" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 19 | |
Patrick Williams | 169d7bc | 2024-01-05 11:33:25 -0600 | [diff] [blame] | 20 | inherit features_check autotools-brokensep gtk-doc gobject-introspection |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 21 | |
| 22 | REQUIRED_DISTRO_FEATURES = "x11" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 23 | do_configure:prepend() { |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 24 | touch ${S}/ChangeLog |
| 25 | } |
| 26 | |
Patrick Williams | 169d7bc | 2024-01-05 11:33:25 -0600 | [diff] [blame] | 27 | # 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 |
| 29 | GTKDOC_ENABLED = "False" |