mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36: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:
parent
40d42f1230
commit
94df7b7d4c
@ -1,9 +1,8 @@
|
|||||||
{
|
{
|
||||||
"id": "org.kde.Falkon",
|
"id": "org.kde.Falkon",
|
||||||
"runtime": "org.kde.Platform",
|
"runtime": "org.kde.Platform",
|
||||||
"runtime-version": "master",
|
"runtime-version": "5.9",
|
||||||
"sdk": "org.kde.Sdk",
|
"sdk": "org.kde.Sdk",
|
||||||
"rename-icon": "falkon",
|
|
||||||
"tags": ["nightly"],
|
"tags": ["nightly"],
|
||||||
"desktop-file-name-suffix": " (Nightly)",
|
"desktop-file-name-suffix": " (Nightly)",
|
||||||
"command": "falkon",
|
"command": "falkon",
|
||||||
@ -20,21 +19,12 @@
|
|||||||
|
|
||||||
"modules": [
|
"modules": [
|
||||||
{
|
{
|
||||||
|
"buildsystem": "cmake",
|
||||||
"name": "falkon",
|
"name": "falkon",
|
||||||
"build-options": {
|
|
||||||
"env": {
|
|
||||||
"FALKON_PREFIX": "/app"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://anongit.kde.org/falkon.git"
|
"url": "git://anongit.kde.org/falkon.git"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "script",
|
|
||||||
"commands": [ "qmake" ],
|
|
||||||
"dest-filename": "configure"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user