xkeyboard-config 2.7
This commit is contained in:
parent
eba46a5d1e
commit
2b8d2cd2b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ xkeyboard-config-1.9.tar.bz2
|
|||||||
/xkeyboard-config-2.5.tar.bz2
|
/xkeyboard-config-2.5.tar.bz2
|
||||||
/xkeyboard-config-2.5.1.tar.bz2
|
/xkeyboard-config-2.5.1.tar.bz2
|
||||||
/xkeyboard-config-2.6.tar.bz2
|
/xkeyboard-config-2.6.tar.bz2
|
||||||
|
/xkeyboard-config-2.7.tar.bz2
|
||||||
|
@ -1,34 +0,0 @@
|
|||||||
From cd657ccb4223f34feffd635c3299206f96a5e216 Mon Sep 17 00:00:00 2001
|
|
||||||
From: "Sergey V. Udaltsov" <svu@gnome.org>
|
|
||||||
Date: Fri, 1 Jun 2012 22:20:01 +0100
|
|
||||||
Subject: [PATCH] Reverting broken fix for is keyboard
|
|
||||||
|
|
||||||
https://bugs.freedesktop.org/show_bug.cgi?id=43173
|
|
||||||
---
|
|
||||||
symbols/is | 4 ++--
|
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/symbols/is b/symbols/is
|
|
||||||
index f8e0ce1..e5f5d82 100644
|
|
||||||
--- a/symbols/is
|
|
||||||
+++ b/symbols/is
|
|
||||||
@@ -21,14 +21,14 @@ xkb_symbols "basic" {
|
|
||||||
key <AE12> { [ minus, underscore, dead_cedilla, dead_ogonek ] };
|
|
||||||
|
|
||||||
key <AD11> { [ eth, ETH, dead_diaeresis, dead_abovering ] };
|
|
||||||
- key <AD12> { [apostrophe, question, dead_tilde, dead_macron ] };
|
|
||||||
+ key <AD12> { [apostrophe, question, asciitilde, dead_macron ] };
|
|
||||||
|
|
||||||
key <AC10> { [ ae, AE, asciicircum, dead_doubleacute ] };
|
|
||||||
key <AC11> { [dead_acute, dead_acute, dead_circumflex, dead_caron ] };
|
|
||||||
key <TLDE> { [dead_abovering, dead_diaeresis, notsign, hyphen ] };
|
|
||||||
|
|
||||||
// <AC12> = <BKSL>
|
|
||||||
- key <BKSL> { [ plus, asterisk, dead_grave, dead_breve ] };
|
|
||||||
+ key <BKSL> { [ plus, asterisk, grave, dead_breve ] };
|
|
||||||
|
|
||||||
// <AB00> = <LSGT>, is in file "pc": pc105
|
|
||||||
key <AB10> { [ thorn, THORN, dead_belowdot, dead_abovedot ] };
|
|
||||||
--
|
|
||||||
1.7.10.2
|
|
||||||
|
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
e7e31da9adb56ba52b5c18226b8cbef3 xkeyboard-config-2.6.tar.bz2
|
6ad7b43062f123eacf8ff0eb3a4e0678 xkeyboard-config-2.7.tar.bz2
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
Summary: X Keyboard Extension configuration data
|
Summary: X Keyboard Extension configuration data
|
||||||
Name: xkeyboard-config
|
Name: xkeyboard-config
|
||||||
Version: 2.6
|
Version: 2.7
|
||||||
Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
|
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
|
URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
|
||||||
@ -19,9 +19,6 @@ Source2: commitid
|
|||||||
Source0: http://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/%{name}-%{version}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Bug 826220 - Tilda is now a dead key (for accented chars)
|
|
||||||
Patch01: 0001-Reverting-broken-fix-for-is-keyboard.patch
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -112,6 +109,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled
|
|||||||
%{_datadir}/pkgconfig/xkeyboard-config.pc
|
%{_datadir}/pkgconfig/xkeyboard-config.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 27 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.7-1
|
||||||
|
- xkeyboard-config 2.7
|
||||||
|
|
||||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-3
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user