diff --git a/Platform-v2.0/Wine/.gitignore b/Platform-v2.0/Wine/.gitignore new file mode 100644 index 0000000..35ded7a --- /dev/null +++ b/Platform-v2.0/Wine/.gitignore @@ -0,0 +1 @@ +/scripts \ No newline at end of file diff --git a/Platform-v2.0/Wine/Wine-staging-x86_64.yaml b/Platform-v2.0/Wine/Wine-staging-x86_64.yaml index 3b77d2c..782aa5b 100644 --- a/Platform-v2.0/Wine/Wine-staging-x86_64.yaml +++ b/Platform-v2.0/Wine/Wine-staging-x86_64.yaml @@ -8,6 +8,7 @@ branch: "{{VERSION}}-staging" sdk: de.marko10_000.winebarrels.Sdk runtime: de.marko10_000.winebarrels.Platform runtime-version: "v2.0" +separate-locales: false inherit-extensions: - org.freedesktop.Platform.GL32 @@ -22,6 +23,11 @@ inherit-extensions: - de.marko10_000.winebarrels.Platform.Gecko - de.marko10_000.winebarrels.Platform.Mono +build-options: + env: + - SOURCE_DATE_EPOCH=1 + - FLATPAK_BUILDER_N_JOBS=1 + - HOME=/tmp modules: - name: test-arch buildsystem: simple @@ -34,17 +40,33 @@ modules: - type: archive url: {{WINE_SOURCE}} sha256: {{WINE_SOURCE_SHA256}} - - type: archive - url: "{{WINE_SOURCE_STAGING}}" - sha256: "{{WINE_SOURCE_STAGING_SHA256}}" + - type: git + url: https://github.com/wine-staging/wine-staging.git + tag: "{{WINE_TAG_STAGING}}" + commit: "{{WINE_TAG_STAGING_COMMIT}}" dest: wine-staging-patches - type: shell commands: - wine-staging-patches/patches/patchinstall.sh --all + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_pub1.diff + sha256: e8ab1abeae7191ebd6f9055238fa38e7d946e9cb492537e4387f54f94b008b1d + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_pub1_fix_old.diff + sha256: 2380b9f133a3869e83826701a4e5d36fab57daca59377138bc2116a846055fd0 + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_ignore_env.diff + sha256: 38e8d54c305cde5eb06b4f343933edf7fef6b0f3b0eeb673e7aea15d535a9986 + - type: shell + commands: + - "git apply -v deterministic_pub1.diff || (echo !!! OLD VERSION !!! && git apply -v deterministic_pub1_fix_old.diff)" + - git apply -v deterministic_ignore_env.diff + - rm deterministic_pub1.diff deterministic_pub1_fix_old.diff deterministic_ignore_env.diff config-opts: - --disable-tests - --enable-win64 - --with-x + - --without-mingw - CROSSCC=ccache x86_64-w64-mingw32-gcc builddir: true build-options: @@ -62,23 +84,40 @@ modules: - type: archive url: {{WINE_SOURCE}} sha256: {{WINE_SOURCE_SHA256}} - - type: archive - url: "{{WINE_SOURCE_STAGING}}" - sha256: "{{WINE_SOURCE_STAGING_SHA256}}" + - type: git + url: https://github.com/wine-staging/wine-staging.git + tag: "{{WINE_TAG_STAGING}}" + commit: "{{WINE_TAG_STAGING_COMMIT}}" dest: wine-staging-patches - type: shell commands: - wine-staging-patches/patches/patchinstall.sh --all + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_pub1.diff + sha256: e8ab1abeae7191ebd6f9055238fa38e7d946e9cb492537e4387f54f94b008b1d + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_pub1_fix_old.diff + sha256: 2380b9f133a3869e83826701a4e5d36fab57daca59377138bc2116a846055fd0 + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_ignore_env.diff + sha256: 38e8d54c305cde5eb06b4f343933edf7fef6b0f3b0eeb673e7aea15d535a9986 + - type: shell + commands: + - "git apply -v deterministic_pub1.diff || (echo !!! OLD VERSION !!! && git apply -v deterministic_pub1_fix_old.diff)" + - git apply -v deterministic_ignore_env.diff + - rm deterministic_pub1.diff deterministic_pub1_fix_old.diff deterministic_ignore_env.diff config-opts: - --disable-tests - --disable-win64 - --libdir=/usr/lib32 - --with-wine64=/usr/tmp/64bit/_flatpak_build - --with-x + - --without-mingw - CROSSCC=ccache i686-w64-mingw32-gcc builddir: true build-options: ldflags-override: true + no-debuginfo-compression: true post-install: - find /usr/lib32/wine -name \*.dll -exec strip --strip-debug '{}' \; - find /usr/lib32/wine -name \*.exe -exec strip --strip-debug '{}' \; @@ -88,8 +127,13 @@ modules: - cd /usr/tmp/64bit/_flatpak_build && make install - find /usr/lib/x86_64-linux-gnu/wine -name \*.dll -exec strip -v --strip-debug '{}' \; - find /usr/lib/x86_64-linux-gnu/wine -name \*.exe -exec strip -v --strip-debug '{}' \; + build-options: + no-debuginfo-compression: true cleanup-platform: - /include - "*.a" - "*.la" + - /share/info + - /share/doc + - /share/man diff --git a/Platform-v2.0/Wine/Wine-x86_64.yaml b/Platform-v2.0/Wine/Wine-x86_64.yaml index 8d336c8..f050887 100644 --- a/Platform-v2.0/Wine/Wine-x86_64.yaml +++ b/Platform-v2.0/Wine/Wine-x86_64.yaml @@ -8,6 +8,7 @@ branch: "{{VERSION}}" sdk: de.marko10_000.winebarrels.Sdk runtime: de.marko10_000.winebarrels.Platform runtime-version: "v2.0" +separate-locales: false inherit-extensions: - org.freedesktop.Platform.GL32 @@ -22,6 +23,11 @@ inherit-extensions: - de.marko10_000.winebarrels.Platform.Gecko - de.marko10_000.winebarrels.Platform.Mono +build-options: + env: + - SOURCE_DATE_EPOCH=1 + - FLATPAK_BUILDER_N_JOBS=1 + - HOME=/tmp modules: - name: test-arch buildsystem: simple @@ -34,10 +40,25 @@ modules: - type: archive url: {{WINE_SOURCE}} sha256: {{WINE_SOURCE_SHA256}} + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_pub1.diff + sha256: e8ab1abeae7191ebd6f9055238fa38e7d946e9cb492537e4387f54f94b008b1d + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_pub1_fix_old.diff + sha256: 2380b9f133a3869e83826701a4e5d36fab57daca59377138bc2116a846055fd0 + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_ignore_env.diff + sha256: 38e8d54c305cde5eb06b4f343933edf7fef6b0f3b0eeb673e7aea15d535a9986 + - type: shell + commands: + - "git apply -v deterministic_pub1.diff || (echo !!! OLD VERSION !!! && git apply -v deterministic_pub1_fix_old.diff)" + - git apply -v deterministic_ignore_env.diff + - rm deterministic_pub1.diff deterministic_pub1_fix_old.diff deterministic_ignore_env.diff config-opts: - --disable-tests - --enable-win64 - --with-x + - --without-mingw - CROSSCC=ccache x86_64-w64-mingw32-gcc builddir: true build-options: @@ -55,16 +76,32 @@ modules: - type: archive url: {{WINE_SOURCE}} sha256: {{WINE_SOURCE_SHA256}} + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_pub1.diff + sha256: e8ab1abeae7191ebd6f9055238fa38e7d946e9cb492537e4387f54f94b008b1d + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_pub1_fix_old.diff + sha256: 2380b9f133a3869e83826701a4e5d36fab57daca59377138bc2116a846055fd0 + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_ignore_env.diff + sha256: 38e8d54c305cde5eb06b4f343933edf7fef6b0f3b0eeb673e7aea15d535a9986 + - type: shell + commands: + - "git apply -v deterministic_pub1.diff || (echo !!! OLD VERSION !!! && git apply -v deterministic_pub1_fix_old.diff)" + - git apply -v deterministic_ignore_env.diff + - rm deterministic_pub1.diff deterministic_pub1_fix_old.diff deterministic_ignore_env.diff config-opts: - --disable-tests - --disable-win64 - --libdir=/usr/lib32 - --with-wine64=/usr/tmp/64bit/_flatpak_build - --with-x + - --without-mingw - CROSSCC=ccache i686-w64-mingw32-gcc builddir: true build-options: ldflags-override: true + no-debuginfo-compression: true post-install: - find /usr/lib32/wine -name \*.dll -exec strip -v --strip-debug '{}' \; - find /usr/lib32/wine -name \*.exe -exec strip -v --strip-debug '{}' \; @@ -74,8 +111,13 @@ modules: - cd /usr/tmp/64bit/_flatpak_build && make install - find /usr/lib/x86_64-linux-gnu/wine -name \*.dll -exec strip -v --strip-debug '{}' \; - find /usr/lib/x86_64-linux-gnu/wine -name \*.exe -exec strip -v --strip-debug '{}' \; + build-options: + no-debuginfo-compression: true cleanup-platform: - /include - "*.a" - "*.la" + - /share/info + - /share/doc + - /share/man diff --git a/Platform-v2.0/Wine/build.sh b/Platform-v2.0/Wine/build.sh index e1f1b76..acd6233 100755 --- a/Platform-v2.0/Wine/build.sh +++ b/Platform-v2.0/Wine/build.sh @@ -1,6 +1,7 @@ #! /usr/bin/env bash # Args: [] -CONFIG_DIR="$(dirname "$0")" && -"$CONFIG_DIR/versions.py" "$CONFIG_DIR/build_amd64.sh" " $1" "$2" && -"$CONFIG_DIR/versions.py" -s "$CONFIG_DIR/build_amd64.sh" " $1" "$2" \ No newline at end of file +export VERSIONS_OUT="$(dirname "$0")/scripts" && +mkdir -p "$VERSIONS_OUT" && +"$(dirname "$0")/../../tools/run_versions.sh" "$(dirname "$0")/Wine-x86_64.yaml" "$(dirname "$0")/../wine_sources.yaml" "$(dirname "$0")/../build_amd64.sh" "$1" "$2" && +"$(dirname "$0")/../../tools/run_versions.sh" "$(dirname "$0")/Wine-staging-x86_64.yaml" "$(dirname "$0")/../wine_sources.yaml" "$(dirname "$0")/../build_amd64.sh" "$1" "$2" \ No newline at end of file diff --git a/Platform-v2.0/Wine/build_amd64.sh b/Platform-v2.0/Wine/build_amd64.sh deleted file mode 100755 index 3fa5d55..0000000 --- a/Platform-v2.0/Wine/build_amd64.sh +++ /dev/null @@ -1,4 +0,0 @@ -#! /usr/bin/env bash -# Args: [] - -exec "$(dirname "$0")/../../tools/build_when_required.sh" "$1" x86_64 "$2" "$3" \ No newline at end of file diff --git a/Platform-v2.0/Wine/sources.yaml b/Platform-v2.0/Wine/sources.yaml deleted file mode 100644 index 02c4388..0000000 --- a/Platform-v2.0/Wine/sources.yaml +++ /dev/null @@ -1,15 +0,0 @@ -"5.0": - "WINE_SOURCE": "https://dl.winehq.org/wine/source/5.0/wine-5.0.tar.xz" - "WINE_SOURCE_STAGING": "https://github.com/wine-staging/wine-staging/archive/v5.0.tar.gz" - "WINE_SOURCE_SHA256": "181550ba69a80b00c631f80c28ff7642264613bbecdb0c0fc04d6534866713b4" - "WINE_SOURCE_STAGING_SHA256": "5c3f282cd595a7114e7f1131044f89f0c84a2499a5fe34f1b2fb38954464edc2" -"5.1": - "WINE_SOURCE": "https://dl.winehq.org/wine/source/5.x/wine-5.1.tar.xz" - "WINE_SOURCE_STAGING": "https://github.com/wine-staging/wine-staging/archive/v5.1.tar.gz" - "WINE_SOURCE_SHA256": "de8380f78bb0dc0f0ee26a8f16675f8c80c0bf45cf4e305acb82eb9ec3c2c9cd" - "WINE_SOURCE_STAGING_SHA256": "810f9841cdd1645cad615a7640765159036ac5f79b5f4bfe9c71ede920d9d91f" -"5.2": - "WINE_SOURCE": "https://dl.winehq.org/wine/source/5.x/wine-5.2.tar.xz" - "WINE_SOURCE_STAGING": "https://github.com/wine-staging/wine-staging/archive/v5.2.tar.gz" - "WINE_SOURCE_SHA256": "c10c9c34f0eade1d1063ce983e6f1ad8904c9cb604d8fea4df5e1cefdba85d40" - "WINE_SOURCE_STAGING_SHA256": "b0a477df57098cca41c78b18119a5172f6704587d8eae8816508ad70f46229e3" \ No newline at end of file diff --git a/Platform-v2.0/Wine/versions.py b/Platform-v2.0/Wine/versions.py deleted file mode 100755 index ee37827..0000000 --- a/Platform-v2.0/Wine/versions.py +++ /dev/null @@ -1,46 +0,0 @@ -#! /usr/bin/env python3 - -if __name__ == "__main__": - import argparse - import os - import subprocess - import sys - import tempfile - import yaml - - parser = argparse.ArgumentParser(description="Run script for all versions.") - parser.add_argument("script", metavar="script", type=str, nargs=1, - help="The script to run with the config file as argument.") - parser.add_argument("args", metavar="args", nargs='*', help="Args to add aditional.") - parser.add_argument("-s", "--staging", dest="staging", action="store_const", - const=True, default=False, help="Generate staging config.") - args = parser.parse_args() - - # Load configuration - ownPath = os.path.split(sys.argv[0])[0] - filePath = None - if args.staging: - filePath = os.path.join(ownPath, "Wine-staging-x86_64.yaml") - else: - filePath = os.path.join(ownPath, "Wine-x86_64.yaml") - fileData = open(filePath, "r").read() - config = yaml.load(open(os.path.join(ownPath, "sources.yaml"), "r").read(), Loader=yaml.SafeLoader) - - - # Run script for each version - for version, i in config.items(): - # Gen config file - tmp = fileData.replace("{{VERSION}}", version) - for jID, j in i.items(): - tmp = tmp.replace("{{" + jID + "}}", j) - - # Generate config file - outFile = tempfile.mktemp(".yaml") - with open(outFile, "w") as f: - f.write(tmp) - - # Call script - try: - subprocess.call([args.script[0], outFile] + args.args) - finally: - os.remove(outFile) \ No newline at end of file diff --git a/Platform-v2.0/WineApp/.gitignore b/Platform-v2.0/WineApp/.gitignore new file mode 100644 index 0000000..35ded7a --- /dev/null +++ b/Platform-v2.0/WineApp/.gitignore @@ -0,0 +1 @@ +/scripts \ No newline at end of file diff --git a/Platform-v2.0/WineApp/WineApp.yaml b/Platform-v2.0/WineApp/WineApp.yaml new file mode 100644 index 0000000..808350b --- /dev/null +++ b/Platform-v2.0/WineApp/WineApp.yaml @@ -0,0 +1,107 @@ +id: de.marko10_000.winebarrels.WineApp +branch: "{{VERSION}}" + +sdk: de.marko10_000.winebarrels.Sdk +runtime: de.marko10_000.winebarrels.Platform +runtime-version: "v2.0" +separate-locales: false + +build-options: + env: + - SOURCE_DATE_EPOCH=1 + - FLATPAK_BUILDER_N_JOBS=1 + - HOME=/tmp + +modules: + - name: test-arch + buildsystem: simple + build-commands: + - false + skip-arches: + - x86_64 + - name: wine-64bit-buildonly + sources: + - type: archive + url: {{WINE_SOURCE}} + sha256: {{WINE_SOURCE_SHA256}} + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_pub1.diff + sha256: e8ab1abeae7191ebd6f9055238fa38e7d946e9cb492537e4387f54f94b008b1d + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_pub1_fix_old.diff + sha256: 2380b9f133a3869e83826701a4e5d36fab57daca59377138bc2116a846055fd0 + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_ignore_env.diff + sha256: 38e8d54c305cde5eb06b4f343933edf7fef6b0f3b0eeb673e7aea15d535a9986 + - type: shell + commands: + - "git apply -v deterministic_pub1.diff || (echo !!! OLD VERSION !!! && git apply -v deterministic_pub1_fix_old.diff)" + - git apply -v deterministic_ignore_env.diff + - rm deterministic_pub1.diff deterministic_pub1_fix_old.diff deterministic_ignore_env.diff + config-opts: + - --enable-win64 + - --with-x + - --without-mingw + - CROSSCC=ccache x86_64-w64-mingw32-gcc + builddir: true + build-options: + ldflags-override: true + no-debuginfo: true + no-debuginfo-compression: true + strip: false + no-make-install: true + post-install: + - mkdir -pv /app/tmp/64bit && cp -rav ../. /app/tmp/64bit/ + cleanup: + - /tmp + - name: wine-32bit + sources: + - type: archive + url: {{WINE_SOURCE}} + sha256: {{WINE_SOURCE_SHA256}} + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_pub1.diff + sha256: e8ab1abeae7191ebd6f9055238fa38e7d946e9cb492537e4387f54f94b008b1d + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_pub1_fix_old.diff + sha256: 2380b9f133a3869e83826701a4e5d36fab57daca59377138bc2116a846055fd0 + - type: file + url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_ignore_env.diff + sha256: 38e8d54c305cde5eb06b4f343933edf7fef6b0f3b0eeb673e7aea15d535a9986 + - type: shell + commands: + - "git apply -v deterministic_pub1.diff || (echo !!! OLD VERSION !!! && git apply -v deterministic_pub1_fix_old.diff)" + - git apply -v deterministic_ignore_env.diff + - rm deterministic_pub1.diff deterministic_pub1_fix_old.diff deterministic_ignore_env.diff + config-opts: + - --disable-tests + - --disable-win64 + - --libdir=/app/lib32 + - --with-wine64=/app/tmp/64bit/_flatpak_build + - --with-x + - --without-mingw + - CROSSCC=ccache i686-w64-mingw32-gcc + builddir: true + build-options: + ldflags-override: true + no-debuginfo-compression: true + post-install: + - find /app/lib32/wine -name \*.dll -exec strip -v --strip-debug '{}' \; + - find /app/lib32/wine -name \*.exe -exec strip -v --strip-debug '{}' \; + - name: wine-64bit-install + buildsystem: simple + build-commands: + - cd /app/tmp/64bit/_flatpak_build && make install + - find /app/lib64/wine -name \*.dll -exec strip -v --strip-debug '{}' \; + - find /app/lib64/wine -name \*.exe -exec strip -v --strip-debug '{}' \; + - printenv > /app/build_env.txt + build-options: + no-debuginfo-compression: true + +cleanup: + - /include + - "*.a" + - "*.la" + - /share/info + - /share/doc + - /share/man diff --git a/Platform-v2.0/WineApp/build.sh b/Platform-v2.0/WineApp/build.sh new file mode 100755 index 0000000..a1b5319 --- /dev/null +++ b/Platform-v2.0/WineApp/build.sh @@ -0,0 +1,6 @@ +#! /usr/bin/env bash +# Args: [] + +export VERSIONS_OUT="$(dirname "$0")/scripts" && +mkdir -p "$VERSIONS_OUT" && +exec "$(dirname "$0")/../../tools/run_versions.sh" "$(dirname "$0")/WineApp.yaml" "$(dirname "$0")/../wine_sources.yaml" "$(dirname "$0")/../build_amd64.sh" "$1" "$2" diff --git a/Platform-v2.0/build_amd64.sh b/Platform-v2.0/build_amd64.sh new file mode 100755 index 0000000..8f9abcb --- /dev/null +++ b/Platform-v2.0/build_amd64.sh @@ -0,0 +1,4 @@ +#! /usr/bin/env bash +# Args: [] + +exec "$(dirname "$0")/../tools/build_when_required.sh" "$1" x86_64 "$2" "$3" diff --git a/Platform-v2.0/wine_sources.yaml b/Platform-v2.0/wine_sources.yaml new file mode 100644 index 0000000..21a5d66 --- /dev/null +++ b/Platform-v2.0/wine_sources.yaml @@ -0,0 +1,70 @@ +"5.0": + "WINE_SOURCE": "https://dl.winehq.org/wine/source/5.0/wine-5.0.tar.xz" + "WINE_SOURCE_SHA256": "181550ba69a80b00c631f80c28ff7642264613bbecdb0c0fc04d6534866713b4" + "WINE_TAG_STAGING": "v5.0" + "WINE_TAG_STAGING_COMMIT": "3ac1519f3454e13381f30827581336ec7e811232" +"5.0.1": + "WINE_SOURCE": "https://dl.winehq.org/wine/source/5.0/wine-5.0.1.tar.xz" + "WINE_SOURCE_SHA256": "12b13405c4bc0d6e1a3991c0b0542562669c9b7d8307f11ff75aa17378345894" + "WINE_TAG_STAGING": "v5.0" + "WINE_TAG_STAGING_COMMIT": "3ac1519f3454e13381f30827581336ec7e811232" +"5.1": + "WINE_SOURCE": "https://dl.winehq.org/wine/source/5.x/wine-5.1.tar.xz" + "WINE_SOURCE_SHA256": "de8380f78bb0dc0f0ee26a8f16675f8c80c0bf45cf4e305acb82eb9ec3c2c9cd" + "WINE_TAG_STAGING": "v5.1" + "WINE_TAG_STAGING_COMMIT": "b7c9feb3c10f07865be8b5d0e9a68871c0580c08" +"5.2": + "WINE_SOURCE": "https://dl.winehq.org/wine/source/5.x/wine-5.2.tar.xz" + "WINE_SOURCE_SHA256": "c10c9c34f0eade1d1063ce983e6f1ad8904c9cb604d8fea4df5e1cefdba85d40" + "WINE_TAG_STAGING": "v5.2" + "WINE_TAG_STAGING_COMMIT": "ede44e4e8f40d873efb402f576000c84843f1826" +"5.3": + "WINE_SOURCE": "https://dl.winehq.org/wine/source/5.x/wine-5.3.tar.xz" + "WINE_SOURCE_SHA256": "9b1bc7228bad80a014b6dc55ef17ef532c5a88fd8e477658dda02953cc907fde" + "WINE_TAG_STAGING": "v5.3" + "WINE_TAG_STAGING_COMMIT": "deeaa04aa4b97b4ae58526cb74fdbac2041b2591" +"5.4": + "WINE_SOURCE": "https://dl.winehq.org/wine/source/5.x/wine-5.4.tar.xz" + "WINE_SOURCE_SHA256": "4b3e2b0ffa5415f199540e6051c28c3976fce91ea5bfb2cf4a099c257317052c" + "WINE_TAG_STAGING": "v5.4" + "WINE_TAG_STAGING_COMMIT": "676dd026635ad0e7d96b91673de4592c51996ec2" +"5.5": + "WINE_SOURCE": "https://dl.winehq.org/wine/source/5.x/wine-5.5.tar.xz" + "WINE_SOURCE_SHA256": "a0e3139b0beaa8cd0cd3fbafc96cd6097df615caa7045f377aeccce70cddf5fc" + "WINE_TAG_STAGING": "v5.5" + "WINE_TAG_STAGING_COMMIT": "18f71258927085de37db9c5242f2629576200928" +"5.6": + "WINE_SOURCE": "https://dl.winehq.org/wine/source/5.x/wine-5.6.tar.xz" + "WINE_SOURCE_SHA256": "50198a7e71d58fbdc521bbfde8b45bd9727b6cff5c8f101b586bc455d1bc00e6" + "WINE_TAG_STAGING": "v5.6.1" + "WINE_TAG_STAGING_COMMIT": "4c160ec82a3b4fecf4818f307ffe6c6c13b9438b" +"5.7": + "WINE_SOURCE": "https://dl.winehq.org/wine/source/5.x/wine-5.7.tar.xz" + "WINE_SOURCE_SHA256": "16c99b9c6db56f75fcc2c6b3cbae400db1da1f750edba0249fd0fc288a9b4712" + "WINE_TAG_STAGING": "v5.7" + "WINE_TAG_STAGING_COMMIT": "2ad422ff4dc6b834fb770a22171c0b63bd9ace35" +"5.8": + "WINE_SOURCE": "https://dl.winehq.org/wine/source/5.x/wine-5.8.tar.xz" + "WINE_SOURCE_SHA256": "cbad04c261437abec16945cd7ca83c77950f3e03099d7e3f883a6ea7293233cf" + "WINE_TAG_STAGING": "v5.8" + "WINE_TAG_STAGING_COMMIT": "7d92cd315bf7ffc6a7cf7416820e8f0d476249b6" +"5.9": + "WINE_SOURCE": "https://dl.winehq.org/wine/source/5.x/wine-5.9.tar.xz" + "WINE_SOURCE_SHA256": "843e34b7c9bf413fd443fceba5946ef0f44a4c597b434d43927719f482b89583" + "WINE_TAG_STAGING": "v5.9" + "WINE_TAG_STAGING_COMMIT": "7b5a0e5a94f3b203adc367e7cc0ef4d33be13c9c" +"5.10": + "WINE_SOURCE": "https://dl.winehq.org/wine/source/5.x/wine-5.10.tar.xz" + "WINE_SOURCE_SHA256": "9baaa09216c817f61bce39626b869d1e387d436eccda3d9e054cfab84802333d" + "WINE_TAG_STAGING": "v5.10" + "WINE_TAG_STAGING_COMMIT": "8648971fa855c92e9bd73a7d5163a4d2c1d0f9a3" +"5.11": + "WINE_SOURCE": "https://dl.winehq.org/wine/source/5.x/wine-5.11.tar.xz" + "WINE_SOURCE_SHA256": "b3db23ce259ee07bf036d57021a9bedf6313064c38677ce7c0cc58db13821ae0" + "WINE_TAG_STAGING": "v5.11" + "WINE_TAG_STAGING_COMMIT": "3d9a927266818e2375ecf1675aa3a9f374d242b7" +"5.12": + "WINE_SOURCE": "https://dl.winehq.org/wine/source/5.x/wine-5.12.tar.xz" + "WINE_SOURCE_SHA256": "87f17254c6794ec6eeb7020b164c859983c9df0dacdd66d6449ff000498c842e" + "WINE_TAG_STAGING": "v5.12" + "WINE_TAG_STAGING_COMMIT": "2ecd3b8b8e63a1210b208968fe5f19512666fb9a" \ No newline at end of file diff --git a/tools b/tools index 6f4999c..52f3918 160000 --- a/tools +++ b/tools @@ -1 +1 @@ -Subproject commit 6f4999cb54432cf890fcefea3f8dd1cef3f5e176 +Subproject commit 52f391815f5a4c1e85f0de5ab16489bd2db5a313