diff options
| author | Carl Schwan <[email protected]> | 2024-01-30 22:26:30 +0100 |
|---|---|---|
| committer | Carl Schwan <[email protected]> | 2024-02-02 10:26:48 +0000 |
| commit | 6bd103b322c11a3d5041b4c66abb745b96aaa5ce (patch) | |
| tree | 5bae9886fa69a7a1556107454d50fc0758912872 /.flatpak-manifest.json | |
| parent | c7f5125410751cfb3ad1121449ea5f54a7565b2c (diff) | |
Fix flatpak
Update with the state of the manifest on github and install icons at the
correct location
Diffstat (limited to '.flatpak-manifest.json')
| -rw-r--r-- | .flatpak-manifest.json | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index a5afaad23..1b5cd498b 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -7,8 +7,21 @@ "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.kded5", + "--talk-name=org.kde.kiod5", + "--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" + "branch": "master" } ] }, @@ -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" } ] } ] |
