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

0001 {
0002     "id": "org.kde.lokalize",
0003     "branch": "master",
0004     "runtime": "org.kde.Platform",
0005     "runtime-version": "5.15-22.08",
0006     "sdk": "org.kde.Sdk",
0007     "command": "lokalize",
0008     "tags": ["nightly"],
0009     "desktop-file-name-suffix": " (Nightly)",
0010     "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland", "--device=dri" ],
0011     "separate-locales": false,
0012 
0013     "modules": [
0014         {
0015             "name": "kross",
0016             "buildsystem": "cmake-ninja",
0017             "config-opts": [ "-DENABLE_TESTING=OFF" ],
0018             "sources": [
0019                 {
0020                     "type": "git",
0021                     "url": "https://invent.kde.org/kde/kross.git",
0022                     "tag": "v5.85.0",
0023                     "x-checker-data": {
0024                         "type": "git",
0025                         "tag-pattern": "^v([\\d.]+)$"
0026                     }
0027                 }
0028             ]
0029         },
0030         {
0031             "name": "hunspell",
0032             "sources": [
0033                 { "type": "git", "url": "https://github.com/hunspell/hunspell.git" },
0034                 {
0035                     "type": "script",
0036                     "dest-filename": "autogen.sh",
0037                     "commands": [
0038                         "AUTOMAKE=\"automake --foreign\" autoreconf -vfi"
0039                     ]
0040                 }
0041             ]
0042         },
0043         {
0044             "name": "lokalize",
0045             "buildsystem": "cmake-ninja",
0046             "sources": [ { "type": "git", "url": "https://invent.kde.org/kde/lokalize.git" } ]
0047         }
0048     ]
0049 }