From 3df2e9c0cbe5b7461be0b989fd42cd919eccb4d0 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Sat, 18 Feb 2023 23:15:07 +0000 Subject: [PATCH] Initial import --- container.yaml | 12 ++++++++++++ drawing.yaml | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 container.yaml create mode 100644 drawing.yaml diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..f0e9586 --- /dev/null +++ b/container.yaml @@ -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/ diff --git a/drawing.yaml b/drawing.yaml new file mode 100644 index 0000000..eb52ef9 --- /dev/null +++ b/drawing.yaml @@ -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 +...