1
0

Accepting request 41767 from X11:XOrg

Copy from X11:XOrg/xkeyboard-config based on submit request 41767 from user sndirsch

OBS-URL: https://build.opensuse.org/request/show/41767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xkeyboard-config?expand=0&rev=35
This commit is contained in:
OBS User autobuild 2010-06-21 16:16:27 +00:00 committed by Git OBS Bridge
commit 15fdfe957a
3 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jun 19 14:19:48 CEST 2010 - sndirsch@suse.de
- xkeyboard-config.ctrl_alt_bksp.patch
* enable zapping by default (still protected by ZapWarning)
(bnc #576481)
-------------------------------------------------------------------
Sun May 16 00:29:57 CEST 2010 - sndirsch@suse.de

View File

@ -0,0 +1,9 @@
Index: xkeyboard-config-1.7/rules/evdev.m_s.part
===================================================================
--- xkeyboard-config-1.7.orig/rules/evdev.m_s.part
+++ xkeyboard-config-1.7/rules/evdev.m_s.part
@@ -1,2 +1,2 @@
- $evdevkbds = +inet(evdev)+inet(%m)
- * = +inet(evdev)
+ $evdevkbds = +inet(evdev)+inet(%m)+terminate(ctrl_alt_bksp)
+ * = +inet(evdev)+terminate(ctrl_alt_bksp)

View File

@ -28,7 +28,7 @@ Provides: xorg-x11:/etc/X11/xkb/symbols/us XFree86:/etc/X11/xkb/symbols/us
PreReq: /bin/ln /bin/rm
AutoReqProv: on
Version: 1.7
Release: 4
Release: 5
Summary: The X Keyboard Extension
Source: %name-%version.tar.bz2
Patch4: xkeyboard-config.mainline-cvs.mac-es.patch
@ -44,6 +44,7 @@ Patch110: MDSW-change-keycode.diff
Patch115: xkeyboard-config.inet.microsoftpro.patch
Patch116: xkeyboard-config-commit-81d9313.diff
Patch117: xkeyboard-config-commit-dc87d0c.diff
Patch118: xkeyboard-config.ctrl_alt_bksp.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -77,6 +78,7 @@ Authors:
%patch115 -p0
%patch116 -p1
%patch117 -p1
%patch118 -p1
%build
%configure --with-xkb-rules-symlink=xfree86,xorg \