Accepting request 1104087 from home:ateixeira:branches:Base:System

- Update to version 2.6.2:
  - loadkeys:
    * Don't look for keymap in the current directory.
  - keymaps:
    * Add colemak mod-dh keymaps.
- Refresh kbd-1.15.5-loadkeys-search-path.patch

OBS-URL: https://build.opensuse.org/request/show/1104087
OBS-URL: https://build.opensuse.org/package/show/Base:System/kbd?expand=0&rev=163
This commit is contained in:
Antonio Teixeira 2023-08-23 13:05:09 +00:00 committed by Git OBS Bridge
parent c1676cbdec
commit 005b0b4c4c
5 changed files with 22 additions and 12 deletions

View File

@ -1,20 +1,20 @@
Index: kbd-2.3.0/src/loadkeys.c
Index: b/src/loadkeys.c
===================================================================
--- kbd-2.3.0.orig/src/loadkeys.c
+++ kbd-2.3.0/src/loadkeys.c
@@ -27,6 +27,8 @@
--- a/src/loadkeys.c
+++ b/src/loadkeys.c
@@ -26,6 +26,8 @@
#include "keymap.h"
static const char *const dirpath1[] = {
"",
+ DATADIR "/" XKBKEYMAPDIR "/",
+ DATADIR "/" LEGACYKEYMAPDIR "/**",
DATADIR "/" KEYMAPDIR "/**",
KERNDIR "/",
NULL
Index: kbd-2.3.0/src/paths.h
Index: b/src/paths.h
===================================================================
--- kbd-2.3.0.orig/src/paths.h
+++ kbd-2.3.0/src/paths.h
--- a/src/paths.h
+++ b/src/paths.h
@@ -5,6 +5,8 @@
* The following five subdirectories are defined:
*/

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a084bef517419cf40696e8f69d0a0eb758245ab3af15885222f28660261ff4c1
size 1639132

3
kbd-2.6.2-repack.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:730864a5c4fbc9a5dc3d23ec1ff404ea4a46375cb4d9ac41a6cf0b92f4f25fbf
size 1547364

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Aug 15 20:52:04 UTC 2023 - Antonio Teixeira <antonio.teixeira@suse.com>
- Update to version 2.6.2:
- loadkeys:
* Don't look for keymap in the current directory.
- keymaps:
* Add colemak mod-dh keymaps.
- Refresh kbd-1.15.5-loadkeys-search-path.patch
-------------------------------------------------------------------
Fri Jun 30 19:24:59 UTC 2023 - Antonio Teixeira <antonio.teixeira@suse.com>

View File

@ -24,7 +24,7 @@
%define legacy_folders amiga,atari,i386,include,mac,ppc,sun
Name: kbd
Version: 2.6.1
Version: 2.6.2
Release: 0
Summary: Keyboard and Font Utilities
# git: git://git.altlinux.org/people/legion/packages/kbd.git