From d2b3788872353c2449f549853be19b97a9127ff2 Mon Sep 17 00:00:00 2001 From: Manuel Alcaraz Zambrano Date: Sat, 14 Jun 2025 17:20:56 +0200 Subject: [PATCH] Remove QCoro from Flatpak QCoro is already available on the runtime. --- .flatpak-manifest.json | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index 1c4d25ea0..34192b35e 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -149,27 +149,6 @@ ], "builddir": true }, - { - "name": "qcoro", - "buildsystem": "cmake-ninja", - "config-opts": [ - "-DQCORO_BUILD_EXAMPLES=OFF", - "-DBUILD_TESTING=OFF" - ], - "sources": [ - { - "type": "archive", - "url": "https://github.com/danvratil/qcoro/archive/refs/tags/v0.11.0.tar.gz", - "sha256": "9942c5b4c533192f6c5954dc6d10178b3829075e6a621b67df73f0a4b74d8297", - "x-checker-data": { - "type": "anitya", - "project-id": 236236, - "stable-only": true, - "url-template": "https://github.com/danvratil/qcoro/archive/refs/tags/v$version.tar.gz" - } - } - ] - }, { "name": "kunifiedpush", "buildsystem": "cmake-ninja",