Skip to content

Commit

Permalink
Merge pull request #29 from kujeger/update_deps
Browse files Browse the repository at this point in the history
Update freedesktop runtime and shared modules
  • Loading branch information
kujeger authored Nov 12, 2023
2 parents fe023b1 + 856a40b commit 6128f74
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 32 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ If you haven't already got it, add the repo like this:

then install the runtime plus SDK:

`flatpak --user install flathub org.freedesktop.Platform/x86_64/22.08`
`flatpak --user install flathub org.freedesktop.Platform/x86_64/23.08`

`flatpak --user install flathub org.freedesktop.Sdk/x86_64/22.08`
`flatpak --user install flathub org.freedesktop.Sdk/x86_64/23.08`

For x86 games additionally install the required compatibility packages:

`flatpak --user install flathub org.freedesktop.Platform.Compat.i386/x86_64/22.08`
`flatpak --user install flathub org.freedesktop.Platform.Compat.i386/x86_64/23.08`

`flatpak --user install flathub org.freedesktop.Platform.GL32.default/x86_64/22.08`
`flatpak --user install flathub org.freedesktop.Platform.GL32.default/x86_64/23.08`

`flatpak --user install flathub org.freedesktop.Sdk.Compat.i386/x86_64/22.08`
`flatpak --user install flathub org.freedesktop.Sdk.Compat.i386/x86_64/23.08`

`flatpak --user install flathub org.freedesktop.Sdk.Extension.toolchain-i386/x86_64/22.08`
`flatpak --user install flathub org.freedesktop.Sdk.Extension.toolchain-i386/x86_64/23.08`

## Usage
First, clone the repo and then pull the submodules:
Expand Down
2 changes: 1 addition & 1 deletion com.gog.Template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "com.gog.GAMENAME",
"runtime": "org.freedesktop.Platform",
"runtime-version": "22.08",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"command": "starter",
"rename-desktop-file": "Template.desktop",
Expand Down
8 changes: 4 additions & 4 deletions com.gog.i386-compat.Template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "com.gog.GAMENAME",
"runtime": "org.freedesktop.Platform",
"runtime-version": "22.08",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"command": "starter",
"rename-desktop-file": "Template.desktop",
Expand All @@ -21,16 +21,16 @@
"add-extensions": {
"org.freedesktop.Platform.Compat.i386": {
"directory": "lib/i386-linux-gnu",
"version": "22.08"
"version": "23.08"
},
"org.freedesktop.Platform.Compat.i386.Debug": {
"directory": "lib/debug/lib/i386-linux-gnu",
"version": "22.08",
"version": "23.08",
"no-autodownload": true
},
"org.freedesktop.Platform.GL32": {
"directory": "lib/i386-linux-gnu/GL",
"version": "22.08",
"version": "23.08",
"subdirectories": true,
"no-autodownload": true,
"autodelete": false,
Expand Down
18 changes: 0 additions & 18 deletions modules/sdl12-compat.json

This file was deleted.

2 changes: 1 addition & 1 deletion overrides/modules-Psychonauts.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
"modules/sdl12-compat.json"
"shared-modules/SDL/sdl12-compat.json"
]
2 changes: 1 addition & 1 deletion overrides/modules-SpacePiratesAndZombies.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
"modules/sdl12-compat.json"
"shared-modules/SDL/sdl12-compat.json"
]

0 comments on commit 6128f74

Please sign in to comment.