Warning, /packaging/flatpak-kde-applications/todo/org.kde.kajongg.json is written in an unsupported language. File is not indexed.

0001 {
0002     "id": "org.kde.kajongg",
0003     "branch": "master",
0004     "runtime": "org.kde.Platform",
0005     "runtime-version": "5.15-22.08",
0006     "sdk": "org.kde.Sdk",
0007     "command": "kajongg",
0008     "tags": ["nightly"],
0009     "desktop-file-name-suffix": " (Nightly)",
0010     "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland", "--filesystem=host" ],
0011 
0012     "modules": [
0013         {
0014             "name": "libkmahjongg",
0015             "buildsystem": "cmake-ninja",
0016             "sources": [
0017                 { "type": "git", "url": "https://invent.kde.org/kde/libkmahjongg.git" }
0018             ]
0019         },
0020         {
0021             "name": "incremental",
0022             "buildsystem": "simple",
0023             "build-commands": [
0024                 "python setup.py build",
0025                 "python setup.py install --prefix=/app --optimize=1"
0026             ],
0027             "sources": [
0028                 { "type": "git", "url": "https://github.com/glyph/automat.git", "tag": "v0.5.0" }
0029             ]
0030         },
0031         {
0032             "name": "twisted",
0033             "buildsystem": "simple",
0034             "build-commands": [
0035                 "python setup.py build",
0036                 "python setup.py install --prefix=/app --optimize=1"
0037             ],
0038             "sources": [
0039                 { "type": "git", "url": "https://github.com/twisted/twisted.git", "branch": "twisted-17.1.0" }
0040             ]
0041         },
0042         {
0043             "name": "kajongg",
0044             "buildsystem": "cmake-ninja",
0045             "sources": [
0046                 { "type": "git", "url": "https://invent.kde.org/kde/kajongg.git" }
0047             ]
0048         }
0049     ]
0050 }