xkeyboard-config: updates
Also drop Esperanto patch for now, as it doesn't apply anymore and there are some Esperanto variants inside. Discussed: https://github.com/NixOS/nixpkgs/commit/fa5a583098
This commit is contained in:
parent
bde4ea1a8b
commit
1be2acd131
|
@ -1975,11 +1975,11 @@ let
|
||||||
}) // {inherit inputproto libX11 libXaw xproto libXt ;};
|
}) // {inherit inputproto libX11 libXaw xproto libXt ;};
|
||||||
|
|
||||||
xkeyboardconfig = (mkDerivation "xkeyboardconfig" {
|
xkeyboardconfig = (mkDerivation "xkeyboardconfig" {
|
||||||
name = "xkeyboard-config-2.11";
|
name = "xkeyboard-config-2.15";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://xorg/individual/data/xkeyboard-config/xkeyboard-config-2.11.tar.bz2;
|
url = mirror://xorg/individual/data/xkeyboard-config/xkeyboard-config-2.15.tar.bz2;
|
||||||
sha256 = "0xkdyyi759hzls42hp4j3q2lc35n4j6b2g44ilx5qarci5h584p7";
|
sha256 = "1grqdy5a9f2dii3y24fn0p3kz4q5g9j2kh3jcj2402rgrbvkqi0f";
|
||||||
};
|
};
|
||||||
buildInputs = [pkgconfig libX11 xproto ];
|
buildInputs = [pkgconfig libX11 xproto ];
|
||||||
}) // {inherit libX11 xproto ;};
|
}) // {inherit libX11 xproto ;};
|
||||||
|
|
|
@ -263,8 +263,7 @@ in
|
||||||
|
|
||||||
buildInputs = attrs.buildInputs ++ [args.intltool];
|
buildInputs = attrs.buildInputs ++ [args.intltool];
|
||||||
|
|
||||||
#TODO: resurrect patches for US_intl?
|
#TODO: resurrect patches for US_intl or Esperanto?
|
||||||
patches = [ ./xkeyboard-config-eo.patch ];
|
|
||||||
|
|
||||||
# 1: compatibility for X11/xkb location
|
# 1: compatibility for X11/xkb location
|
||||||
# 2: I think pkgconfig/ is supposed to be in /lib/
|
# 2: I think pkgconfig/ is supposed to be in /lib/
|
||||||
|
|
|
@ -171,7 +171,7 @@ mirror://xorg/individual/app/xinput-1.6.1.tar.bz2
|
||||||
mirror://xorg/individual/app/xkbcomp-1.3.0.tar.bz2
|
mirror://xorg/individual/app/xkbcomp-1.3.0.tar.bz2
|
||||||
mirror://xorg/individual/app/xkbevd-1.1.4.tar.bz2
|
mirror://xorg/individual/app/xkbevd-1.1.4.tar.bz2
|
||||||
mirror://xorg/individual/app/xkbutils-1.0.4.tar.bz2
|
mirror://xorg/individual/app/xkbutils-1.0.4.tar.bz2
|
||||||
mirror://xorg/individual/data/xkeyboard-config/xkeyboard-config-2.11.tar.bz2
|
mirror://xorg/individual/data/xkeyboard-config/xkeyboard-config-2.15.tar.bz2
|
||||||
mirror://xorg/individual/app/xkill-1.0.4.tar.bz2
|
mirror://xorg/individual/app/xkill-1.0.4.tar.bz2
|
||||||
mirror://xorg/individual/app/xlsatoms-1.1.2.tar.bz2
|
mirror://xorg/individual/app/xlsatoms-1.1.2.tar.bz2
|
||||||
mirror://xorg/individual/app/xlsclients-1.1.3.tar.bz2
|
mirror://xorg/individual/app/xlsclients-1.1.3.tar.bz2
|
||||||
|
|
|
@ -1,71 +0,0 @@
|
||||||
diff --git a/rules/base.xml.in b/rules/base.xml.in
|
|
||||||
index ec321f8..e9c3546 100644
|
|
||||||
--- a/rules/base.xml.in
|
|
||||||
+++ b/rules/base.xml.in
|
|
||||||
@@ -1786,6 +1786,13 @@
|
|
||||||
</layout>
|
|
||||||
<layout>
|
|
||||||
<configItem>
|
|
||||||
+ <name>eo</name>
|
|
||||||
+ <_shortDescription>Esp</_shortDescription>
|
|
||||||
+ <_description>Esperanto</_description>
|
|
||||||
+ </configItem>
|
|
||||||
+ </layout>
|
|
||||||
+ <layout>
|
|
||||||
+ <configItem>
|
|
||||||
<name>ir</name>
|
|
||||||
<_shortDescription>Irn</_shortDescription>
|
|
||||||
<_description>Iran</_description>
|
|
||||||
diff --git a/symbols/Makefile.am b/symbols/Makefile.am
|
|
||||||
index 97c816d..d7e3a4e 100644
|
|
||||||
--- a/symbols/Makefile.am
|
|
||||||
+++ b/symbols/Makefile.am
|
|
||||||
@@ -10,7 +10,7 @@ bt by braille \
|
|
||||||
ca cd \
|
|
||||||
ch cn cz \
|
|
||||||
de dk \
|
|
||||||
-ee es et epo \
|
|
||||||
+ee eo es et epo \
|
|
||||||
fi fo fr \
|
|
||||||
gb ge gh gn \
|
|
||||||
gr hr hu \
|
|
||||||
diff --git a/symbols/Makefile.in b/symbols/Makefile.in
|
|
||||||
index b5be077..5cddcc7 100644
|
|
||||||
--- a/symbols/Makefile.in
|
|
||||||
+++ b/symbols/Makefile.in
|
|
||||||
@@ -222,7 +222,7 @@ bt by braille \
|
|
||||||
ca cd \
|
|
||||||
ch cn cz \
|
|
||||||
de dk \
|
|
||||||
-ee es et epo \
|
|
||||||
+ee eo es et epo \
|
|
||||||
fi fo fr \
|
|
||||||
gb ge gh gn \
|
|
||||||
gr hr hu \
|
|
||||||
diff --git a/symbols/eo b/symbols/eo
|
|
||||||
new file mode 100644
|
|
||||||
index 0000000..d6358c9
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/symbols/eo
|
|
||||||
@@ -0,0 +1,21 @@
|
|
||||||
+// $XFree86$
|
|
||||||
+
|
|
||||||
+partial alphanumeric_keys
|
|
||||||
+xkb_symbols "basic" {
|
|
||||||
+
|
|
||||||
+ // Describes the differences between a very simple en_US
|
|
||||||
+ // keyboard and a simple Esperanto keyboard
|
|
||||||
+ // Press AltGr or Windows Menu key together with C, H, J, S, U
|
|
||||||
+ // to get accented letters.
|
|
||||||
+ // 2001 by Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk>
|
|
||||||
+
|
|
||||||
+ key.type = "FOUR_LEVEL";
|
|
||||||
+
|
|
||||||
+ key <AD02> { [w,W, ubreve,Ubreve ] };
|
|
||||||
+ key <AD07> { [u,U, ubreve, Ubreve ] };
|
|
||||||
+ key <AC02> { [s,S, scircumflex, Scircumflex ] };
|
|
||||||
+ key <AC05> { [g,G, gcircumflex,Gcircumflex ] };
|
|
||||||
+ key <AC06> { [h,H, hcircumflex,Hcircumflex ] };
|
|
||||||
+ key <AC07> { [j,J, jcircumflex,Jcircumflex ] };
|
|
||||||
+ key <AB03> { [c,C, ccircumflex,Ccircumflex ] };
|
|
||||||
+};
|
|
Loading…
Reference in New Issue