cmake is used now to build falkon, now it builds

It doesn't finalize, see bug
CCBUG: 385944
remotes/origin/Falkon/3.0
Aleix Pol 9 years ago
parent 40d42f1230
commit 94df7b7d4c
  1. 14
      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"
}
]
}

Loading…
Cancel
Save