-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathde.wger.flutter.json
45 lines (45 loc) · 1.55 KB
/
de.wger.flutter.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
{
"app-id": "de.wger.flutter",
"runtime": "org.freedesktop.Platform",
"runtime-version": "24.08",
"sdk": "org.freedesktop.Sdk",
"command": "wger",
"separate-locales": false,
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--device=dri"
],
"modules": [
{
"name": "wger",
"buildsystem": "simple",
"build-commands": [
"cp -R wger/bin/ /app/wger",
"chmod +x /app/wger/wger",
"mkdir -p /app/bin/",
"mkdir -p /app/lib/",
"ln -s /app/wger/wger /app/bin/wger",
"install -Dm644 wger/icons/64x64/de.wger.flutter.png /app/share/icons/hicolor/64x64/apps/de.wger.flutter.png",
"install -Dm644 wger/icons/128x126/de.wger.flutter.png /app/share/icons/hicolor/128x126/apps/de.wger.flutter.png",
"install -Dm644 wger/icons/512x512/de.wger.flutter.png /app/share/icons/hicolor/512x512/apps/de.wger.flutter.png",
"install -Dm644 wger/de.wger.flutter.desktop /app/share/applications/de.wger.flutter.desktop",
"install -Dm644 wger/de.wger.flutter.metainfo.xml /app/share/metainfo/de.wger.flutter.metainfo.xml"
],
"sources": [
{
"type": "archive",
"only-arches": [
"x86_64"
],
"url": "https://github.com/wger-project/flutter/releases/download/1.7.8/wger-linux-x86_64.tar.gz",
"sha256": "c18a112baa22f52fef7e13ddac1b9b2091051af9b64fed19c72413de7bdb14e9",
"dest": "wger"
}
]
}
]
}