diff --git a/tokodon.changes b/tokodon.changes index 1c1e19b..4a9efc9 100644 --- a/tokodon.changes +++ b/tokodon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 15 21:31:51 UTC 2023 - Christophe Marin + +- Require extra-cmake-modules at build time + ------------------------------------------------------------------- Tue Dec 5 14:20:45 UTC 2023 - Christophe Marin diff --git a/tokodon.spec b/tokodon.spec index 12b615a..afc66a2 100644 --- a/tokodon.spec +++ b/tokodon.spec @@ -28,8 +28,9 @@ Source: https://download.kde.org/stable/release-service/%{version}/src/% Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source2: applications.keyring %endif -BuildRequires: hicolor-icon-theme BuildRequires: breeze5-icons +BuildRequires: extra-cmake-modules +BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5CoreAddons)