From 6615decca17874dcd212d7a17bb3078808a705fb Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 30 Apr 2012 11:24:05 -0700 Subject: xmodmap: Update to 1.0.7 Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb | 18 ------------------ meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb create mode 100644 meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb (limited to 'meta/recipes-graphics/xorg-app') diff --git a/meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb b/meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb deleted file mode 100644 index 2c9ecde7e6..0000000000 --- a/meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb +++ /dev/null @@ -1,18 +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[md5sum] = "b18850d373f3717dca569377c449d091" -SRC_URI[sha256sum] = "421ee7a17b0cf559c4901225f70c497e3c5ca205ec7dcc84712055818d2f3402" diff --git a/meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb b/meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb new file mode 100644 index 0000000000..fab1b167e6 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb @@ -0,0 +1,18 @@ +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[md5sum] = "d9b65f6881afe0d6d9863b30e1081bde" +SRC_URI[sha256sum] = "ef22ede9c4a3c720da539292c6911515a8408e618e0dec6aa2196ee2153de4b5" -- cgit 1.2.3-korg