Update Flatpak manifest

Signed-off-by: Dallas Strouse <dastrouses@gmail.com>
This commit is contained in:
Dallas Strouse
2023-07-17 00:29:24 -05:00
parent aaf1726965
commit 2eff1de560
9 changed files with 222 additions and 24 deletions

22
flatpak/libdecor.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "libdecor",
"buildsystem": "meson",
"config-opts": [
"-Ddemo=false"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.freedesktop.org/libdecor/libdecor.git",
"commit": "73260393a97291c887e1074ab7f318e031be0ac6"
},
{
"type": "patch",
"path": "patches/weird_libdecor.patch"
}
],
"cleanup": [
"/include",
"/lib/pkgconfig"
]
}