Fix container.yaml
This commit is contained in:
parent
7da6067245
commit
bd0fd61e06
1 changed files with 18 additions and 30 deletions
|
|
@ -1,30 +1,18 @@
|
|||
---
|
||||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: Simple and modern GTK eBook reader
|
||||
description: >-
|
||||
A simple and modern GTK eBook viewer, built with GJS and Epub.js.
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
flatpak-common: [f30]
|
||||
flatpak-runtime: [f30]
|
||||
platform: [f30]
|
||||
requires:
|
||||
flatpak-common: [f30]
|
||||
flatpak-runtime: [f30]
|
||||
platform: [f30]
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- foliate
|
||||
components:
|
||||
rpms:
|
||||
foliate:
|
||||
rationale: Application package
|
||||
ref: f30
|
||||
buildorder: 10
|
||||
...
|
||||
compose:
|
||||
modules:
|
||||
- foliate:master
|
||||
flatpak:
|
||||
id: com.github.johnfactotum.Foliate
|
||||
branch: stable
|
||||
command: com.github.johnfactotum.Foliate
|
||||
finish-args: |-
|
||||
--share=network
|
||||
--share=ipc
|
||||
--socket=fallback-x11
|
||||
--socket=wayland
|
||||
--device=dri
|
||||
--filesystem=xdg-run/dconf
|
||||
--filesystem=~/.config/dconf:ro
|
||||
--talk-name=ca.desrt.dconf
|
||||
--env=DCONF_USER_CONFIG_DIR=.config/dconf
|
||||
--talk-name=org.freedesktop.Flatpak
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue