automatic version update by autodist [release 2.1.0-1mamba;Sun Nov 10 2024]

This commit is contained in:
Automatic Build System 2024-11-13 22:57:00 +01:00
parent 39f3f81702
commit 1c03b134ce

View File

@ -1,5 +1,5 @@
Name: lxqt-globalkeys
Version: 2.0.0
Version: 2.1.0
Release: 1mamba
Summary: Tools to set global keyboard shortcuts in LXQt sessions
Group: Graphical Desktop/Applications/Environment
@ -12,6 +12,11 @@ License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libICE-devel
BuildRequires: libQt6Core
BuildRequires: libQt6DBus
BuildRequires: libQt6Gui
BuildRequires: libQt6Widgets
BuildRequires: libQt6Xml
BuildRequires: libSM-devel
BuildRequires: libX11-devel
BuildRequires: libXext-devel
@ -61,18 +66,11 @@ This package contains libraries and header files for developing applications tha
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
find %{buildroot}%{_datadir}/*/translations/ -name *.qm | \
while read line; do
bn=`echo ${line}|cut -d_ -f2-3`
echo "%lang(${bn/.*}) ${line/*-root}" >> %{name}.lang
done
%find_lang %{name} --with-qt --all-name
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files -f %{name}.lang
%defattr(-,root,root)
%{_sysconfdir}/xdg/autostart/lxqt-globalkeyshortcuts.desktop
@ -108,6 +106,9 @@ done
%doc README.md
%changelog
* Sun Nov 10 2024 Automatic Build System <autodist@openmamba.org> 2.1.0-1mamba
- automatic version update by autodist
* Thu Apr 25 2024 Automatic Build System <autodist@openmamba.org> 2.0.0-1mamba
- automatic version update by autodist