-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.asiet.lab.GitLink.json
More file actions
97 lines (97 loc) · 2.6 KB
/
com.asiet.lab.GitLink.json
File metadata and controls
97 lines (97 loc) · 2.6 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
86
87
88
89
90
91
92
93
94
95
96
97
{
"id" : "com.asiet.lab.GitLink",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"command" : "gitlink",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--socket=pulseaudio",
"--device=dri",
"--socket=wayland",
"--socket=ssh-auth",
"--filesystem=host"
],
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.vala",
"org.freedesktop.Sdk.Extension.blueprint"
],
"build-options" : {
"append-path" : "/usr/lib/sdk/vala/bin:/usr/lib/sdk/blueprint/bin",
"prepend-ld-library-path" : "/usr/lib/sdk/vala/lib:/usr/lib/sdk/blueprint/lib"
},
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"/share/vala",
"*.la",
"*.a"
],
"modules" : [
{
"name": "libportal-gtk4",
"buildsystem": "meson",
"config-opts" : [
"-Ddocs=false",
"-Dvapi=true",
"-Dintrospection=true"
],
"sources": [
{
"type": "git",
"url": "https://github.com/flatpak/libportal.git",
"tag": "0.7.1"
}
]
},
{
"name": "libgit2",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DUSE_SSH=exec",
"-DCMAKE_BUILD_TYPE=Release",
"-DBUILD_CLI=OFF",
"-DBUILD_TESTS=OFF"
],
"sources": [
{
"type": "git",
"url": "https://github.com/libgit2/libgit2.git",
"tag": "v1.8.1"
}
]
},
{
"name": "libgit2-glib",
"buildsystem": "meson",
"config-opts": [
"-Dssh=false"
],
"sources": [
{
"type": "git",
"url": "https://github.com/AnsifDev/Libgit2-glib.git",
"branch": "master"
}
]
},
{
"name" : "gitlink",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/AnsifDev/GitLink.git"
}
]
}
]
}