-
Notifications
You must be signed in to change notification settings - Fork 6
/
org.gnome.Sysprof.Devel.json
163 lines (163 loc) · 5.06 KB
/
org.gnome.Sysprof.Devel.json
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
{
"app-id" : "org.gnome.Sysprof.Devel",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"command" : "sysprof",
"tags" : [
"nightly"
],
"desktop-file-name-suffix" : " (Nightly)",
"finish-args" : [
"--require-version=1.0.0",
"--allow=devel",
"--talk-name=org.freedesktop.Flatpak",
"--device=dri",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=session-bus",
"--socket=system-bus",
"--filesystem=home",
"--filesystem=host",
"--share=network",
"--talk-name=org.gtk.vfs.*",
"--system-talk-name=org.freedesktop.PolicyKit1",
"--system-talk-name=org.gnome.Sysprof3",
"--system-talk-name=org.freedesktop.Avahi",
"--filesystem=xdg-run/gvfsd",
"--filesystem=/var/lib/flatpak:ro",
"--filesystem=~/.local/share/flatpak:ro"
],
"build-options" : {
"cflags" : "-O2 -g -fno-omit-frame-pointer",
"cxxflags" : "-O2 -g -fno-omit-frame-pointer"
},
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/share/pkgconfig",
"/share/aclocal",
"/man",
"/share/man",
"/share/gtk-doc",
"/share/doc",
"/share/vala",
"/share/bash-completions",
"*.la",
"*.a"
],
"modules" : [
{
"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" : "polkit",
"config-opts" : [
"--disable-polkitd",
"--disable-man-pages",
"--disable-introspection",
"--disable-examples",
"--disable-gtk-doc",
"--disable-libelogind",
"--disable-libsystemd-login",
"--disable-test",
"--with-systemdsystemunitdir=no",
"--with-authdb=dummy",
"--with-authfw=none"
],
"rm-configure" : true,
"cleanup" : [
"/bin/*",
"/etc/pam.d",
"/etc/dbus-1",
"/share/dbus-1/system-services/*",
"/share/polkit-1/actions/*",
"/lib/polkit-1"
],
"sources" : [
{
"type" : "archive",
"url" : "https://www.freedesktop.org/software/polkit/releases/polkit-0.116.tar.gz",
"sha256" : "88170c9e711e8db305a12fdb8234fac5706c61969b94e084d0f117d8ec5d34b1"
},
{
"type" : "patch",
"path" : "build-aux/flatpak/polkit-build-Add-option-to-build-without-polkitd.patch"
},
{
"type" : "file",
"path" : "build-aux/flatpak/polkit-autogen",
"dest-filename" : "autogen.sh"
}
]
},
{
"name" : "libpanel",
"buildsystem" : "meson",
"config-opts" : [
"--buildtype=debugoptimized",
"-Ddocs=disabled",
"-Dintrospection=disabled",
"-Dinstall-examples=false",
"-Ddevelopment=true",
"-Dvapi=false"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libpanel.git",
"branch" : "main"
}
]
},
{
"name" : "libdex",
"buildsystem" : "meson",
"config-opts" : [
"--buildtype=debugoptimized",
"-Ddocs=false",
"-Dintrospection=enabled",
"-Dexamples=false",
"-Dtests=false",
"-Dsysprof=false"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libdex.git",
"branch" : "main"
}
]
},
{
"name" : "sysprof",
"config-opts" : [
"--libdir=/app/lib",
"--buildtype=debugoptimized",
"-Ddevelopment=true",
"-Dlibsysprof=true",
"-Dtools=true",
"-Dgtk=true",
"-Dsysprofd=host"
],
"buildsystem" : "meson",
"builddir" : true,
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/sysprof.git",
"branch" : "master"
}
]
}
]
}