-
Notifications
You must be signed in to change notification settings - Fork 0
/
extra-keyboards.spec
74 lines (55 loc) · 2.05 KB
/
extra-keyboards.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Name: extra-keyboards
Version: 0.8
Release: 1%{?dist}
Summary: Extra keyboards for X server
Group: User Interface/X
License: Public Domain
Source0: czdvorak
Source1: typematrix
Source2: mirror
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: xkeyboard-config
BuildArch: noarch
%define datadir_xkb_symbols %{_datadir}/X11/xkb/symbols/
%description
This package contains a couple of keyboard modifiers for X server.
This includes modification of Programmer Dvorak (dvp) for users that
do light-weight Czech typing. Czech letters with diacritics are
accessible through level 3 shift (such as is typically available
through AltGr).
Another set of two keyboards is for left-handed typing, such that the
right half of the keyboard is accessible via level 3 shift. One is
for a fairly ordinary keyboard, and another specifically for Kinesis
Advantage.
%prep
:
%build
:
%install
install -d $RPM_BUILD_ROOT%{datadir_xkb_symbols}
for source in %{SOURCE0} %{SOURCE1} %{SOURCE2}; do
install -m 644 $source $RPM_BUILD_ROOT%{datadir_xkb_symbols}
done
%files
%defattr(-,root,root,-)
%{datadir_xkb_symbols}/*
%changelog
* Mon Aug 8 2016 Petr Machata <[email protected]> - 0.8-1
- Map End to Escape in czdvorak and mirror kinesis layouts.
* Sat Jun 21 2014 Petr Machata <[email protected]> - 0.7-1
- Add a mirrored dvorak layout for Kinesis Advantage keyboard
* Tue Jun 19 2012 Petr Machata <[email protected]> - 0.6-1
- Add a mirrored dvorak keyboard
* Sun Dec 11 2011 Petr Machata <[email protected]> - 0.5-1
- Add dead_stroke to AltGr+minus, move dead_macron to
AltGr+Shift+underscore
* Sun Dec 11 2011 Petr Machata <[email protected]> - 0.4-1
- Add dead_horn to AltGr+h
* Sat Oct 29 2011 Petr Machata <[email protected]> - 0.3-1
- Add dead_hook to AltGr+/ (mnemonic: the same key as "?")
* Tue Nov 23 2010 Petr Machata <[email protected]> - 0.2-1
- Replace ecaron for eacute
- Add the keyswaps keyboard
- Rename the package to extra-keyboards
* Mon Nov 15 2010 Petr Machata <[email protected]> - 0.1-1
- Initial release.