Initial import

This commit is contained in:
Pete Walter 2023-02-18 23:15:07 +00:00
commit 3df2e9c0cb
2 changed files with 49 additions and 0 deletions

12
container.yaml Normal file
View 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
View 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
...