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] -...