- Update to version 2.23
* Added it(intl), it(scn) and us(scn) * Minor fidvorak adjustment * Typo fixed * Refreshed the default Arabic keyboard layout * more robust comment handling * replace 'ʼ' (0x10002bc) with '՚' (0x100055a) in armenian layout * Add polish layout for use glagolica script * Use default compose key with Finnish keyboard * incomplete Finnish fix patch * Prerelease translation sync * Added International Phonetic Alphabet - supersedes U_xkeyboard-config_fix-typo-hungarian.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkeyboard-config?expand=0&rev=140
This commit is contained in:
parent
02db5066cd
commit
4b8b5e5a1c
@ -1,23 +0,0 @@
|
||||
From a6cba79b4ba1760b348db5145f597514e1773a16 Mon Sep 17 00:00:00 2001
|
||||
From: Sergey Udaltsov <sergey.udaltsov@gmail.com>
|
||||
Date: Fri, 6 Oct 2017 11:13:32 +0100
|
||||
Subject: Typo fixed
|
||||
|
||||
https://bugs.freedesktop.org/show_bug.cgi?id=103123
|
||||
|
||||
diff --git a/symbols/hu b/symbols/hu
|
||||
index a1b1ae5..679c535 100644
|
||||
--- a/symbols/hu
|
||||
+++ b/symbols/hu
|
||||
@@ -467,7 +467,7 @@ key.type[Group1]="FOUR_LEVEL_SEMIALPHABETIC";
|
||||
key <AE03> {[ U10CFC, plus, 3, plus]};
|
||||
//Old Hungarian ten
|
||||
|
||||
- key <AE04> {[ U10CFD, exclam, 4, excalm]};
|
||||
+ key <AE04> {[ U10CFD, exclam, 4, exclam]};
|
||||
//Old Hungarian fifty
|
||||
|
||||
key <AE05> {[ U10CFE, percent, 5, percent]};
|
||||
--
|
||||
cgit v0.10.2
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:deaec9989fbc443358b43864437b7b6d39caff07890a4a8055105ce9fcaa59bd
|
||||
size 1046333
|
3
xkeyboard-config-2.23.tar.bz2
Normal file
3
xkeyboard-config-2.23.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23fb410527e9da38d8bbf8b9e6bd1a8eb2b2fdb514b8a0889c245cbad2d5a9b3
|
||||
size 1021973
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 31 13:18:45 UTC 2018 - sndirsch@suse.com
|
||||
|
||||
- Update to version 2.23
|
||||
* Added it(intl), it(scn) and us(scn)
|
||||
* Minor fidvorak adjustment
|
||||
* Typo fixed
|
||||
* Refreshed the default Arabic keyboard layout
|
||||
* more robust comment handling
|
||||
* replace 'ʼ' (0x10002bc) with '՚' (0x100055a) in armenian layout
|
||||
* Add polish layout for use glagolica script
|
||||
* Use default compose key with Finnish keyboard
|
||||
* incomplete Finnish fix patch
|
||||
* Prerelease translation sync
|
||||
* Added International Phonetic Alphabet
|
||||
- supersedes U_xkeyboard-config_fix-typo-hungarian.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 20 23:50:38 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xkeyboard-config
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,17 +17,18 @@
|
||||
|
||||
|
||||
Name: xkeyboard-config
|
||||
Version: 2.22
|
||||
Version: 2.23
|
||||
Release: 0
|
||||
Summary: The X Keyboard Extension
|
||||
License: GPL-2.0+ and LGPL-2.1+ and MIT and CDDL-1.0
|
||||
Group: System/X11/Utilities
|
||||
Url: http://www.freedesktop.org/Software/XKeyboardConfig
|
||||
Source: http://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-%{version}.tar.bz2
|
||||
Patch0: U_xkeyboard-config_fix-typo-hungarian.patch
|
||||
Patch100: n_suse-ctrl-alt-bksp-terminate.patch
|
||||
# PATCH-FIX-OPENSUSE disable-2xalt_2xctrl-toggle.diff fdo#4927 -- This is just a workaround until fdo#4927 is fixed
|
||||
Patch109: n_disable-2xalt_2xctrl-toggle.diff
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkgconfig
|
||||
@ -53,11 +54,13 @@ make keyboards more accessible to people with physical impairments.
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
%patch0 -p1
|
||||
%patch100 -p1
|
||||
%patch109 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
intltoolize --force
|
||||
autoreconf
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
--with-xkb-rules-symlink=xorg \
|
||||
|
Loading…
x
Reference in New Issue
Block a user