Dosbox rpm was retired from F35 in https://src.fedoraproject.org/rpms/dosbox/c/74f52b332b1c3ba390ccb12368d896a54cdcd5db?branch=rawhide The replacement for the package is dosbox-staging. If we want to keep providing a dosbox version as flatpak, we should make a flatpak of dosbox-staging (under a new name) and mark this one (dosbox) as "end-of-life-rebase: io.github.dosbox-staging" to ensure users are moved over to the new flatpak.
19 lines
458 B
YAML
19 lines
458 B
YAML
compose:
|
|
modules:
|
|
- dosbox:stable
|
|
flatpak:
|
|
id: com.dosbox.DOSBox
|
|
end-of-life: Unmaintained upstream
|
|
branch: stable
|
|
command: dosbox
|
|
rename-appdata-file: dosbox.appdata.xml
|
|
rename-desktop-file: dosbox.desktop
|
|
rename-icon: dosbox
|
|
finish-args: |-
|
|
--device=all
|
|
--share=ipc
|
|
--share=network
|
|
--socket=x11
|
|
--socket=pulseaudio
|
|
--persist=.dosbox
|
|
--filesystem=xdg-documents
|