summaryrefslogtreecommitdiffstats
path: root/contrib/org.gnome.SoftwareDevel.json
blob: 577aef740f1281987a294c6b998a97b20690e0bc (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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
{
    "app-id": "org.gnome.SoftwareDevel",
    "runtime": "org.gnome.Platform",
    "runtime-version": "master",
    "sdk": "org.gnome.Sdk",
    "command": "gnome-software",
    "tags": [
        "devel",
        "development",
        "nightly"
    ],
    "finish-args": [
        "--device=dri",
        "--share=ipc",
        "--socket=x11",
        "--socket=wayland",
        "--socket=session-bus",
        "--socket=system-bus",
        "--filesystem=host",
        "--share=network",
        "--filesystem=xdg-run/dconf",
        "--filesystem=~/.config/dconf:ro",
        "--talk-name=ca.desrt.dconf",
        "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
        "--filesystem=/var/lib/flatpak",
        "--env=FLATPAK_SYSTEM_DIR=/var/lib/flatpak",
        "--filesystem=xdg-data/flatpak",
        "--filesystem=/usr/share/metainfo:ro",
        "--filesystem=/usr/share/swcatalog:ro",
        "--filesystem=/usr/share/appdata:ro",
        "--filesystem=/usr/share/app-info:ro",
        "--filesystem=/var/lib/swcatalog:ro",
        "--filesystem=/var/lib/app-info:ro",
        "--filesystem=/var/cache/swcatalog:ro",
        "--filesystem=/var/cache/app-info:ro"
    ],
    "modules": [
        {
            "name": "libyaml",
            "buildsystem": "autotools",
            "builddir": true,
            "config-opts": [
                "--libdir=/app/lib"
            ],
            "sources": [
                {
                    "type": "git",
                    "url": "https://github.com/yaml/libyaml"
                }
            ]
        },
        {
            "name": "lmdb",
            "buildsystem": "simple",
            "subdir": "libraries/liblmdb",
            "build-commands": [
                "make install prefix=/ DESTDIR=/app"
            ],
            "sources": [
                {
                    "type": "git",
                    "url": "https://git.openldap.org/openldap/openldap.git"
                }
            ]
        },
        {
            "name": "libxmlb",
            "buildsystem": "meson",
            "config-opts": [
                "-Dgtkdoc=false"
            ],
            "sources": [
                {
                    "type": "git",
                    "url": "https://github.com/hughsie/libxmlb.git",
                    "branch": "main"
                }
            ]
        },
        {
            "name": "appstream",
            "buildsystem": "meson",
            "config-opts": [
                "-Dstemming=false",
                "-Dapidocs=false"
            ],
            "sources": [
                {
                    "type": "git",
                    "url": "https://github.com/ximion/appstream.git",
                    "tag": "v0.15.2",
                    "commit": "d2bfe7c2a4ca692daf33a5cb4d429011269d1cba"
                }
            ]
        },
        {
            "name": "intltool",
            "buildsystem": "autotools",
            "sources": [
                {
                    "type": "archive",
                    "url": "https://download.gnome.org/sources/intltool/0.40/intltool-0.40.6.tar.bz2",
                    "sha256": "4d1e5f8561f09c958e303d4faa885079a5e173a61d28437d0013ff5efc9e3b64"
                }
            ]
        },
        {
            "name": "linux-pam",
            "buildsystem": "autotools",
            "config-opts": [
                "--disable-doc",
                "--includedir=/app/include/security"
            ],
            "sources": [
                {
                    "type": "git",
                    "url": "https://github.com/linux-pam/linux-pam.git"
                }
            ]
        },
        {
            "name": "polkit",
            "buildsystem": "meson",
            "config-opts": [
                "-Djs_engine=mozjs"
            ],
            "sources": [
                {
                    "type": "git",
                    "url": "https://gitlab.freedesktop.org/polkit/polkit.git"
                }
            ]
        },
        {
            "name": "libfuse",
            "buildsystem": "simple",
            "build-commands": [
                "./makeconf.sh",
                "./configure --disable-util --disable-example --prefix=/",
                "make install DESTDIR=/app"
            ],
            "sources": [
                {
                    "type": "git",
                    "url": "https://github.com/libfuse/libfuse.git",
                    "branch": "fuse_2_9_bugfix"
                }
            ]
        },
        {
            "name": "ostree",
            "buildsystem": "autotools",
            "config-opts": [
                "--disable-rofiles-fuse"
            ],
            "sources": [
                {
                    "type": "git",
                    "url": "https://github.com/ostreedev/ostree.git",
                    "branch": "main"
                }
            ]
        },
        {
            "name": "pyparsing",
            "buildsystem": "simple",
            "build-commands": [
                "pip3 install --prefix=/app --no-deps ./pyparsing-*.whl"
            ],
            "sources": [
                {
                    "type": "file",
                    "url": "https://files.pythonhosted.org/packages/8a/bb/488841f56197b13700afd5658fc279a2025a39e22449b7cf29864669b15d/pyparsing-2.4.7-py2.py3-none-any.whl",
                    "sha256": "ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"
                }
            ]
        },
        {
            "name": "flatpak",
            "buildsystem": "autotools",
            "sources": [
                {
                    "type": "git",
                    "url": "https://github.com/flatpak/flatpak.git",
                    "branch": "main"
                }
            ]
        },
        {
            "buildsystem": "meson",
            "builddir": true,
            "name": "gnome-software",
            "config-opts": [
                "--libdir=/app/lib",
                "-Dpackagekit=false",
                "-Dpackagekit_autoremove=false",
                "-Dsoup2=true",
                "-Dfwupd=false",
                "-Dflatpak=true",
                "-Dmalcontent=false",
                "-Dgudev=false",
                "-Dgtk_doc=false",
                "-Dprofile=Devel"
            ],
            "sources": [
                {
                    "type": "git",
                    "url": "https://gitlab.gnome.org/GNOME/gnome-software.git",
                    "branch": "main"
                }
            ]
        }
    ]
}