forked from flathub/app.rednotebook.RedNotebook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.rednotebook.RedNotebook.yaml
More file actions
41 lines (41 loc) · 937 Bytes
/
app.rednotebook.RedNotebook.yaml
File metadata and controls
41 lines (41 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
app-id: app.rednotebook.RedNotebook
runtime: org.gnome.Platform
runtime-version: '3.30'
sdk: org.gnome.Sdk
command: rednotebook
rename-appdata-file: rednotebook.appdata.xml
rename-desktop-file: rednotebook.desktop
rename-icon: rednotebook
copy-icon: true
finish-args:
# X11 + XShm access
- --share=ipc
- --socket=x11
# Wayland access
- --socket=wayland
# Filesystem access
# to access local images and other files
- --filesystem=home
# Network access
# to access remote images
- --share=network
# Dconf access
- --filesystem=xdg-run/dconf
- --filesystem=~/.config/dconf:ro
- --talk-name=ca.desrt.dconf
- --env=DCONF_USER_CONFIG_DIR=.config/dconf
# OpenGL access
- --device=dri
modules:
- gtksourceview.yaml
- enchant.yaml
- python3-pyenchant.yaml
- libyaml.yaml
- python3-PyYAML.yaml
- RedNotebook.yaml
cleanup:
- /include
- /lib/pkgconfig
- /share/gtk-doc
- /share/man
- '*.la'