keybinder_3.0.bb 720 B

12345678910111213141516171819202122232425262728
  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. LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4"
  9. S = "${WORKDIR}/git"
  10. B = "${S}"
  11. SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0"
  12. PV = "3.0+git${SRCPV}"
  13. SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \
  14. "
  15. RDEPENDS_${PN} = "gtk+"
  16. inherit features_check autotools gtk-doc gobject-introspection
  17. REQUIRED_DISTRO_FEATURES = "x11"
  18. do_configure_prepend() {
  19. touch ${S}/ChangeLog
  20. }
  21. SRC_DISTRIBUTE_LICENSES += "X11"