-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathio.github.resorgatto.docmorph.json
More file actions
106 lines (106 loc) · 3.71 KB
/
io.github.resorgatto.docmorph.json
File metadata and controls
106 lines (106 loc) · 3.71 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
{
"id": "io.github.resorgatto.docmorph",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.texlive"
],
"command": "docmorph",
"finish-args": [
"--env=PATH=/app/bin:/usr/bin:/usr/lib/sdk/texlive/bin/x86_64-linux:/usr/lib/sdk/texlive/bin/aarch64-linux",
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--filesystem=home"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules": [
{
"name": "poppler",
"buildsystem": "cmake",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_INSTALL_PREFIX=/app",
"-DENABLE_UNSTABLE_API_ABI_HEADERS=ON",
"-DENABLE_UTILS=ON",
"-DBUILD_GTK_TESTS=OFF",
"-DENABLE_LIBCURL=OFF",
"-DENABLE_QT5=OFF",
"-DENABLE_QT6=OFF",
"-DENABLE_GOBJECT_INTROSPECTION=OFF",
"-DWITH_GPGME=OFF",
"-DENABLE_CMS=none",
"-DENABLE_BOOST=OFF"
],
"sources": [
{
"type": "archive",
"url": "https://poppler.freedesktop.org/poppler-24.07.0.tar.xz",
"sha256": "19eb4f49198e4ae3fd9e5a6cf24d0fc7e674e8802046a7de14baab1e40cc2f1d"
}
]
},
{
"name": "pandoc",
"buildsystem": "simple",
"build-commands": [
"install -Dm755 bin/pandoc ${FLATPAK_DEST}/bin/pandoc"
],
"sources": [
{
"type": "archive",
"only-arches": [
"x86_64"
],
"url": "https://github.com/jgm/pandoc/releases/download/3.7.0.2/pandoc-3.7.0.2-linux-amd64.tar.gz",
"sha256": "8f8f67fdd540b6519326b0ac49d5c55c5d5d15e43920e80a086e02c8aff83268",
"x-checker-data": {
"type": "json",
"url": "https://api.github.com/repos/jgm/pandoc/releases/latest",
"version-query": ".tag_name",
"url-query": ".assets[] | select(.name==\"pandoc-\" + $version + \"-linux-amd64.tar.gz\") | .browser_download_url"
}
},
{
"type": "archive",
"only-arches": [
"aarch64"
],
"url": "https://github.com/jgm/pandoc/releases/download/3.7.0.2/pandoc-3.7.0.2-linux-arm64.tar.gz",
"sha256": "4ef2997ff0fa7f86ada5a217722f4f732293e38518b4442ececce16628bd0e44",
"x-checker-data": {
"type": "json",
"url": "https://api.github.com/repos/jgm/pandoc/releases/latest",
"version-query": ".tag_name",
"url-query": ".assets[] | select(.name==\"pandoc-\" + $version + \"-linux-arm64.tar.gz\") | .browser_download_url"
}
}
]
},
{
"name": "docmorph",
"builddir": true,
"buildsystem": "meson",
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}