flatpak: Replace gtuber with Clapper enhancers

Also add all required dependencies
This commit is contained in:
Rafał Dzięgiel
2024-10-31 21:53:03 +01:00
parent c8ef0f891d
commit ee3d07b158
6 changed files with 62 additions and 24 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "libpeas",
"buildsystem": "meson",
"config-opts": [
"--wrap-mode=nodownload",
"-Dgjs=false",
"-Dlua51=false",
"-Dintrospection=false"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libpeas/2.0/libpeas-2.0.5.tar.xz",
"sha256": "376f2f73d731b54e13ddbab1d91b6382cf6a980524def44df62add15489de6dd",
"x-checker-data": {
"type": "gnome",
"name": "libpeas"
}
}
]
}