-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchat.tandem.Client.json
111 lines (111 loc) · 4.16 KB
/
chat.tandem.Client.json
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
104
105
106
107
108
109
110
111
{
"app-id": "chat.tandem.Client",
"base": "org.electronjs.Electron2.BaseApp",
"base-version": "24.08",
"runtime": "org.freedesktop.Platform",
"runtime-version": "24.08",
"sdk": "org.freedesktop.Sdk",
"command": "tandem",
"tags": [
"proprietary"
],
"finish-args": [
"--share=ipc",
"--socket=x11",
"--socket=pulseaudio",
"--share=network",
"--device=all",
"--filesystem=xdg-videos:ro",
"--filesystem=xdg-pictures:ro",
"--filesystem=xdg-download",
"--talk-name=org.gnome.SettingsDaemon"
],
"modules": [
{
"name": "inetutils",
"buildsystem": "simple",
"build-commands": [
"./configure --prefix=/usr --libexec=/usr/bin --localstatedir=/var --sysconfdir=/etc --without-{wrap,pam} --disable-{dnsdomainname,ftp,ftpd,ifconfig,inetd,logger,ping,ping6} --disable-{rcp,rexec,rexecd,rlogin,rlogind,rsh,rshd,syslogd} --disable-{talk,talkd,telnet,telnetd,tftp,tftpd,traceroute,uucpd,whois} --enable-hostname",
"make -j ${FLATPAK_BUILDER_N_JOBS}",
"install -Dm755 ./src/hostname /app/bin"
],
"sources": [
{
"type": "archive",
"url": "https://ftp.gnu.org/gnu/inetutils/inetutils-2.0.tar.xz",
"sha256": "e573d566e55393940099862e7f8994164a0ed12f5a86c3345380842bdc124722"
}
]
},
{
"name": "squashfs-tools",
"buildsystem": "simple",
"build-commands": [
"XZ_SUPPORT=1 make -C squashfs-tools -j ${FLATPAK_BUILDER_N_JOBS} install INSTALL_DIR=${FLATPAK_DEST}/bin"
],
"sources": [
{
"type": "git",
"url": "https://github.com/plougher/squashfs-tools.git",
"tag": "4.4-git.1",
"commit": "ddfb69d50971710502c9818a1fd1be42497e9808"
}
]
},
{
"name": "tandem",
"buildsystem": "simple",
"build-commands": [
"install apply_extra /app/bin",
"install tandem-bin.sh /app/bin/tandem",
"install -Dm644 chat.tandem.Client.metainfo.xml -t /app/share/metainfo",
"install -Dm644 chat.tandem.Client.png -t /app/share/icons/hicolor/512x512/apps",
"install -Dm644 chat.tandem.Client.desktop -t /app/share/applications"
],
"sources": [
{
"type": "script",
"dest-filename": "apply_extra",
"commands": [
"unsquashfs -no-progress tandem.snap > /dev/null",
"rm -f tandem.snap",
"mkdir bin",
"mv squashfs-root/app/* bin",
"rm -r squashfs-root"
]
},
{
"type": "file",
"path": "chat.tandem.Client.desktop"
},
{
"type": "file",
"path": "chat.tandem.Client.metainfo.xml"
},
{
"type": "file",
"path": "chat.tandem.Client.png"
},
{
"type": "file",
"path": "tandem-bin.sh"
},
{
"type": "extra-data",
"filename": "tandem.snap",
"only-arches": [
"x86_64"
],
"url": "https://api.snapcraft.io/api/v1/snaps/download/60TBdyGY1CtMasyg13mtwzXfZwu0XDLw_25.snap",
"sha256": "a0d7b3209e59805349d9b56eb38a3c339976be5ea241f5b94828a349dd29316b",
"size": 142893056,
"x-checker-data": {
"type": "snapcraft",
"name": "tandem",
"channel": "stable"
}
}
]
}
]
}