-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathorg.kde.angelfish.json
124 lines (124 loc) · 4.24 KB
/
org.kde.angelfish.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"id": "org.kde.angelfish",
"runtime": "org.kde.Platform",
"runtime-version": "6.8",
"sdk": "org.kde.Sdk",
"base": "io.qt.qtwebengine.BaseApp",
"base-version": "6.8",
"command": "angelfish",
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=pulseaudio",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--filesystem=~/.local/share/applications/",
"--filesystem=xdg-download",
"--talk-name=org.freedesktop.Notifications",
"--env=QML_IMPORT_PATH=/app/qml"
],
"add-extensions": {
"org.freedesktop.Platform.ffmpeg-full": {
"directory": "lib/ffmpeg",
"add-ld-path": ".",
"version": "24.08"
}
},
"cleanup-commands": [
"mkdir -p ${FLATPAK_DEST}/lib/ffmpeg"
],
"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 =../"
}
},
"modules": [
"generated/corrosion.json",
{
"name": "futuresql",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DCMAKE_BUILD_TYPE=Release",
"-DBUILD_WITH_QT6=ON"
],
"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": "kirigami-addons",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DCMAKE_BUILD_TYPE=Release"
],
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.6.0.tar.xz",
"sha256": "376dae6fc5acac7d0905ce9fef3211be0705c6e2df52bb80dfde1eaa20fe1bfa",
"x-checker-data": {
"type": "anitya",
"project-id": 242933,
"stable-only": true,
"url-template": "https://download.kde.org/stable/kirigami-addons/kirigami-addons-$version.tar.xz"
}
}
]
},
{
"name": "angelfish",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DCMAKE_BUILD_TYPE=Release",
"-DQt5Feedback_DIR=/app/lib/cmake/Qt5Feedback"
],
"builddir": true,
"build-options": {
"env": {
"CARGO_HOME": "/run/build/angelfish/cargo"
}
},
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/release-service/24.12.1/src/angelfish-24.12.1.tar.xz",
"sha256": "72e629bfa8eb9e73f0ec944b2f2a2af63933263da251ec31b98aec0265d23037",
"x-checker-data": {
"type": "anitya",
"project-id": 8763,
"stable-only": true,
"url-template": "https://download.kde.org/stable/release-service/$version/src/angelfish-$version.tar.xz"
}
},
"generated/generated-sources.json"
]
}
],
"cleanup": [
"/include",
"/lib/cmake",
"/lib/pkgconfig",
"/lib/x86_64-linux-gnu/cmake",
"/lib/x86_64-linux-gnu/pkgconfig"
]
}