-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
org.gnome.FileRoller.json
141 lines (141 loc) · 4.82 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
{
"app-id": "org.gnome.FileRoller",
"runtime": "io.elementary.Platform",
"runtime-version": "8",
"sdk": "io.elementary.Sdk",
"command": "file-roller",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--filesystem=home",
"--filesystem=/tmp",
"--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-6.2.12.tar.gz",
"sha256": "a008b5f949bca9bb4ffa1bebbfc8b3c14b89df10a10354809b845232d5f582e5",
"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": "file-roller",
"buildsystem": "meson",
"cleanup": [
"org.gnome.FileRoller.ArchiveManager1.service",
"org.gnome.FileRoller.svg"
],
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/file-roller/44/file-roller-44.3.tar.xz",
"sha256": "04c8a74625fec84267fdec40306afb4104bd332d85061e0d36d4ab0533adfa4a",
"x-checker-data": {
"type": "gnome",
"is-important": true,
"name": "file-roller"
}
},
{
"type": "patch",
"path": "granite-init.patch"
},
{
"type": "patch",
"path": "icon-extract.patch"
}
]
},
{
"name": "customizations",
"buildsystem": "meson",
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}