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" |
| 12 | B = "${S}" |
| 13 | |
| 14 | SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0" |
| 15 | PV = "3.0+git${SRCPV}" |
| 16 | SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \ |
| 17 | " |
| 18 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 19 | RDEPENDS:${PN} = "gtk+" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 20 | |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame] | 21 | inherit features_check autotools gtk-doc gobject-introspection |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 22 | |
| 23 | REQUIRED_DISTRO_FEATURES = "x11" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 24 | do_configure:prepend() { |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 25 | touch ${S}/ChangeLog |
| 26 | } |
| 27 | |
| 28 | SRC_DISTRIBUTE_LICENSES += "X11" |