-
Notifications
You must be signed in to change notification settings - Fork 252
Expand file tree
/
Copy pathio.github.focustimerhq.FocusTimer.Devel.json
More file actions
85 lines (85 loc) · 1.99 KB
/
io.github.focustimerhq.FocusTimer.Devel.json
File metadata and controls
85 lines (85 loc) · 1.99 KB
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
{
"app-id": "io.github.focustimerhq.FocusTimer.Devel",
"runtime": "org.gnome.Platform",
"runtime-version": "50",
"sdk": "org.gnome.Sdk",
"command": "focus-timer",
"tags": [
"devel"
],
"separate-locales": false,
"finish-args": [
"--device=dri",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--system-talk-name=org.freedesktop.login1",
"--system-talk-name=org.freedesktop.timedate1",
"--talk-name=org.freedesktop.Flatpak",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.freedesktop.ScreenSaver",
"--talk-name=org.gnome.Mutter.IdleMonitor",
"--talk-name=org.gnome.ScreenSaver",
"--talk-name=org.gnome.Shell",
"--talk-name=org.gtk.vfs.*",
"--talk-name=io.github.focustimerhq.FocusTimer.ShellIntegration",
"--filesystem=~/.local/share/gnome-pomodoro/:ro",
"--filesystem=xdg-run/gvfsd",
"--env=G_MESSAGES_DEBUG=focus-timer",
"--env=G_ENABLE_DIAGNOSTIC=1"
],
"cleanup": [
"/include",
"/lib/girepository-1.0",
"/lib/pkgconfig",
"/share/gir-1.0",
"/share/vala"
],
"modules": [
{
"name": "libpeas",
"buildsystem": "meson",
"builddir": true,
"config-opts": [
"-Dgjs=false",
"-Dlua51=false",
"-Dpython3=false",
"-Dintrospection=true",
"-Dvapi=true"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libpeas.git",
"tag": "2.2.0"
}
]
},
{
"name": "gom",
"buildsystem": "meson",
"builddir": true,
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gom.git",
"tag": "0.5.5"
}
]
},
{
"name": "focus-timer",
"buildsystem": "meson",
"config-opts": [
"-Dprofile=development"
],
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}