-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcom.github.jeromerobert.pdfarranger.yaml
More file actions
78 lines (73 loc) · 2.3 KB
/
com.github.jeromerobert.pdfarranger.yaml
File metadata and controls
78 lines (73 loc) · 2.3 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
id: com.github.jeromerobert.pdfarranger
runtime: org.gnome.Platform
runtime-version: '50'
sdk: org.gnome.Sdk
command: pdfarranger
# We offer a language selection in the settings, therefore install all languages
separate-locales: false
finish-args:
- --socket=wayland
- --socket=fallback-x11
- --share=ipc
- --filesystem=host
cleanup:
- /include
- /lib/cmake
- /lib/pkgconfig
- /share/doc
- /share/gir-1.0
- /share/man
cleanup-commands:
- python3 -m compileall --invalidation-mode=unchecked-hash /app
modules:
- flatpak-module-qpdf-pikepdf/pikepdf.yaml
# dependeny of python-dateutil
- python3-six.yaml
- python3-python-dateutil.yaml
# dependeny of img2pdf
- python3-flit-core.yaml
- name: image2pdf
buildsystem: simple
build-commands:
- pip3 install --verbose --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
img2pdf --no-build-isolation
sources:
# Depenedencies are satisfied through pikepdf installed earlier
- url: https://files.pythonhosted.org/packages/8e/97/ca44c467131b93fda82d2a2f21b738c8bcf63b5259e3b8250e928b8dd52a/img2pdf-0.6.3.tar.gz
sha256: 219518020f5bd242bdc46493941ea3f756f664c2e86f2454721e74353f58cd95
type: file
x-checker-data:
type: pypi
name: img2pdf
- name: poppler
buildsystem: cmake-ninja
config-opts:
- -DENABLE_UTILS=OFF
- -DENABLE_CPP=OFF
- -DENABLE_QT5=OFF
- -DENABLE_QT6=OFF
- -DENABLE_QT7=OFF
- -DENABLE_QT8=OFF
- -DENABLE_BOOST=OFF
sources:
- url: https://poppler.freedesktop.org/poppler-26.04.0.tar.xz
sha256: b0955163114af96bc0106f68cb24daf973a629462453d8b82775f81b0d4e0693
type: archive
x-checker-data:
type: anitya
project-id: 3686
stable-only: true
url-template: https://poppler.freedesktop.org/poppler-$version.tar.xz
- name: pdfarranger
buildsystem: simple
build-commands:
- pip3 install --verbose --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
. --no-build-isolation
sources:
- url: https://github.com/pdfarranger/pdfarranger
commit: 1194541b3a2ce07d1936471045106bff329bc5e3
tag: 1.13.0
type: git
x-checker-data:
type: git
tag-pattern: ^([\d.]+)$