From bb7cfdbbb8aeb7983d31fc90d3866659dd7151f4 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 9 Oct 2023 16:01:43 -0400 Subject: [PATCH] F39 --- container.yaml | 7 ++++--- step.yaml | 37 ------------------------------------- 2 files changed, 4 insertions(+), 40 deletions(-) delete mode 100644 step.yaml diff --git a/container.yaml b/container.yaml index 2500c36..8c71e36 100644 --- a/container.yaml +++ b/container.yaml @@ -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 diff --git a/step.yaml b/step.yaml deleted file mode 100644 index d6cb9fb..0000000 --- a/step.yaml +++ /dev/null @@ -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] -...