From 07079b7d1bda71ddaf9d0a198008ffe15363562a Mon Sep 17 00:00:00 2001 From: Kevin Whitaker Date: Tue, 30 Nov 2021 15:52:10 -0500 Subject: [PATCH] Fix flatpak manifest. --- packaging/org.eyecreate.qiflora.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/org.eyecreate.qiflora.json b/packaging/org.eyecreate.qiflora.json index 81b4a05..afce1a4 100644 --- a/packaging/org.eyecreate.qiflora.json +++ b/packaging/org.eyecreate.qiflora.json @@ -2,11 +2,11 @@ "id": "org.eyecreate.qiflora", "runtime": "org.kde.Platform", "command": "qiflora", + "runtime-version": "5.14", + "sdk": "org.kde.Sdk", "finish-args": [ "--share=ipc", "--allow=bluetooth", - "runtime-version": "5.13", - "sdk": "org.kde.Sdk", "--system-talk-name=org.bluez", "--share=network", "--socket=x11", @@ -66,7 +66,7 @@ "type": "git", "url": "https://github.com/qt/qtconnectivity", "branch": "5.13.2", - "commit": "f6be1f73a810514335ab3d27e1d05825a36b06af" + "commit": "13b15ab1b1ee2ad56d0d37b07d694fbfc22e97a3" } ], "build-commands": [ @@ -85,7 +85,7 @@ "builddir": true, "config-opts": [ "-DCMAKE_BUILD_TYPE=Release" - ] + ], "sources": [ { "type": "git", -- GitLab