mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2026-01-01 04:04:27 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
33
shared-modules/gudev/gudev.json
Normal file
33
shared-modules/gudev/gudev.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "gudev",
|
||||
"buildsystem": "meson",
|
||||
"config-opts": [
|
||||
"-Dtests=disabled",
|
||||
"-Dvapi=disabled",
|
||||
"-Dintrospection=disabled",
|
||||
"-Dgtk_doc=false"
|
||||
],
|
||||
"cleanup": [
|
||||
"/include",
|
||||
"/etc",
|
||||
"/libexec",
|
||||
"/sbin",
|
||||
"/lib/pkgconfig",
|
||||
"/lib/systemd",
|
||||
"/man",
|
||||
"/share/aclocal",
|
||||
"/share/doc",
|
||||
"/share/gtk-doc",
|
||||
"/share/man",
|
||||
"/share/pkgconfig",
|
||||
"*.la",
|
||||
"*.a"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://download.gnome.org/sources/libgudev/238/libgudev-238.tar.xz",
|
||||
"sha256": "61266ab1afc9d73dbc60a8b2af73e99d2fdff47d99544d085760e4fa667b5dd1"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue