Paste P502

Masterwork From Distant Lands
ActivePublic

Authored by apol on Dec 6 2019, 4:06 AM.
diff --git a/org.kde.Falkon.json b/org.kde.Falkon.json
index eacbfd6..b1558b1 100644
--- a/org.kde.Falkon.json
+++ b/org.kde.Falkon.json
@@ -2,7 +2,9 @@
"id": "org.kde.Falkon",
"branch": "master",
"runtime": "org.kde.Platform",
- "runtime-version": "5.12",
+ "runtime-version": "5.13",
+ "base": "io.qt.qtwebengine.BaseApp",
+ "base-version": "5.13",
"sdk": "org.kde.Sdk",
"rename-icon": "falkon",
"command": "falkon",
@@ -17,13 +19,15 @@
"--socket=pulseaudio",
"--device=dri",
"--filesystem=host",
+ "--env=LD_LIBRARY_PATH=/app/lib/x86_64-linux-gnu/:/app/lib",
"--system-talk-name=org.freedesktop.GeoClue2"
],
"modules": [
{
- "buildsystem": "cmake",
+ "buildsystem": "cmake-ninja",
"name": "falkon",
+ "config-opts": ["-DENABLE_TESTING=OFF", "-DQt5WebEngine_DIR=/app/lib/x86_64-linux-gnu/cmake/Qt5WebEngine", "-DQt5WebEngineWidgets_DIR=/app/lib/x86_64-linux-gnu/cmake/Qt5WebEngineWidgets"],
"sources": [
{
"type": "git",
apol edited the content of this paste. (Show Details)Dec 6 2019, 4:06 AM
apol changed the title of this paste from untitled to Masterwork From Distant Lands.