Initial import
This commit is contained in:
parent
ed9abf7469
commit
14d046be33
2 changed files with 43 additions and 0 deletions
13
container.yaml
Normal file
13
container.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
compose:
|
||||
modules:
|
||||
- kmplot:stable
|
||||
flatpak:
|
||||
id: org.kde.kmplot
|
||||
branch: stable
|
||||
command: kmplot
|
||||
rename-icon: kmplot
|
||||
finish-args: |-
|
||||
--share=ipc
|
||||
--socket=fallback-x11
|
||||
--socket=wayland
|
||||
--device=dri
|
||||
30
kmplot.yaml
Normal file
30
kmplot.yaml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
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]
|
||||
...
|
||||
Loading…
Add table
Add a link
Reference in a new issue