forked from vikdevelop/SaveDesktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.github.vikdevelop.SaveDesktop.yaml
More file actions
32 lines (32 loc) · 1.21 KB
/
com.github.vikdevelop.SaveDesktop.yaml
File metadata and controls
32 lines (32 loc) · 1.21 KB
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
app-id: com.github.vikdevelop.SaveDesktop
runtime: org.gnome.Platform
runtime-version: '43'
sdk: org.gnome.Sdk
command: run.sh
finish-args:
- --share=ipc
- --socket=wayland
- --socket=fallback-x11
- --device=dri
# for load ~/.local/share, ~/.config, ~/Downloads/SaveDesktop, .themes and .icons
- --filesystem=home
# for logout from session (GNOME-based environments)
- --talk-name=org.gnome.SessionManager
# for logout from session (Xfce)
- --talk-name=org.xfce.SessionManager
modules:
- name: savedesktop
buildsystem: simple
build-commands:
- chmod +x src/main_window.py
- chmod +x run.sh
- install -D -t /app/bin run.sh
- install -D -t /app src/main_window.py
- install -D -t /app/share/applications flatpak/com.github.vikdevelop.SaveDesktop.desktop
- install -D -t /app/share/icons/hicolor/128x128/apps flatpak/icons/com.github.vikdevelop.SaveDesktop.png
- install -D -t /app/share/icons/hicolor/128x128/apps flatpak/symbolic-icons/exclamation_mark.png
- install -D -t /app/share/metainfo flatpak/com.github.vikdevelop.SaveDesktop.metainfo.xml
- cp -R translations /app/
sources:
- type: dir
path: .