From 9cb34d8bf0896665509215d1b08d16e24e4ee460 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 2 Apr 2026 10:13:51 +0800 Subject: setxkbmap: upgrade 1.3.4 -> 1.3.5 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.4.bb | 19 ------------------- meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.5.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.4.bb create mode 100644 meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.5.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.4.bb b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.4.bb deleted file mode 100644 index 9c522d6ae1..0000000000 --- a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.4.bb +++ /dev/null @@ -1,19 +0,0 @@ -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 xrandr" - -BBCLASSEXTEND = "native" - -SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "be8d8554d40e981d1b93b5ff82497c9ad2259f59f675b38f1b5e84624c07fade" diff --git a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.5.bb b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.5.bb new file mode 100644 index 0000000000..3b0fdf6077 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.5.bb @@ -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 xrandr" + +BBCLASSEXTEND = "native" + +SRC_URI_EXT = "xz" +SRC_URI[sha256sum] = "360193cecc93f906d8383a8fb5c1f3a7eed35e6ced0e118a64ee56ae13c88cac" -- cgit v1.2.3-54-g00ecf