X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/35058d939935a35f217769b525bad3930ae07a5a..a411d4ca494e9391909f544e9b169126701974b3:/.flatpak-manifest.json diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index a5afaad23..375aff7a1 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -2,13 +2,26 @@ "id": "org.kde.dolphin", "branch": "master", "runtime": "org.kde.Platform", - "runtime-version": "6.6-kf6preview", + "runtime-version": "6.7", "sdk": "org.kde.Sdk", "command": "dolphin", "tags": ["nightly"], "desktop-file-name-suffix": " (Nightly)", - "finish-args": ["--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--filesystem=host" ], - + "finish-args": [ + "--device=dri", + "--share=ipc", + "--share=network", + "--socket=fallback-x11", + "--socket=wayland", + "--socket=pulseaudio", + "--filesystem=host", + "--talk-name=org.freedesktop.Flatpak", + "--talk-name=org.kde.kded6", + "--talk-name=org.kde.kiod6", + "--talk-name=org.kde.JobViewServer", + "--talk-name=org.kde.kpasswdserver", + "--system-talk-name=org.freedesktop.UDisks2" + ], "modules": [ { "name": "lmdb", @@ -32,12 +45,12 @@ "config-opts": ["-DENABLE_TESTING=OFF", "-DLMDB_DIR=/app"], "name": "baloo", "buildsystem": "cmake-ninja", - "builddir": true, + "builddir": true, "sources": [ { "type": "git", "url": "https://invent.kde.org/frameworks/baloo.git", - "branch": "master" + "tag": "v5.248.0" } ] }, @@ -45,20 +58,20 @@ "config-opts": ["-DENABLE_TESTING=OFF", "-DQT_MAJOR_VERSION=6", "-DLMDB_DIR=/app"], "name": "baloo-widgets", "buildsystem": "cmake-ninja", - "builddir": true, + "builddir": true, "sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/baloo-widgets.git", "branch": "master"} ] }, { - "config-opts": ["-DFLATPAK=ON"], + "config-opts": ["-DFLATPAK=ON"], "name": "dolphin", "buildsystem": "cmake-ninja", - "builddir": true, + "builddir": true, "sources": [ { "type": "dir", "path": "." } ] }, { "name": "dolphin-plugins", "buildsystem": "cmake-ninja", - "builddir": true, + "builddir": true, "sources": [ { "type": "git", "url": "https://invent.kde.org/sdk/dolphin-plugins.git" } ] } ]