This commit is contained in:
Yaakov Selkowitz 2023-10-11 22:21:24 -04:00
commit 7f08879f12
2 changed files with 4 additions and 37 deletions

View file

@ -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

View file

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