diff --git a/neochat.changes b/neochat.changes index 2fe9a9f..ece75a4 100644 --- a/neochat.changes +++ b/neochat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 29 14:33:12 UTC 2024 - Christophe Marin + +- Update the kquickimageeditor build requirement + ------------------------------------------------------------------- Fri Feb 23 14:00:53 UTC 2024 - Christophe Marin diff --git a/neochat.spec b/neochat.spec index 90d74f1..224a700 100644 --- a/neochat.spec +++ b/neochat.spec @@ -36,6 +36,9 @@ Source2: applications.keyring BuildRequires: cmark BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} BuildRequires: fdupes +# Both kquickimageeditor flavors provide the same CMake target name, use the devel package name instead +# BuildRequires: cmake(KQuickImageEditor) +BuildRequires: kquickimageeditor6-devel BuildRequires: pkgconfig BuildRequires: cmake(KF6ColorScheme) >= %{kf6_version} BuildRequires: cmake(KF6Config) >= %{kf6_version} @@ -52,7 +55,6 @@ BuildRequires: cmake(KF6QQC2DesktopStyle) >= %{kf6_version} BuildRequires: cmake(KF6Sonnet) >= %{kf6_version} BuildRequires: cmake(KF6StatusNotifierItem) >= %{kf6_version} BuildRequires: cmake(KF6WindowSystem) >= %{kf6_version} -BuildRequires: cmake(KQuickImageEditor) >= 0.2 BuildRequires: cmake(QCoro6Core) BuildRequires: cmake(Qt6Core) >= %{qt6_version} BuildRequires: cmake(Qt6Gui) >= %{qt6_version}