From b00e1996e45bcd7eafec0011c756e6c2a4c41c43 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 9 Oct 2023 15:22:11 -0400 Subject: [PATCH] F39 --- container.yaml | 7 ++++--- ktuberling.yaml | 36 ------------------------------------ 2 files changed, 4 insertions(+), 39 deletions(-) delete mode 100644 ktuberling.yaml diff --git a/container.yaml b/container.yaml index 11b67c7..526e60b 100644 --- a/container.yaml +++ b/container.yaml @@ -1,6 +1,3 @@ -compose: - modules: - - ktuberling:stable flatpak: id: org.kde.ktuberling branch: stable @@ -14,3 +11,7 @@ flatpak: --socket=x11 --socket=wayland --socket=pulseaudio + runtime-name: flatpak-kde5-runtime + runtime-version: f39 + packages: + - ktuberling diff --git a/ktuberling.yaml b/ktuberling.yaml deleted file mode 100644 index c7915aa..0000000 --- a/ktuberling.yaml +++ /dev/null @@ -1,36 +0,0 @@ ---- -document: modulemd -version: 2 -data: - summary: Picture game for children - description: >- - KTuberling a simple constructor game suitable for children and adults alike. The - idea of the game is based around a once popular doll making concept. A potato - was decorated with various small artifacts to make it look more like a tiny person. - KTuberling however, goes much further in terms of content and adds a surprising - variety of different themes. - 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: - - ktuberling - components: - rpms: - ktuberling: - rationale: Application package - ref: f38 - arches: [aarch64, x86_64] -...