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

0001 {
0002     "id": "org.kde.minuet",
0003     "branch": "master",
0004     "runtime": "org.kde.Platform",
0005     "runtime-version": "5.15-22.08",
0006     "sdk": "org.kde.Sdk",
0007     "command": "minuet",
0008     "tags": ["nightly"],
0009     "desktop-file-name-suffix": " (Nightly)",
0010     "finish-args": ["--socket=pulseaudio", "--share=ipc", "--socket=x11", "--socket=wayland" ],
0011 
0012     "modules": [
0013         {
0014             "name": "fluidsynth",
0015             "buildsystem": "cmake-ninja",
0016             "sources": [
0017                 {
0018                     "type": "archive",
0019                     "url": "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.3.2.tar.gz",
0020                     "sha256": "cd610810f30566e28fb98c36501f00446a06fa6bae3dc562c8cd3868fe1c0fc7",
0021                     "x-checker-data": {
0022                         "type": "anitya",
0023                         "project-id": 10437,
0024                         "stable-only": true,
0025                         "url-template": "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v$version.tar.gz"
0026                     }
0027                 }
0028             ]
0029         },
0030         {
0031             "name": "minuet",
0032             "buildsystem": "cmake-ninja",
0033             "sources": [ { "type": "git", "url": "https://invent.kde.org/education/minuet.git" } ]
0034         }
0035     ]
0036 }