forked from pool/xkeyboard-config
* xml2lst: use dynamic Perl path * Resolved 101key Old Hungarian II * Old turkish f layout (with pc104 support) added. * Fix wrong key symbol name * Added International Phonetic Alphabet (QWERTY) * gitlab CI: update to latest ci-templates * Hellenic keyboard perfected. * lt: Place sterling symbol on AD03, layer 4 (with E and euro) * Use single guillemots on L4 (not less/greater) where L3 has guillemots * Added English (Dvorak, Macintosh) based on the MacOS dvorak layout * Accommodate uppercase/lowercase ß, long s, §; deduplicate Ł * Move left/right quotes one key to the right, place lower quotes on AB04 * Update symbols/it adding credits and reference for fur lang * lt/us: Inherit AE09/AE10 from latin * Add Russian GOST layouts * Add Polish(lefty) layout * Add Arabic(Ergoarabic) keyboard layout * translation sync * Hebrew translation added OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkeyboard-config?expand=0&rev=161
89 lines
2.8 KiB
RPMSpec
89 lines
2.8 KiB
RPMSpec
#
|
|
# spec file for package xkeyboard-config
|
|
#
|
|
# Copyright (c) 2021 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: xkeyboard-config
|
|
Version: 2.34
|
|
Release: 0
|
|
Summary: The X Keyboard Extension
|
|
License: CDDL-1.0 AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
|
|
Group: System/X11/Utilities
|
|
URL: https://www.freedesktop.org/Software/XKeyboardConfig
|
|
Source: https://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-%{version}.tar.bz2
|
|
Patch100: n_suse-ctrl-alt-bksp-terminate.patch
|
|
# PATCH-FIX-OPENSUSE disable-2xalt_2xctrl-toggle.diff fdo#4927 -- This is just a workaround until fdo#4927 is fixed
|
|
Patch109: n_disable-2xalt_2xctrl-toggle.diff
|
|
BuildRequires: fdupes
|
|
BuildRequires: intltool
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: python3
|
|
BuildRequires: xsltproc
|
|
BuildRequires: perl(XML::Parser)
|
|
BuildRequires: pkgconfig(xorg-macros) >= 1.12
|
|
Requires(post): coreutils
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
The X Keyboard Extension essentially replaces the core protocol
|
|
definition of keyboard. The extension makes possible to clearly and
|
|
explicitly specify most aspects of keyboard behaviour on per-key basis
|
|
and to more closely track the logical and physical state of the
|
|
keyboard. It also includes a number of keyboard controls designed to
|
|
make keyboards more accessible to people with physical impairments.
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch100 -p1
|
|
%patch109 -p1
|
|
|
|
%build
|
|
%configure \
|
|
--disable-silent-rules \
|
|
--with-xkb-rules-symlink=xorg \
|
|
--with-xkb-base=%{_datadir}/X11/xkb \
|
|
--enable-compat_rules \
|
|
--disable-runtime-deps
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
mkdir -p %{buildroot}%{_localstatedir}/lib/xkb
|
|
# Bug 335553
|
|
mkdir -p %{buildroot}%{_localstatedir}/lib/xkb/compiled/
|
|
ln -snf %{_localstatedir}/lib/xkb/compiled/ %{buildroot}%{_datadir}/X11/xkb/compiled
|
|
%find_lang %{name}
|
|
%fdupes -s %{buildroot}%{_datadir}/X11/xkb
|
|
|
|
%post
|
|
rm -rf %{_localstatedir}/lib/xkb/compiled/server*.xkm
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc AUTHORS README docs/HOWTO.* docs/README.*
|
|
%dir %{_localstatedir}/lib/xkb
|
|
%dir %{_localstatedir}/lib/xkb/compiled
|
|
%dir %{_datadir}/X11
|
|
%{_datadir}/X11/xkb/
|
|
%{_datadir}/pkgconfig/*.pc
|
|
%{_mandir}/man7/*
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%changelog
|