From 816593f92c195686b01524c4d1fcd56b8c4b6bd8 Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Wed, 16 Oct 2013 12:21:21 +0300 Subject: xmodmap: upgrade to 1.0.8 License file changed slightly with some years changes. (From OE-Core rev: c20e88818fe96a452b0ce5d7698cbe7edd05fc70) Signed-off-by: Laurentiu Palcu Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb | 20 -------------------- meta/recipes-graphics/xorg-app/xmodmap_1.0.8.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb create mode 100644 meta/recipes-graphics/xorg-app/xmodmap_1.0.8.bb (limited to 'meta/recipes-graphics/xorg-app') diff --git a/meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb b/meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb deleted file mode 100644 index 573eecbe58..0000000000 --- a/meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb +++ /dev/null @@ -1,20 +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=eef098b27f09d0ac39268df0cc2c00b5" - -PR = "${INC_PR}.0" -PE = "1" - -SRC_URI += "file://gnu-source.patch" - -SRC_URI[md5sum] = "d9b65f6881afe0d6d9863b30e1081bde" -SRC_URI[sha256sum] = "ef22ede9c4a3c720da539292c6911515a8408e618e0dec6aa2196ee2153de4b5" diff --git a/meta/recipes-graphics/xorg-app/xmodmap_1.0.8.bb b/meta/recipes-graphics/xorg-app/xmodmap_1.0.8.bb new file mode 100644 index 0000000000..65a55e3560 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xmodmap_1.0.8.bb @@ -0,0 +1,19 @@ +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 += "file://gnu-source.patch" + +SRC_URI[md5sum] = "5511da3361eea4eaa21427652c559e1c" +SRC_URI[sha256sum] = "efe2e3c89858a2db3bdcf969f55f55d0af4f5007789198344de0595249a99fc3" -- cgit v1.2.3-54-g00ecf