Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gamemode, rsync and unrar modules #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions xyz.hyperplay.HyperPlay.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
id: xyz.hyperplay.HyperPlay
sdk: org.freedesktop.Sdk
runtime: org.freedesktop.Platform
runtime-version: "23.08"
runtime-version: '23.08'
base: org.electronjs.Electron2.BaseApp
base-version: "23.08"
base-version: '23.08'
command: hyperplay-run
separate-locales: false

Expand Down Expand Up @@ -56,16 +56,16 @@ finish-args:
add-extensions:
org.freedesktop.Platform.Compat.i386:
directory: lib/i386-linux-gnu
version: "23.08"
version: '23.08'

org.freedesktop.Platform.Compat.i386.Debug:
directory: lib/debug/lib/i386-linux-gnu
version: "23.08"
version: '23.08'
no-autodownload: true

org.freedesktop.Platform.GL32:
directory: lib/i386-linux-gnu/GL
version: "1.4"
version: '1.4'
versions: 23.08;1.4
subdirectories: true
no-autodownload: true
Expand All @@ -86,8 +86,8 @@ add-extensions:

org.freedesktop.Platform.VAAPI.Intel.i386:
directory: lib/i386-linux-gnu/dri/intel-vaapi-driver
version: "23.08"
versions: "23.08"
version: '23.08'
versions: '23.08'
autodelete: false
no-autodownload: true
add-ld-path: lib
Expand Down Expand Up @@ -126,8 +126,8 @@ modules:
sources: &gamemode_sources
- type: git
url: https://github.com/FeralInteractive/gamemode.git
tag: "1.7"
commit: 4dc99dff76218718763a6b07fc1900fa6d1dafd9
tag: 1.8.2
commit: c54d6d4243b0dd0afcb49f2c9836d432da171a2b
x-checker-data:
type: git
- type: patch
Expand Down Expand Up @@ -158,8 +158,8 @@ modules:
- --disable-md2man
sources:
- type: archive
url: https://download.samba.org/pub/rsync/src/rsync-3.2.7.tar.gz
sha256: 4e7d9d3f6ed10878c58c5fb724a67dacf4b6aac7340b13e488fb2dc41346f2bb
url: https://download.samba.org/pub/rsync/src/rsync-3.3.0.tar.gz
sha256: 7399e9a6708c32d678a72a63219e96f23be0be2336e50fd1348498d07041df90
x-checker-data:
type: anitya
project-id: 4217
Expand Down Expand Up @@ -257,7 +257,7 @@ modules:
url: https://github.com/yasm/yasm/archive/v1.3.0.tar.gz
sha256: f708be0b7b8c59bc1dbe7134153cd2f31faeebaa8eec48676c10f972a1f13df3
cleanup:
- "*"
- '*'

- name: cabextract
build-options:
Expand All @@ -279,8 +279,8 @@ modules:
- DESTDIR=$(FLATPAK_DEST)
sources:
- type: archive
url: https://www.rarlab.com/rar/unrarsrc-6.2.10.tar.gz
sha256: 55fe6ebd5e48d6655bfda3fd19b55438ca05e13c7e69772420caad9fdb68ef42
url: https://www.rarlab.com/rar/unrarsrc-7.1.2.tar.gz
sha256: 143dcacb3a9d9ca0af695adecabe1350b0a3e93d927a065ef8f7cc605ab2d322
x-checker-data:
type: anitya
project-id: 13306
Expand Down