From 7f08879f12fe55cc9d903555ecb94416f3da4f41 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 11 Oct 2023 22:21:24 -0400 Subject: [PATCH] F39 --- container.yaml | 7 ++++--- devhelp.yaml | 34 ---------------------------------- 2 files changed, 4 insertions(+), 37 deletions(-) delete mode 100644 devhelp.yaml diff --git a/container.yaml b/container.yaml index ea757c4..9d3d5a3 100644 --- a/container.yaml +++ b/container.yaml @@ -1,6 +1,3 @@ -compose: - modules: - - devhelp:stable flatpak: id: org.gnome.Devhelp branch: stable @@ -12,3 +9,7 @@ flatpak: --device=dri --filesystem=host:ro --metadata=X-DConf=migrate-path=/org/gnome/devhelp/ + runtime-name: flatpak-runtime + runtime-version: f39 + packages: + - devhelp diff --git a/devhelp.yaml b/devhelp.yaml deleted file mode 100644 index 0df0313..0000000 --- a/devhelp.yaml +++ /dev/null @@ -1,34 +0,0 @@ ---- -document: modulemd -version: 2 -data: - summary: API documentation browser - description: >- - Devhelp is an API documentation browser for the GNOME desktop. It works natively - with API documentation generated by gtk-doc. - 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: - - devhelp - buildopts: - arches: [aarch64, x86_64] - components: - rpms: - devhelp: - rationale: Application package - ref: f38 - buildorder: 10 - arches: [aarch64, x86_64] -...