-
Notifications
You must be signed in to change notification settings - Fork 8
/
com.github.jeromerobert.pdfarranger.yaml
73 lines (64 loc) · 2.03 KB
/
com.github.jeromerobert.pdfarranger.yaml
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
id: com.github.jeromerobert.pdfarranger
runtime: org.gnome.Platform
runtime-version: '47'
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
modules:
- flatpak-module-qpdf-pikepdf/pikepdf.yaml
- python3-python-dateutil.yaml
- name: image2pdf
buildsystem: simple
build-commands:
- pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST}
img2pdf-*.tar.gz
sources:
# Depenedencies are satisfied through pikepdf installed earlier
- url: https://files.pythonhosted.org/packages/36/92/6ac4d61951ba507b499f674c90dfa7b48fa776b56f6f068507f8751c03f1/img2pdf-0.5.1.tar.gz
sha256: 73847e47242f4b5bd113c70049e03e03212936c2727cd2a8bf564229a67d0b95
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-24.11.0.tar.xz
sha256: 7723d880565211740c13649d24a300257b86ddd7fa2d208187ff7e5cc8dfbd58
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 --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST}
.
sources:
- url: https://github.com/pdfarranger/pdfarranger
commit: f8d9c5b9a8b2cf0ec6d8504c245bc9d64bfc9ef6
tag: 1.11.1
type: git
x-checker-data:
type: git
tag-pattern: ^([\d.]+)$
cleanup:
- /include
- /lib/pkgconfig
- /app/bin/opj_*