forked from pool/xkeyboard-config
Accepting request 906860 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/906860 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xkeyboard-config?expand=0&rev=92
This commit is contained in:
commit
388a39d357
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1feee317ba39b91902b0cbd2987c0c73e6afbfc8f4c096367a5c86c216c036a8
|
|
||||||
size 1742570
|
|
3
xkeyboard-config-2.33.tar.bz2
Normal file
3
xkeyboard-config-2.33.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:657fd790d6dcf781cd395de4cf726120a5b0f93ba91dfb2628bcc70ae8b1d3bc
|
||||||
|
size 1755990
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 17 15:34:56 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to version 2.33
|
||||||
|
* translation updates
|
||||||
|
* Replaced division slash with fraction slash on Neo2 (de) layout
|
||||||
|
* rules: correct Indic IPA to use iso639 code "eng"
|
||||||
|
* rules: remove two non-existing ISO639 codes
|
||||||
|
* rules: change ISO639 language codes to 639-2/T only
|
||||||
|
* rules: the xkb.dtd file is not an XML document
|
||||||
|
* symbols/nl: Add a "Dutch (US)" variant
|
||||||
|
* Simplify gb(basic) so that Shift+Right Alt behaves the same as Right Alt+Shift.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 16 09:27:08 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
Tue Feb 16 09:27:08 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xkeyboard-config
|
Name: xkeyboard-config
|
||||||
Version: 2.32
|
Version: 2.33
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The X Keyboard Extension
|
Summary: The X Keyboard Extension
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT AND CDDL-1.0
|
License: CDDL-1.0 AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
URL: http://www.freedesktop.org/Software/XKeyboardConfig
|
URL: https://www.freedesktop.org/Software/XKeyboardConfig
|
||||||
Source: http://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-%{version}.tar.bz2
|
Source: https://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-%{version}.tar.bz2
|
||||||
Patch100: n_suse-ctrl-alt-bksp-terminate.patch
|
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
|
# 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
|
Patch109: n_disable-2xalt_2xctrl-toggle.diff
|
||||||
@ -36,7 +36,6 @@ BuildRequires: xsltproc
|
|||||||
BuildRequires: perl(XML::Parser)
|
BuildRequires: perl(XML::Parser)
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.12
|
BuildRequires: pkgconfig(xorg-macros) >= 1.12
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -62,10 +61,10 @@ make keyboards more accessible to people with physical impairments.
|
|||||||
--with-xkb-base=%{_datadir}/X11/xkb \
|
--with-xkb-base=%{_datadir}/X11/xkb \
|
||||||
--enable-compat_rules \
|
--enable-compat_rules \
|
||||||
--disable-runtime-deps
|
--disable-runtime-deps
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
%make_install
|
||||||
mkdir -p %{buildroot}%{_localstatedir}/lib/xkb
|
mkdir -p %{buildroot}%{_localstatedir}/lib/xkb
|
||||||
# Bug 335553
|
# Bug 335553
|
||||||
mkdir -p %{buildroot}%{_localstatedir}/lib/xkb/compiled/
|
mkdir -p %{buildroot}%{_localstatedir}/lib/xkb/compiled/
|
||||||
@ -77,8 +76,8 @@ ln -snf %{_localstatedir}/lib/xkb/compiled/ %{buildroot}%{_datadir}/X11/xkb/comp
|
|||||||
rm -rf %{_localstatedir}/lib/xkb/compiled/server*.xkm
|
rm -rf %{_localstatedir}/lib/xkb/compiled/server*.xkm
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc AUTHORS COPYING README docs/HOWTO.* docs/README.*
|
%doc AUTHORS README docs/HOWTO.* docs/README.*
|
||||||
%dir %{_localstatedir}/lib/xkb
|
%dir %{_localstatedir}/lib/xkb
|
||||||
%dir %{_localstatedir}/lib/xkb/compiled
|
%dir %{_localstatedir}/lib/xkb/compiled
|
||||||
%dir %{_datadir}/X11
|
%dir %{_datadir}/X11
|
||||||
@ -87,6 +86,5 @@ rm -rf %{_localstatedir}/lib/xkb/compiled/server*.xkm
|
|||||||
%{_mandir}/man7/*
|
%{_mandir}/man7/*
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user