diff --git a/lxqt-runner.spec b/lxqt-runner.spec index 4a70636..f99afe6 100644 --- a/lxqt-runner.spec +++ b/lxqt-runner.spec @@ -1,5 +1,5 @@ Name: lxqt-runner -Version: 2.0.0 +Version: 2.1.0 Release: 1mamba Summary: A GUI that comes up on the desktop and allows for launching applications or shutting down the system Group: Graphical Desktop/Applications/Environment @@ -11,6 +11,11 @@ Source: https://github.com/lxqt/lxqt-runner.git/%{version}/lxqt-runner-%{ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libQt6Core +BuildRequires: libQt6DBus +BuildRequires: libQt6Gui +BuildRequires: libQt6Widgets +BuildRequires: libQt6Xml BuildRequires: libX11-devel BuildRequires: libgcc BuildRequires: libglib-devel @@ -22,7 +27,6 @@ BuildRequires: liblxqt-globalkeys-devel BuildRequires: libmuparser-devel BuildRequires: libqtxdg-devel BuildRequires: libstdc++6-devel -BuildRequires: qt6-qtbase-devel BuildRequires: qt6-qtsvg-devel ## AUTOBUILDREQ-END BuildRequires: cmake @@ -43,11 +47,7 @@ lxqt-runner provides a GUI that comes up on the desktop and allows for launching [ "%{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}" @@ -60,6 +60,9 @@ done %doc AUTHORS LICENSE %changelog +* Tue Nov 12 2024 Automatic Build System 2.1.0-1mamba +- automatic version update by autodist + * Fri Apr 26 2024 Automatic Build System 2.0.0-1mamba - automatic version update by autodist