Skip to content

Commit 07bc020

Browse files
committed
chore: update flatpak, inspired by flathub file
new sdk versions seem to ship with ffmpeg
1 parent 7755f98 commit 07bc020

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

platform/flatpak/io.github.qtox.qTox.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"app-id": "io.github.qtox.qTox",
33
"runtime": "org.kde.Platform",
44
"sdk": "org.kde.Sdk",
5-
"runtime-version": "6.8",
5+
"runtime-version": "6.10",
66
"command": "qtox",
77
"rename-icon": "qtox",
88
"finish-args": [
@@ -11,6 +11,7 @@
1111
"--socket=wayland",
1212
"--socket=fallback-x11",
1313
"--share=ipc",
14+
"--talk-name=org.ayatana.indicator.application",
1415
"--talk-name=org.kde.StatusNotifierWatcher",
1516
"--filesystem=xdg-desktop",
1617
"--filesystem=xdg-documents",
@@ -21,15 +22,7 @@
2122
"--filesystem=/media",
2223
"--device=all"
2324
],
24-
"add-extensions": {
25-
"org.freedesktop.Platform.ffmpeg-full": {
26-
"directory": "lib/ffmpeg",
27-
"version": "24.08",
28-
"add-ld-path": "."
29-
}
30-
},
31-
"cleanup-commands": ["mkdir -p /app/lib/ffmpeg"],
32-
"cleanup": ["/include", "/lib/pkgconfig", "/share/man", "*.la", "*.a"],
25+
"cleanup": ["/include", "*.la", "*.a"],
3326
"modules": [
3427
{
3528
"name": "tcl",
@@ -91,7 +84,7 @@
9184
{
9285
"name": "qTox",
9386
"buildsystem": "cmake-ninja",
94-
"config-opts": ["-DSVGZ_ICON=OFF", "-DSTRICT_OPTIONS=ON"],
87+
"config-opts": ["-DSTRICT_OPTIONS=ON"],
9588
"sources": [
9689
{
9790
"type": "dir",

0 commit comments

Comments
 (0)