2024-01-06 06:12:29 +01:00
|
|
|
Name: libxkbcommon
|
2024-01-06 06:12:30 +01:00
|
|
|
Version: 1.5.0
|
2024-01-06 06:12:29 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Keyboard handling library using XKB data
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
2024-01-06 06:12:30 +01:00
|
|
|
URL: https://xkbcommon.org/
|
2024-01-06 06:12:29 +01:00
|
|
|
Source: http://xkbcommon.org/download/libxkbcommon-%{version}.tar.xz
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 06:12:30 +01:00
|
|
|
BuildRequires: libwayland-devel
|
2024-01-06 06:12:29 +01:00
|
|
|
BuildRequires: libxcb-devel
|
2024-01-06 06:12:30 +01:00
|
|
|
BuildRequires: libxml2-devel
|
2024-01-06 06:12:29 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: xkeyboard-config-devel
|
|
|
|
BuildRequires: util-macros
|
|
|
|
|
|
|
|
%description
|
|
|
|
xkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state.
|
|
|
|
It's mainly meant for client toolkits, window systems, and other system applications; currently that includes Wayland, kmscon, GTK+, Qt, Clutter, and more.
|
|
|
|
Despite the name, it isn't actually used by anything X11 (yet).
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
2024-01-06 06:12:30 +01:00
|
|
|
%package tools
|
|
|
|
Group: System/Tools
|
|
|
|
Summary: Tools provided with %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
This package contains tools provided by %{name}.
|
|
|
|
|
2024-01-06 06:12:29 +01:00
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-06 06:12:29 +01:00
|
|
|
%meson
|
|
|
|
|
|
|
|
%meson_build
|
2024-01-06 06:12:29 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 06:12:29 +01:00
|
|
|
%meson_install
|
2024-01-06 06:12:29 +01:00
|
|
|
|
2024-01-06 06:12:29 +01:00
|
|
|
#mv %{buildroot}%{_datadir}/doc/libxkbcommon \
|
|
|
|
# %{buildroot}%{_datadir}/doc/libxkbcommon-devel-%{version}
|
2024-01-06 06:12:29 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libxkbcommon.so.*
|
|
|
|
%{_libdir}/libxkbcommon-x11.so.*
|
2024-01-06 06:12:30 +01:00
|
|
|
%{_libdir}/libxkbregistry.so.*
|
|
|
|
%dir %{_libexecdir}/xkbcommon
|
|
|
|
%{_libexecdir}/xkbcommon/xkbcli-*
|
2024-01-06 06:12:29 +01:00
|
|
|
%doc LICENSE
|
2024-01-06 06:12:29 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/xkbcommon
|
2024-01-06 06:12:30 +01:00
|
|
|
%{_includedir}/xkbcommon/*.h
|
2024-01-06 06:12:29 +01:00
|
|
|
%{_libdir}/libxkbcommon.so
|
|
|
|
%{_libdir}/libxkbcommon-x11.so
|
2024-01-06 06:12:30 +01:00
|
|
|
%{_libdir}/libxkbregistry.so
|
2024-01-06 06:12:29 +01:00
|
|
|
%{_libdir}/pkgconfig/xkbcommon.pc
|
|
|
|
%{_libdir}/pkgconfig/xkbcommon-x11.pc
|
2024-01-06 06:12:30 +01:00
|
|
|
%{_libdir}/pkgconfig/xkbregistry.pc
|
2024-01-06 06:12:29 +01:00
|
|
|
%dir %{_datadir}/doc/libxkbcommon
|
|
|
|
%dir %{_datadir}/doc/libxkbcommon/html
|
|
|
|
%{_datadir}/doc/libxkbcommon/html/*
|
2024-01-06 06:12:29 +01:00
|
|
|
|
2024-01-06 06:12:30 +01:00
|
|
|
%files tools
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/xkbcli
|
|
|
|
%{_mandir}/man1/xkbcli-compile-keymap.1*
|
|
|
|
%{_mandir}/man1/xkbcli-how-to-type.1*
|
|
|
|
%{_mandir}/man1/xkbcli-interactive-evdev.1*
|
|
|
|
%{_mandir}/man1/xkbcli-interactive-wayland.1*
|
|
|
|
%{_mandir}/man1/xkbcli-interactive-x11.1*
|
|
|
|
%{_mandir}/man1/xkbcli-list.1*
|
|
|
|
%{_mandir}/man1/xkbcli.1*
|
|
|
|
|
|
|
|
|
2024-01-06 06:12:29 +01:00
|
|
|
%changelog
|
2024-01-06 06:12:30 +01:00
|
|
|
* Tue Jan 03 2023 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:30 +01:00
|
|
|
* Sun May 22 2022 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:30 +01:00
|
|
|
* Sat Feb 05 2022 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:30 +01:00
|
|
|
* Sat Sep 11 2021 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:30 +01:00
|
|
|
* Sun May 02 2021 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:30 +01:00
|
|
|
* Thu Apr 08 2021 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:30 +01:00
|
|
|
* Sun Apr 04 2021 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:30 +01:00
|
|
|
* Thu Mar 11 2021 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:30 +01:00
|
|
|
* Tue Nov 24 2020 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:30 +01:00
|
|
|
* Sun Nov 22 2020 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:30 +01:00
|
|
|
* Sat Sep 12 2020 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:30 +01:00
|
|
|
* Wed Sep 09 2020 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:29 +01:00
|
|
|
* Sun Jan 19 2020 Automatic Build System <autodist@mambasoft.it> 0.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:29 +01:00
|
|
|
* Sat Nov 02 2019 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:29 +01:00
|
|
|
* Sat Feb 23 2019 Automatic Build System <autodist@mambasoft.it> 0.8.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:29 +01:00
|
|
|
* Fri Feb 08 2019 Automatic Build System <autodist@mambasoft.it> 0.8.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:29 +01:00
|
|
|
* Mon Aug 06 2018 Automatic Build System <autodist@mambasoft.it> 0.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:29 +01:00
|
|
|
* Sun Dec 17 2017 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 06:12:29 +01:00
|
|
|
* Mon Aug 07 2017 Automatic Build System <autodist@mambasoft.it> 0.7.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:29 +01:00
|
|
|
* Thu Jan 19 2017 Automatic Build System <autodist@mambasoft.it> 0.7.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:29 +01:00
|
|
|
* Sun Nov 13 2016 Automatic Build System <autodist@mambasoft.it> 0.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:29 +01:00
|
|
|
* Tue Apr 19 2016 Automatic Build System <autodist@mambasoft.it> 0.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:29 +01:00
|
|
|
* Sat Nov 01 2014 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:12:29 +01:00
|
|
|
* Thu Oct 09 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.3-1mamba
|
|
|
|
- update to 0.4.3
|
|
|
|
|
|
|
|
* Tue May 28 2013 Davide Madrisan <davide.madrisan@gmail.com> 0.3.0-1mamba
|
|
|
|
- package created by autospec
|