1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(flatpak): update runtime to 5.14

This commit is contained in:
Douglas Rhine 2020-04-20 15:08:50 +01:00 committed by sudden6
parent 9fffd7bca5
commit 5f70d5d3d3
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
2 changed files with 6 additions and 20 deletions

View File

@ -45,7 +45,7 @@ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flat
for i in {1..5}
do
echo "Download try $i"
flatpak --system install flathub -y org.kde.Sdk/x86_64/5.12 || true
flatpak --system install flathub -y org.kde.Sdk/x86_64/5.14 || true
done
## Workaround end

View File

@ -2,7 +2,7 @@
"app-id": "io.github.qtox.qTox",
"runtime": "org.kde.Platform",
"sdk": "org.kde.Sdk",
"runtime-version": "5.12",
"runtime-version": "5.14",
"command": "qtox",
"rename-icon": "qtox",
"finish-args": [
@ -24,10 +24,13 @@
"add-extensions": {
"org.freedesktop.Platform.ffmpeg-full": {
"directory": "lib/ffmpeg",
"version": "18.08",
"version": "19.08",
"add-ld-path": "."
}
},
"cleanup-commands": [
"mkdir -p /app/lib/ffmpeg"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
@ -101,23 +104,6 @@
}
]
},
{
/* Reminder: this is included in KDE 5.13 */
"name": "libqrencode",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DWITH_TOOLS=NO",
"-DBUILD_SHARED_LIBS=ON"
],
"sources": [
{
"type": "git",
"url": "https://github.com/fukuchi/libqrencode",
"tag": "v4.0.2",
"commit": "59ee597f913fcfda7a010a6e106fbee2595f68e4"
}
]
},
{
"name": "c-toxcore",
"buildsystem": "cmake-ninja",