From ec52460de9129efa05384809154666c165efcf36 Mon Sep 17 00:00:00 2001 From: nokoe Date: Fri, 12 Jul 2024 14:46:56 +0200 Subject: init --- custom.py | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 custom.py (limited to 'custom.py') diff --git a/custom.py b/custom.py new file mode 100644 index 0000000..1b10dcb --- /dev/null +++ b/custom.py @@ -0,0 +1,44 @@ +platform = "linuxbsd" +CCFLAGS = "-I/app/include" +prefix = "/app" +unix_global_settings_path = "/app" +progress = "no" +builtin_freetype = "no" +builtin_libogg = "no" +builtin_libpng = "no" +builtin_libtheora = "no" +builtin_libvorbis = "no" +builtin_libwebp = "no" +builtin_libvpx = "no" +builtin_zlib = "no" +builtin_freetype = "no" +builtin_graphite = "no" +builtin_harfbuzz = "no" +udev = "no" +production = "yes" + +# Generated using https://godot-build-options-generator.github.io + +production = "yes" +minizip = "no" +module_bmp_enabled = "no" +module_camera_enabled = "no" +module_csg_enabled = "no" +module_dds_enabled = "no" +module_enet_enabled = "no" +module_gltf_enabled = "no" +module_gridmap_enabled = "no" +module_jsonrpc_enabled = "no" +module_ktx_enabled = "no" +module_minimp3_enabled = "no" +module_mobile_vr_enabled = "no" +module_msdfgen_enabled = "no" +module_multiplayer_enabled = "no" +module_navigation_enabled = "no" +module_openxr_enabled = "no" +module_regex_enabled = "no" +module_upnp_enabled = "no" +module_vhacd_enabled = "no" +module_webrtc_enabled = "no" +module_webxr_enabled = "no" +module_zip_enabled = "no" \ No newline at end of file -- cgit v1.2.3-70-g09d2 From 3bf351e5647af67716ea56f51d738a8d9c85ff0a Mon Sep 17 00:00:00 2001 From: nokoe Date: Sun, 14 Jul 2024 21:38:41 +0200 Subject: v1.2.0 --- custom.py | 2 +- hurrycurry | 2 +- org.metamuffin.hurrycurry.client.metainfo.xml | 8 ++++++-- org.metamuffin.hurrycurry.client.yaml | 6 +++--- 4 files changed, 11 insertions(+), 7 deletions(-) (limited to 'custom.py') diff --git a/custom.py b/custom.py index 1b10dcb..0521dd4 100644 --- a/custom.py +++ b/custom.py @@ -41,4 +41,4 @@ module_upnp_enabled = "no" module_vhacd_enabled = "no" module_webrtc_enabled = "no" module_webxr_enabled = "no" -module_zip_enabled = "no" \ No newline at end of file +module_zip_enabled = "no" diff --git a/hurrycurry b/hurrycurry index b2867cc..c8a53b1 100644 --- a/hurrycurry +++ b/hurrycurry @@ -1,2 +1,2 @@ #!/bin/sh -godot --main-pack /app/share/hurrycurry/client.pck \ No newline at end of file +godot --main-pack /app/share/hurrycurry/client.pck diff --git a/org.metamuffin.hurrycurry.client.metainfo.xml b/org.metamuffin.hurrycurry.client.metainfo.xml index e869adb..c9a0c61 100644 --- a/org.metamuffin.hurrycurry.client.metainfo.xml +++ b/org.metamuffin.hurrycurry.client.metainfo.xml @@ -82,13 +82,17 @@ + + Apple Biscuit + https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.2.0 + Post-Jam Release https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.1.0 - Purism Game jam release + Purism Game Jam release https://codeberg.org/hurrycurry/hurrycurry/releases/tag/v1.0.0 - \ No newline at end of file + diff --git a/org.metamuffin.hurrycurry.client.yaml b/org.metamuffin.hurrycurry.client.yaml index 9eba529..166644d 100644 --- a/org.metamuffin.hurrycurry.client.yaml +++ b/org.metamuffin.hurrycurry.client.yaml @@ -57,12 +57,12 @@ modules: buildsystem: simple sources: - type: archive - sha256: 5431d188965b357e7ab03892660a5feba508d22b759f57f405d87544ccbd645b - url: https://codeberg.org/hurrycurry/hurrycurry/archive/v1.1.0.tar.gz + sha256: 6baa82e48a24544ff1aecdc93c35621d81d2871bf74cb8b4735ca5a308da1459 + url: https://codeberg.org/hurrycurry/hurrycurry/archive/v1.2.0.tar.gz - type: file sha256: cddc72a740395eaa760c2eb8e757a3f14ec377a286f257df542bd62614c6583a - url: https://s.metamuffin.org/static/hurrycurry/book.webp.tar.zst + url: https://s.metamuffin.org/static/hurrycurry-1.2/book.webp.tar.zst - type: file path: hurrycurry -- cgit v1.2.3-70-g09d2