-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
.flatpak-manifest.json
82 lines (82 loc) · 2.55 KB
/
.flatpak-manifest.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
{
"id": "org.kde.massif-visualizer",
"branch": "master",
"runtime": "org.kde.Platform",
"runtime-version": "5.15-23.08",
"sdk": "org.kde.Sdk",
"command": "massif-visualizer",
"tags": ["nightly"],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": [
"--device=dri",
"--share=ipc",
"--socket=cups",
"--socket=wayland",
"--socket=x11"
],
"modules": [
{
"name": "boost",
"buildsystem": "simple",
"build-commands": [
"./bootstrap.sh --prefix=/app --with-libraries=system",
"./b2 -j $FLATPAK_BUILDER_N_JOBS install"
],
"sources": [
{
"type": "archive",
"url": "https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.bz2",
"sha256": "8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc"
}
]
},
{
"name": "graphviz",
"buildsystem": "autotools",
"sources": [
{
"type": "archive",
"url": "https://www2.graphviz.org/Packages/stable/portable_source/graphviz-2.44.0.tar.gz",
"sha256": "9aabd13a8018b708ab3c822de2326c19d0a52ed59f50a6b0f9318c07e2a6d93b",
"x-checker-data": {
"type": "anitya",
"project-id": 1249,
"stable-only": true,
"url-template": "https://gitlab.com/graphviz/graphviz/-/archive/$version/graphviz-$version.tar.bz2"
}
}
]
},
{
"name": "kgraphviewer",
"buildsystem": "cmake",
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/graphics/kgraphviewer.git"
}
]
},
{
"name": "kdiagram",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/graphics/kdiagram.git",
"branch": "2.8"
}
]
},
{
"name": "massif-visualizer",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}