build(flatpak): separate dependencies into sub-modules (#2818)
This commit is contained in:
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user