-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.recoll.recoll.yml
271 lines (246 loc) · 8.07 KB
/
org.recoll.recoll.yml
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
id: org.recoll.recoll
runtime: org.kde.Platform
runtime-version: 5.15-24.08
sdk: org.kde.Sdk
base: io.qt.qtwebengine.BaseApp
base-version: 5.15-24.08
command: recoll
rename-desktop-file: recoll-searchgui.desktop
rename-icon: recoll
sdk-extensions:
- org.freedesktop.Sdk.Extension.rust-stable
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --device=dri
- --filesystem=home
- --env=ASPELL_CONF=dict-dir /app/share/dicts; local-data-dir /app/share/datadicts
- --env=ANTIWORDHOME=/app/share/antiword
- --env=JUPYTER_DATA_DIR=/app/share/jupyter
build-options:
append-path: /usr/lib/sdk/rust-stable/bin
cleanup:
- '*.a'
- '*.la'
- /share/aclocal
- /share/doc
- /share/man
cleanup-commands:
- /app/cleanup-BaseApp.sh
modules:
- name: aspell-en
buildsystem: simple
build-commands:
- ./configure
- make
- make dictdir=/app/share/dicts datadir=/app/share/datadicts install
sources:
- type: archive
url: https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-2020.12.07-0.tar.bz2
sha256: 4c8f734a28a088b88bb6481fcf972d0b2c3dc8da944f7673283ce487eac49fb3
x-checker-data:
type: anitya
project-id: 7838
url-template: https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$version.tar.bz2
- name: antiword
buildsystem: simple
build-commands:
- make
- cp antiword /app/bin
- cp -r Resources /app/share/antiword
sources:
- type: archive
url: https://web.archive.org/web/20221117105329if_/http://www.winfield.demon.nl/linux/antiword-0.37.tar.gz
sha256: 8e2c000fcbc6d641b0e6ff95e13c846da3ff31097801e86702124a206888f5ac
- name: djvulibre
config-opts:
- --disable-desktopfiles
sources:
- type: archive
url: https://downloads.sourceforge.net/project/djvu/DjVuLibre/3.5.28/djvulibre-3.5.28.tar.gz
sha256: fcd009ea7654fde5a83600eb80757bd3a76998e47d13c66b54c8db849f8f2edc
x-checker-data:
type: anitya
project-id: 10159
url-template: https://downloads.sourceforge.net/project/djvu/DjVuLibre/$version/djvulibre-$version.tar.gz
- name: ghostscript
config-opts:
- --disable-cups
- --disable-compile-inits
- --disable-dbus
- --disable-gtk
- --with-drivers=PS
- --without-ijs
- --without-libpaper
- --without-libtiff
- --without-local-zlib
- --without-pdftoraster
- --without-tesseract
- --without-x
sources:
- type: archive
url: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10040/ghostscript-10.04.0.tar.gz
sha256: c764dfbb7b13fc71a7a05c634e014f9bb1fb83b899fe39efc0b6c3522a9998b1
x-checker-data:
type: anitya
project-id: 1157
url-template: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${major}0$minor$patch/ghostscript-$version.tar.gz
- name: boost
buildsystem: simple
build-commands:
- ./bootstrap.sh --prefix=/app
- ./b2 install
cleanup:
- '*'
sources:
- type: archive
url: https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.bz2
sha256: 1bed88e40401b2cb7a1f76d4bab499e352fa4d0c5f31c0dbae64e24d34d7513b
x-checker-data:
type: anitya
project-id: 6845
url-template: https://archives.boost.io/release/$version/source/boost_$major_$minor_$patch.tar.bz2
- name: poppler
buildsystem: cmake-ninja
cleanup:
- /share
config-opts:
- -DENABLE_CPP=OFF
- -DENABLE_GLIB=OFF
- -DENABLE_QT5=OFF
- -DENABLE_QT6=OFF
sources:
- type: archive
url: https://poppler.freedesktop.org/poppler-25.02.0.tar.xz
sha256: 21234cb2a9647d73c752ce4031e65a79d11a511a835f2798284c2497b8701dee
x-checker-data:
type: anitya
project-id: 3686
url-template: https://poppler.freedesktop.org/poppler-$version.tar.xz
- name: unrtf
sources:
- type: archive
url: https://ftp.gnu.org/gnu/unrtf/unrtf-0.21.10.tar.gz
sha256: b49f20211fa69fff97d42d6e782a62d7e2da670b064951f14bbff968c93734ae
x-checker-data:
type: anitya
project-id: 5052
url-template: https://ftp.gnu.org/gnu/unrtf/unrtf-$version.tar.gz
- name: untex
buildsystem: simple
build-commands:
- make
- cp untex /app/bin
sources:
- type: archive
url: https://www.recoll.org/untex/untex-1.3.jf.tar.gz
sha256: 3ec09b7422d33dbf4cbb263bb5bc801a33fe3d6a84d6b33358f1e873731d014f
- name: perl
cleanup:
- '*.h'
sources:
- type: archive
url: https://www.cpan.org/src/5.0/perl-5.40.0.tar.gz
sha256: c740348f357396327a9795d3e8323bafd0fe8a5c7835fc1cbaba0cc8dfe7161f
x-checker-data:
type: html
url: https://www.perl.org/get.html
pattern: (https://www.cpan.org/src/([\d\.]+)/perl-([\d\.]+).tar.gz)
- type: script
dest-filename: configure
commands:
- ./Configure -des -Dprefix=/app
post-install:
- find /app/lib/perl5 -type f -exec chmod u+w {} \;
- name: exiftool
buildsystem: simple
build-commands:
- perl Makefile.PL
- make install
sources:
- type: archive
url: https://exiftool.org/Image-ExifTool-13.18.tar.gz
sha256: 1b5fdaf8417dfeb5b761cd2ffdc61babdfe7c960ca2e6ec80541f004c6e23689
x-checker-data:
type: anitya
project-id: 6175
url-template: https://exiftool.org/Image-ExifTool-$version.tar.gz
- name: libzmq
sources:
- type: archive
url: https://github.com/zeromq/libzmq/releases/download/v4.3.5/zeromq-4.3.5.tar.gz
sha256: 6653ef5910f17954861fe72332e68b03ca6e4d9c7160eb3a8de5a5a913bfab43
x-checker-data:
type: anitya
project-id: 16245
url-template: https://github.com/zeromq/libzmq/releases/download/v$version/zeromq-$version.tar.gz
- python3-jupyter.json
- python3-lxml.json
- python3-mutagen.json
- python3-PyYAML.json
- python3-py7zr.json
- name: unrar
buildsystem: simple
build-commands:
- make lib
- cp libunrar.so /app/lib
sources:
- type: archive
url: https://www.rarlab.com/rar/unrarsrc-7.1.3.tar.gz
sha256: f7edb6f55fb53611206781d9e56f2625ef4411a6b129768800196617d9df920a
x-checker-data:
type: anitya
project-id: 13306
url-template: https://www.rarlab.com/rar/unrarsrc-$version.tar.gz
- python3-unrar.json
- name: chmlib
cleanup:
- /include
sources:
- type: archive
url: http://www.jedrea.com/chmlib/chmlib-0.40.tar.bz2
sha256: 3449d64b0cf71578b2c7e3ddc048d4af3661f44a83941ea074a7813f3a59ffa3
x-checker-data:
type: anitya
project-id: 17678
url-template: http://www.jedrea.com/chmlib/chmlib-$version.tar.bz2
- type: patch
path: chmlib-arm.patch
- type: patch
path: chmlib-c99.patch
- type: shell
commands:
- cp /usr/share/gnu-config/config.guess .
- name: xapian-core
config-opts:
- --disable-sse
- --disable-backend-chert
- --disable-backend-remote
- --disable-documentation
cleanup:
- /bin
sources:
- type: archive
url: https://oligarchy.co.uk/xapian/1.4.27/xapian-core-1.4.27.tar.xz
sha256: bcbc99cfbf16080119c2571fc296794f539bd542ca3926f17c2999600830ab61
x-checker-data:
type: anitya
project-id: 15919
url-template: https://oligarchy.co.uk/xapian/$version/xapian-core-$version.tar.xz
- name: recoll
buildsystem: meson
build-options:
env:
QMAKEPATH: /app/lib
config-opts:
- -Dwebengine=true
- -Dsystemd=false
sources:
- type: archive
url: https://recoll.org/recoll-1.42.1.tar.gz
sha256: 743f90912d8329b42c1443346c85261a900070b92332642e6c6ff8d893aaed37
x-checker-data:
type: anitya
project-id: 6256
url-template: https://recoll.org/recoll-$version.tar.gz