Add U+05BA (point holam haser for vav) on il(biblical) (#1132511)
This commit is contained in:
parent
0a5f7fa4f5
commit
019d3341e1
@ -0,0 +1,38 @@
|
|||||||
|
From 16d42ec2e2126b40d4b94368ede8e4f3ed9de594 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Peter Hutterer <peter.hutterer@who-t.net>
|
||||||
|
Date: Tue, 11 Nov 2014 13:10:51 +1000
|
||||||
|
Subject: [PATCH] symbols/il: add HOLAM HASER FOR VAV on shift+5 to
|
||||||
|
il(biblical)
|
||||||
|
|
||||||
|
From the reporter in
|
||||||
|
https://bugzilla.redhat.com/show_bug.cgi?id=1132511
|
||||||
|
The "il biblical" layout does not allow to type the Unicode character
|
||||||
|
U+05BA. However, according to the documentation of the layout (Tiro layout
|
||||||
|
version 1.5), available on the link provided below, U+05BA should be
|
||||||
|
accessible with the combination shift+5 (see page 7 and/or the attached
|
||||||
|
screenshot).
|
||||||
|
http://www.sbl-site.org/Fonts/BiblicalHebrewTiroManual.pdf
|
||||||
|
|
||||||
|
See also: http://codepoints.net/U+05BA
|
||||||
|
|
||||||
|
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
||||||
|
---
|
||||||
|
symbols/il | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/symbols/il b/symbols/il
|
||||||
|
index 48452d6..67487c1 100644
|
||||||
|
--- a/symbols/il
|
||||||
|
+++ b/symbols/il
|
||||||
|
@@ -205,7 +205,7 @@ xkb_symbols "biblical" {
|
||||||
|
key <AE02> { [ 2, U0599, VoidSymbol, at ] };
|
||||||
|
key <AE03> { [ 3, U0592, VoidSymbol, numbersign ] };
|
||||||
|
key <AE04> { [ 4, U05AF, NewSheqelSign, dollar ] };
|
||||||
|
- key <AE05> { [ 5, VoidSymbol, U200D, percent ] };
|
||||||
|
+ key <AE05> { [ 5, U05BA, U200D, percent ] };
|
||||||
|
key <AE06> { [ 6, U05B9, U200C, asciicircum ] };
|
||||||
|
key <AE07> { [ 7, U05BF, U034F, ampersand ] };
|
||||||
|
key <AE08> { [ 8, U05C2, U200E, asterisk ] };
|
||||||
|
--
|
||||||
|
2.1.0
|
||||||
|
|
@ -7,7 +7,7 @@
|
|||||||
Summary: X Keyboard Extension configuration data
|
Summary: X Keyboard Extension configuration data
|
||||||
Name: xkeyboard-config
|
Name: xkeyboard-config
|
||||||
Version: 2.13
|
Version: 2.13
|
||||||
Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
|
URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
|
||||||
|
|
||||||
@ -19,6 +19,10 @@ Source2: commitid
|
|||||||
Source0: http://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-%{version}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Bug 1132511 - Missing U+05BA (point holam haser for vav) on the biblical
|
||||||
|
# hebrew layout (il biblical)
|
||||||
|
Patch01: 0001-symbols-il-add-HOLAM-HASER-FOR-VAV-on-shift-5-to-il-.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -107,6 +111,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled
|
|||||||
%{_datadir}/pkgconfig/xkeyboard-config.pc
|
%{_datadir}/pkgconfig/xkeyboard-config.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 11 2014 Peter Hutterer <peter.hutterer@redhat.com> 2.13-3
|
||||||
|
- Add U+05BA (point holam haser for vav) on il(biblical) (#1132511)
|
||||||
|
|
||||||
* Thu Oct 23 2014 Simone Caronni <negativo17@gmail.com> - 2.13-2
|
* Thu Oct 23 2014 Simone Caronni <negativo17@gmail.com> - 2.13-2
|
||||||
- Clean up SPEC file, fix rpmlint warnings.
|
- Clean up SPEC file, fix rpmlint warnings.
|
||||||
- Remove non-valid configure option.
|
- Remove non-valid configure option.
|
||||||
|
Loading…
Reference in New Issue
Block a user