git: c5ec65ce73fa - main - print/{,gimp-}gutenprint: Update 5.3.4 => 5.3.5

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Thu, 18 Jun 2026 18:37:38 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c5ec65ce73fa12f8289eb9d6ceb6a57f9e9a7e9d

commit c5ec65ce73fa12f8289eb9d6ceb6a57f9e9a7e9d
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2026-06-18 18:32:49 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-06-18 18:32:49 +0000

    print/{,gimp-}gutenprint: Update 5.3.4 => 5.3.5
    
    Changelog:
    https://sourceforge.net/projects/gimp-print/files/gutenprint-5.3/5.3.5/NEWS
    
    - Replace PORTVERSION with DISTVERSION.
    - Remove GNU_CONFIGURE_MANPREFIX - default value.
    - Fix warnings from portclippy.
    
    Sponsored by:   UNIS Labs
---
 print/gimp-gutenprint/pkg-plist                    |  2 +-
 print/gutenprint/Makefile                          | 24 ++++---
 print/gutenprint/distinfo                          |  6 +-
 print/gutenprint/files/patch-config.h.in           |  4 +-
 print/gutenprint/files/patch-configure             | 24 +++----
 .../files/patch-src_cups_commandtocanon.c          |  4 +-
 .../files/patch-src_cups_commandtoepson.c          |  4 +-
 print/gutenprint/files/patch-src_gimp2_print.c     | 13 ----
 .../files/patch-src_xml_papers_Makefile.in         |  4 +-
 print/gutenprint/pkg-plist                         | 74 +++++++++++++++++++++-
 10 files changed, 108 insertions(+), 51 deletions(-)

diff --git a/print/gimp-gutenprint/pkg-plist b/print/gimp-gutenprint/pkg-plist
index 1e7c0d3f615b..8f63b89c2146 100644
--- a/print/gimp-gutenprint/pkg-plist
+++ b/print/gimp-gutenprint/pkg-plist
@@ -1,5 +1,5 @@
 lib/libgutenprintui2.so
 lib/libgutenprintui2.so.2
-lib/libgutenprintui2.so.2.5.0
+lib/libgutenprintui2.so.2.6.0
 libdata/pkgconfig/gutenprintui2.pc
 libexec/gimp/2.2/plug-ins/gutenprint
diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile
index 0a837f75cbf3..d664d31fbea2 100644
--- a/print/gutenprint/Makefile
+++ b/print/gutenprint/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	gutenprint
-PORTVERSION=	5.3.4
-PORTREVISION?=	1
+DISTVERSION=	5.3.5
+PORTREVISION?=	0
 CATEGORIES=	print
-MASTER_SITES=	SF/gimp-print/gutenprint-5.3/${PORTVERSION}
+MASTER_SITES=	SF/gimp-print/gutenprint-5.3/${DISTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT?=	Gutenprint Printer Drivers
@@ -11,8 +11,10 @@ WWW=		https://gimp-print.sourceforge.net/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		compiler:c11 cpe gettext gmake libtool pathfix perl5 pkgconfig \
+		tar:xz
+CPE_VENDOR=	${PORTNAME}_project
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--disable-static --enable-cups-ppds \
 		--enable-cups-1_2-enhancements \
 		--enable-simplified-cups-ppds \
@@ -20,9 +22,6 @@ CONFIGURE_ARGS=	--disable-static --enable-cups-ppds \
 		--enable-cups-level3-ppds \
 		--disable-translated-cups-ppds
 INSTALL_TARGET=	install-strip
-USES=		compiler:c11 cpe gettext gmake libtool pathfix perl5 pkgconfig \
-		tar:xz
-CPE_VENDOR=	${PORTNAME}_project
 
 OPTIONS_DEFINE=		DOCS NLS
 OPTIONS_SUB=		yes
@@ -32,27 +31,26 @@ NLS_CONFIGURE_ENABLE=	nls
 .if !defined(GUT_SLAVE)
 LIB_DEPENDS+=	libcupsimage.so:print/cups
 RUN_DEPENDS+=	${LOCALBASE}/libexec/cups/filter/gstoraster:print/cups-filters
+USES+=		iconv
+USE_LDCONFIG=	yes
 CONFIGURE_ARGS+=--disable-libgutenprintui2 --without-gimp2 \
 		--with-cups=${PREFIX} \
 		--with-cups-config=${PREFIX}/bin/cups-config
-USES+=		iconv
-USE_LDCONFIG=	yes
 .else
 LIB_DEPENDS+=	libgutenprint.so:print/gutenprint
 MAKE_ARGS+=	GUTENPRINT_LIBS='`$$(PKG_CONFIG) --libs gutenprint`'
 .if ${GUT_SLAVE} == "gimp"
-USES+=		gnome
-USE_GNOME+=	cairo gdkpixbuf
 LIB_DEPENDS+=	libbabl-0.1.so:x11/babl \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libgegl-0.4.so:graphics/gegl \
 		libgimp-2.0.so:graphics/gimp-app \
 		libjson-glib-1.0.so:devel/json-glib
+USES+=		gnome
+USE_GNOME+=	cairo gdkpixbuf gtk20
 CONFIGURE_ARGS+=--enable-libgutenprintui2 --with-gimp2
 BUILD_WRKSRC=	${WRKSRC}/src/gimp2
 INSTALL_WRKSRC=	${WRKSRC}/src/gimp2
-USE_GNOME+=	gtk20
 .endif
 .endif
 
@@ -67,7 +65,7 @@ post-install:
 	@(cd ${WRKSRC}/src/gutenprintui2 && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \
 		${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
 .else
-	@(test -d ${STAGEDIR}/${DATADIR}/doc/reference-html && ${RMDIR} ${STAGEDIR}/${DATADIR}/doc/reference-html || :)
+	@${RM} -r ${STAGEDIR}/${DATADIR}/doc/reference-html
 .endif
 
 .include <bsd.port.mk>
diff --git a/print/gutenprint/distinfo b/print/gutenprint/distinfo
index 3ed15c80b47b..692ddfafff07 100644
--- a/print/gutenprint/distinfo
+++ b/print/gutenprint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1678030737
-SHA256 (gutenprint-5.3.4.tar.xz) = db44a701d2b8e6a8931c83cec06c91226be266d23e5c189d20a39dd175f2023b
-SIZE (gutenprint-5.3.4.tar.xz) = 5341824
+TIMESTAMP = 1781818181
+SHA256 (gutenprint-5.3.5.tar.xz) = f5a9f47de28530b1ae2069cfbc647a9a641baeeabe809bb0ef2b3ec5b9668d70
+SIZE (gutenprint-5.3.5.tar.xz) = 5667532
diff --git a/print/gutenprint/files/patch-config.h.in b/print/gutenprint/files/patch-config.h.in
index f57f47fd8dee..e32dc4aa00af 100644
--- a/print/gutenprint/files/patch-config.h.in
+++ b/print/gutenprint/files/patch-config.h.in
@@ -1,5 +1,5 @@
---- config.h.in.orig	2023-03-05 17:09:22.768898000 +0100
-+++ config.h.in	2023-03-05 17:32:21.267867000 +0100
+--- config.h.in.orig	2025-03-12 19:29:04 UTC
++++ config.h.in
 @@ -1,5 +1,7 @@
  /* config.h.in.  Generated from configure.ac by autoheader.  */
  
diff --git a/print/gutenprint/files/patch-configure b/print/gutenprint/files/patch-configure
index fc18dfdb1925..0d91d771af4a 100644
--- a/print/gutenprint/files/patch-configure
+++ b/print/gutenprint/files/patch-configure
@@ -1,23 +1,23 @@
 # this is a workaround for a broken gimptool-2.0 (uses wrong plugin dir
 # when installing plugins)
---- configure.orig	2019-08-27 19:37:57 UTC
+--- configure.orig	2025-03-12 19:27:58 UTC
 +++ configure
-@@ -15324,8 +15324,7 @@ else
+@@ -16315,8 +16315,7 @@ printf %s "checking for GIMP 2.0 plug-in directory... 
    if test x${BUILD_GIMP2} = xyes ; then
-     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GIMP 2.0 plug-in directory" >&5
- $as_echo_n "checking for GIMP 2.0 plug-in directory... " >&6; }
+     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GIMP 2.0 plug-in directory" >&5
+ printf %s "checking for GIMP 2.0 plug-in directory... " >&6; }
 -    GIMPTOOL2_OUTPUT=`$GIMPTOOL2_CHECK --dry-run --install-${PLUG_IN_PATH} print | tail -n 1`
 -    GIMP2_PLUGIN_DIR=`echo "$GIMPTOOL2_OUTPUT" | cut -d ' ' -f 3 | tr -d "\'"`
 +    GIMP2_PLUGIN_DIR=`$GIMPTOOL2_CHECK --gimpplugindir`/plug-ins
-     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GIMP2_PLUGIN_DIR" >&5
- $as_echo "$GIMP2_PLUGIN_DIR" >&6; }
+     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GIMP2_PLUGIN_DIR" >&5
+ printf "%s\n" "$GIMP2_PLUGIN_DIR" >&6; }
      if test "x$NO_PKGCONFIG_PATHS" = x; then
-@@ -18629,7 +18629,7 @@
+@@ -20636,7 +20635,7 @@ fi
  
- if test x$ac_compiler_gnu = "xyes"; then
+ # C99 + POSIX extras
  
--  for stp_ac_arg in -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Wformat -Werror=format-security -D_POSIX_C_SOURCE=200809L -std=c99 ; do
-+  for stp_ac_arg in -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Wformat -Werror=format-security -D_POSIX_C_SOURCE=200809L ; do
+-  for stp_ac_arg in -D_POSIX_C_SOURCE=200809L -std=c99 ; do
++  for stp_ac_arg in  ; do
  
-   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ${CC} supports ${stp_ac_arg}" >&5
- $as_echo_n "checking if ${CC} supports ${stp_ac_arg}... " >&6; }
+   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if ${CC} supports ${stp_ac_arg}" >&5
+ printf %s "checking if ${CC} supports ${stp_ac_arg}... " >&6; }
diff --git a/print/gutenprint/files/patch-src_cups_commandtocanon.c b/print/gutenprint/files/patch-src_cups_commandtocanon.c
index 75f87de0ae3d..4003e39ffcf5 100644
--- a/print/gutenprint/files/patch-src_cups_commandtocanon.c
+++ b/print/gutenprint/files/patch-src_cups_commandtocanon.c
@@ -1,5 +1,5 @@
---- src/cups/commandtocanon.c.orig	2023-03-05 17:47:41.520731000 +0100
-+++ src/cups/commandtocanon.c	2023-03-05 17:48:26.896443000 +0100
+--- src/cups/commandtocanon.c.orig	2024-06-02 23:00:55 UTC
++++ src/cups/commandtocanon.c
 @@ -11,11 +11,13 @@
   * Include necessary headers...
   */
diff --git a/print/gutenprint/files/patch-src_cups_commandtoepson.c b/print/gutenprint/files/patch-src_cups_commandtoepson.c
index b615279d0fb9..de7145d066df 100644
--- a/print/gutenprint/files/patch-src_cups_commandtoepson.c
+++ b/print/gutenprint/files/patch-src_cups_commandtoepson.c
@@ -1,5 +1,5 @@
---- src/cups/commandtoepson.c.orig	2023-03-05 16:52:54.260430000 +0100
-+++ src/cups/commandtoepson.c	2023-03-05 17:46:05.937425000 +0100
+--- src/cups/commandtoepson.c.orig	2024-06-02 23:00:55 UTC
++++ src/cups/commandtoepson.c
 @@ -25,12 +25,14 @@
   * Include necessary headers...
   */
diff --git a/print/gutenprint/files/patch-src_gimp2_print.c b/print/gutenprint/files/patch-src_gimp2_print.c
deleted file mode 100644
index 20f63594c0b6..000000000000
--- a/print/gutenprint/files/patch-src_gimp2_print.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/gimp2/print.c.orig	2023-03-05 16:39:18.726997000 +0100
-+++ src/gimp2/print.c	2023-03-05 16:39:46.126948000 +0100
-@@ -114,8 +114,8 @@
- {
-   if (gimp_thumbnail_data)
-     g_free(gimp_thumbnail_data);
--  gint x = gimp_image_width(image_ID);
--  gint y = gimp_image_height(image_ID);
-+  gint x = gimp_image_width(p2gint(image_ID));
-+  gint y = gimp_image_height(p2gint(image_ID));
-   if (*width > x)
-     *width = x;
-   if (*height > y)
diff --git a/print/gutenprint/files/patch-src_xml_papers_Makefile.in b/print/gutenprint/files/patch-src_xml_papers_Makefile.in
index 8c5a4686f6a0..d0d508ddc5c1 100644
--- a/print/gutenprint/files/patch-src_xml_papers_Makefile.in
+++ b/print/gutenprint/files/patch-src_xml_papers_Makefile.in
@@ -1,6 +1,6 @@
---- src/xml/papers/Makefile.in.orig	2019-08-27 14:36:22 UTC
+--- src/xml/papers/Makefile.in.orig	2026-06-18 16:52:01 UTC
 +++ src/xml/papers/Makefile.in
-@@ -394,7 +394,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir
+@@ -404,7 +404,8 @@ pkgxmldata_DATA = \
  pkgxmldatadir = $(pkgdatadir)/@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@/xml/papers
  pkgxmldata_DATA = \
  	standard.xml				\
diff --git a/print/gutenprint/pkg-plist b/print/gutenprint/pkg-plist
index 0fba37f4de73..2f0d9c4d8213 100644
--- a/print/gutenprint/pkg-plist
+++ b/print/gutenprint/pkg-plist
@@ -39,11 +39,12 @@ lib/gutenprint/5.3/modules/print-ps.so
 lib/gutenprint/5.3/modules/print-raw.so
 lib/libgutenprint.so
 lib/libgutenprint.so.9
-lib/libgutenprint.so.9.5.0
+lib/libgutenprint.so.9.6.0
 libdata/pkgconfig/gutenprint.pc
 libexec/cups/backend/gutenprint53+usb
 libexec/cups/driver/gutenprint.5.3
 libexec/cups/filter/commandtocanon
+libexec/cups/filter/commandtodyesub
 libexec/cups/filter/commandtoepson
 libexec/cups/filter/rastertogutenprint.5.3
 share/man/man1/escputil.1.gz
@@ -2537,6 +2538,8 @@ share/cups/model/gutenprint/5.3/C/stp-canon-cp1200.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-canon-cp1200.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-canon-cp1300.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-canon-cp1300.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-canon-cp1500.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-canon-cp1500.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-canon-cp200.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-canon-cp200.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-canon-cp220.5.3.ppd.gz
@@ -2763,8 +2766,12 @@ share/cups/model/gutenprint/5.3/C/stp-dell-3100cn.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-dell-3100cn.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-dnp-ds40.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-dnp-ds40.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-dnp-ds480.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-dnp-ds480.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-dnp-ds620.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-dnp-ds620.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-dnp-ds680.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-dnp-ds680.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-dnp-ds80.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-dnp-ds80.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-dnp-ds80dx.5.3.ppd.gz
@@ -3303,6 +3310,8 @@ share/cups/model/gutenprint/5.3/C/stp-escp2-ex.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-ex.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-ex3.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-ex3.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-escp2-fujifilm-dx100.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-escp2-fujifilm-dx100.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-i.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-i.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-ii.5.3.ppd.gz
@@ -3457,6 +3466,12 @@ share/cups/model/gutenprint/5.3/C/stp-escp2-p400.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-p400.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-p50.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-p50.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-escp2-p5000-s.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-escp2-p5000-s.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-escp2-p5000ce.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-escp2-p5000ce.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-escp2-p5000se.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-escp2-p5000se.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-p600-s.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-p600-s.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-p600.5.3.ppd.gz
@@ -3803,6 +3818,8 @@ share/cups/model/gutenprint/5.3/C/stp-escp2-scan2000.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-scan2000.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-scan2500.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-scan2500.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-escp2-sl-d700.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-escp2-sl-d700.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-sx100.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-sx100.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-escp2-sx105.5.3.ppd.gz
@@ -4281,12 +4298,28 @@ share/cups/model/gutenprint/5.3/C/stp-gestetner-pro_c5200s.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-gestetner-pro_c5200s.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-gestetner-pro_c5210s.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-gestetner-pro_c5210s.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-hiti-p461.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-hiti-p461.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-hiti-p510k.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-hiti-p510k.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-hiti-p510l.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-hiti-p510l.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-hiti-p510s.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-hiti-p510s.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-hiti-p510si.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-hiti-p510si.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-hiti-p518a.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-hiti-p518a.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-hiti-p518s.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-hiti-p518s.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-hiti-p520l.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-hiti-p520l.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-hiti-p525l.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-hiti-p525l.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-hiti-p720l.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-hiti-p720l.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-hiti-p728l.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-hiti-p728l.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-hiti-p750l.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-hiti-p750l.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-honeywell_rp2.5.3.ppd.gz
@@ -5181,6 +5214,8 @@ share/cups/model/gutenprint/5.3/C/stp-infotec-pro_c7110.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-infotec-pro_c7110.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-infotec-pro_c7110s.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-infotec-pro_c7110s.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-joyspace-u826.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-joyspace-u826.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-kodak-1400.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-kodak-1400.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-kodak-305.5.3.ppd.gz
@@ -5781,6 +5816,8 @@ share/cups/model/gutenprint/5.3/C/stp-mitsubishi-9810d.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-9810d.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-9810dw.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-9810dw.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-mitsubishi-9820dw-ag.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-mitsubishi-9820dw-ag.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-cp-3800dw.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-cp-3800dw.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-cp30dw.5.3.ppd.gz
@@ -5789,6 +5826,8 @@ share/cups/model/gutenprint/5.3/C/stp-mitsubishi-cpm1.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-cpm1.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-cpm15.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-cpm15.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-mitsubishi-cpw5000.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-mitsubishi-cpw5000.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-d707dw.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-d707dw.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-d70dw.5.3.ppd.gz
@@ -5797,6 +5836,8 @@ share/cups/model/gutenprint/5.3/C/stp-mitsubishi-d80dw.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-d80dw.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-d90dw.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-d90dw.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-mitsubishi-d90dwsl.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-mitsubishi-d90dwsl.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-k60dw.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-k60dw.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-mitsubishi-p93d.5.3.ppd.gz
@@ -6121,6 +6162,8 @@ share/cups/model/gutenprint/5.3/C/stp-olivetti-jp350s.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-olivetti-jp350s.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-olivetti-pg_306.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-olivetti-pg_306.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-olmec-op1000.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-olmec-op1000.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-olympus-p10.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-olympus-p10.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-olympus-p11.5.3.ppd.gz
@@ -6947,6 +6990,8 @@ share/cups/model/gutenprint/5.3/C/stp-sharp-mx-2300g.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-sharp-mx-2300g.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-sharp-mx-2300n.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-sharp-mx-2300n.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-sharp-mx-2600n.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-sharp-mx-2600n.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-sharp-mx-2700fg.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-sharp-mx-2700fg.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-sharp-mx-2700g.5.3.ppd.gz
@@ -6995,10 +7040,18 @@ share/cups/model/gutenprint/5.3/C/stp-sony-dppex7.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-sony-dppex7.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-sony-ijp-v100.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-sony-ijp-v100.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-sony-up971ad.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-sony-up971ad.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-sony-up991ad.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-sony-up991ad.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-sony-upcr10l.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-sony-upcr10l.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-sony-upcr20l.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-sony-upcr20l.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-sony-upcx1.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-sony-upcx1.5.3.sim.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-sony-upd711.5.3.ppd.gz
+share/cups/model/gutenprint/5.3/C/stp-sony-upd711.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-sony-upd895.5.3.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-sony-upd895.5.3.sim.ppd.gz
 share/cups/model/gutenprint/5.3/C/stp-sony-upd897.5.3.ppd.gz
@@ -7247,6 +7300,7 @@ share/cups/usb/net.sf.gimp-print.usb-quirks
 %%DATADIR%%/5.3/xml/escp2/inks/pro_gen2.xml
 %%DATADIR%%/5.3/xml/escp2/inks/pro_pigment.xml
 %%DATADIR%%/5.3/xml/escp2/inks/pro_ultrachrome.xml
+%%DATADIR%%/5.3/xml/escp2/inks/pro_ultrachrome_d6s.xml
 %%DATADIR%%/5.3/xml/escp2/inks/pro_ultrachrome_k3.xml
 %%DATADIR%%/5.3/xml/escp2/inks/pro_ultrachrome_k34.xml
 %%DATADIR%%/5.3/xml/escp2/inks/pro_ultrachrome_k3v.xml
@@ -7254,6 +7308,8 @@ share/cups/usb/net.sf.gimp-print.usb-quirks
 %%DATADIR%%/5.3/xml/escp2/inks/pro_ultrachrome_k3v10a.xml
 %%DATADIR%%/5.3/xml/escp2/inks/pro_ultrachrome_k3v10b.xml
 %%DATADIR%%/5.3/xml/escp2/inks/pro_ultrachrome_k3v4.xml
+%%DATADIR%%/5.3/xml/escp2/inks/pro_ultrachrome_t913x_ce.xml
+%%DATADIR%%/5.3/xml/escp2/inks/pro_ultrachrome_t913x_se.xml
 %%DATADIR%%/5.3/xml/escp2/inks/standard.xml
 %%DATADIR%%/5.3/xml/escp2/inks/standard_gen0.xml
 %%DATADIR%%/5.3/xml/escp2/inks/sx445.xml
@@ -7268,6 +7324,7 @@ share/cups/usb/net.sf.gimp-print.usb-quirks
 %%DATADIR%%/5.3/xml/escp2/inputslots/cd_cutter_roll_feed.xml
 %%DATADIR%%/5.3/xml/escp2/inputslots/cd_roll_feed.xml
 %%DATADIR%%/5.3/xml/escp2/inputslots/cutter_roll_feed.xml
+%%DATADIR%%/5.3/xml/escp2/inputslots/cutter_roll_only.xml
 %%DATADIR%%/5.3/xml/escp2/inputslots/default-duplex.xml
 %%DATADIR%%/5.3/xml/escp2/inputslots/default.xml
 %%DATADIR%%/5.3/xml/escp2/inputslots/pro3880.xml
@@ -7315,11 +7372,14 @@ share/cups/usb/net.sf.gimp-print.usb-quirks
 %%DATADIR%%/5.3/xml/escp2/media/pro_gen2.xml
 %%DATADIR%%/5.3/xml/escp2/media/pro_pigment.xml
 %%DATADIR%%/5.3/xml/escp2/media/pro_ultrachrome.xml
+%%DATADIR%%/5.3/xml/escp2/media/pro_ultrachrome_d6s.xml
 %%DATADIR%%/5.3/xml/escp2/media/pro_ultrachrome_k3.xml
 %%DATADIR%%/5.3/xml/escp2/media/pro_ultrachrome_k3v.xml
 %%DATADIR%%/5.3/xml/escp2/media/pro_ultrachrome_k3v10.xml
 %%DATADIR%%/5.3/xml/escp2/media/pro_ultrachrome_k3v10a.xml
 %%DATADIR%%/5.3/xml/escp2/media/pro_ultrachrome_k3v10b.xml
+%%DATADIR%%/5.3/xml/escp2/media/pro_ultrachrome_t913x_ce.xml
+%%DATADIR%%/5.3/xml/escp2/media/pro_ultrachrome_t913x_se.xml
 %%DATADIR%%/5.3/xml/escp2/media/r800.xml
 %%DATADIR%%/5.3/xml/escp2/media/standard.xml
 %%DATADIR%%/5.3/xml/escp2/media/standard_gen0.xml
@@ -7347,6 +7407,8 @@ share/cups/usb/net.sf.gimp-print.usb-quirks
 %%DATADIR%%/5.3/xml/escp2/model/base/pro_ultrachrome_k3v10_base.xml
 %%DATADIR%%/5.3/xml/escp2/model/base/pro_ultrachrome_k3v10a.xml
 %%DATADIR%%/5.3/xml/escp2/model/base/pro_ultrachrome_k3v10b.xml
+%%DATADIR%%/5.3/xml/escp2/model/base/pro_ultrachrome_t913x_ce.xml
+%%DATADIR%%/5.3/xml/escp2/model/base/pro_ultrachrome_t913x_se.xml
 %%DATADIR%%/5.3/xml/escp2/model/base/pro_x000.xml
 %%DATADIR%%/5.3/xml/escp2/model/base/pro_x500.xml
 %%DATADIR%%/5.3/xml/escp2/model/base/pro_x600.xml
@@ -7401,6 +7463,9 @@ share/cups/usb/net.sf.gimp-print.usb-quirks
 %%DATADIR%%/5.3/xml/escp2/model/model_133.xml
 %%DATADIR%%/5.3/xml/escp2/model/model_134.xml
 %%DATADIR%%/5.3/xml/escp2/model/model_135.xml
+%%DATADIR%%/5.3/xml/escp2/model/model_136.xml
+%%DATADIR%%/5.3/xml/escp2/model/model_137.xml
+%%DATADIR%%/5.3/xml/escp2/model/model_138.xml
 %%DATADIR%%/5.3/xml/escp2/model/model_13.xml
 %%DATADIR%%/5.3/xml/escp2/model/model_14.xml
 %%DATADIR%%/5.3/xml/escp2/model/model_15.xml
@@ -7497,6 +7562,7 @@ share/cups/usb/net.sf.gimp-print.usb-quirks
 %%DATADIR%%/5.3/xml/escp2/qualitypresets/picturemate.xml
 %%DATADIR%%/5.3/xml/escp2/qualitypresets/prox900.xml
 %%DATADIR%%/5.3/xml/escp2/qualitypresets/standard.xml
+%%DATADIR%%/5.3/xml/escp2/qualitypresets/surelab.xml
 %%DATADIR%%/5.3/xml/escp2/qualitypresets/v2880.xml
 %%DATADIR%%/5.3/xml/escp2/qualitypresets/wf40.xml
 %%DATADIR%%/5.3/xml/escp2/resolutions/c8x.xml
@@ -7562,10 +7628,14 @@ share/locale/gl/gutenprint_gl.po
 share/locale/hr/gutenprint_hr.po
 %%NLS%%share/locale/hu/LC_MESSAGES/gutenprint.mo
 share/locale/hu/gutenprint_hu.po
+%%NLS%%share/locale/is/LC_MESSAGES/gutenprint.mo
+share/locale/is/gutenprint_is.po
 %%NLS%%share/locale/it/LC_MESSAGES/gutenprint.mo
 share/locale/it/gutenprint_it.po
 %%NLS%%share/locale/ja/LC_MESSAGES/gutenprint.mo
 share/locale/ja/gutenprint_ja.po
+%%NLS%%share/locale/ka/LC_MESSAGES/gutenprint.mo
+share/locale/ka/gutenprint_ka.po
 %%NLS%%share/locale/nb/LC_MESSAGES/gutenprint.mo
 share/locale/nb/gutenprint_nb.po
 %%NLS%%share/locale/nl/LC_MESSAGES/gutenprint.mo
@@ -7574,6 +7644,8 @@ share/locale/nl/gutenprint_nl.po
 share/locale/pl/gutenprint_pl.po
 %%NLS%%share/locale/pt/LC_MESSAGES/gutenprint.mo
 share/locale/pt/gutenprint_pt.po
+%%NLS%%share/locale/ro/LC_MESSAGES/gutenprint.mo
+share/locale/ro/gutenprint_ro.po
 %%NLS%%share/locale/ru/LC_MESSAGES/gutenprint.mo
 share/locale/ru/gutenprint_ru.po
 %%NLS%%share/locale/sk/LC_MESSAGES/gutenprint.mo