From 67669f4381dd4365c5311ebaac2c9406407f8eab Mon Sep 17 00:00:00 2001 From: Totto16 Date: Sun, 8 Sep 2024 16:46:20 +0200 Subject: [PATCH 1/5] buil: update flatpak runtime to 24.08 --- .github/workflows/flatpak.yml | 2 +- com.github.mgerhold.OOPetris.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index a0e81d00..162fdc0f 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -13,7 +13,7 @@ jobs: name: "Flatpak build" runs-on: ubuntu-24.04 container: - image: bilelmoussaoui/flatpak-github-actions:freedesktop-23.08 + image: bilelmoussaoui/flatpak-github-actions:freedesktop-24.08 options: --privileged steps: - uses: actions/checkout@v4 diff --git a/com.github.mgerhold.OOPetris.yml b/com.github.mgerhold.OOPetris.yml index de6bad30..14be55a0 100644 --- a/com.github.mgerhold.OOPetris.yml +++ b/com.github.mgerhold.OOPetris.yml @@ -1,6 +1,6 @@ app-id: com.github.mgerhold.OOPetris runtime: org.freedesktop.Platform -runtime-version: "23.08" +runtime-version: "24.08" sdk: org.freedesktop.Sdk command: oopetris modules: From d0fee82c169acf94cf79f1dcbd1dc28d1ad83393 Mon Sep 17 00:00:00 2001 From: Totto16 Date: Tue, 17 Sep 2024 18:15:58 +0200 Subject: [PATCH 2/5] dependencies: update argparse to 3.1 --- subprojects/argparse.wrap | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/subprojects/argparse.wrap b/subprojects/argparse.wrap index 4d3c1ec1..26aacb5e 100644 --- a/subprojects/argparse.wrap +++ b/subprojects/argparse.wrap @@ -1,13 +1,13 @@ [wrap-file] -directory = argparse-3.0 -source_url = https://github.com/p-ranav/argparse/archive/refs/tags/v3.0.tar.gz -source_filename = argparse-3.0.tar.gz -source_hash = ba7b465759bb01069d57302855eaf4d1f7d677f21ad7b0b00b92939645c30f47 -patch_filename = argparse_3.0-1_patch.zip -patch_url = https://wrapdb.mesonbuild.com/v2/argparse_3.0-1/get_patch -patch_hash = f83ed766f07c830d3922676c67959f2078a055c07bd360f19e0e114d375d1037 -source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/argparse_3.0-1/argparse-3.0.tar.gz -wrapdb_version = 3.0-1 +directory = argparse-3.1 +source_url = https://github.com/p-ranav/argparse/archive/refs/tags/v3.1.tar.gz +source_filename = argparse-3.1.tar.gz +source_hash = d01733552ca4a18ab501ae8b8be878131baa32e89090fafdeef018ebfa4c6e46 +patch_filename = argparse_3.1-1_patch.zip +patch_url = https://wrapdb.mesonbuild.com/v2/argparse_3.1-1/get_patch +patch_hash = f7503f5f633dfe7bda7fbf51372afbd1ebc2ec496d14d1daf37d0af36b2bebab +source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/argparse_3.1-1/argparse-3.1.tar.gz +wrapdb_version = 3.1-1 [provide] argparse = argparse_dep From fa08c06b522202a14a30be3e021d2e8632b3517a Mon Sep 17 00:00:00 2001 From: Totto16 Date: Tue, 17 Sep 2024 18:27:04 +0200 Subject: [PATCH 3/5] dependencies: update cpp-httplib to 0.18.0 --- subprojects/cpp-httplib.wrap | 14 +++++++------- ....3_mingw.diff => cpp-httplib-0.18.0_mingw.diff} | 0 2 files changed, 7 insertions(+), 7 deletions(-) rename subprojects/packagefiles/{cpp-httplib-0.17.3_mingw.diff => cpp-httplib-0.18.0_mingw.diff} (100%) diff --git a/subprojects/cpp-httplib.wrap b/subprojects/cpp-httplib.wrap index 65c91cfc..9702e42b 100644 --- a/subprojects/cpp-httplib.wrap +++ b/subprojects/cpp-httplib.wrap @@ -1,11 +1,11 @@ [wrap-file] -directory = cpp-httplib-0.17.3 -source_url = https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.17.3.tar.gz -source_filename = cpp-httplib-0.17.3.tar.gz -source_hash = 95bd6dba4241656c59d6f0854d408d14c220f7c71e673319ee27d30aee741aaa -source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cpp-httplib_0.17.3-1/cpp-httplib-0.17.3.tar.gz -wrapdb_version = 0.17.3-1 -diff_files = cpp-httplib-0.17.3_mingw.diff +directory = cpp-httplib-0.18.0 +source_url = https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.18.0.tar.gz +source_filename = cpp-httplib-0.18.0.tar.gz +source_hash = 6ed5894bbbc4a34a0f4c5e962672d0003d2ea099bbadacc66f6dee2b213ff394 +source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cpp-httplib_0.18.0-1/cpp-httplib-0.18.0.tar.gz +wrapdb_version = 0.18.0-1 +diff_files = cpp-httplib-0.18.0_mingw.diff [provide] cpp-httplib = cpp_httplib_dep diff --git a/subprojects/packagefiles/cpp-httplib-0.17.3_mingw.diff b/subprojects/packagefiles/cpp-httplib-0.18.0_mingw.diff similarity index 100% rename from subprojects/packagefiles/cpp-httplib-0.17.3_mingw.diff rename to subprojects/packagefiles/cpp-httplib-0.18.0_mingw.diff From 1e6897ab05c1a8482f5026043e1a0a9c0f60c3aa Mon Sep 17 00:00:00 2001 From: Totto16 Date: Tue, 17 Sep 2024 18:28:58 +0200 Subject: [PATCH 4/5] dependencies: update fmt to 11.0.2 --- subprojects/fmt.wrap | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/subprojects/fmt.wrap b/subprojects/fmt.wrap index 2dc33582..e4c65b1f 100644 --- a/subprojects/fmt.wrap +++ b/subprojects/fmt.wrap @@ -1,13 +1,13 @@ [wrap-file] -directory = fmt-11.0.1 -source_url = https://github.com/fmtlib/fmt/archive/11.0.1.tar.gz -source_filename = fmt-11.0.1.tar.gz -source_hash = 7d009f7f89ac84c0a83f79ed602463d092fbf66763766a907c97fd02b100f5e9 -patch_filename = fmt_11.0.1-1_patch.zip -patch_url = https://wrapdb.mesonbuild.com/v2/fmt_11.0.1-1/get_patch -patch_hash = 0a8b93d1ee6d84a82d3872a9bfb4c3977d8a53f7f484d42d1f7ed63ed496d549 -source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/fmt_11.0.1-1/fmt-11.0.1.tar.gz -wrapdb_version = 11.0.1-1 +directory = fmt-11.0.2 +source_url = https://github.com/fmtlib/fmt/archive/11.0.2.tar.gz +source_filename = fmt-11.0.2.tar.gz +source_hash = 6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f +patch_filename = fmt_11.0.2-1_patch.zip +patch_url = https://wrapdb.mesonbuild.com/v2/fmt_11.0.2-1/get_patch +patch_hash = 90c9e3b8e8f29713d40ca949f6f93ad115d78d7fb921064112bc6179e6427c5e +source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/fmt_11.0.2-1/fmt-11.0.2.tar.gz +wrapdb_version = 11.0.2-1 diff_files = fmt_dependency_override.diff [provide] From 8927504d17b69c16165ad1a6298db9a4754cefd2 Mon Sep 17 00:00:00 2001 From: Totto16 Date: Tue, 17 Sep 2024 18:29:10 +0200 Subject: [PATCH 5/5] dependencies: update libpng to 1.6.44 --- subprojects/libpng.wrap | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/subprojects/libpng.wrap b/subprojects/libpng.wrap index 2c5f9c6a..06044a95 100644 --- a/subprojects/libpng.wrap +++ b/subprojects/libpng.wrap @@ -1,13 +1,13 @@ [wrap-file] -directory = libpng-1.6.43 -source_url = https://github.com/glennrp/libpng/archive/v1.6.43.tar.gz -source_filename = libpng-1.6.43.tar.gz -source_hash = fecc95b46cf05e8e3fc8a414750e0ba5aad00d89e9fdf175e94ff041caf1a03a -patch_filename = libpng_1.6.43-2_patch.zip -patch_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.43-2/get_patch -patch_hash = 49951297edf03e81d925ab03726555f09994ad1ed78fb539a269216430eef3da -source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libpng_1.6.43-2/libpng-1.6.43.tar.gz -wrapdb_version = 1.6.43-2 +directory = libpng-1.6.44 +source_url = https://github.com/glennrp/libpng/archive/v1.6.44.tar.gz +source_filename = libpng-1.6.44.tar.gz +source_hash = 0ef5b633d0c65f780c4fced27ff832998e71478c13b45dfb6e94f23a82f64f7c +patch_filename = libpng_1.6.44-1_patch.zip +patch_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.44-1/get_patch +patch_hash = 394b07614c45fbd1beac8b660386216a490fe12f841a1a445799b676c9c892fb +source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libpng_1.6.44-1/libpng-1.6.44.tar.gz +wrapdb_version = 1.6.44-1 [provide] libpng = libpng_dep