]> cloud.milkyroute.net Git - dolphin.git/blobdiff - .flatpak-manifest.json
GIT_SILENT: flatpak: Update Sdk to 6.7
[dolphin.git] / .flatpak-manifest.json
index dbb102a641d05f7740710c2844300bb34767b910..375aff7a15b6bdfdf302938b29e7486eb1b8d0c1 100644 (file)
@@ -2,13 +2,26 @@
     "id": "org.kde.dolphin",
     "branch": "master",
     "runtime": "org.kde.Platform",
-    "runtime-version": "5.15-22.08",
+    "runtime-version": "6.7",
     "sdk": "org.kde.Sdk",
     "command": "dolphin",
     "tags": ["nightly"],
     "desktop-file-name-suffix": " (Nightly)",
-    "finish-args": ["--share=ipc", "--socket=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",
             "subdir" : "libraries/liblmdb"
         },
         {
-            "config-opts": ["-DENABLE_TESTING=OFF" , "-DLMDB_DIR=/app"],
+            "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",
-                    "tag": "v5.101.0",
-                    "x-checker-data": {
-                        "type": "git",
-                        "tag-pattern": "^v([\\d.]+)$"
-                    },
-                    "commit": "03246908508ec9086171832e615c36bbaa48b6da"
+                    "tag": "v5.248.0"
                 }
             ]
         },
         {
-            "config-opts": ["-DENABLE_TESTING=OFF" , "-DLMDB_DIR=/app"],
+            "config-opts": ["-DENABLE_TESTING=OFF", "-DQT_MAJOR_VERSION=6", "-DLMDB_DIR=/app"],
             "name": "baloo-widgets",
             "buildsystem": "cmake-ninja",
-           "builddir": true,
-            "sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/baloo-widgets.git" } ]
+            "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" } ]
         }
     ]