forked from flathub/org.gnome.clocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.gnome.clocks.json
147 lines (147 loc) · 4.94 KB
/
org.gnome.clocks.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
{
"app-id": "org.gnome.clocks",
"runtime": "org.gnome.Platform",
"runtime-version": "43",
"sdk": "org.gnome.Sdk",
"command": "gnome-clocks",
"finish-args": [
"--device=dri",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--share=network",
"--metadata=X-DConf=migrate-path=/org/gnome/clocks/"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/share/pkgconfig",
"/share/aclocal",
"/man",
"/share/man",
"/share/gtk-doc",
"/share/vala",
"*.la",
"*.a"
],
"modules": [
"shared-modules/intltool/intltool-0.51.json",
"shared-modules/libcanberra/libcanberra.json",
{
"name": "geocode-glib",
"buildsystem": "meson",
"config-opts": [
"-Denable-installed-tests=false",
"-Denable-introspection=true",
"-Denable-gtk-doc=false",
"-Dsoup2=false"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.4.tar.xz",
"sha256": "2d9a6826d158470449a173871221596da0f83ebdcff98b90c7049089056a37aa",
"x-checker-data": {
"type": "gnome",
"name": "geocode-glib"
}
}
]
},
{
"name": "libgweather",
"buildsystem": "meson",
"config-opts": [
"-Dgtk_doc=false"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libgweather/4.2/libgweather-4.2.0.tar.xz",
"sha256": "af8a812da0d8976a000e1d62572c256086a817323fbf35b066dbfdd8d2ca6203",
"x-checker-data": {
"type": "gnome",
"name": "libgweather",
"versions": {
"<": "40.0",
">=": "4.0.0"
}
}
}
]
},
{
"name": "gnome-desktop",
"buildsystem": "meson",
"config-opts": [
"-Ddebug_tools=false",
"-Dudev=disabled",
"-Dgtk_doc=false",
"-Ddesktop_docs=false",
"-Dlegacy_library=false",
"-Dbuild_gtk4=true"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/gnome-desktop/43/gnome-desktop-43.tar.xz",
"sha256": "3d6e153317486157596aa3802f87676414c570738f450a94a041fe8835420a69",
"x-checker-data": {
"type": "gnome",
"name": "gnome-desktop"
}
}
]
},
{
"name": "gsound",
"buildsystem": "meson",
"cleanup": [
"/bin"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/gsound/1.0/gsound-1.0.3.tar.xz",
"sha256": "ca2d039e1ebd148647017a7f548862350bc9af01986d39f10cfdc8e95f07881a",
"x-checker-data": {
"type": "gnome",
"name": "gsound"
}
}
]
},
{
"name": "sound-theme-freedesktop",
"sources": [
{
"type": "archive",
"url": "http://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-0.8.tar.bz2",
"sha256": "cb518b20eef05ec2e82dda1fa89a292c1760dc023aba91b8aa69bafac85e8a14",
"x-checker-data": {
"type": "anitya",
"project-id": 10152,
"url-template": "http://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-$version.tar.bz2"
}
}
]
},
{
"name": "gnome-clocks",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/gnome-clocks/43/gnome-clocks-43.0.tar.xz",
"sha256": "b0743b70d00880aa3bcdcc7f7f34c8c2286257b5c81737d4f981bc8c4f4f981d",
"x-checker-data": {
"type": "gnome",
"is-important": true,
"name": "gnome-clocks"
}
}
]
}
]
}