This commit is contained in:
Yaakov Selkowitz 2023-10-16 20:30:34 -04:00
commit fc84e07fe3
2 changed files with 4 additions and 40 deletions

View file

@ -1,6 +1,3 @@
compose:
modules:
- drawing:stable
flatpak:
id: com.github.maoschanz.drawing
branch: stable
@ -10,3 +7,7 @@ flatpak:
--socket=fallback-x11
--socket=wayland
--metadata=X-DConf=migrate-path=/com/github/maoschanz/drawing/
runtime-name: flatpak-runtime
runtime-version: f39
packages:
- drawing

View file

@ -1,37 +0,0 @@
---
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: [f38]
flatpak-runtime: [f38]
platform: [f38]
requires:
flatpak-common: [f38]
flatpak-runtime: [f38]
platform: [f38]
profiles:
default:
rpms:
- drawing
components:
rpms:
drawing:
rationale: Application package
ref: f38
buildorder: 10
...