-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathorg.kde.angelfish.json
More file actions
100 lines (100 loc) · 2.97 KB
/
Copy pathorg.kde.angelfish.json
File metadata and controls
100 lines (100 loc) · 2.97 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
98
99
100
{
"id": "org.kde.angelfish",
"runtime": "org.kde.Platform",
"runtime-version": "6.11",
"sdk": "org.kde.Sdk",
"base": "io.qt.qtwebengine.BaseApp",
"base-version": "6.11",
"command": "angelfish",
"tags": [
"nightly"
],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=pulseaudio",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--device=all",
"--filesystem=xdg-data",
"--filesystem=xdg-download",
"--talk-name=org.freedesktop.Notifications",
"--own-name=org.kde.angelfish",
"--env=QML2_IMPORT_PATH=/app/qml/:/app/lib64/qml:/app/lib/qml"
],
"separate-locales": false,
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin",
"env": {
"RUST_BACKTRACE": "1",
"CARGO_NET_OFFLINE": "true",
"RUSTFLAGS": "--remap-path-prefix =../"
}
},
"cleanup": [
"/include",
"/lib/*.a",
"/lib/cmake",
"/lib/include",
"/lib/pkgconfig",
"/lib/*/cmake",
"/lib/*/include",
"/share/cmake"
],
"modules": [
"flatpak/corrosion.json",
{
"name": "futuresql",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DBUILD_WITH_QT6=ON",
"-DQT_MAJOR_VERSION=6",
"-DCMAKE_BUILD_TYPE=Release"
],
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/futuresql/futuresql-0.1.1.tar.xz",
"sha256": "e44ed8d5a9618b3ca7ba2983ed9c5f7572e6e0a5b199f94868834b71ccbebd43",
"x-checker-data": {
"type": "anitya",
"project-id": 368957,
"stable-only": true,
"url-template": "https://download.kde.org/stable/futuresql/futuresql-$version.tar.xz"
}
}
]
},
{
"name": "angelfish",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DCMAKE_BUILD_TYPE=Release",
"-DQt6Feedback_DIR=/app/lib/cmake/Qt6Feedback"
],
"builddir": true,
"build-options": {
"env": {
"CARGO_HOME": "/run/build/angelfish/cargo"
}
},
"sources": [
{
"type": "dir",
"path": ".",
"skip": [
".git"
]
},
"flatpak/generated-sources.json"
]
}
]
}