This commit is contained in:
Yaakov Selkowitz 2023-10-09 15:22:11 -04:00
commit b00e1996e4
2 changed files with 4 additions and 39 deletions

View file

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

View file

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