diff options
Diffstat (limited to 'meta-gnome/recipes-support/keybinder/keybinder_3.0.bb')
| -rw-r--r-- | meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb new file mode 100644 index 0000000000..d6744a3065 --- /dev/null +++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 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 | |||
| 19 | RDEPENDS_${PN} = "gtk+" | ||
| 20 | |||
| 21 | inherit autotools gtk-doc gobject-introspection | ||
| 22 | do_configure_prepend() { | ||
| 23 | touch ${S}/ChangeLog | ||
| 24 | } | ||
| 25 | |||
| 26 | SRC_DISTRIBUTE_LICENSES += "X11" | ||
