From fc84e07fe37c0bebbef091d5d953c3b51a06df3c Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 16 Oct 2023 20:30:34 -0400 Subject: [PATCH] F39 --- container.yaml | 7 ++++--- drawing.yaml | 37 ------------------------------------- 2 files changed, 4 insertions(+), 40 deletions(-) delete mode 100644 drawing.yaml diff --git a/container.yaml b/container.yaml index f0e9586..827a67e 100644 --- a/container.yaml +++ b/container.yaml @@ -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 diff --git a/drawing.yaml b/drawing.yaml deleted file mode 100644 index f8b04f8..0000000 --- a/drawing.yaml +++ /dev/null @@ -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 -...