Make KUnifiedPush required unless opted out

Quiet dependencies like this are bad since they make it easy to miss the dependency
This commit is contained in:
Nicolas Fella
2025-03-13 21:24:13 +00:00
committed by Tobias Fella
parent f153e57fdb
commit 96e61c8357
3 changed files with 33 additions and 6 deletions

View File

@@ -170,6 +170,24 @@
}
]
},
{
"name": "kunifiedpush",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/kunifiedpush/kunifiedpush-1.0.0.tar.xz",
"sha256": "2ddeba21306d0307114ec50a2c38159ec62359f9fc6cdd58da30a369fbd550cf",
"x-checker-data": {
"type": "anitya",
"project-id": 375055,
"stable-only": true,
"url-template": "https://download.kde.org/stable/kunifiedpush/kunifiedpush-$version.tar.xz"
}
}
]
},
{
"name": "neochat",
"buildsystem": "cmake-ninja",