using KDE 5.14 libs, flatpak jobs variable

master
Jete O'Keeffe 2020-04-18 11:20:36 -04:00
parent eb94a74964
commit dc54723f84
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
{ {
"app-id": "org.dust3d.dust3d", "app-id": "org.dust3d.dust3d",
"runtime": "org.kde.Platform", "runtime": "org.kde.Platform",
"runtime-version": "5.13", "runtime-version": "5.14",
"sdk": "org.kde.Sdk", "sdk": "org.kde.Sdk",
"branch": "stable",
"command": "dust3d", "command": "dust3d",
"finish-args": [ "finish-args": [
"--share=ipc", "--share=ipc",
@ -57,7 +56,7 @@
"build-commands": [ "build-commands": [
"mkdir -p thirdparty/instant-meshes/build", "mkdir -p thirdparty/instant-meshes/build",
"cd thirdparty/instant-meshes/build && cmake ../", "cd thirdparty/instant-meshes/build && cmake ../",
"cd thirdparty/instant-meshes/build && make -j 4", "cd thirdparty/instant-meshes/build && make -j $FLATPAK_BUILDER_N_JOBS",
"qmake -config release", "qmake -config release",
"make CXX=\"g++ -fext-numeric-literals\"", "make CXX=\"g++ -fext-numeric-literals\"",
"install -D dust3d /app/bin/dust3d" "install -D dust3d /app/bin/dust3d"