summaryrefslogtreecommitdiff
path: root/build-aux/flatpak/org.gnome.SimpleScan.json
blob: 1acdaa2ff612e216c51e29936d321a48d1f4189c (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
    "app-id" : "org.gnome.SimpleScan",
    "runtime" : "org.gnome.Platform",
    "runtime-version" : "master",
    "sdk" : "org.gnome.Sdk",
    "command" : "simple-scan",
    "rename-desktop-file" : "simple-scan.desktop",
    "tags" : [
        "devel"
    ],
    "desktop-file-name-prefix" : "(Development) ",
    "finish-args" : [
        "--device=dri",
        "--device=all",
        "--share=network",
        "--socket=fallback-x11",
        "--socket=wayland",
        "--talk-name=org.freedesktop.ColorManager"
    ],
    "cleanup" : [
        "/include",
        "/share/aclocal",
        "/man",
        "/share/man",
        "/share/gtk-doc",
        "/share/vala",
        "*.la",
        "*.a"
    ],
    "modules" : [
        {
            "name" : "libusb1",
            "buildsystem" : "autotools",
            "config-opts" : [
                "--disable-udev"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://github.com/libusb/libusb.git"
                }
            ]
        },
        {
            "name" : "gusb",
            "buildsystem" : "meson",
            "config-opts" : [
                "-Ddocs=false",
                "-Dtests=false"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "branch" : "main",
                    "url" : "https://github.com/hughsie/libgusb.git"
                }
            ]
        },
        {
            "name" : "udev",
            "config-opts" : [
                "--disable-hwdb",
                "--disable-logging",
                "--disable-gudev",
                "--disable-introspection",
                "--disable-keymap",
                "--disable-mtd_probe"
            ],
            "cleanup" : [
                "/include",
                "/etc",
                "/libexec",
                "/sbin",
                "/lib/pkgconfig",
                "/man",
                "/share/aclocal",
                "/share/doc",
                "/share/gtk-doc",
                "/share/man",
                "/share/pkgconfig",
                "*.la",
                "*.a"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://github.com/gentoo/eudev.git"
                }
            ]
        },
        {
            "name" : "gudev",
            "buildsystem" : "meson",
            "config-opts" : [
                "-Dtests=disabled",
                "-Dintrospection=disabled"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/libgudev.git"
                }
            ]
        },
        {
            "name": "intltool",
            "cleanup": [ "*" ],
            "sources": [
                {
                    "type": "archive",
                    "url": "https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz",
                    "sha256": "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd"
                }
            ]
        },
        {
            "name" : "sane-backends",
            "buildsystem" : "autotools",
            "sources" : [
                {
                    "type" : "archive",
                    "url" : "https://gitlab.com/sane-project/backends/uploads/8bf1cae2e1803aefab9e5331550e5d5d/sane-backends-1.0.31.tar.gz",
                    "sha256" : "4a3b10fcb398ed854777d979498645edfe66fcac2f2fd2b9117a79ff45e2a5aa"
                }
            ]
        },
        {
            "name" : "colord",
            "buildsystem" : "meson",
            "config-opts" : [
                "-Ddaemon=false",
                "-Dargyllcms_sensor=false",
                "-Dbash_completion=false",
                "-Dman=false",
                "-Dudev_rules=false",
                "-Dsystemd=false",
                "-Dsane=true",
                "-Ddocs=false",
                "-Dtests=false",
                "-Dinstalled_tests=false",
                "-Dvapi=true"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "branch" : "main",
                    "url" : "https://github.com/hughsie/colord.git"
                }
            ]
        },
        {
            "name" : "gphoto2",
            "buildsystem" : "autotools",
            "sources" : [
                {
                    "type" : "archive",
                    "url" : "https://sourceforge.net/projects/gphoto/files/libgphoto/2.5.26/libgphoto2-2.5.26.tar.bz2",
                    "sha256" : "7740fea3cbb78489071cdfec06c07fab528e69e27ac82734eae6a73eaeeabcd4"
                }
            ]
        },
        {
            "name" : "simple-scan",
            "buildsystem" : "meson",
            "builddir" : true,
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/simple-scan.git"
                }
            ]
        }
    ]
}