-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathit.mijorus.smile.json
72 lines (72 loc) · 1.89 KB
/
it.mijorus.smile.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
{
"id": "it.mijorus.smile",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "smile",
"finish-args": [
"--share=ipc",
"--socket=wayland",
"--socket=fallback-x11",
"--device=dri",
"--talk-name=it.mijorus.smile",
"--talk-name=org.gnome.Shell.Extensions"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules": [
"python3-requirements.json",
{
"name": "xdotool",
"no-autogen": true,
"make-args": [
"WITHOUT_RPATH_FIX=1"
],
"make-install-args": [
"PREFIX=${FLATPAK_DEST}"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/jordansissel/xdotool/archive/v3.20211022.1/xdotool-3.20211022.1.tar.gz",
"sha256": "82b15a944a5e82fee15e0f6116bd9f642bc3d0bb6989fc0ca5ad9dfe35de0847"
}
]
},
{
"name": "wl-clipboard",
"buildsystem": "meson",
"config-opts": [
"-Dzshcompletiondir=no",
"-Dfishcompletiondir=no"
],
"sources": [
{
"type": "git",
"url": "https://github.com/bugaevc/wl-clipboard.git",
"tag": "v2.2.1"
}
]
},
{
"name": "smile",
"builddir": true,
"buildsystem": "meson",
"sources": [
{
"type": "dir",
"path": "./"
}
]
}
]
}