Skip to content

Commit

Permalink
manifest: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Dec 4, 2023
1 parent a49eb84 commit d476061
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions com.jagex.Launcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
x-runtime-version: &runtime-version '23.08'
x-gl-version: &gl-version '1.4'
x-gl-versions: &gl-versions 23.08;1.4
# renovate: sha: datasource=git-refs depName=jagex-launcher-linux packageName=https://github.com/TormStorm/jagex-launcher-linux branch=main
x-jagex-launcher-linux-sha: &jagex-launcher-linux-sha '07972dae16b9d8abf6bcdf9a52d7a68e958f055d'

x-jagex-launcher-linux-sha: &jagex-launcher-linux-sha '6194d7ef0aa6ca62ed4e4fbab5d26c69e5e71f0d'
# Flatpak manifest
app-id: com.jagex.Launcher
runtime: org.freedesktop.Platform
runtime-version: *runtime-version
Expand Down Expand Up @@ -33,7 +32,6 @@ add-extensions:
org.freedesktop.Platform.Compat.i386:
directory: lib/i386-linux-gnu
version: *runtime-version

org.freedesktop.Platform.GL32:
directory: lib/i386-linux-gnu/GL
version: *gl-version
Expand All @@ -45,7 +43,6 @@ add-extensions:
merge-dirs: vulkan/icd.d;glvnd/egl_vendor.d;OpenCL/vendors;lib/dri;lib/d3d;vulkan/explicit_layer.d;vulkan/implicit_layer.d
download-if: active-gl-driver
enable-if: active-gl-driver

modules:
- name: wine
buildsystem: simple
Expand All @@ -57,7 +54,6 @@ modules:
url: https://github.com/GloriousEggroll/wine-ge-custom/releases/download/GE-Proton8-24/wine-lutris-GE-Proton8-24-x86_64.tar.xz
archive-type: tar-xz
sha256: 9813f345b26e1f9f978b42674fc875fbe7cdbac1384e099b490f5211946f54d1

- name: jagex-launcher-linux
buildsystem: simple
build-options:
Expand All @@ -83,14 +79,12 @@ modules:
commit: *jagex-launcher-linux-sha
- type: shell
commands:
- python -m venv venv
- . venv/bin/activate && pip install -r resources/requirements.txt && deactivate

- python -m venv venv
- . venv/bin/activate && pip install -r resources/requirements.txt && deactivate
- name: openjdk
buildsystem: simple
build-commands:
- /usr/lib/sdk/openjdk11/install.sh

- name: runelite
buildsystem: simple
build-commands:
Expand All @@ -103,7 +97,6 @@ modules:
url: https://github.com/runelite/launcher/releases/download/2.6.10/RuneLite.jar
dest-filename: RuneLite.jar
sha256: b73561c714ad58984669f0b909731d4cc4c6bacdbf07d227006243d1b566138b

- name: hdos
buildsystem: simple
build-commands:
Expand All @@ -113,10 +106,9 @@ modules:
- chmod +x /app/HDOS/HDOS.exe
sources:
- type: file
url: https://cdn.hdos.dev/launcher/latest/hdos-launcher.jar
url: https://cdn.hdos.dev/launcher/v8/hdos-launcher.jar
dest-filename: HDOS.jar
sha256: d3475d791fa8bfa4e3ae7fa9b1c5e86a8e02d1e93f88ff4776582af78ea92fc0

- name: bundle-setup
buildsystem: simple
build-commands:
Expand All @@ -139,7 +131,6 @@ modules:
/app/wine/bin/wineconsole /app/wine/bin/winedbg /app/wine/bin/winefile \
/app/wine/bin/winemine /app/wine/bin/winepath /app/lib/debug \
/app/wine/share/man /app/wine/share/applications/wine.desktop
sources:
- type: inline
dest-filename: ld.so.conf
Expand Down

0 comments on commit d476061

Please sign in to comment.