-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuk.co.piggz.amazfish.json
154 lines (154 loc) · 4.18 KB
/
uk.co.piggz.amazfish.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"app-id": "uk.co.piggz.amazfish",
"runtime": "org.kde.Platform",
"runtime-version": "5.15-23.08",
"sdk": "org.kde.Sdk",
"command": "run-amazfish.sh",
"rename-icon": "harbour-amazfish-ui",
"rename-desktop-file": "harbour-amazfish-ui.desktop",
"rename-appdata-file": "harbour-amazfish-ui.appdata.xml",
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--device=dri",
"--system-talk-name=org.bluez",
"--talk-name=org.mpris.MediaPlayer2.*",
"--talk-name=io.github.rinigus.PureMaps",
"--talk-name=org.freedesktop.Notifications"
],
"modules": [
{
"name": "nemo-qml-plugin-dbus",
"buildsystem": "qmake",
"builddir": true,
"cleanup": [
"/include"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/sailfishos/nemo-qml-plugin-dbus/archive/refs/tags/2.1.33.tar.gz",
"sha256": "08d1bdc5eac5eba2197f2c1e04a7e851437724331215059db1d68828dbf3b0a8"
},
{
"type": "patch",
"path": "nemodbus-qmake.patch"
}
]
},
{
"name": "qtmpris",
"buildsystem": "qmake",
"builddir": true,
"cleanup": [
"/include"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/sailfishos/qtmpris/archive/refs/tags/1.0.6.tar.gz",
"sha256": "384eac76ec7d29d1de6fa93c45007ccd506d6cc0e4c69e19d4250e16cc0f34a2"
},
{
"type": "patch",
"path": "qtmpris-qmake.patch"
}
]
},
{
"name": "libkdb3",
"buildsystem": "cmake-ninja",
"builddir": true,
"cleanup": [
"/include",
"/mkspecs"
],
"sources": [
{
"type": "archive",
"url": "https://invent.kde.org/libraries/kdb/-/archive/tags/v3.2.0/kdb-v3.2.0.tar.gz",
"sha256": "3a5c660f0080c6971ac1046be84a0accd86a5296e9df4c585b1b91361b5eed20"
},
{
"type": "patch",
"path": "6.patch"
},
{
"type": "patch",
"path": "upstream_Fix-build-with-newer-Qt.patch"
},
{
"type": "patch",
"path": "libkdb3-features.patch"
}
]
},
{
"name": "maplibre-gl-native-qt",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DMLN_QT_WITH_WIDGETS=OFF",
"-DMLN_QT_WITH_LOCATION=OFF",
"-DMLN_QT_WITH_INTERNAL_ICU=ON"
],
"post-install": [
"ln -s /app/include/qt5/* /app/include"
],
"sources": [
{
"type": "git",
"url": "https://github.com/maplibre/maplibre-native-qt.git",
"commit": "85673cbe94d6ec0d9e7a35952375c24cb5f51589",
"disable-shallow-clone": true
}
]
},
{
"name": "mapbox-gl-qml",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DQT_INSTALL_QML=/app/lib/qml"
],
"sources": [
{
"type": "git",
"url": "https://github.com/rinigus/mapbox-gl-qml.git",
"commit": "0ad5328c47cb717e42bbad49e6261808de8750a0"
}
]
},
{
"name": "harbour-amazfish",
"buildsystem": "qmake",
"config-opts": [
"FLAVOR=kirigami",
"DISABLE_SYSTEMD=yes"
],
"build-options": {
"env": [
"QMAKEPATH=/app"
]
},
"post-install": [
"install -Dm755 run-amazfish.sh /app/bin/run-amazfish.sh",
"install -Dm644 ui/icons/128x128/harbour-amazfish-ui.png /app/share/icons/hicolor/128x128/apps/harbour-amazfish-ui.png",
"install -Dm644 ui/harbour-amazfish-ui.appdata.xml /app/share/appdata/harbour-amazfish-ui.appdata.xml",
"desktop-file-edit --set-key=Exec --set-value='run-amazfish.sh' /app/share/applications/harbour-amazfish-ui.desktop"
],
"sources": [
{
"type": "git",
"url": "https://github.com/piggz/harbour-amazfish.git",
"commit": "847a2b9b7082de6b149e5e2a379f3b9523864220"
},
{
"type": "file",
"path": "run-amazfish.sh"
}
]
}
]
}