-
Notifications
You must be signed in to change notification settings - Fork 1
/
org.gnome.Nibbles.json
99 lines (99 loc) · 3.08 KB
/
org.gnome.Nibbles.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
{
"app-id": "org.gnome.Nibbles",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "gnome-nibbles",
"finish-args": [
/* X11 + XShm access */
"--share=ipc",
"--socket=fallback-x11",
/* Wayland access */
"--socket=wayland",
/* Sound! */
"--socket=pulseaudio",
/* OpenGL access */
"--device=dri"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"/share/vala",
"*.la",
"*.a"
],
"modules": [
{
"name" : "gsound",
"buildsystem": "meson",
"sources" : [
{
"type" : "archive",
"url" : "https://download.gnome.org/sources/gsound/1.0/gsound-1.0.3.tar.xz",
"sha256": "ca2d039e1ebd148647017a7f548862350bc9af01986d39f10cfdc8e95f07881a"
}
],
"modules": [
{
"name" : "libcanberra",
"sources" : [
{
"type" : "archive",
"url" : "http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz",
"sha256" : "c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72"
}
],
"config-opts" : [
"--disable-alsa",
"--disable-null",
"--disable-oss",
"--disable-gtk3"
]
}
]
},
{
"name": "libgee",
"buildsystem": "autotools",
"sources": [
{
"type": "git",
"url": "https://github.com/GNOME/libgee.git",
"commit": "ce8461ff6ea8ed79ce06b4241cb4fbb6d3d314f1" /* release 0.20.6 + fixes */
}
]
},
{
"name": "libgnome-games-support",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/GNOME/libgnome-games-support.git",
"commit": "d388a9cdd69e84c444043e715368b032fce27ecf" /* release 2.0 + language updates */
}
]
},
{
"name": "gnome-nibbles",
"buildsystem": "meson",
"config-opts": [
"-Dversion=4.1.1",
"-Dappend_to_version= (flathub.org)",
"-Dwebsite=https://flathub.org/apps/org.gnome.Nibbles"
],
"sources": [
{
"type": "git",
"url": "https://github.com/GNOME/gnome-nibbles.git",
"commit": "c8d8b86160c6a55c2dff80426b8ad7b4ae6fd438" /* release 4.1.1 */
}
]
}
]
}