git: 1cc132d0291d - main - graphics/gdk-pixbuf2: update to 2.42.12

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Wed, 05 Mar 2025 15:06:19 UTC
The branch main has been updated by vishwin:

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

commit 1cc132d0291de0eebc0cdc5b05fa9e57b982f5bc
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2025-03-05 15:01:17 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2025-03-05 15:05:20 +0000

    graphics/gdk-pixbuf2: update to 2.42.12
    
    Changelog: https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/2.42.12/NEWS
    
    Most notably, weakly-maintained (by upstream)/fringe loaders are
    no longer built by default, so expose an option to build them.
---
 graphics/gdk-pixbuf2/Makefile  |  22 ++-
 graphics/gdk-pixbuf2/distinfo  |   6 +-
 graphics/gdk-pixbuf2/pkg-plist | 296 +++++++++++++++++++++++++++++++++++++++--
 3 files changed, 305 insertions(+), 19 deletions(-)

diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile
index 210f641f44e7..5e44921da7dc 100644
--- a/graphics/gdk-pixbuf2/Makefile
+++ b/graphics/gdk-pixbuf2/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	gdk-pixbuf
-PORTVERSION=	2.42.10
-PORTREVISION=	3
+PORTVERSION=	2.42.12
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	2
@@ -19,16 +18,25 @@ CPE_VENDOR=	gnome
 USE_GNOME=	glib20 introspection:build libxslt:build
 SHEBANG_FILES=	build-aux/*.py
 USE_LDCONFIG=	yes
-MESON_ARGS=	-Dbuiltin_loaders="none" -Dgtk_doc=false -Dinstalled_tests=false -Dtests=false
+MESON_ARGS=	-Dbuiltin_loaders="none" \
+		-Dtests=true \
+		-Dinstalled_tests=false
 TRIGGERS=	gdk-pixbuf-query-loaders
 SUB_LIST=	GTK2_VERSION=${GTK2_VERSION}
 
-LIBVERSION=	0.4200.10
+LIBVERSION=	0.4200.12
 PLIST_SUB+=	LIBVERSION=${LIBVERSION}
 
 OPTIONS_SUB=	yes
-OPTIONS_DEFINE=	JPEG MANPAGES PNG TIFF
-OPTIONS_DEFAULT=JPEG MANPAGES PNG TIFF
+OPTIONS_DEFINE=	DOCS GIF JPEG MANPAGES OTHERS PNG TIFF
+OPTIONS_DEFAULT=GIF JPEG MANPAGES PNG TIFF
+
+OTHERS_DESC=	Enable weakly-maintained loaders
+
+DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gi-docgen>0:textproc/py-gi-docgen@${PY_FLAVOR}
+DOCS_MESON_TRUE=	gtk_doc
+
+GIF_MESON_ENABLED=	gif
 
 JPEG_USES=		jpeg
 JPEG_MESON_ENABLED=	jpeg
@@ -38,6 +46,8 @@ MANPAGES_BUILD_DEPENDS=	docbook-xsl>0:textproc/docbook-xsl \
 MANPAGES_USE=		gnome=libxslt:build
 MANPAGES_MESON_TRUE=	man
 
+OTHERS_MESON_ENABLED=	others
+
 PNG_LIB_DEPENDS=	libpng.so:graphics/png
 PNG_MESON_ENABLED=	png
 
diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo
index 4467edb5e8e1..cce2b3b0ccbd 100644
--- a/graphics/gdk-pixbuf2/distinfo
+++ b/graphics/gdk-pixbuf2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667211149
-SHA256 (gnome/gdk-pixbuf-2.42.10.tar.xz) = ee9b6c75d13ba096907a2e3c6b27b61bcd17f5c7ebeab5a5b439d2f2e39fe44b
-SIZE (gnome/gdk-pixbuf-2.42.10.tar.xz) = 6519776
+TIMESTAMP = 1740710770
+SHA256 (gnome/gdk-pixbuf-2.42.12.tar.xz) = b9505b3445b9a7e48ced34760c3bcb73e966df3ac94c95a148cb669ab748e3c7
+SIZE (gnome/gdk-pixbuf-2.42.12.tar.xz) = 6525072
diff --git a/graphics/gdk-pixbuf2/pkg-plist b/graphics/gdk-pixbuf2/pkg-plist
index 5a7426ec986e..3cceaa2c7c5b 100644
--- a/graphics/gdk-pixbuf2/pkg-plist
+++ b/graphics/gdk-pixbuf2/pkg-plist
@@ -15,25 +15,300 @@ include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h
 include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h
 include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h
 include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ani.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-bmp.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-gif.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-icns.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ico.so
+%%OTHERS%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ani.so
+%%OTHERS%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-bmp.so
+%%GIF%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-gif.so
+%%OTHERS%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-icns.so
+%%OTHERS%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ico.so
 %%JPEG%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jpeg.so
 %%PNG%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-png.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pnm.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-qtif.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tga.so
+%%OTHERS%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pnm.so
+%%OTHERS%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-qtif.so
+%%OTHERS%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tga.so
 %%TIFF%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tiff.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xbm.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xpm.so
+%%OTHERS%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xbm.so
+%%OTHERS%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xpm.so
 lib/girepository-1.0/GdkPixbuf-2.0.typelib
 lib/girepository-1.0/GdkPixdata-2.0.typelib
 lib/libgdk_pixbuf-2.0.so
 lib/libgdk_pixbuf-2.0.so.0
 lib/libgdk_pixbuf-2.0.so.%%LIBVERSION%%
 libdata/pkgconfig/gdk-pixbuf-2.0.pc
+%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Black.woff
+%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Black.woff2
+%%DOCS%%%%DOCSDIR%%/RedHatDisplay-BlackItalic.woff
+%%DOCS%%%%DOCSDIR%%/RedHatDisplay-BlackItalic.woff2
+%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Bold.woff
+%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Bold.woff2
+%%DOCS%%%%DOCSDIR%%/RedHatDisplay-BoldItalic.woff
+%%DOCS%%%%DOCSDIR%%/RedHatDisplay-BoldItalic.woff2
+%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Italic.woff
+%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Italic.woff2
+%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Medium.woff
+%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Medium.woff2
+%%DOCS%%%%DOCSDIR%%/RedHatDisplay-MediumItalic.woff
+%%DOCS%%%%DOCSDIR%%/RedHatDisplay-MediumItalic.woff2
+%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Regular.woff
+%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Regular.woff2
+%%DOCS%%%%DOCSDIR%%/RedHatText-Bold.woff
+%%DOCS%%%%DOCSDIR%%/RedHatText-Bold.woff2
+%%DOCS%%%%DOCSDIR%%/RedHatText-BoldItalic.woff
+%%DOCS%%%%DOCSDIR%%/RedHatText-BoldItalic.woff2
+%%DOCS%%%%DOCSDIR%%/RedHatText-Italic.woff
+%%DOCS%%%%DOCSDIR%%/RedHatText-Italic.woff2
+%%DOCS%%%%DOCSDIR%%/RedHatText-Medium.woff
+%%DOCS%%%%DOCSDIR%%/RedHatText-Medium.woff2
+%%DOCS%%%%DOCSDIR%%/RedHatText-MediumItalic.woff
+%%DOCS%%%%DOCSDIR%%/RedHatText-MediumItalic.woff2
+%%DOCS%%%%DOCSDIR%%/RedHatText-Regular.woff
+%%DOCS%%%%DOCSDIR%%/RedHatText-Regular.woff2
+%%DOCS%%%%DOCSDIR%%/SourceCodePro-It.ttf.woff
+%%DOCS%%%%DOCSDIR%%/SourceCodePro-Regular.ttf.woff
+%%DOCS%%%%DOCSDIR%%/SourceCodePro-Semibold.ttf.woff
+%%DOCS%%%%DOCSDIR%%/apple-red-1a.png
+%%DOCS%%%%DOCSDIR%%/apple-red-2c.png
+%%DOCS%%%%DOCSDIR%%/callback.PixbufDestroyNotify.html
+%%DOCS%%%%DOCSDIR%%/callback.PixbufModuleBeginLoadFunc.html
+%%DOCS%%%%DOCSDIR%%/callback.PixbufModuleFillInfoFunc.html
+%%DOCS%%%%DOCSDIR%%/callback.PixbufModuleFillVtableFunc.html
+%%DOCS%%%%DOCSDIR%%/callback.PixbufModuleIncrementLoadFunc.html
+%%DOCS%%%%DOCSDIR%%/callback.PixbufModuleLoadAnimationFunc.html
+%%DOCS%%%%DOCSDIR%%/callback.PixbufModuleLoadFunc.html
+%%DOCS%%%%DOCSDIR%%/callback.PixbufModuleLoadXpmDataFunc.html
+%%DOCS%%%%DOCSDIR%%/callback.PixbufModulePreparedFunc.html
+%%DOCS%%%%DOCSDIR%%/callback.PixbufModuleSaveCallbackFunc.html
+%%DOCS%%%%DOCSDIR%%/callback.PixbufModuleSaveFunc.html
+%%DOCS%%%%DOCSDIR%%/callback.PixbufModuleSaveOptionSupportedFunc.html
+%%DOCS%%%%DOCSDIR%%/callback.PixbufModuleSizeFunc.html
+%%DOCS%%%%DOCSDIR%%/callback.PixbufModuleStopLoadFunc.html
+%%DOCS%%%%DOCSDIR%%/callback.PixbufModuleUpdatedFunc.html
+%%DOCS%%%%DOCSDIR%%/callback.PixbufSaveFunc.html
+%%DOCS%%%%DOCSDIR%%/class.Pixbuf.html
+%%DOCS%%%%DOCSDIR%%/class.PixbufAnimation.html
+%%DOCS%%%%DOCSDIR%%/class.PixbufAnimationIter.html
+%%DOCS%%%%DOCSDIR%%/class.PixbufLoader.html
+%%DOCS%%%%DOCSDIR%%/class.PixbufNonAnim.html
+%%DOCS%%%%DOCSDIR%%/class.PixbufSimpleAnim.html
+%%DOCS%%%%DOCSDIR%%/class.PixbufSimpleAnimIter.html
+%%DOCS%%%%DOCSDIR%%/classes_hierarchy.html
+%%DOCS%%%%DOCSDIR%%/composite.png
+%%DOCS%%%%DOCSDIR%%/const.PIXBUF_MAJOR.html
+%%DOCS%%%%DOCSDIR%%/const.PIXBUF_MICRO.html
+%%DOCS%%%%DOCSDIR%%/const.PIXBUF_MINOR.html
+%%DOCS%%%%DOCSDIR%%/const.PIXBUF_VERSION.html
+%%DOCS%%%%DOCSDIR%%/ctor.Pixbuf.new.html
+%%DOCS%%%%DOCSDIR%%/ctor.Pixbuf.new_from_bytes.html
+%%DOCS%%%%DOCSDIR%%/ctor.Pixbuf.new_from_data.html
+%%DOCS%%%%DOCSDIR%%/ctor.Pixbuf.new_from_file.html
+%%DOCS%%%%DOCSDIR%%/ctor.Pixbuf.new_from_file_at_scale.html
+%%DOCS%%%%DOCSDIR%%/ctor.Pixbuf.new_from_file_at_size.html
+%%DOCS%%%%DOCSDIR%%/ctor.Pixbuf.new_from_inline.html
+%%DOCS%%%%DOCSDIR%%/ctor.Pixbuf.new_from_resource.html
+%%DOCS%%%%DOCSDIR%%/ctor.Pixbuf.new_from_resource_at_scale.html
+%%DOCS%%%%DOCSDIR%%/ctor.Pixbuf.new_from_stream.html
+%%DOCS%%%%DOCSDIR%%/ctor.Pixbuf.new_from_stream_at_scale.html
+%%DOCS%%%%DOCSDIR%%/ctor.Pixbuf.new_from_stream_finish.html
+%%DOCS%%%%DOCSDIR%%/ctor.Pixbuf.new_from_xpm_data.html
+%%DOCS%%%%DOCSDIR%%/ctor.PixbufAnimation.new_from_file.html
+%%DOCS%%%%DOCSDIR%%/ctor.PixbufAnimation.new_from_resource.html
+%%DOCS%%%%DOCSDIR%%/ctor.PixbufAnimation.new_from_stream.html
+%%DOCS%%%%DOCSDIR%%/ctor.PixbufAnimation.new_from_stream_finish.html
+%%DOCS%%%%DOCSDIR%%/ctor.PixbufLoader.new.html
+%%DOCS%%%%DOCSDIR%%/ctor.PixbufLoader.new_with_mime_type.html
+%%DOCS%%%%DOCSDIR%%/ctor.PixbufLoader.new_with_type.html
+%%DOCS%%%%DOCSDIR%%/ctor.PixbufNonAnim.new.html
+%%DOCS%%%%DOCSDIR%%/ctor.PixbufSimpleAnim.new.html
+%%DOCS%%%%DOCSDIR%%/enum.Colorspace.html
+%%DOCS%%%%DOCSDIR%%/enum.InterpType.html
+%%DOCS%%%%DOCSDIR%%/enum.PixbufAlphaMode.html
+%%DOCS%%%%DOCSDIR%%/enum.PixbufRotation.html
+%%DOCS%%%%DOCSDIR%%/error.PixbufError.html
+%%DOCS%%%%DOCSDIR%%/flags.PixbufFormatFlags.html
+%%DOCS%%%%DOCSDIR%%/fonts.css
+%%DOCS%%%%DOCSDIR%%/func.PIXBUF_CHECK_VERSION.html
+%%DOCS%%%%DOCSDIR%%/fzy.js
+%%DOCS%%%%DOCSDIR%%/gdk-pixbuf.devhelp2
+%%DOCS%%%%DOCSDIR%%/gnome-gmush-1.png
+%%DOCS%%%%DOCSDIR%%/go-up-symbolic.png
+%%DOCS%%%%DOCSDIR%%/index.html
+%%DOCS%%%%DOCSDIR%%/index.json
+%%DOCS%%%%DOCSDIR%%/main.js
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.add_alpha.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.apply_embedded_orientation.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.composite.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.composite_color.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.composite_color_simple.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.copy.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.copy_area.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.copy_options.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.fill.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.flip.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.get_bits_per_sample.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.get_byte_length.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.get_colorspace.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.get_has_alpha.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.get_height.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.get_n_channels.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.get_option.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.get_options.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.get_pixels.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.get_pixels_with_length.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.get_rowstride.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.get_width.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.new_subpixbuf.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.read_pixel_bytes.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.read_pixels.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.ref.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.remove_option.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.rotate_simple.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.saturate_and_pixelate.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.save.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.save_to_buffer.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.save_to_bufferv.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.save_to_callback.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.save_to_callbackv.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.save_to_stream.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.save_to_stream_async.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.save_to_streamv.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.save_to_streamv_async.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.savev.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.scale.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.scale_simple.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.set_option.html
+%%DOCS%%%%DOCSDIR%%/method.Pixbuf.unref.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufAnimation.get_height.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufAnimation.get_iter.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufAnimation.get_static_image.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufAnimation.get_width.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufAnimation.is_static_image.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufAnimation.ref.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufAnimation.unref.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufAnimationIter.advance.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufAnimationIter.get_delay_time.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufAnimationIter.get_pixbuf.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufAnimationIter.on_currently_loading_frame.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufFormat.copy.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufFormat.free.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufFormat.get_description.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufFormat.get_extensions.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufFormat.get_license.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufFormat.get_mime_types.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufFormat.get_name.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufFormat.is_disabled.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufFormat.is_save_option_supported.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufFormat.is_scalable.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufFormat.is_writable.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufFormat.set_disabled.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufLoader.close.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufLoader.get_animation.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufLoader.get_format.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufLoader.get_pixbuf.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufLoader.set_size.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufLoader.write.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufLoader.write_bytes.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufSimpleAnim.add_frame.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufSimpleAnim.get_loop.html
+%%DOCS%%%%DOCSDIR%%/method.PixbufSimpleAnim.set_loop.html
+%%DOCS%%%%DOCSDIR%%/property.Pixbuf.bits-per-sample.html
+%%DOCS%%%%DOCSDIR%%/property.Pixbuf.colorspace.html
+%%DOCS%%%%DOCSDIR%%/property.Pixbuf.has-alpha.html
+%%DOCS%%%%DOCSDIR%%/property.Pixbuf.height.html
+%%DOCS%%%%DOCSDIR%%/property.Pixbuf.n-channels.html
+%%DOCS%%%%DOCSDIR%%/property.Pixbuf.pixel-bytes.html
+%%DOCS%%%%DOCSDIR%%/property.Pixbuf.pixels.html
+%%DOCS%%%%DOCSDIR%%/property.Pixbuf.rowstride.html
+%%DOCS%%%%DOCSDIR%%/property.Pixbuf.width.html
+%%DOCS%%%%DOCSDIR%%/property.PixbufSimpleAnim.loop.html
+%%DOCS%%%%DOCSDIR%%/scaling-compositing.html
+%%DOCS%%%%DOCSDIR%%/search.js
+%%DOCS%%%%DOCSDIR%%/signal.PixbufLoader.area-prepared.html
+%%DOCS%%%%DOCSDIR%%/signal.PixbufLoader.area-updated.html
+%%DOCS%%%%DOCSDIR%%/signal.PixbufLoader.closed.html
+%%DOCS%%%%DOCSDIR%%/signal.PixbufLoader.size-prepared.html
+%%DOCS%%%%DOCSDIR%%/solarized-dark.css
+%%DOCS%%%%DOCSDIR%%/solarized-light.css
+%%DOCS%%%%DOCSDIR%%/struct.PixbufFormat.html
+%%DOCS%%%%DOCSDIR%%/struct.PixbufModule.html
+%%DOCS%%%%DOCSDIR%%/struct.PixbufModulePattern.html
+%%DOCS%%%%DOCSDIR%%/style.css
+%%DOCS%%%%DOCSDIR%%/type_func.Pixbuf.calculate_rowstride.html
+%%DOCS%%%%DOCSDIR%%/type_func.Pixbuf.get_file_info.html
+%%DOCS%%%%DOCSDIR%%/type_func.Pixbuf.get_file_info_async.html
+%%DOCS%%%%DOCSDIR%%/type_func.Pixbuf.get_file_info_finish.html
+%%DOCS%%%%DOCSDIR%%/type_func.Pixbuf.get_formats.html
+%%DOCS%%%%DOCSDIR%%/type_func.Pixbuf.init_modules.html
+%%DOCS%%%%DOCSDIR%%/type_func.Pixbuf.new_from_stream_async.html
+%%DOCS%%%%DOCSDIR%%/type_func.Pixbuf.new_from_stream_at_scale_async.html
+%%DOCS%%%%DOCSDIR%%/type_func.Pixbuf.save_to_stream_finish.html
+%%DOCS%%%%DOCSDIR%%/type_func.PixbufAnimation.new_from_stream_async.html
+%%DOCS%%%%DOCSDIR%%/type_func.PixbufError.quark.html
+%%DOCS%%%%DOCSDIR%%/urlmap.js
+%%DOCS%%%%DOCSDIR%%/vfunc.PixbufAnimation.get_iter.html
+%%DOCS%%%%DOCSDIR%%/vfunc.PixbufAnimation.get_size.html
+%%DOCS%%%%DOCSDIR%%/vfunc.PixbufAnimation.get_static_image.html
+%%DOCS%%%%DOCSDIR%%/vfunc.PixbufAnimation.is_static_image.html
+%%DOCS%%%%DOCSDIR%%/vfunc.PixbufAnimationIter.advance.html
+%%DOCS%%%%DOCSDIR%%/vfunc.PixbufAnimationIter.get_delay_time.html
+%%DOCS%%%%DOCSDIR%%/vfunc.PixbufAnimationIter.get_pixbuf.html
+%%DOCS%%%%DOCSDIR%%/vfunc.PixbufAnimationIter.on_currently_loading_frame.html
+%%DOCS%%%%DOCSDIR%%/vfunc.PixbufLoader.area_prepared.html
+%%DOCS%%%%DOCSDIR%%/vfunc.PixbufLoader.area_updated.html
+%%DOCS%%%%DOCSDIR%%/vfunc.PixbufLoader.closed.html
+%%DOCS%%%%DOCSDIR%%/vfunc.PixbufLoader.size_prepared.html
+%%DOCS%%share/doc/gdk-pixdata/RedHatDisplay-Black.woff
+%%DOCS%%share/doc/gdk-pixdata/RedHatDisplay-Black.woff2
+%%DOCS%%share/doc/gdk-pixdata/RedHatDisplay-BlackItalic.woff
+%%DOCS%%share/doc/gdk-pixdata/RedHatDisplay-BlackItalic.woff2
+%%DOCS%%share/doc/gdk-pixdata/RedHatDisplay-Bold.woff
+%%DOCS%%share/doc/gdk-pixdata/RedHatDisplay-Bold.woff2
+%%DOCS%%share/doc/gdk-pixdata/RedHatDisplay-BoldItalic.woff
+%%DOCS%%share/doc/gdk-pixdata/RedHatDisplay-BoldItalic.woff2
+%%DOCS%%share/doc/gdk-pixdata/RedHatDisplay-Italic.woff
+%%DOCS%%share/doc/gdk-pixdata/RedHatDisplay-Italic.woff2
+%%DOCS%%share/doc/gdk-pixdata/RedHatDisplay-Medium.woff
+%%DOCS%%share/doc/gdk-pixdata/RedHatDisplay-Medium.woff2
+%%DOCS%%share/doc/gdk-pixdata/RedHatDisplay-MediumItalic.woff
+%%DOCS%%share/doc/gdk-pixdata/RedHatDisplay-MediumItalic.woff2
+%%DOCS%%share/doc/gdk-pixdata/RedHatDisplay-Regular.woff
+%%DOCS%%share/doc/gdk-pixdata/RedHatDisplay-Regular.woff2
+%%DOCS%%share/doc/gdk-pixdata/RedHatText-Bold.woff
+%%DOCS%%share/doc/gdk-pixdata/RedHatText-Bold.woff2
+%%DOCS%%share/doc/gdk-pixdata/RedHatText-BoldItalic.woff
+%%DOCS%%share/doc/gdk-pixdata/RedHatText-BoldItalic.woff2
+%%DOCS%%share/doc/gdk-pixdata/RedHatText-Italic.woff
+%%DOCS%%share/doc/gdk-pixdata/RedHatText-Italic.woff2
+%%DOCS%%share/doc/gdk-pixdata/RedHatText-Medium.woff
+%%DOCS%%share/doc/gdk-pixdata/RedHatText-Medium.woff2
+%%DOCS%%share/doc/gdk-pixdata/RedHatText-MediumItalic.woff
+%%DOCS%%share/doc/gdk-pixdata/RedHatText-MediumItalic.woff2
+%%DOCS%%share/doc/gdk-pixdata/RedHatText-Regular.woff
+%%DOCS%%share/doc/gdk-pixdata/RedHatText-Regular.woff2
+%%DOCS%%share/doc/gdk-pixdata/SourceCodePro-It.ttf.woff
+%%DOCS%%share/doc/gdk-pixdata/SourceCodePro-Regular.ttf.woff
+%%DOCS%%share/doc/gdk-pixdata/SourceCodePro-Semibold.ttf.woff
+%%DOCS%%share/doc/gdk-pixdata/classes_hierarchy.html
+%%DOCS%%share/doc/gdk-pixdata/const.PIXBUF_MAGIC_NUMBER.html
+%%DOCS%%share/doc/gdk-pixdata/const.PIXDATA_HEADER_LENGTH.html
+%%DOCS%%share/doc/gdk-pixdata/flags.PixdataDumpType.html
+%%DOCS%%share/doc/gdk-pixdata/flags.PixdataType.html
+%%DOCS%%share/doc/gdk-pixdata/fonts.css
+%%DOCS%%share/doc/gdk-pixdata/func.pixbuf_from_pixdata.html
+%%DOCS%%share/doc/gdk-pixdata/fzy.js
+%%DOCS%%share/doc/gdk-pixdata/gdk-pixdata.devhelp2
+%%DOCS%%share/doc/gdk-pixdata/go-up-symbolic.png
+%%DOCS%%share/doc/gdk-pixdata/index.html
+%%DOCS%%share/doc/gdk-pixdata/index.json
+%%DOCS%%share/doc/gdk-pixdata/main.js
+%%DOCS%%share/doc/gdk-pixdata/method.Pixdata.deserialize.html
+%%DOCS%%share/doc/gdk-pixdata/method.Pixdata.from_pixbuf.html
+%%DOCS%%share/doc/gdk-pixdata/method.Pixdata.serialize.html
+%%DOCS%%share/doc/gdk-pixdata/method.Pixdata.to_csource.html
+%%DOCS%%share/doc/gdk-pixdata/search.js
+%%DOCS%%share/doc/gdk-pixdata/solarized-dark.css
+%%DOCS%%share/doc/gdk-pixdata/solarized-light.css
+%%DOCS%%share/doc/gdk-pixdata/struct.Pixdata.html
+%%DOCS%%share/doc/gdk-pixdata/style.css
+%%DOCS%%share/doc/gdk-pixdata/urlmap.js
 %%MANPAGES%%share/man/man1/gdk-pixbuf-csource.1.gz
 %%MANPAGES%%share/man/man1/gdk-pixbuf-query-loaders.1.gz
 share/gir-1.0/GdkPixbuf-2.0.gir
@@ -88,6 +363,7 @@ share/locale/is/LC_MESSAGES/gdk-pixbuf.mo
 share/locale/it/LC_MESSAGES/gdk-pixbuf.mo
 share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo
 share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo
+share/locale/kab/LC_MESSAGES/gdk-pixbuf.mo
 share/locale/kk/LC_MESSAGES/gdk-pixbuf.mo
 share/locale/km/LC_MESSAGES/gdk-pixbuf.mo
 share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo