From 94df7b7d4c3a85e4c33773e55f7bc4bb7fba15a3 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Thu, 19 Oct 2017 12:57:31 +0200 Subject: [PATCH] cmake is used now to build falkon, now it builds It doesn't finalize, see bug CCBUG: 385944 --- flatpak/org.kde.Falkon.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/flatpak/org.kde.Falkon.json b/flatpak/org.kde.Falkon.json index d7e7fedd7..b8f29ba89 100644 --- a/flatpak/org.kde.Falkon.json +++ b/flatpak/org.kde.Falkon.json @@ -1,9 +1,8 @@ { "id": "org.kde.Falkon", "runtime": "org.kde.Platform", - "runtime-version": "master", + "runtime-version": "5.9", "sdk": "org.kde.Sdk", - "rename-icon": "falkon", "tags": ["nightly"], "desktop-file-name-suffix": " (Nightly)", "command": "falkon", @@ -20,21 +19,12 @@ "modules": [ { + "buildsystem": "cmake", "name": "falkon", - "build-options": { - "env": { - "FALKON_PREFIX": "/app" - } - }, "sources": [ { "type": "git", "url": "git://anongit.kde.org/falkon.git" - }, - { - "type": "script", - "commands": [ "qmake" ], - "dest-filename": "configure" } ] }