rebase to noble add wayland init

This commit is contained in:
thelamer 2026-01-13 12:40:31 -05:00
parent 480b389309
commit 119537fbbf
No known key found for this signature in database
5 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM ghcr.io/linuxserver/baseimage-selkies:debianbookworm
FROM ghcr.io/linuxserver/baseimage-selkies:ubuntunoble
# set version label
ARG BUILD_DATE
@ -23,7 +23,7 @@ RUN \
fi && \
curl -o \
/tmp/scummvm.deb -L \
"https://downloads.scummvm.org/frs/scummvm/${SCUMMVM_VERSION}/scummvm_${SCUMMVM_VERSION}-1_debian12_amd64.deb" && \
"https://downloads.scummvm.org/frs/scummvm/${SCUMMVM_VERSION}/scummvm_${SCUMMVM_VERSION}-1_ubuntu24.04_amd64.deb" && \
apt-get update && \
apt-get install -y \
/tmp/scummvm.deb && \

View File

@ -594,4 +594,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **13.01.26:** - Rebase to Ubuntu Noble, add wayland init.
* **25.08.25:** - Initial release.

View File

@ -113,4 +113,5 @@ init_diagram: |
"scummvm:latest" <- Base Images
# changelog
changelogs:
- {date: "13.01.26:", desc: "Rebase to Ubuntu Noble, add wayland init."}
- {date: "25.08.25:", desc: "Initial release."}

View File

@ -0,0 +1,2 @@
#!/bin/bash
foot -e /usr/games/scummvm

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="root-menu" label="MENU">
<item label="foot" icon="/usr/share/icons/hicolor/48x48/apps/foot.png"><action name="Execute"><command>/usr/bin/foot</command></action></item>
<item label="ScummVM" icon="/usr/share/icons/hicolor/scalable/apps/org.scummvm.scummvm.svg"><action name="Execute"><command>xterm -e /usr/games/scummvm</command></action></item>
</menu>
</openbox_menu>