-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy path.flatpak-manifest.json
97 lines (96 loc) · 3.37 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"id": "org.kde.elisa",
"branch": "master",
"runtime": "org.kde.Platform",
"runtime-version": "6.7",
"sdk": "org.kde.Sdk",
"command": "elisa",
"tags": ["nightly"],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": ["--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--filesystem=home", "--socket=pulseaudio", "--device=dri", "--socket=session-bus"],
"modules": [
{
"config-opts": [ "-DBUILD_SHARED_LIBS=ON" ],
"name": "taglib",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "archive",
"url": "https://taglib.github.io/releases/taglib-1.12.tar.gz",
"sha256": "7fccd07669a523b07a15bd24c8da1bbb92206cb19e9366c3692af3d79253b703",
"x-checker-data": {
"type": "anitya",
"project-id": 1982,
"stable-only": true,
"url-template": "https://taglib.github.io/releases/taglib-$version.tar.gz"
}
}
]
},
{
"config-opts": [ "BUILDCC=gcc", "--disable-lua", "--disable-a52", "--disable-qt", "--disable-ncurses", "--disable-udev" ],
"name": "libvlc",
"sources": [
{
"type": "archive",
"url": "https://get.videolan.org/vlc/3.0.18/vlc-3.0.18.tar.xz",
"sha256": "57094439c365d8aa8b9b41fa3080cc0eef2befe6025bb5cef722accc625aedec"
}
]
},
{
"name": "lmdb",
"sources": [
{
"type": "git",
"url": "https://git.openldap.org/openldap/openldap.git",
"tag": "LMDB_0.9.29",
"x-checker-data": {
"type": "git",
"tag-pattern": "^LMDB_([\\d.]+)$"
},
"commit": "8ad7be2510414b9506ec9f9e24f24d04d9b04a1a"
}
],
"no-autogen": true,
"make-install-args": ["prefix=/app"],
"subdir" : "libraries/liblmdb"
},
{
"config-opts": ["-DENABLE_TESTING=OFF"],
"name": "kfilemetadata",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/frameworks/kfilemetadata.git",
"tag": "v5.247.0",
"x-checker-data": {
"type": "git",
"tag-pattern": "^v([\\d.]+)$"
},
"commit": "2fb8561b76a0a47933f69872ac004330d9c21b2d"
}
]
},
{
"name": "kirigamiaddons",
"config-opts": [ "-DBUILD_TESTING=OFF" ],
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/libraries/kirigami-addons.git"
}
]
},
{
"name": "elisa",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{ "type": "dir", "path": "." }
]
}
]
}