From 4dc3b43d5a1e7a1324f983f44c9118dd9ace37a1f3f5b4a586df59424d6d0254 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Fri, 15 Dec 2023 21:31:54 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/tokodon?expand=0&rev=25 --- tokodon.changes | 5 +++++ tokodon.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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)