Compare commits
15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6db9fb6aec | ||
|
|
6613107077 | ||
|
|
dc451027fa | ||
|
|
e4371b7aae | ||
|
|
6f86d380b5 | ||
|
|
901c376243 | ||
|
|
93be7e76ed | ||
|
|
d118ca144b | ||
|
|
6f4e29e63c | ||
|
|
62fbeadf80 | ||
|
|
55b49a4eb0 | ||
|
|
b9b988b06b | ||
|
|
b68e1d725e | ||
|
|
a58f56877a | ||
|
|
7ce49d8c1d |
1 changed files with 34 additions and 0 deletions
34
container.yaml
Normal file
34
container.yaml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
platforms:
|
||||
only:
|
||||
- aarch64
|
||||
- x86_64
|
||||
- ppc64le
|
||||
flatpak:
|
||||
id: org.kde.ghostwriter
|
||||
branch: stable
|
||||
runtime-name: flatpak-kde6-runtime
|
||||
runtime-version: f44
|
||||
packages:
|
||||
- ghostwriter
|
||||
# soft dependencies
|
||||
- cmark
|
||||
- multimarkdown
|
||||
command: ghostwriter
|
||||
rename-icon: ghostwriter
|
||||
add-extensions:
|
||||
org.fedoraproject.Sdk.Extension.pandoc:
|
||||
directory: pandoc
|
||||
version: f44
|
||||
finish-args: |-
|
||||
--socket=wayland
|
||||
--socket=fallback-x11
|
||||
--socket=pulseaudio
|
||||
--share=ipc
|
||||
--share=network
|
||||
--device=dri
|
||||
--env=PATH=/app/bin:/app/pandoc/bin:/usr/bin
|
||||
--env=QTWEBENGINE_DISABLE_SANDBOX=1
|
||||
--env=pandoc_datadir=/app/pandoc/share/pandoc
|
||||
--filesystem=xdg-config/kdeglobals:ro
|
||||
--talk-name=org.kde.kconfig.notify
|
||||
--talk-name=org.kde.KGlobalSettings
|
||||
Loading…
Add table
Add a link
Reference in a new issue