~aleteoryx/sexchat

ref: 010278295eece36259fbf4287555f41c276d158b sexchat/flatpak/shared-modules/dbus-glib/dbus-glib.json -rw-r--r-- 528 bytes
01027829Aleteoryx remove all references to fe_* from server.c, other than ctor/dtor 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"
        }
    ]
}