-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathone.k8ie.Identities.json
85 lines (85 loc) · 2.11 KB
/
one.k8ie.Identities.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
{
"app-id" : "one.k8ie.Identities",
"runtime" : "org.gnome.Platform",
"runtime-version" : "47",
"sdk" : "org.gnome.Sdk",
"command" : "identities",
"finish-args" : [
"--share=network",
"--share=ipc",
"--filesystem=~/.password-store",
"--filesystem=~/.gnupg",
"--socket=fallback-x11",
"--talk-name=org.freedesktop.secrets",
"--talk-name=org.gnome.keyring.SystemPrompter",
"--device=dri",
"--socket=wayland"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
"passpy.json",
"pyotp.json",
{
"name": "blueprint-compiler",
"buildsystem": "meson",
"cleanup": [
"*"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"tag": "v0.14.0"
}
]
},
{
"name": "git",
"make-args": [
"INSTALL_SYMLINKS=1"
],
"make-install-args": [
"INSTALL_SYMLINKS=1"
],
"cleanup": [
"/lib/pkgconfig",
"/man"
],
"sources": [
{
"type": "archive",
"url": "https://www.kernel.org/pub/software/scm/git/git-2.47.1.tar.xz",
"sha256": "f3d8f9bb23ae392374e91cd9d395970dabc5b9c5ee72f39884613cd84a6ed310",
"x-checker-data": {
"type": "anitya",
"project-id": 5350,
"stable-only": true,
"url-template": "https://www.kernel.org/pub/software/scm/git/git-$version.tar.xz"
}
}
]
},
{
"name" : "identities",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/k8ieone/identities",
"tag" : "the-chosen-one"
}
]
}
]
}