Initial import
This commit is contained in:
parent
ccd63b6c4d
commit
3df2e9c0cb
2 changed files with 49 additions and 0 deletions
12
container.yaml
Normal file
12
container.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
compose:
|
||||
modules:
|
||||
- drawing:stable
|
||||
flatpak:
|
||||
id: com.github.maoschanz.drawing
|
||||
branch: stable
|
||||
command: drawing
|
||||
finish-args: |-
|
||||
--share=ipc
|
||||
--socket=fallback-x11
|
||||
--socket=wayland
|
||||
--metadata=X-DConf=migrate-path=/com/github/maoschanz/drawing/
|
||||
37
drawing.yaml
Normal file
37
drawing.yaml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: Simple image editor for Linux
|
||||
description: >-
|
||||
This simple image editor, similar to Microsoft Paint, is aiming at the GNOME desktop.
|
||||
|
||||
PNG, JPEG and BMP files are supported.
|
||||
|
||||
Besides GNOME, the app is well integrated in traditional-looking desktops, as
|
||||
well as elementaryOS.
|
||||
|
||||
It should also be compatible with the Pinephone and Librem 5 smartphones.
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
flatpak-common: [f37]
|
||||
flatpak-runtime: [f37]
|
||||
platform: [f37]
|
||||
requires:
|
||||
flatpak-common: [f37]
|
||||
flatpak-runtime: [f37]
|
||||
platform: [f37]
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- drawing
|
||||
components:
|
||||
rpms:
|
||||
drawing:
|
||||
rationale: Application package
|
||||
ref: f37
|
||||
buildorder: 10
|
||||
...
|
||||
Loading…
Add table
Add a link
Reference in a new issue