From 265aacdc9ae299edd38484b58fde09da14862bc2 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 11 Jun 2019 15:07:59 +0200 Subject: [PATCH] Initial import --- README.md | 3 --- container.yaml | 17 +++++++++++++++++ devhelp.yaml | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 3 deletions(-) delete mode 100644 README.md create mode 100644 container.yaml create mode 100644 devhelp.yaml diff --git a/README.md b/README.md deleted file mode 100644 index 103b32e..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# devhelp - -The devhelp package \ No newline at end of file diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..ea0a480 --- /dev/null +++ b/container.yaml @@ -0,0 +1,17 @@ +compose: + modules: + - devhelp:master +flatpak: + id: org.gnome.Devhelp + branch: stable + command: devhelp + finish-args: |- + --share=ipc + --socket=x11 + --socket=wayland + --device=dri + --filesystem=host:ro + --filesystem=xdg-run/dconf + --filesystem=~/.config/dconf:ro + --talk-name=ca.desrt.dconf + --env=DCONF_USER_CONFIG_DIR=.config/dconf diff --git a/devhelp.yaml b/devhelp.yaml new file mode 100644 index 0000000..2d68d98 --- /dev/null +++ b/devhelp.yaml @@ -0,0 +1,32 @@ +--- +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-runtime: [f30] + platform: [f30] + requires: + flatpak-runtime: [f30] + platform: [f30] + profiles: + default: + rpms: + - devhelp + components: + rpms: + amtk: + rationale: Runtime dependency + ref: f30 + devhelp: + rationale: Application package + ref: f30 + buildorder: 10 +...