aboutsummaryrefslogtreecommitdiff
path: root/xen.nya.autodark.json
blob: 5fadee443cc4c2d9ec32b44bbba058934dc8812e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "id" : "xen.nya.autodark",
    "runtime" : "org.gnome.Platform",
    "runtime-version" : "46",
    "sdk" : "org.gnome.Sdk",
    "command" : "autodarkmode",
    "finish-args" : [
    	"--system-talk-name=org.freedesktop.GeoClue2.*"
    ],
    "cleanup" : [
        "/include",
        "/lib/pkgconfig",
        "/man",
        "/share/doc",
        "/share/gtk-doc",
        "/share/man",
        "/share/pkgconfig",
        "*.la",
        "*.a"
    ],
    "modules" : [
        {
            "name" : "autodarkmode",
            "builddir" : true,
            "buildsystem" : "meson",
            "sources" : [
                {
                    "type" : "git",
                    "url" : "file:///home/xen/Projects"
                }
            ]
        }
    ]
}