build(flatpak): separate dependencies into sub-modules (#2818)
This commit is contained in:
parent
3b95397381
commit
e34f446210
8 changed files with 200 additions and 220 deletions
26
packaging/linux/flatpak/modules/libevdev.json
Normal file
26
packaging/linux/flatpak/modules/libevdev.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "libevdev",
|
||||
"buildsystem": "meson",
|
||||
"config-opts": [
|
||||
"-Ddocumentation=disabled",
|
||||
"-Dtests=disabled"
|
||||
],
|
||||
"cleanup": [
|
||||
"/bin"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://salsa.debian.org/debian/libevdev.git",
|
||||
"commit": "1aa7baa233d6df4cee6a66fbc61bb5ffc8b6e88d",
|
||||
"tag": "debian/1.13.0+dfsg-1",
|
||||
"x-checker-data": {
|
||||
"type": "git",
|
||||
"tag-pattern": "^debian\\/(\\d.\\d+\\.\\d+)",
|
||||
"versions": {
|
||||
"<": "1.13.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue