forked from flathub/org.gnome.FileRoller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorg.gnome.FileRoller.json
More file actions
126 lines (126 loc) · 4.6 KB
/
org.gnome.FileRoller.json
File metadata and controls
126 lines (126 loc) · 4.6 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"id": "org.gnome.FileRoller",
"runtime": "org.gnome.Platform",
"runtime-version": "49",
"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": "7zip",
"buildsystem": "simple",
"subdir": "CPP/7zip/Bundles/Alone7z",
"build-commands": [
"make -j $FLATPAK_BUILDER_N_JOBS -f makefile.gcc",
"install -D ./_o/7zr -t /app/bin"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/ip7z/7zip/archive/refs/tags/25.01.tar.gz",
"sha256": "8772e4ef86540c98bf4c23a6d9e13b3a25794d4bb30986ef0b1b9f20075b34c9",
"x-checker-data": {
"type": "anitya",
"project-id": 372314,
"url-template": "https://github.com/ip7z/7zip/archive/refs/tags/$version.tar.gz"
}
}
]
},
{
"name": "zstd",
"buildsystem": "meson",
"subdir": "build/meson",
"sources": [
{
"type": "archive",
"url": "https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-1.5.7.tar.gz",
"sha256": "eb33e51f49a15e023950cd7825ca74a4a2b43db8354825ac24fc1b7ee09e6fa3",
"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.9.1/libportal-0.9.1.tar.xz",
"sha256": "de801ee349ed3c255a9af3c01b1a401fab5b3fc1c35eb2fd7dfb35d4b8194d7f",
"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.6.tar.xz",
"sha256": "9e873b5005bc425799a8cd4b237e1fff430ec8d6b34a992c6033f1dfc6e3764e",
"x-checker-data": {
"type": "gnome",
"is-important": true,
"name": "file-roller"
}
}
]
}
]
}