forked from pool/xkeyboard-config
Accepting request 356261 from X11:XOrg
- Update to version 2.16 * Added sbj keymap for Jolla phone * Adding the option to make Caps Lock act as a Menu key. * add altwin:prtsc_rwin * Add br(thinkpad) to the xml files * symbols/group: re-enable grp:ctrls_toggle * Make us(dvp) work with regular right Alt key again * Updated Azerbaijani layout * Azerty French Layout * Added French Togo * More changes to tg layout * Added de(koy) * syntax fix * Translations updated before release * Reenable layer5-lock for de variants * Icelandic QWERTY Layout: Add ability to write Icelandic quotation marks („“) - add /usr/share/X11 dir to filelist in order to fix build again - Adding 'BuildRequires: xsltproc' to build man page. - Removed link from /usr/share/X11/xkb/xkbcomp to /usr/bin/xkbcomp - Removed xkbcomp as Buildrequire (bnc#953161) - Added man page xkeyboard-config (7) OBS-URL: https://build.opensuse.org/request/show/356261 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xkeyboard-config?expand=0&rev=76
This commit is contained in:
commit
4876ca6304
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e8a1f212c96b7f71ca0b05da361cac1816d27baae1d8e03e7b53049b58d1d58
|
||||
size 968663
|
3
xkeyboard-config-2.17.tar.bz2
Normal file
3
xkeyboard-config-2.17.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dec6be44bd31775cdc1ab95bfd75d5f2c0055613eeca8b4e9c6480b183430701
|
||||
size 973675
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 27 10:34:40 UTC 2016 - sndirsch@suse.com
|
||||
|
||||
- Update to version 2.16
|
||||
* Added sbj keymap for Jolla phone
|
||||
* Adding the option to make Caps Lock act as a Menu key.
|
||||
* add altwin:prtsc_rwin
|
||||
* Add br(thinkpad) to the xml files
|
||||
* symbols/group: re-enable grp:ctrls_toggle
|
||||
* Make us(dvp) work with regular right Alt key again
|
||||
* Updated Azerbaijani layout
|
||||
* Azerty French Layout
|
||||
* Added French Togo
|
||||
* More changes to tg layout
|
||||
* Added de(koy)
|
||||
* syntax fix
|
||||
* Translations updated before release
|
||||
* Reenable layer5-lock for de variants
|
||||
* Icelandic QWERTY Layout: Add ability to write Icelandic quotation marks („“)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 10:18:25 UTC 2016 - sndirsch@suse.com
|
||||
|
||||
- add /usr/share/X11 dir to filelist in order to fix build again
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 20:48:45 UTC 2015 - eich@suse.com
|
||||
|
||||
- Adding 'BuildRequires: xsltproc' to build man page.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 20:31:19 UTC 2015 - eich@suse.com
|
||||
|
||||
- Removed link from /usr/share/X11/xkb/xkbcomp to /usr/bin/xkbcomp
|
||||
- Removed xkbcomp as Buildrequire (bnc#953161)
|
||||
- Added man page xkeyboard-config (7)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 20 14:59:44 UTC 2015 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xkeyboard-config
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,13 +22,13 @@ BuildRequires: intltool
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: xkbcomp
|
||||
BuildRequires: xsltproc
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.12
|
||||
Url: http://www.freedesktop.org/Software/XKeyboardConfig
|
||||
Provides: XFree86:/etc/X11/xkb/symbols/us
|
||||
Provides: xorg-x11:/etc/X11/xkb/symbols/us
|
||||
PreReq: /bin/ln /bin/rm
|
||||
Version: 2.16
|
||||
Version: 2.17
|
||||
Release: 0
|
||||
Summary: The X Keyboard Extension
|
||||
License: GPL-2.0+ and LGPL-2.1+ and MIT and CDDL-1.0
|
||||
@ -68,7 +68,6 @@ make
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/var/lib/xkb
|
||||
ln -snf /usr/bin/xkbcomp $RPM_BUILD_ROOT/usr/share/X11/xkb/xkbcomp
|
||||
# Bug 335553
|
||||
mkdir -p $RPM_BUILD_ROOT/var/lib/xkb/compiled/
|
||||
ln -snf /var/lib/xkb/compiled/ $RPM_BUILD_ROOT/usr/share/X11/xkb/compiled
|
||||
@ -86,8 +85,10 @@ rm -rf /var/lib/xkb/compiled/server*.xkm
|
||||
%doc AUTHORS COPYING README docs/HOWTO.* docs/README.*
|
||||
%dir /var/lib/xkb
|
||||
%dir /var/lib/xkb/compiled
|
||||
%dir /usr/share/X11
|
||||
/usr/share/X11/xkb/
|
||||
%{_datadir}/pkgconfig/*.pc
|
||||
%{_mandir}/man7/*
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user