setxkbmap: upgrade to 1.3.0

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Li xin
2014-11-11 17:53:24 +08:00
committed by Martin Jansa
parent f5596a2c87
commit 6d63c22f9a
2 changed files with 19 additions and 8 deletions
@@ -1,8 +0,0 @@
require recipes-graphics/xorg-app/xorg-app-common.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=5feafdbe6dfe9e2bd32325be0cfc86f8"
DEPENDS += " libxkbfile"
PE = "1"
PR = "r6"
SRC_URI[md5sum] = "2f6df89201eb9a2cbfb905d6b82a191e"
SRC_URI[sha256sum] = "999591bf1ba8ca2a7d480b2c01702396e6c349d499fb583c0de136ec00dbae39"
@@ -0,0 +1,19 @@
require recipes-graphics/xorg-app/xorg-app-common.inc
SUMMARY = "A program to compile XKB keyboard description"
DESCRIPTION = "The xkbcomp keymap compiler converts a description of an \
XKB keymap into one of several output formats. The most common use for \
xkbcomp is to create a compiled keymap file (.xkm extension) which can \
be read directly by XKB-capable X servers or utilities."
LIC_FILES_CHKSUM = "file://COPYING;md5=5feafdbe6dfe9e2bd32325be0cfc86f8"
PE = "1"
DEPENDS += "libxkbfile"
BBCLASSEXTEND = "native"
SRC_URI[md5sum] = "1001771344608e120e943a396317c33a"
SRC_URI[sha256sum] = "3d305c9d1f38224169b2e501ef0665cc3ab52d4dbc2b9a60c9dbb047f77ddec6"