1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-19 18:26:34 +01:00

cmake is used now to build falkon, now it builds

It doesn't finalize, see bug
CCBUG: 385944
This commit is contained in:
Aleix Pol 2017-10-19 12:57:31 +02:00
parent 40d42f1230
commit 94df7b7d4c

View File

@ -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"
}
]
}