diff --git a/container.yaml b/container.yaml index 32ec6b7..91bbcb1 100644 --- a/container.yaml +++ b/container.yaml @@ -1,9 +1,10 @@ -compose: - modules: - - torcs:stable flatpak: id: net.sourceforge.torcs branch: stable + runtime-name: flatpak-runtime + runtime-version: f39 + packages: + - torcs command: torcs rename-appdata-file: torcs.appdata.xml rename-desktop-file: torcs.desktop diff --git a/torcs.yaml b/torcs.yaml deleted file mode 100644 index 8b0ddbc..0000000 --- a/torcs.yaml +++ /dev/null @@ -1,47 +0,0 @@ ---- -document: modulemd -version: 2 -data: - summary: The Open Racing Car Simulator - description: >- - TORCS is a 3D racing cars simulator using OpenGL. The goal is to have programmed - robots drivers racing against each others. You can also drive yourself with either - a wheel, keyboard or mouse. - license: - module: - - MIT - dependencies: - - buildrequires: - flatpak-common: [f38] - flatpak-runtime: [f38] - platform: [f38] - requires: - flatpak-common: [f38] - flatpak-runtime: [f38] - platform: [f38] - profiles: - default: - rpms: - - torcs - buildopts: - arches: [aarch64, x86_64] - components: - rpms: - freealut: - rationale: Runtime dependency - ref: f38 - arches: [aarch64, x86_64] - plib: - rationale: Runtime dependency - ref: f38 - arches: [aarch64, x86_64] - torcs: - rationale: Application package - ref: f38 - buildorder: 10 - arches: [aarch64, x86_64] - torcs-data: - rationale: Runtime dependency - ref: f38 - arches: [aarch64, x86_64] -...