img2pdf: update to 0.6.1

This commit is contained in:
Mateusz Sylwestrzak 2025-03-16 14:39:46 +01:00 committed by classabbyamp
parent 71699faa36
commit f634330008
2 changed files with 3 additions and 18 deletions

View file

@ -1,15 +0,0 @@
--- a/src/img2pdf.py
+++ b/src/img2pdf.py
@@ -3439,10 +3439,10 @@ RGB.""",
outargs.add_argument(
"--pdfa",
nargs="?",
- const="/usr/share/color/icc/sRGB.icc",
+ const="/usr/share/color/icc/colord/sRGB.icc",
default=None,
help="Output a PDF/A-1b compliant document. By default, this will "
- "embed /usr/share/color/icc/sRGB.icc as the color profile.",
+ "embed /usr/share/color/icc/colord/sRGB.icc as the color profile.",
)
sizeargs = parser.add_argument_group(

View file

@ -1,7 +1,7 @@
# Template file for 'img2pdf'
pkgname=img2pdf
version=0.4.4
revision=4
version=0.6.1
revision=1
build_style=python3-module
hostmakedepends="python3-pikepdf python3-setuptools"
depends="colord python3-pdfrw python3-pikepdf python3-Pillow python3-tkinter"
@ -10,5 +10,5 @@ maintainer="Philipp David <pd@3b.pm>"
license="GPL-3.0-or-later"
homepage="https://gitlab.mister-muffin.de/josch/img2pdf"
distfiles="${PYPI_SITE}/i/img2pdf/img2pdf-${version}.tar.gz"
checksum=8ec898a9646523fd3862b154f3f47cd52609c24cc3e2dc1fb5f0168f0cbe793c
checksum=306e279eb832bc159d7d6294b697a9fbd11b4be1f799b14b3b2174fb506af289
make_check=no # need to patch out some bitdepth checks