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

0001 {
0002     "id": "org.kde.ktouch",
0003     "branch": "master",
0004     "runtime": "org.kde.Platform",
0005     "runtime-version": "5.15-22.08",
0006     "sdk": "org.kde.Sdk",
0007     "command": "ktouch",
0008     "tags": ["nightly"],
0009     "desktop-file-name-suffix": " (Nightly)",
0010     "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland" ],
0011 
0012     "modules": [
0013         {
0014             "name": "libxkbfile",
0015             "config-opts": [ "--disable-static", "--enable-x11" ],
0016             "sources": [
0017                  {
0018                      "type": "archive",
0019                      "url": "https://xorg.freedesktop.org/releases/individual/lib/libxkbfile-1.0.9.tar.gz",
0020                      "sha256": "95df50570f38e720fb79976f603761ae6eff761613eb56f258c3cb6bab4fd5e3",
0021                      "x-checker-data": {
0022                         "type": "anitya",
0023                         "project-id": 1781,
0024                         "stable-only": true,
0025                         "url-template": "https://xorg.freedesktop.org/releases/individual/lib/libxkbfile-$version.tar.gz"
0026                     }
0027                  }
0028             ]
0029         },
0030         {
0031             "name": "kqtquickcharts",
0032             "buildsystem": "cmake-ninja",
0033             "sources": [ { "type": "git", "url": "https://invent.kde.org/kde/kqtquickcharts.git" } ]
0034         },
0035         {
0036             "name": "ktouch",
0037             "buildsystem": "cmake-ninja",
0038             "sources": [ { "type": "git", "url": "https://invent.kde.org/kde/ktouch.git" } ]
0039         }
0040     ]
0041 }