This commit is contained in:
Yaakov Selkowitz 2023-10-09 16:01:43 -04:00
commit bb7cfdbbb8
2 changed files with 4 additions and 40 deletions

View file

@ -1,6 +1,3 @@
compose:
modules:
- step:stable
flatpak:
id: org.kde.step
branch: stable
@ -12,3 +9,7 @@ flatpak:
--device=dri
--socket=wayland
--socket=fallback-x11
runtime-name: flatpak-kde5-runtime
runtime-version: f39
packages:
- step

View file

@ -1,37 +0,0 @@
---
document: modulemd
version: 2
data:
summary: Interactive Physics Simulator
description: >-
Interactive Physics Simulator.
license:
module:
- MIT
buildopts:
arches: [aarch64, x86_64]
dependencies:
- buildrequires:
flatpak-kde5-common: [f38]
flatpak-kde5-runtime: [f38]
platform: [f38]
requires:
flatpak-kde5-common: [f38]
flatpak-kde5-runtime: [f38]
platform: [f38]
profiles:
default:
rpms:
- step
components:
rpms:
libqalculate:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
step:
rationale: Application package
ref: f38
buildorder: 10
arches: [aarch64, x86_64]
...