11id : com.github.jeromerobert.pdfarranger
22runtime : org.gnome.Platform
3-
4- runtime-version : ' 48'
5-
3+ runtime-version : ' 49'
64sdk : org.gnome.Sdk
75command : pdfarranger
8-
96# We offer a language selection in the settings, therefore install all languages
107separate-locales : false
11-
128finish-args :
139 - --socket=wayland
1410 - --socket=fallback-x11
1511 - --share=ipc
1612 - --filesystem=host
13+ cleanup :
14+ - /include
15+ - /lib/cmake
16+ - /lib/pkgconfig
17+ - /share/doc
18+ - /share/gir-1.0
19+ - /share/man
20+ cleanup-commands :
21+ - python3 -m compileall --invalidation-mode=unchecked-hash /app
1722
1823modules :
24+
1925 - flatpak-module-qpdf-pikepdf/pikepdf.yaml
26+ # dependeny of python-dateutil
27+ - python3-six.yaml
2028 - python3-python-dateutil.yaml
29+ # dependeny of img2pdf
30+ - python3-flit-core.yaml
2131
2232 - name : image2pdf
2333 buildsystem : simple
2434 build-commands :
25- - pip3 install --no-index --find-links=\ "file://${PWD}\ " --prefix=${FLATPAK_DEST}
26- img2pdf-*.tar.gz
35+ - pip3 install --verbose -- no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
36+ img2pdf --no-build-isolation
2737 sources :
2838 # Depenedencies are satisfied through pikepdf installed earlier
29- - url : https://files.pythonhosted.org/packages/82/c3/023387e00682dc1b46bd719ec19c4c9206dc8eb182dfd02bc62c5b9320a2 /img2pdf-0.6.1 .tar.gz
30- sha256 : 306e279eb832bc159d7d6294b697a9fbd11b4be1f799b14b3b2174fb506af289
39+ - url : https://files.pythonhosted.org/packages/8e/97/ca44c467131b93fda82d2a2f21b738c8bcf63b5259e3b8250e928b8dd52a /img2pdf-0.6.3 .tar.gz
40+ sha256 : 219518020f5bd242bdc46493941ea3f756f664c2e86f2454721e74353f58cd95
3141 type : file
3242 x-checker-data :
3343 type : pypi
@@ -44,8 +54,8 @@ modules:
4454 - -DENABLE_QT8=OFF
4555 - -DENABLE_BOOST=OFF
4656 sources :
47- - url : https://poppler.freedesktop.org/poppler-25.11 .0.tar.xz
48- sha256 : 63f155142b77349e2bccaef148e754e7506ab1641e713b83af4f54a8f8b15369
57+ - url : https://poppler.freedesktop.org/poppler-26.03 .0.tar.xz
58+ sha256 : 8b3c5e2a9f2ab4c3ec5029f28af1b433c6b71f0d1e7b3997aa561cf1c0ca4ebe
4959 type : archive
5060 x-checker-data :
5161 type : anitya
@@ -56,18 +66,13 @@ modules:
5666 - name : pdfarranger
5767 buildsystem : simple
5868 build-commands :
59- - pip3 install --no-index --find-links=\ "file://${PWD}\ " --prefix=${FLATPAK_DEST}
60- .
69+ - pip3 install --verbose -- no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
70+ . --no-build-isolation
6171 sources :
6272 - url : https://github.com/pdfarranger/pdfarranger
63- commit : 41f26a09482ccf8ce39b01e5b5784b59e00d3727
64- tag : 1.12.1
73+ commit : 1194541b3a2ce07d1936471045106bff329bc5e3
74+ tag : 1.13.0
6575 type : git
6676 x-checker-data :
6777 type : git
6878 tag-pattern : ^([\d.]+)$
69-
70- cleanup :
71- - /include
72- - /lib/pkgconfig
73- - /app/bin/opj_*
0 commit comments