update to 2.35.1 [release 2.35.1-1mamba;Sat Apr 16 2022]
This commit is contained in:
parent
0d595a1438
commit
f8f68a72f2
@ -1,5 +1,5 @@
|
|||||||
Name: xkeyboard-config
|
Name: xkeyboard-config
|
||||||
Version: 2.34
|
Version: 2.35.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: X Keyboard Configuration Database
|
Summary: X Keyboard Configuration Database
|
||||||
Group: System/X11
|
Group: System/X11
|
||||||
@ -7,15 +7,15 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.freedesktop.org/wiki/Software/XKeyboardConfig/
|
URL: https://www.freedesktop.org/wiki/Software/XKeyboardConfig/
|
||||||
Source: ftp://ftp.x.org/pub/individual/data/xkeyboard-config/xkeyboard-config-%{version}.tar.bz2
|
Source: ftp://ftp.x.org/pub/individual/data/xkeyboard-config/xkeyboard-config-%{version}.tar.xz
|
||||||
License: MIT
|
License: MIT
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Provides: xkbdata
|
Provides: xkbdata
|
||||||
Obsoletes: xkbdata
|
Obsoletes: xkbdata < 2.35.1
|
||||||
Provides: xorg-xkbdata
|
Provides: xorg-xkbdata
|
||||||
Obsoletes: xorg-xkbdata
|
Obsoletes: xorg-xkbdata < 2.35.1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The non-arch keyboard configuration database for X Window. The goal is to provide the consistent, well-structured, frequently released open source of X keyboard configuration data for X Window System implementations (free, open source and commercial). The project is targeted to XKB-based systems.
|
The non-arch keyboard configuration database for X Window. The goal is to provide the consistent, well-structured, frequently released open source of X keyboard configuration data for X Window System implementations (free, open source and commercial). The project is targeted to XKB-based systems.
|
||||||
@ -27,22 +27,24 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The non-arch keyboard configuration database for X Window. The goal is to provide the consistent, well-structured, frequently released open source of X keyboard configuration data for X Window System implementations (free, open source and commercial). The project is targeted to XKB-based systems.
|
The non-arch keyboard configuration database for X Window. The goal is to provide the consistent, well-structured, frequently released open source of X keyboard configuration data for X Window System implementations (free, open source and commercial). The project is targeted to XKB-based systems.
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
|
#% debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%meson \
|
||||||
--with-xkb-base=%{_datadir}/X11/xkb \
|
-Dxkb-base="%{_datadir}/X11/xkb" \
|
||||||
--with-xkb-rules-symlink=xorg \
|
-Dxorg-rules-symlinks=true \
|
||||||
--enable-compat-rules=yes
|
-Dcompat-rules=true
|
||||||
|
|
||||||
%make
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -67,6 +69,9 @@ exit 0
|
|||||||
%doc ChangeLog NEWS README
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.35.1-1mamba
|
||||||
|
- update to 2.35.1
|
||||||
|
|
||||||
* Tue Oct 05 2021 Automatic Build System <autodist@mambasoft.it> 2.34-1mamba
|
* Tue Oct 05 2021 Automatic Build System <autodist@mambasoft.it> 2.34-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user