Switch to F39

This commit is contained in:
Kalev Lember 2023-10-20 22:26:33 +02:00
commit df32490657
2 changed files with 4 additions and 50 deletions

View file

@ -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

View file

@ -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]
...