From f6343300084cdc2a20fbaac2e60d1c0019869cbf Mon Sep 17 00:00:00 2001 From: Mateusz Sylwestrzak Date: Sun, 16 Mar 2025 14:39:46 +0100 Subject: [PATCH] img2pdf: update to 0.6.1 --- .../patches/0_fix_color_profile_path.patch | 15 --------------- srcpkgs/img2pdf/template | 6 +++--- 2 files changed, 3 insertions(+), 18 deletions(-) delete mode 100644 srcpkgs/img2pdf/patches/0_fix_color_profile_path.patch diff --git a/srcpkgs/img2pdf/patches/0_fix_color_profile_path.patch b/srcpkgs/img2pdf/patches/0_fix_color_profile_path.patch deleted file mode 100644 index 009eee3c298..00000000000 --- a/srcpkgs/img2pdf/patches/0_fix_color_profile_path.patch +++ /dev/null @@ -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( diff --git a/srcpkgs/img2pdf/template b/srcpkgs/img2pdf/template index 48b7eba8118..53b2528c703 100644 --- a/srcpkgs/img2pdf/template +++ b/srcpkgs/img2pdf/template @@ -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 " 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