flatpak: remove dependencies that are in the runtime

This commit is contained in:
Jonah Brüchert
2025-10-31 23:30:03 +01:00
parent 74063bee08
commit 6a2bbae16c
3 changed files with 0 additions and 46 deletions

View File

@@ -1,21 +0,0 @@
{
"name": "kirigami-addons",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DCMAKE_BUILD_TYPE=Release"
],
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.10.0.tar.xz",
"sha256": "c98f92bf7c452e12f6dc403404215413db3959fe904ad830ead0db6bb09b3d11",
"x-checker-data": {
"type": "anitya",
"project-id": 242933,
"stable-only": true,
"url-template": "https://download.kde.org/stable/kirigami-addons/kirigami-addons-$version.tar.xz"
}
}
]
}

View File

@@ -1,3 +0,0 @@
SPDX-FileCopyrightText: 2023 Jonah Brüchert <jbb@kaidan.im>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL

View File

@@ -24,7 +24,6 @@
], ],
"modules": [ "modules": [
"flatpak/python3-ytmusicapi.json", "flatpak/python3-ytmusicapi.json",
"flatpak/kirigami-addons.json",
{ {
"name": "yt-dlp", "name": "yt-dlp",
"buildsystem": "simple", "buildsystem": "simple",
@@ -44,27 +43,6 @@
} }
] ]
}, },
{
"name": "qcoro",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DCMAKE_BUILD_TYPE=Release"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/danvratil/qcoro/archive/refs/tags/v0.12.0.tar.gz",
"sha256": "809afafab61593f994c005ca6e242300e1e3e7f4db8b5d41f8c642aab9450fbc",
"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": "futuresql", "name": "futuresql",
"buildsystem": "cmake-ninja", "buildsystem": "cmake-ninja",