mirror of
https://github.com/linuxserver/docker-scummvm.git
synced 2026-02-04 20:52:32 +08:00
rebase to noble add wayland init
This commit is contained in:
parent
480b389309
commit
119537fbbf
@ -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 && \
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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."}
|
||||
|
||||
2
root/defaults/autostart_wayland
Normal file
2
root/defaults/autostart_wayland
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
foot -e /usr/games/scummvm
|
||||
7
root/defaults/menu_wayland.xml
Normal file
7
root/defaults/menu_wayland.xml
Normal 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>
|
||||
Loading…
x
Reference in New Issue
Block a user