From e56b2cb52f6ecd233bfdfd5f8a8177aeea830726 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 10 Mar 2019 11:07:36 -0700 Subject: xmodmap: update to 1.0.10 Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/xmodmap_1.0.10.bb | 16 ++++++++++++++++ meta/recipes-graphics/xorg-app/xmodmap_1.0.9.bb | 17 ----------------- 2 files changed, 16 insertions(+), 17 deletions(-) create mode 100644 meta/recipes-graphics/xorg-app/xmodmap_1.0.10.bb delete mode 100644 meta/recipes-graphics/xorg-app/xmodmap_1.0.9.bb (limited to 'meta') diff --git a/meta/recipes-graphics/xorg-app/xmodmap_1.0.10.bb b/meta/recipes-graphics/xorg-app/xmodmap_1.0.10.bb new file mode 100644 index 0000000000..7dedb03a2b --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xmodmap_1.0.10.bb @@ -0,0 +1,16 @@ +require xorg-app-common.inc + +SUMMARY = "Utility for modifying keymaps and pointer button mappings in X" + +DESCRIPTION = "The xmodmap program is used to edit and display the \ +keyboard modifier map and keymap table that are used by client \ +applications to convert event keycodes into keysyms. It is usually run \ +from the user's session startup script to configure the keyboard \ +according to personal tastes." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=272c17e96370e1e74773fa22d9989621" + +PE = "1" +SRC_URI[md5sum] = "51f1d30a525e9903280ffeea2744b1f6" +SRC_URI[sha256sum] = "473f0941d7439d501bb895ff358832b936ec34c749b9704c37a15e11c318487c" diff --git a/meta/recipes-graphics/xorg-app/xmodmap_1.0.9.bb b/meta/recipes-graphics/xorg-app/xmodmap_1.0.9.bb deleted file mode 100644 index 2deac6a050..0000000000 --- a/meta/recipes-graphics/xorg-app/xmodmap_1.0.9.bb +++ /dev/null @@ -1,17 +0,0 @@ -require xorg-app-common.inc - -SUMMARY = "Utility for modifying keymaps and pointer button mappings in X" - -DESCRIPTION = "The xmodmap program is used to edit and display the \ -keyboard modifier map and keymap table that are used by client \ -applications to convert event keycodes into keysyms. It is usually run \ -from the user's session startup script to configure the keyboard \ -according to personal tastes." - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=272c17e96370e1e74773fa22d9989621" - -PE = "1" - -SRC_URI[md5sum] = "723f02d3a5f98450554556205f0a9497" -SRC_URI[sha256sum] = "b7b0e5cc5f10d0fb6d2d6ea4f00c77e8ac0e847cc5a73be94cd86139ac4ac478" -- cgit 1.2.3-korg