Compare commits
15 Commits
2.26-1mamb
...
2.41-1mamb
Author | SHA1 | Date | |
---|---|---|---|
daa82ebd69 | |||
df1927b375 | |||
1375aab85f | |||
361c0f59f2 | |||
db6c85c680 | |||
3a733b0d08 | |||
f8f68a72f2 | |||
0d595a1438 | |||
1e430e5016 | |||
81b157ddbc | |||
1fdb00836e | |||
307575db10 | |||
f7a9c9d562 | |||
7b45912eb9 | |||
92106c378d |
@ -1,22 +1,21 @@
|
||||
Name: xkeyboard-config
|
||||
Version: 2.26
|
||||
Version: 2.41
|
||||
Release: 1mamba
|
||||
Summary: X Keyboard Configuration Database
|
||||
Group: System/X11
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
|
||||
Source: ftp://ftp.x.org/pub/individual/data/xkeyboard-config/xkeyboard-config-%{version}.tar.bz2
|
||||
URL: https://www.freedesktop.org/wiki/Software/XKeyboardConfig/
|
||||
Source: ftp://ftp.x.org/pub/individual/data/xkeyboard-config/xkeyboard-config-%{version}.tar.xz
|
||||
License: MIT
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: xkbdata
|
||||
Obsoletes: xkbdata
|
||||
Obsoletes: xkbdata < 2.35.1
|
||||
Provides: xorg-xkbdata
|
||||
Obsoletes: xorg-xkbdata
|
||||
Obsoletes: xorg-xkbdata < 2.35.1
|
||||
|
||||
%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.
|
||||
@ -28,22 +27,24 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%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.
|
||||
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
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--with-xkb-base=%{_datadir}/X11/xkb \
|
||||
--with-xkb-rules-symlink=xorg \
|
||||
--enable-compat-rules=yes
|
||||
%meson \
|
||||
-Dxkb-base="%{_datadir}/X11/xkb" \
|
||||
-Dxorg-rules-symlinks=true \
|
||||
-Dcompat-rules=true
|
||||
|
||||
%make
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -65,9 +66,54 @@ exit 0
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/pkgconfig/xkeyboard-config.pc
|
||||
%doc ChangeLog NEWS README TODO
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Tue Feb 06 2024 Automatic Build System <autodist@openmamba.org> 2.41-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 07 2023 Automatic Build System <autodist@mambasoft.it> 2.40-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 13 2023 Automatic Build System <autodist@mambasoft.it> 2.39-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 07 2023 Automatic Build System <autodist@mambasoft.it> 2.38-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 06 2022 Automatic Build System <autodist@mambasoft.it> 2.37-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 04 2022 Automatic Build System <autodist@mambasoft.it> 2.36-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 18 2021 Automatic Build System <autodist@mambasoft.it> 2.33-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 2.32-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 09 2020 Automatic Build System <autodist@mambasoft.it> 2.31-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 03 2020 Automatic Build System <autodist@mambasoft.it> 2.30-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 06 2020 Automatic Build System <autodist@mambasoft.it> 2.29-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 24 2019 Automatic Build System <autodist@mambasoft.it> 2.28-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 31 2019 Automatic Build System <autodist@mambasoft.it> 2.27-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 05 2019 Automatic Build System <autodist@mambasoft.it> 2.26-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user