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:56:39 +01:00
parent 094772818b
commit 00d00de748

View File

@ -1,5 +1,5 @@
Name: lxqt-config
Version: 2.0.0
Version: 2.1.0
Release: 1mamba
Summary: Several tools involved in the configuration of both LXQt and the underlying operating system
Group: Graphical Desktop/Applications/Configuration
@ -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: libXcursor-devel
@ -29,7 +34,6 @@ BuildRequires: libstdc++6-devel
BuildRequires: libudev-devel
BuildRequires: libxcb-devel
BuildRequires: libz-devel
BuildRequires: qt6-qtbase-devel
BuildRequires: qt6-qtsvg-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
@ -54,11 +58,7 @@ Several tools involved in the configuration of both LXQt and the underlying oper
[ "%{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}"
@ -82,6 +82,9 @@ done
%doc AUTHORS LICENSE
%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