- xkeyboard-config 2.1
This commit is contained in:
parent
d08c5e162e
commit
75f542475b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
xkeyboard-config-1.8.tar.bz2
|
||||
xkeyboard-config-1.9.tar.bz2
|
||||
/xkeyboard-config-2.0.tar.bz2
|
||||
/xkeyboard-config-2.1.tar.bz2
|
||||
|
@ -1,28 +0,0 @@
|
||||
From fe6ee4319113ca4a720f90270eec5a8620b4cf4a Mon Sep 17 00:00:00 2001
|
||||
From: Bastien Nocera <hadess@hadess.net>
|
||||
Date: Tue, 2 Nov 2010 18:32:15 +0000
|
||||
Subject: [PATCH] Clean up touchpad key definitions
|
||||
|
||||
https://bugs.freedesktop.org/show_bug.cgi?id=31333
|
||||
---
|
||||
symbols/inet | 4 +++-
|
||||
1 files changed, 3 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/symbols/inet b/symbols/inet
|
||||
index 5de28b8..3f91252 100644
|
||||
--- a/symbols/inet
|
||||
+++ b/symbols/inet
|
||||
@@ -120,7 +120,9 @@ xkb_symbols "evdev" {
|
||||
|
||||
key <HNGL> { [ Hangul ] };
|
||||
key <HJCV> { [ Hangul_Hanja ] };
|
||||
- key <FK22> { [ XF86TouchpadToggle ] };
|
||||
+ key <FK21> { [ XF86TouchpadToggle ] };
|
||||
+ key <FK22> { [ XF86TouchpadOn ] };
|
||||
+ key <FK23> { [ XF86TouchpadOff ] };
|
||||
|
||||
// key <I120> { [ ] }; // KEY_MACRO
|
||||
key <I126> { [ plusminus ] };
|
||||
--
|
||||
1.7.3.2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
06a8c600d086988cc98ea186d39d552e xkeyboard-config-2.0.tar.bz2
|
||||
57ecc78bacd8ecc398d8ed6588f4d04b xkeyboard-config-2.1.tar.bz2
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
Summary: X Keyboard Extension configuration data
|
||||
Name: xkeyboard-config
|
||||
Version: 2.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.1
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: User Interface/X
|
||||
URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
|
||||
@ -20,8 +20,6 @@ BuildRequires: intltool
|
||||
BuildRequires: gettext
|
||||
BuildRequires: git-core
|
||||
|
||||
Patch0: 0001-Clean-up-touchpad-key-definitions.patch
|
||||
|
||||
%description
|
||||
This package contains configuration data used by the X Keyboard Extension
|
||||
(XKB), which allows selection of keyboard layouts when using a graphical
|
||||
@ -38,7 +36,6 @@ Requires: pkgconfig
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1 -b .touchpad
|
||||
|
||||
git init-db
|
||||
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
||||
@ -87,6 +84,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled
|
||||
%{_datadir}/pkgconfig/xkeyboard-config.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jan 27 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.1-1
|
||||
- xkeyboard-config 2.1
|
||||
|
||||
* Thu Nov 25 2010 Bastien Nocera <bnocera@redhat.com> 2.0-2
|
||||
- Use new touchpad toggle keysyms
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user