From e55e967cfb325d2bfbcc83257596521ea8e735c1 Mon Sep 17 00:00:00 2001 From: Jan Beran Date: Jul 12 2019 13:41:53 +0000 Subject: Initial import --- diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..9d265d4 --- /dev/null +++ b/container.yaml @@ -0,0 +1,17 @@ +compose: + modules: + - supertux:master +flatpak: + id: org.supertuxproject.SuperTux + branch: stable + command: supertux2 + rename-appdata-file: supertux2.appdata.xml + rename-desktop-file: supertux2.desktop + rename-icon: supertux2 + finish-args: |- + --socket=wayland + --socket=x11 + --share=ipc + --socket=pulseaudio + --share=network + --device=all diff --git a/supertux.yaml b/supertux.yaml new file mode 100644 index 0000000..495bf45 --- /dev/null +++ b/supertux.yaml @@ -0,0 +1,33 @@ +--- +document: modulemd +version: 2 +data: + summary: Jump'n run like game + description: >- + SuperTux is a jump'n run like game, Run and jump through multiple worlds, fighting + off enemies by jumping on them or bumping them from below. Grabbing power-ups + and other stuff on the way. + license: + module: + - MIT + dependencies: + - buildrequires: + flatpak-common: [f30] + flatpak-runtime: [f30] + platform: [f30] + requires: + flatpak-common: [f30] + flatpak-runtime: [f30] + platform: [f30] + profiles: + default: + rpms: + - supertux + components: + rpms: + supertux: + #repository: file:///home/jaberan/fedora/local/supertux/ + rationale: Application package + ref: master + buildorder: 10 +...