diff --git a/lxqt-config.spec b/lxqt-config.spec index 9fa937a..ea5ef22 100644 --- a/lxqt-config.spec +++ b/lxqt-config.spec @@ -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 2.1.0-1mamba +- automatic version update by autodist + * Thu Apr 25 2024 Automatic Build System 2.0.0-1mamba - automatic version update by autodist