From aff2de480c36be544fc75f6c6390d2cd1cb2ef29 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 9 Oct 2023 15:25:56 -0400 Subject: [PATCH] F39 --- container.yaml | 7 ++++--- kturtle.yaml | 30 ------------------------------ 2 files changed, 4 insertions(+), 33 deletions(-) delete mode 100644 kturtle.yaml diff --git a/container.yaml b/container.yaml index bda1eaa..256a938 100644 --- a/container.yaml +++ b/container.yaml @@ -1,6 +1,3 @@ -compose: - modules: - - kturtle:stable flatpak: id: org.kde.kturtle branch: stable @@ -12,3 +9,7 @@ flatpak: --socket=x11 --socket=wayland --device=dri + runtime-name: flatpak-kde5-runtime + runtime-version: f39 + packages: + - kturtle diff --git a/kturtle.yaml b/kturtle.yaml deleted file mode 100644 index a016898..0000000 --- a/kturtle.yaml +++ /dev/null @@ -1,30 +0,0 @@ ---- -document: modulemd -version: 2 -data: - summary: Educational Programming Environment - description: >- - Educational Programming Environment. - license: - module: - - MIT - buildopts: - arches: [aarch64, x86_64] - dependencies: - - buildrequires: - flatpak-kde5-runtime: [f38] - platform: [f38] - requires: - flatpak-kde5-runtime: [f38] - platform: [f38] - profiles: - default: - rpms: - - kturtle - components: - rpms: - kturtle: - rationale: Application package - ref: f38 - arches: [aarch64, x86_64] -...