Warning, /rolisteam/rolisteam-packaging/rolisteam/flatpak/rolisteam.json is written in an unsupported language. File is not indexed.

0001 {
0002     "id": "org.rolisteam.rolisteam",
0003     "branch": "master",
0004     "runtime": "org.kde.Platform",
0005     "runtime-version": "5.12",
0006     "sdk": "org.kde.Sdk",
0007     "command": "rolisteam",
0008     "tags": ["1.9.0"],
0009     "desktop-file-name-suffix": "",
0010     "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland", "--share=network", "--socket=pulseaudio", "--filesystem=home", "--env=TMPDIR=/var/tmp",
0011     "--env=GST_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/gstreamer-1.0/" ],
0012 
0013     "modules": [
0014         {
0015             "config-opts": [ "-DENABLE_TESTING=OFF" ],
0016             "name": "libkdegames",
0017             "buildsystem": "cmake-ninja",
0018             "sources": [ { "type": "git", "url": "git://anongit.kde.org/libkdegames.git" } ],
0019             "modules": [
0020         {
0021             "config-opts": [ "-DENABLE_TESTING=OFF" ],
0022             "name": "openal",
0023             "buildsystem": "cmake-ninja",
0024             "sources": [ { "type": "git", "url": "https://github.com/kcat/openal-soft.git", "branch": "openal-soft-1.18.2" } ]
0025         }
0026           ]
0027         },
0028         {    "name": "rolisteam",
0029            "buildsystem": "qmake",
0030            "post-install": [
0031            "mv /app/rolisteam /app/bin/rolisteam",
0032            "rm /app/roliserver"
0033           ],
0034            "sources": [
0035                 { "type": "git", "url": "https://github.com/Rolisteam/rolisteam.git" }
0036             ]
0037         },
0038         {
0039             "name": "rolisteam-data",
0040             "buildsystem": "simple",
0041             "build-commands": [
0042                 "install -Dm644 org.rolisteam.rolisteam.desktop /app/share/applications/org.rolisteam.rolisteam.desktop",
0043                 "install -Dm644 org.rolisteam.rolisteam.appdata.xml /app/share/appdata/org.rolisteam.rolisteam.appdata.xml",
0044                 "install -Dm644 org.rolisteam.rolisteam.svg /app/share/icons/hicolor/scalable/apps/org.rolisteam.rolisteam.svg"
0045             ],
0046             "sources": [
0047                 {
0048                     "type": "file",
0049                     "path": "org.rolisteam.rolisteam.desktop"
0050                 },
0051                 {
0052                     "type": "file",
0053                     "path": "org.rolisteam.rolisteam.appdata.xml"
0054                 },
0055                 {
0056                     "type": "file",
0057                     "path": "org.rolisteam.rolisteam.svg"
0058                 }
0059             ]
0060         }
0061     ]    
0062 }
0063 
0064