From 7eff1eec56eb252218eb0774ac37c8ef10518556 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Fri, 22 Aug 2025 17:34:05 +0200 Subject: [PATCH] Only build the KUnifiedPush client inside a Flatpak We neither need nor want the distributor nor the host configuration UI here. While at it, update to 25.08.0. --- .flatpak-manifest.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index 8fe801f22..3be491203 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -161,11 +161,15 @@ "name": "kunifiedpush", "buildsystem": "cmake-ninja", "builddir": true, + "config-opts": [ + "-DENABLE_TESTING=OFF", + "-DKUNIFIEDPUSH_CLIENT_ONLY=ON" + ], "sources": [ { "type": "archive", - "url": "https://download.kde.org/stable/release-service/25.04.3/src/kunifiedpush-25.04.3.tar.xz", - "sha256": "a16ffe4117b14baa02f3b8ae7de9e509a17359c1b67dcd851aef4f3c3661a1df", + "url": "https://download.kde.org/stable/release-service/25.08.0/src/kunifiedpush-25.08.0.tar.xz", + "sha256": "846db6ffc7d93f6afea7ce0d5a9f10b52792157ceb593856542279f4197f3518", "x-checker-data": { "type": "anitya", "project-id": 8763,