-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy path.flatpak-manifest.json
51 lines (51 loc) · 1.57 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
{
"id": "org.kde.kdiff3",
"runtime": "org.kde.Platform",
"runtime-version": "6.7",
"sdk": "org.kde.Sdk",
"command": "kdiff3",
"finish-args": [
"--device=dri",
"--share=ipc",
"--socket=cups",
"--socket=fallback-x11",
"--socket=pulseaudio",
"--socket=wayland",
"--filesystem=host",
"--filesystem=home",
"--filesystem=xdg-run/gvfs"
],
"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://ftp.osuosl.org/pub/blfs/conglomeration/boost/boost_1_84_0.tar.bz2",
"sha256": "cc4b893acf645c9d4b698e9a0f08ca8846aa5d6c68275c14c3e7949c24109454",
"x-checker-data": {
"type": "anitya",
"project-id": 6845,
"stable-only": true,
"url-template": "https://boostorg.jfrog.io/artifactory/main/release/$version/source/boost_${major}_${minor}_$patch.tar.bz2"
}
}
]
},
{
"name": "kdiff3",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}