This commit is contained in:
Yaakov Selkowitz 2023-10-06 13:45:06 -04:00
commit 28bd6bff16
2 changed files with 4 additions and 38 deletions

View file

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

View file

@ -1,35 +0,0 @@
---
document: modulemd
version: 2
data:
summary: A classic falling blocks game
description: >-
KBlocks is the classic falling blocks game. The idea is stack the falling blocks
in a way that lines are completely filled. When a line is completed it is removed,
and more space is available in the play area. When there is not enough space for
blocks to fall, the game is over.
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:
- kblocks
components:
rpms:
kblocks:
rationale: Application package
ref: f38
arches: [aarch64, x86_64]
...