xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunDESCRIPTION = "keybinder is a library for registering global key bindings, for gtk-based applications."
2*4882a593SmuzhiyunHOMEPAGE = "https://github.com/engla/keybinder"
3*4882a593SmuzhiyunLICENSE = "X11"
4*4882a593SmuzhiyunSECTION = "devel/lib"
5*4882a593SmuzhiyunDEPENDS = "gtk+3 gobject-introspection-native \
6*4882a593Smuzhiyun           gtk+ \
7*4882a593Smuzhiyun"
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4"
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunS = "${WORKDIR}/git"
12*4882a593SmuzhiyunB = "${S}"
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunSRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0"
15*4882a593SmuzhiyunPV = "3.0+git${SRCPV}"
16*4882a593SmuzhiyunSRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0;protocol=https \
17*4882a593Smuzhiyun"
18*4882a593Smuzhiyun
19*4882a593SmuzhiyunRDEPENDS:${PN} = "gtk+"
20*4882a593Smuzhiyun
21*4882a593Smuzhiyuninherit features_check autotools gtk-doc gobject-introspection
22*4882a593Smuzhiyun
23*4882a593SmuzhiyunREQUIRED_DISTRO_FEATURES = "x11"
24*4882a593Smuzhiyundo_configure:prepend() {
25*4882a593Smuzhiyun	touch ${S}/ChangeLog
26*4882a593Smuzhiyun}
27*4882a593Smuzhiyun
28*4882a593SmuzhiyunSRC_DISTRIBUTE_LICENSES += "X11"
29