-
Notifications
You must be signed in to change notification settings - Fork 3
/
org.gnome.FileRoller.json
150 lines (150 loc) · 5.43 KB
/
org.gnome.FileRoller.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"id": "org.gnome.FileRoller",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "file-roller",
"finish-args": [
"--device=dri",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--filesystem=home",
"--metadata=X-DConf=migrate-path=/org/gnome/file-roller/",
"--own-name=org.gnome.ArchiveManager1"
],
"cleanup": [
"/share/man"
],
"modules": [
{
"name": "p7zip",
"no-autogen": true,
"make-args": [
"7z"
],
"make-install-args": [
"DEST_HOME=/app"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/p7zip-project/p7zip/archive/refs/tags/v17.05.tar.gz",
"sha256": "d2788f892571058c08d27095c22154579dfefb807ebe357d145ab2ddddefb1a6",
"x-checker-data": {
"type": "json",
"url": "https://api.github.com/repos/p7zip-project/p7zip/releases/latest",
"version-query": ".tag_name",
"url-query": "\"https://github.com/p7zip-project/p7zip/archive/refs/tags/\\($version).tar.gz\""
}
}
]
},
{
"name": "unrar",
"no-autogen": true,
"build-options": {
"strip": true
},
"make-install-args": [
"DESTDIR=$(FLATPAK_DEST)"
],
"sources": [
{
"type": "archive",
"url": "https://www.rarlab.com/rar/unrarsrc-7.1.1.tar.gz",
"sha256": "2e9cbc9d1c250b40f4a7a6a363b6ccfa3703e190534979d18c8c4ac5ae35dafc",
"x-checker-data": {
"type": "anitya",
"project-id": 13306,
"url-template": "https://www.rarlab.com/rar/unrarsrc-$version.tar.gz"
}
}
]
},
{
"name": "zstd",
"buildsystem": "meson",
"subdir": "build/meson",
"sources": [
{
"type": "archive",
"url": "https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz",
"sha256": "8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1",
"x-checker-data": {
"type": "json",
"url": "https://api.github.com/repos/facebook/zstd/releases/latest",
"version-query": ".tag_name | sub(\"^v|\"; \"\")",
"url-query": ".assets[] | select(.name==\"zstd-\" + $version + \".tar.gz\") | .browser_download_url"
}
}
]
},
{
"name": "rpm2cpio",
"buildsystem": "simple",
"build-commands": [
"install -D rpm2cpio.py /app/bin/rpm2cpio"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/ruda/rpm2cpio/archive/2017.tar.gz",
"sha256": "d266a4f49e65b5d05956502549ceb1d5671f927375ff71299069e6d92363297a"
},
{
"type": "patch",
"path": "rpm2cpio.patch"
}
]
},
{
"name": "libportal",
"buildsystem": "meson",
"config-opts": [
"-Ddocs=false",
"-Dvapi=false",
"-Dtests=false",
"-Dintrospection=false",
"-Dbackend-gtk3=disabled",
"-Dbackend-qt5=disabled",
"-Dbackend-gtk4=enabled"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/flatpak/libportal/releases/download/0.8.1/libportal-0.8.1.tar.xz",
"sha256": "281e54e4f8561125a65d20658f1462ab932b2b1258c376fed2137718441825ac",
"x-checker-data": {
"type": "json",
"url": "https://api.github.com/repos/flatpak/libportal/releases/latest",
"version-query": ".tag_name",
"url-query": ".assets[] | select(.name==\"libportal-\" + $version + \".tar.xz\") | .browser_download_url"
}
}
]
},
{
"name": "file-roller",
"buildsystem": "meson",
"config-opts": [
"-Duse_native_appchooser=true"
],
"cleanup": [
"org.gnome.FileRoller.ArchiveManager1.service"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/file-roller/44/file-roller-44.4.tar.xz",
"sha256": "b8c309da3aa784c719558c3466402378f4a3d6cae8ed77cf6849aacd56ceb9ec",
"x-checker-data": {
"type": "gnome",
"is-important": true,
"name": "file-roller"
}
}
]
}
]
}