mirror of
https://gitlab.cvh-server.de/skrause/flashcards.git
synced 2025-12-11 02:11:37 +01:00
54 lines
1.0 KiB
JSON
54 lines
1.0 KiB
JSON
{
|
|
"id": "li.sopht.Flashcards",
|
|
"runtime": "org.gnome.Platform",
|
|
"runtime-version": "49",
|
|
"sdk": "org.gnome.Sdk",
|
|
"command": "flashcards",
|
|
"separate-locales": false,
|
|
"finish-args": [
|
|
"--share=ipc",
|
|
"--socket=fallback-x11",
|
|
"--device=dri",
|
|
"--socket=wayland"
|
|
],
|
|
"cleanup": [
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"/man",
|
|
"/share/doc",
|
|
"/share/gtk-doc",
|
|
"/share/man",
|
|
"/share/pkgconfig",
|
|
"*.la",
|
|
"*.a"
|
|
],
|
|
"modules": [
|
|
{
|
|
"name": "blueprint-compiler",
|
|
"buildsystem": "meson",
|
|
"cleanup": [
|
|
"*"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
|
|
"tag": "v0.18.0"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "flashcards",
|
|
"builddir": true,
|
|
"buildsystem": "meson",
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.cvh-server.de/skrause/flashcards",
|
|
"tag": "main"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|