-
Notifications
You must be signed in to change notification settings - Fork 0
/
flatpak.yml
50 lines (50 loc) · 1.94 KB
/
flatpak.yml
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
42
43
44
45
46
47
48
49
50
app-id: page.codeberg.libre_menu_editor.LibreMenuEditor
runtime: org.gnome.Platform
runtime-version: "46"
sdk: org.gnome.Platform
# sdk: org.gnome.Sdk
command: libre-menu-editor
finish-args:
- --share=ipc
# to support x11-fallback
- --device=dri
# to avoid problems with graphics
- --socket=wayland
# to provide wayland support
- --socket=fallback-x11
# to support x11 if wayland is not available
- --filesystem=xdg-desktop
# for using program as a .desktop file editor
- --filesystem=xdg-download
# for using program as a .desktop file editor
- --filesystem=xdg-data/applications:create
# for reading and writing .desktop files in .local/share/applications
- --filesystem=xdg-config/mimeapps.list
# for updating list of associated mimetypes
- --filesystem=xdg-data/flatpak:ro
# for reading .desktop files in .local/share/flatpak/exports/share/applications
# to avoid unreachable symlink targets in .local/share/flatpak
- --filesystem=/var/lib/flatpak:ro
# for reading .desktop files in /var/lib/flatpak/exports/share/applications
# to avoid unreachable symlink targets in /var/lib/flatpak
- --filesystem=/var/lib/snapd:ro
# for reading .desktop files in /var/lib/snapd/desktop/applications
# to avoid unreachable symlink targets in /var/lib/snapd
- --filesystem=~/.var/app:ro
# for showing icons of custom .desktop files created by other flatpaks
# to avoid unreachable symlink targets in .var/app
- --filesystem=host:ro
# for reading .desktop files in /usr/local/share/applications
# for reading .desktop files in /usr/share/applications
# to avoid unreachable symlink targets
# for checking if commands are available on host system
- --talk-name=org.freedesktop.Flatpak
# for checking if commands are available on host system
modules:
- name: libre-menu-editor
buildsystem: simple
build-commands:
- make flatpak
sources:
- type: dir
path: .