Skip to content

Commit 4abb2bc

Browse files
Merge pull request #4 from flathub/feature-xal
initial feature-xal-0.0.4
2 parents 077a54e + 8def458 commit 4abb2bc

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

io.mrarm.mcpelauncher.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,26 @@
212212
"name": "msa-manifest",
213213
"buildsystem": "cmake-ninja",
214214
"build-options" : {
215-
"config-opts": [ "-DENABLE_MSA_QT_UI=ON", "-DMSA_UI_PATH_DEV=OFF" ]
215+
"config-opts": [ "-DENABLE_MSA_QT_UI=ON", "-DMSA_UI_PATH_DEV=OFF", "-DFETCHCONTENT_SOURCE_DIR_NLOHMANN_JSON_EXT=nlohmann_json_ext" ]
216216
},
217217
"sources": [
218218
{
219219
"type": "git",
220220
"url": "https://github.com/minecraft-linux/msa-manifest.git",
221-
"commit": "cf50cca29ac382c252f6ad039fac5351e5fb6be7"
221+
"commit": "5516aa111c335c28b09724280522b0f9624aa38e"
222+
},
223+
{
224+
"type": "file",
225+
"url": "https://github.com/nlohmann/json/releases/download/v3.7.3/include.zip",
226+
"sha512": "8efd82a54472335e548d0d5c375b6f2781b4a0f2dbc5aa0acc3f504277ec455e0782046286cf08eb4864ac8bcaa1a9691af8d0259dd71a9e539cfc12e0478eb5",
227+
"dest-filename": "nlohmann_json_ext.zip"
228+
},
229+
{
230+
"type": "shell",
231+
"commands": [
232+
"mkdir nlohmann_json_ext",
233+
"cd nlohmann_json_ext && unzip ../nlohmann_json_ext.zip"
234+
]
222235
}
223236
]
224237
},
@@ -290,7 +303,7 @@
290303
{
291304
"type": "git",
292305
"url": "https://github.com/minecraft-linux/mcpelauncher-manifest.git",
293-
"commit": "87aa068ff00b88ebc5817d8828c3613fc6bd3850"
306+
"commit": "eb5b3bc94c41143a970c9b6cf4732d617074c7b5"
294307
},
295308
{
296309
"type": "file",

io.mrarm.mcpelauncher.metainfo.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@
4242
</content_rating>
4343

4444
<releases>
45+
<release version="0.0.4" date="2020-08-19">
46+
<description>
47+
<p>
48+
1.16.20.03 now supported, new xbox live implementation, only for x86_64
49+
</p>
50+
</description>
51+
</release>
4552
<release version="0.0.3" date="2020-06-29">
4653
<description>
4754
<p>

0 commit comments

Comments
 (0)