diff --git a/lxqt-runner.spec b/lxqt-runner.spec index 46ee9e6..4a70636 100644 --- a/lxqt-runner.spec +++ b/lxqt-runner.spec @@ -1,5 +1,5 @@ Name: lxqt-runner -Version: 1.4.0 +Version: 2.0.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,18 +11,19 @@ Source: https://github.com/lxqt/lxqt-runner.git/%{version}/lxqt-runner-%{ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libQt5Svg-devel -BuildRequires: libQt5X11Extras-devel BuildRequires: libX11-devel BuildRequires: libgcc BuildRequires: libglib-devel -BuildRequires: libkwindowsystem-devel +BuildRequires: libglvnd-devel +BuildRequires: libkf6-kwindowsystem-devel +BuildRequires: liblayer-shell-qt-devel BuildRequires: liblxqt-devel BuildRequires: liblxqt-globalkeys-devel BuildRequires: libmuparser-devel BuildRequires: libqtxdg-devel BuildRequires: libstdc++6-devel -BuildRequires: qt5-qtbase-devel +BuildRequires: qt6-qtbase-devel +BuildRequires: qt6-qtsvg-devel ## AUTOBUILDREQ-END BuildRequires: cmake @@ -59,6 +60,9 @@ done %doc AUTHORS LICENSE %changelog +* Fri Apr 26 2024 Automatic Build System 2.0.0-1mamba +- automatic version update by autodist + * Mon Nov 06 2023 Automatic Build System 1.4.0-1mamba - automatic version update by autodist