Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kausch <robert.kausch@freac.org>2021-10-31 00:23:36 +0300
committerPatrick <tingping@tingping.se>2021-10-31 03:37:56 +0300
commite288f62c66f42af4a3b95920b316ac8a8c03bbf0 (patch)
tree7b78eeffde827c5344c99c2cf80e31160f54dc14
parent2c2f8fef2e926ff03158c0b3341526cce1b405ac (diff)
mac: update to 7.14
-rw-r--r--mac/mac.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/mac/mac.json b/mac/mac.json
index 4954df7..26ee4bf 100644
--- a/mac/mac.json
+++ b/mac/mac.json
@@ -1,9 +1,9 @@
{
"name": "libmac",
- "buildsystem": "simple",
- "build-commands": [
- "make -f Source/Projects/NonWindows/Makefile -j $FLATPAK_BUILDER_N_JOBS",
- "make -f Source/Projects/NonWindows/Makefile prefix=/app install"
+ "subdir": "Source/Projects/NonWindows",
+ "no-autogen": true,
+ "make-install-args": [
+ "prefix=/app"
],
"cleanup": [
"/include/MAC"
@@ -11,8 +11,8 @@
"sources": [
{
"type": "archive",
- "url": "https://freac.org/patches/MAC_SDK_629.zip",
- "sha256": "af62c05d83c003c3af8772c01ca8796b8f2ac75a2f5ce1af183ab021cd7f3cf0",
+ "url": "https://freac.org/patches/MAC_SDK_714.zip",
+ "sha256": "42b35472d8fb5704f694229399615069d155b5e13b8652ad922667845dbb2a96",
"strip-components": 0
}
]