This commit is contained in:
Yaakov Selkowitz 2023-10-09 13:53:47 -04:00
commit 4887bc02b0
2 changed files with 4 additions and 33 deletions

View file

@ -1,6 +1,3 @@
compose:
modules:
- kmplot:stable
flatpak:
id: org.kde.kmplot
branch: stable
@ -11,3 +8,7 @@ flatpak:
--socket=fallback-x11
--socket=wayland
--device=dri
runtime-name: flatpak-kde5-runtime
runtime-version: f39
packages:
- kmplot

View file

@ -1,30 +0,0 @@
---
document: modulemd
version: 2
data:
summary: Mathematical Function Plotter
description: >-
Mathematical Function Plotter.
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:
- kmplot
components:
rpms:
kmplot:
rationale: Application package
ref: f38
arches: [aarch64, x86_64]
...