-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathio.github.vikdevelop.SaveDesktop.json
More file actions
103 lines (103 loc) · 3.55 KB
/
io.github.vikdevelop.SaveDesktop.json
File metadata and controls
103 lines (103 loc) · 3.55 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"app-id" : "io.github.vikdevelop.SaveDesktop",
"runtime" : "org.gnome.Platform",
"runtime-version" : "49",
"sdk" : "org.gnome.Sdk",
"command" : "savedesktop",
"finish-args" : [
"--share=ipc",
"--socket=wayland",
"--socket=fallback-x11",
"--device=dri",
"--filesystem=xdg-run/gvfs",
"--filesystem=xdg-run/gvfsd",
"--filesystem=~/.config",
"--filesystem=~/.local/share",
"--filesystem=xdg-download",
"--filesystem=xdg-music",
"--filesystem=xdg-videos",
"--filesystem=xdg-documents",
"--filesystem=xdg-public-share",
"--filesystem=xdg-pictures",
"--filesystem=xdg-desktop",
"--filesystem=~/.themes:create",
"--filesystem=~/.icons:create",
"--filesystem=~/.cinnamon:create",
"--filesystem=~/.xfce4:create",
"--filesystem=~/.fonts:create",
"--filesystem=/var/lib/flatpak:ro",
"--filesystem=~/.local/share/flatpak/app:ro",
"--filesystem=~/.var/app:ro",
"--talk-name=org.gnome.SessionManager",
"--talk-name=org.xfce.SessionManager",
"--talk-name=org.kde.LogoutPrompt",
"--talk-name=com.system76.CosmicSession",
"--talk-name=org.freedesktop.FileManager1",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf",
"--filesystem=xdg-run/dconf",
"--talk-name=ca.desrt.dconf"
],
"modules" : [
{
"name" : "7zip",
"buildsystem" : "simple",
"subdir" : "CPP/7zip/Bundles/Alone2",
"build-commands" : [
"make -j $FLATPAK_BUILDER_N_JOBS -f makefile.gcc",
"install -D ./_o/7zz -t /app/bin",
"ln -s /app/bin/7zz /app/bin/7z"
],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/ip7z/7zip.git",
"tag" : "25.01",
"commit" : "5e96a8279489832924056b1fa82f29d5837c9469"
}
],
"x-checker-data" : {
"type" : "git",
"tag-pattern" : "^([\\d.]+)$"
}
},
{
"name" : "dconf",
"buildsystem" : "simple",
"build-commands" : [
"cp -R dconf/* /app"
],
"sources" : [
{
"type" : "archive",
"url" : "https://github.com/vikdevelop/SaveDesktop/releases/download/3.7.1/dconf-build-override-049-amd64.tar.xz",
"sha256" : "a1e644bbf755cccf531260a78bcc631d18c29518f86004256cd4b32d9e8a85f3",
"only-arches" : ["x86_64"]
},
{
"type" : "archive",
"url" : "https://github.com/vikdevelop/SaveDesktop/releases/download/3.7.1/dconf-build-override-049-aarch64.tar.xz",
"sha256" : "a60390607bda144a17b56e0557ec9bb3d1b7a5c6465270652769cfe7642dd528",
"only-arches" : ["aarch64"]
}
]
},
{
"name" : "savedesktop",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/vikdevelop/SaveDesktop",
"tag" : "4.0"
}
],
"config-opts" : [
"--libdir=lib"
]
}
],
"build-options" : {
"env" : { }
}
}