2023-02-10 22:59:36 +00:00
|
|
|
{
|
2024-04-15 17:43:53 +00:00
|
|
|
"id": "im.dino.DinoPlus",
|
2023-02-10 22:59:36 +00:00
|
|
|
"runtime": "org.gnome.Platform",
|
|
|
|
"runtime-version": "44",
|
|
|
|
"sdk": "org.gnome.Sdk",
|
|
|
|
"command": "dino",
|
|
|
|
"finish-args": [
|
|
|
|
"--share=ipc",
|
|
|
|
"--socket=fallback-x11",
|
|
|
|
"--socket=wayland",
|
|
|
|
"--socket=pulseaudio",
|
|
|
|
"--socket=gpg-agent",
|
2023-04-22 15:18:46 +00:00
|
|
|
"--filesystem=xdg-run/pipewire-0",
|
2023-02-10 22:59:36 +00:00
|
|
|
"--share=network",
|
2023-04-22 14:33:45 +00:00
|
|
|
"--device=dri",
|
2023-02-10 22:59:36 +00:00
|
|
|
"--talk-name=org.freedesktop.Notifications"
|
|
|
|
],
|
|
|
|
"modules": [
|
2024-03-15 13:18:55 +00:00
|
|
|
"shared-modules/libcanberra/libcanberra.json",
|
2023-02-10 22:59:36 +00:00
|
|
|
{
|
|
|
|
"name": "libsignal-protocol-c",
|
|
|
|
"buildsystem": "cmake-ninja",
|
|
|
|
"config-opts": [
|
|
|
|
"-DCMAKE_C_FLAGS=-fPIC"
|
|
|
|
],
|
|
|
|
"cleanup": [
|
|
|
|
"/include",
|
|
|
|
"/lib"
|
|
|
|
],
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/mar-v-in/libsignal-protocol-c.git",
|
|
|
|
"tag": "v2.3.3.1"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "qrencode",
|
|
|
|
"buildsystem": "cmake-ninja",
|
|
|
|
"cleanup": [
|
|
|
|
"/bin",
|
|
|
|
"/include",
|
|
|
|
"/lib",
|
|
|
|
"/share/man"
|
|
|
|
],
|
|
|
|
"config-opts": [
|
|
|
|
"-DCMAKE_C_FLAGS=-fPIC"
|
|
|
|
],
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "archive",
|
|
|
|
"url": "https://fukuchi.org/works/qrencode/qrencode-4.1.1.tar.gz",
|
|
|
|
"sha512": "209bb656ae3f391b03c7b3ceb03e34f7320b0105babf48b619e7a299528b8828449e0e7696f0b5db0d99170a81709d0518e34835229a748701e7df784e58a9ce"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "dino",
|
|
|
|
"buildsystem": "cmake-ninja",
|
|
|
|
"builddir": true,
|
|
|
|
"config-opts": [
|
|
|
|
"-DSOUP_VERSION=3"
|
|
|
|
],
|
|
|
|
"cleanup": [
|
|
|
|
"/include",
|
|
|
|
"/share/vala"
|
|
|
|
],
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "dir",
|
|
|
|
"path": "."
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2024-04-15 17:40:16 +00:00
|
|
|
}
|