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