- Update to version 2.36
* bugfixes * removed autotools support :-( - switched to meson OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkeyboard-config?expand=0&rev=163
This commit is contained in:
parent
b330359e01
commit
24520a2f85
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b321d27686ee7e6610ffe7b56e28d5bbf60625a1f595124cd320c0caa717b8ce
|
|
||||||
size 1763558
|
|
3
xkeyboard-config-2.36.tar.xz
Normal file
3
xkeyboard-config-2.36.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1f1bb1292a161d520a3485d378609277d108cd07cde0327c16811ff54c3e1595
|
||||||
|
size 880776
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 2 02:21:07 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.36
|
||||||
|
* bugfixes
|
||||||
|
* removed autotools support :-(
|
||||||
|
- switched to meson
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 18 17:36:39 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
Fri Feb 18 17:36:39 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -17,17 +17,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xkeyboard-config
|
Name: xkeyboard-config
|
||||||
Version: 2.34
|
Version: 2.36
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The X Keyboard Extension
|
Summary: The X Keyboard Extension
|
||||||
License: CDDL-1.0 AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
|
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: https://www.freedesktop.org/Software/XKeyboardConfig
|
URL: https://www.freedesktop.org/Software/XKeyboardConfig
|
||||||
Source: https://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-%{version}.tar.bz2
|
Source: https://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-%{version}.tar.xz
|
||||||
# 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
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: xsltproc
|
BuildRequires: xsltproc
|
||||||
@ -51,16 +52,14 @@ make keyboards more accessible to people with physical impairments.
|
|||||||
%patch109 -p1
|
%patch109 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%{meson} \
|
||||||
--disable-silent-rules \
|
-Dxkb-base=%{_datadir}/X11/xkb \
|
||||||
--with-xkb-rules-symlink=xorg \
|
-Dcompat-rules=true \
|
||||||
--with-xkb-base=%{_datadir}/X11/xkb \
|
-Dxorg-rules-symlinks=true
|
||||||
--enable-compat_rules \
|
%{meson_build}
|
||||||
--disable-runtime-deps
|
|
||||||
%make_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%{meson_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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user