Skip to content
Draft
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions addons/dosbox-staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
"sources": [
{
"type": "archive",
"url": "https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.2.4.tar.gz",
"sha256": "a73343c3093e5cdc50d9377997c3815b878fd110bf6511c2c7759f2afb90f5a3",
"url": "https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.2.5.tar.gz",
"sha256": "5b3b022489f3ced82384f06db1e13ba148cbce38c7941e424d6cb414416acd18",
"x-checker-data": {
"type": "anitya",
"project-id": 115592,
Expand Down
2 changes: 1 addition & 1 deletion addons/scummvm.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"sources": [
{
"type": "archive",
"url": "http://libmpeg2.sourceforge.net/files/libmpeg2-0.5.1.tar.gz",
"url": "https://downloads.videolan.org/pub/contrib/libmpeg2/libmpeg2-0.5.1.tar.gz",
"sha256": "dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4"
},
{
Expand Down
16 changes: 13 additions & 3 deletions generated/shared-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@
"type": "patch",
"paths": [
"../shared-modules/gtk2/gtk2-fix-crash-in-show-uri.patch",
"../shared-modules/gtk2/gtk2-gcc14.patch"
"../shared-modules/gtk2/gtk2-gcc14.patch",
"../shared-modules/gtk2/gtk2-gcc15.patch"
]
}
]
Expand Down Expand Up @@ -264,6 +265,10 @@
"type": "archive",
"url": "https://github.com/ibus/ibus/releases/download/1.5.23/ibus-1.5.23.tar.gz",
"sha256": "b7e8d5bdb7d71a5ba4ee43cdf374675f77121a71c1679c9b9e7e02875bd0e150"
},
{
"type": "patch",
"path": "../shared-modules/gtk2/ibus-gcc15.patch"
}
]
}
Expand Down Expand Up @@ -375,7 +380,8 @@
"type": "patch",
"paths": [
"../shared-modules/gtk2/gtk2-fix-crash-in-show-uri.patch",
"../shared-modules/gtk2/gtk2-gcc14.patch"
"../shared-modules/gtk2/gtk2-gcc14.patch",
"../shared-modules/gtk2/gtk2-gcc15.patch"
]
}
],
Expand Down Expand Up @@ -436,6 +442,10 @@
"type": "archive",
"url": "https://github.com/ibus/ibus/releases/download/1.5.23/ibus-1.5.23.tar.gz",
"sha256": "b7e8d5bdb7d71a5ba4ee43cdf374675f77121a71c1679c9b9e7e02875bd0e150"
},
{
"type": "patch",
"path": "../shared-modules/gtk2/ibus-gcc15.patch"
}
],
"only-arches": [
Expand Down Expand Up @@ -482,4 +492,4 @@
}
}
]
}
}
31 changes: 18 additions & 13 deletions io.github.sharkwouter.Minigalaxy.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
app-id: io.github.sharkwouter.Minigalaxy
runtime: org.gnome.Platform
runtime-version: &runtime-version '48'
runtime-version: '49'
sdk: org.gnome.Sdk
sdk-extensions:
- org.gnome.Sdk.Compat.i386
- org.freedesktop.Sdk.Compat.i386
- org.freedesktop.Sdk.Extension.toolchain-i386
base: org.winehq.Wine
base-version: stable-24.08
base-version: stable-25.08
cleanup:
- /*/cmake
- /*/pkgconfig
Expand All @@ -19,23 +19,25 @@ cleanup:
cleanup-commands:
- mkdir -p ${FLATPAK_DEST}/lib{,32}/
inherit-extensions:
- org.freedesktop.Platform.Compat.i386
- org.freedesktop.Platform.ffmpeg_full.i386
- org.freedesktop.Platform.ffmpeg-full
- org.freedesktop.Platform.GL32
- org.winehq.Wine.gecko
- org.winehq.Wine.mono
#- org.freedesktop.Platform.VAAPI.Intel.i386 - not compatible with org.gnome.Platform.Compat.i386 23.08 or higher
add-extensions:
org.gnome.Platform.Compat.i386:
org.freedesktop.Platform.Compat.i386:
directory: lib/i386-linux-gnu
version: *runtime-version
version: "25.08"

org.gnome.Platform.Compat.i386.Debug:
org.freedesktop.Platform.Compat.i386.Debug:
directory: lib/debug/lib/i386-linux-gnu
version: *runtime-version
version: "25.08"
no-autodownload: true

org.freedesktop.Platform.codecs_extra.i386:
directory: lib/i386-linux-gnu/codecs-extra
version: '25.08-extra'
autodelete: false
add-ld-path: lib

command: minigalaxy

finish-args:
Expand Down Expand Up @@ -69,6 +71,9 @@ modules:

- name: innoextract
buildsystem: cmake-ninja
build-options:
env:
CMAKE_POLICY_VERSION_MINIMUM: "3.5"
sources:
- type: git
url: https://github.com/dscharrer/innoextract.git
Expand Down Expand Up @@ -101,8 +106,8 @@ modules:
buildsystem: meson
sources:
- type: archive
url: https://download.gnome.org/sources/zenity/4.1/zenity-4.1.90.tar.xz
sha256: bf3679c6205ff48dcebd1e1dff3a3a4a6a0b3a53e1cbc3b098a9ec0b62bd7236
url: https://download.gnome.org/sources/zenity/4.1/zenity-4.1.99.tar.xz
sha256: 6fe2aa313c71e91ffa55b11dbec7904f31a40303e0a3f6016820ff6dee329ee2

- name: bundle-setup
buildsystem: simple
Expand Down