Accepting request 245715 from home:pgajdos
- Update to version 2.0.2: libkeymap: fix kmap on big-endian machines Add functions to get the total number of elements Add functions to convert ksyms eurlatgr - new Linux console font Hide syms array Add information about the total number of elements Add function to obtain items from the diacritical table Change the API for working with the diacritical table Change API for working with list of functions Add functions to check diacr/func existance Add pancyrillic font po: Update translations (from translationproject.org) vlock: implement PAM account and password management vlock: rename ERROR_TIMEOUT macro to LONG_DELAY vlock: introduce short delays after non-fatal PAM errors Added Latvian keymap (changelog taken from http://lists.altlinux.org/pipermail/kbd/2014-July/000476.html) - add kbd-2.0.2-comment-typo-qwerty.patch [bnc#825385] OBS-URL: https://build.opensuse.org/request/show/245715 OBS-URL: https://build.opensuse.org/package/show/Base:System/kbd?expand=0&rev=55
This commit is contained in:
parent
d251f22fbd
commit
ca2aebb8e7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c01b917ae619e4051c6d78d196e6005620b1c82214557e2a7b51057dfe72029
|
||||
size 1369604
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55407b79e90ee65cdbaff7d3dafd2b53c4fee3a645788ffb582091074a2254af
|
||||
size 951132
|
10
kbd-2.0.2-comment-typo-qwerty.patch
Normal file
10
kbd-2.0.2-comment-typo-qwerty.patch
Normal file
@ -0,0 +1,10 @@
|
||||
Index: data/keymaps/mac/include/mac-qwerty-layout.inc
|
||||
===================================================================
|
||||
--- data/keymaps/mac/include/mac-qwerty-layout.inc.orig 2012-02-27 11:27:11.000000000 +0100
|
||||
+++ data/keymaps/mac/include/mac-qwerty-layout.inc 2014-08-22 08:47:46.799078582 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-# qwertz-layout
|
||||
+# qwerty-layout
|
||||
keycode 12 = q
|
||||
keycode 13 = w
|
||||
keycode 14 = e
|
3
kbd-2.0.2-repack.tar.bz2
Normal file
3
kbd-2.0.2-repack.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b2e924d07e18030d8f86cce9fc7baed40c54fb38429cb66418ef435570e4f56
|
||||
size 1446466
|
3
kbd-2.0.2.tar.xz
Normal file
3
kbd-2.0.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dfddabf96012e329c4bebb96a21aeef7c3872f624e96e8156ba542b82aeb912
|
||||
size 1023980
|
24
kbd.changes
24
kbd.changes
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 06:51:23 UTC 2014 - pgajdos@suse.com
|
||||
|
||||
- Update to version 2.0.2:
|
||||
libkeymap: fix kmap on big-endian machines
|
||||
Add functions to get the total number of elements
|
||||
Add functions to convert ksyms
|
||||
eurlatgr - new Linux console font
|
||||
Hide syms array
|
||||
Add information about the total number of elements
|
||||
Add function to obtain items from the diacritical table
|
||||
Change the API for working with the diacritical table
|
||||
Change API for working with list of functions
|
||||
Add functions to check diacr/func existance
|
||||
Add pancyrillic font
|
||||
po: Update translations (from translationproject.org)
|
||||
vlock: implement PAM account and password management
|
||||
vlock: rename ERROR_TIMEOUT macro to LONG_DELAY
|
||||
vlock: introduce short delays after non-fatal PAM errors
|
||||
Added Latvian keymap
|
||||
(changelog taken from
|
||||
http://lists.altlinux.org/pipermail/kbd/2014-July/000476.html)
|
||||
- add kbd-2.0.2-comment-typo-qwerty.patch [bnc#825385]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 16:47:44 UTC 2014 - pgajdos@suse.com
|
||||
|
||||
|
4
kbd.spec
4
kbd.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: kbd
|
||||
Version: 2.0.1
|
||||
Version: 2.0.2
|
||||
Release: 0
|
||||
Summary: Keyboard and Font Utilities
|
||||
License: GPL-2.0+
|
||||
@ -50,6 +50,7 @@ Patch5: kbd-1.15.2-setfont-no-cruft.patch
|
||||
# TODO: no ideas how to port it.
|
||||
Patch6: kbd-1.15.2-dumpkeys-C-opt.patch
|
||||
Patch8: kbd-1.15.2-chvt-userwait.patch
|
||||
Patch9: kbd-2.0.2-comment-typo-qwerty.patch
|
||||
|
||||
BuildRequires: automake
|
||||
BuildRequires: bison
|
||||
@ -91,6 +92,7 @@ Authors:
|
||||
# TODO: no ideas how to port it.
|
||||
# %%patch6
|
||||
%patch8 -p1
|
||||
%patch9
|
||||
|
||||
%build
|
||||
for i in `find data/keymaps/mac -type f` ; do
|
||||
|
@ -6,8 +6,11 @@
|
||||
# 2005-07-11, jw@suse.de
|
||||
|
||||
tmpdir=`mktemp -d`
|
||||
|
||||
in="$1"
|
||||
if [ -z $in ]; then
|
||||
echo "usage: $0 <tarball>"
|
||||
exit 1
|
||||
fi
|
||||
name="${in%.tar.*}"
|
||||
|
||||
# recent gnu tar can autodetect gzip / bzip2
|
||||
|
Loading…
x
Reference in New Issue
Block a user