mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2026-01-05 22:18:08 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
23
shared-modules/dbus-glib/dbus-glib.json
Normal file
23
shared-modules/dbus-glib/dbus-glib.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "dbus-glib",
|
||||
"cleanup": [
|
||||
"*.la",
|
||||
"/bin",
|
||||
"/etc",
|
||||
"/include",
|
||||
"/libexec",
|
||||
"/share/gtk-doc",
|
||||
"/share/man"
|
||||
],
|
||||
"config-opts": [
|
||||
"--disable-static",
|
||||
"--disable-gtk-doc"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.112.tar.gz",
|
||||
"sha256": "7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef719b143a"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue