mirror of
https://github.com/KDE/kasts.git
synced 2024-12-19 03:54:11 +01:00
Update dependencies in flatpak manifest
This commit is contained in:
parent
335635b80c
commit
8202a2f444
@ -43,8 +43,8 @@
|
|||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
"url": "https://get.videolan.org/vlc/3.0.18/vlc-3.0.18.tar.xz",
|
"url": "https://get.videolan.org/vlc/3.0.20/vlc-3.0.20.tar.xz",
|
||||||
"sha256": "57094439c365d8aa8b9b41fa3080cc0eef2befe6025bb5cef722accc625aedec",
|
"sha256": "adc7285b4d2721cddf40eb5270cada2aaa10a334cb546fd55a06353447ba29b5",
|
||||||
"x-checker-data": {
|
"x-checker-data": {
|
||||||
"type": "anitya",
|
"type": "anitya",
|
||||||
"project-id": 6504,
|
"project-id": 6504,
|
||||||
@ -85,14 +85,13 @@
|
|||||||
"-Dmanpage=false",
|
"-Dmanpage=false",
|
||||||
"-Dvapi=false",
|
"-Dvapi=false",
|
||||||
"-Dgtk_doc=false",
|
"-Dgtk_doc=false",
|
||||||
"-Dintrospection=false",
|
"-Dintrospection=false"
|
||||||
"-Dgcrypt=false"
|
|
||||||
],
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
"url": "https://download.gnome.org/sources/libsecret/0.20/libsecret-0.20.5.tar.xz",
|
"url": "https://download.gnome.org/sources/libsecret/0.21/libsecret-0.21.2.tar.xz",
|
||||||
"sha256": "3fb3ce340fcd7db54d87c893e69bfc2b1f6e4d4b279065ffe66dac9f0fd12b4d",
|
"sha256": "e4a341496a0815e64c8d3b8fabab33d7bae7efdeab77b843669731d5b181dcee",
|
||||||
"x-checker-data": {
|
"x-checker-data": {
|
||||||
"type": "gnome",
|
"type": "gnome",
|
||||||
"name": "libsecret",
|
"name": "libsecret",
|
||||||
@ -113,7 +112,7 @@
|
|||||||
"type": "anitya",
|
"type": "anitya",
|
||||||
"project-id": 4138,
|
"project-id": 4138,
|
||||||
"stable-only": true,
|
"stable-only": true,
|
||||||
"url-template": "https://github.com/frankosterfeld/qtkeychain/archive/v$version.tar.gz"
|
"url-template": "https://github.com/frankosterfeld/qtkeychain/archive/$version.tar.gz"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -127,7 +126,12 @@
|
|||||||
{
|
{
|
||||||
"name": "kirigami-addons",
|
"name": "kirigami-addons",
|
||||||
"buildsystem": "cmake-ninja",
|
"buildsystem": "cmake-ninja",
|
||||||
"sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/kirigami-addons.git" } ],
|
"sources": [
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://invent.kde.org/libraries/kirigami-addons.git"
|
||||||
|
}
|
||||||
|
],
|
||||||
"config-opts": [
|
"config-opts": [
|
||||||
"-DBUILD_TESTING=OFF"
|
"-DBUILD_TESTING=OFF"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user