pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/scribus



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 10 13:54:53 UTC 2025

Added Files:
        pkgsrc/print/scribus: DESCR Makefile PLIST distinfo
        pkgsrc/print/scribus/patches: patch-CMakeLists__Dependencies.cmake
            patch-scribus_pdf__analyzer.cpp patch-scribus_pdflib__core.cpp
            patch-scribus_plugins_import_pdf_importpdf.cpp
            patch-scribus_plugins_import_pdf_importpdf.h
            patch-scribus_plugins_import_pdf_importpdfplugin.cpp
            patch-scribus_plugins_import_pdf_importpdfplugin.h
            patch-scribus_plugins_import_pdf_slaoutput.cpp
            patch-scribus_plugins_import_pdf_slaoutput.h
            patch-scribus_third__party_Qt-Advanced-Docking-System_src_CMakeLists.txt
            patch-scribus_util__text.cpp

Log Message:
print/scribus: import scribus-1.7.0

This is the qt6 version of scribus, previously in scribus-qt5.

Scribus is a publishing layout program for X using the QT interface.
It can be used to create stationery, small posters and brochures
and to layout newsletters and other documents. It can export in
Postscript and PDF formats; and the data is saved in XML format.

Scribus aims to be similar to Adobe PageMaker and Quark XPress.
It can do typical tasks like kerning text and placing and rotating
text and images.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.4 pkgsrc/print/scribus/DESCR
cvs rdiff -u -r0 -r1.113 pkgsrc/print/scribus/Makefile
cvs rdiff -u -r0 -r1.21 pkgsrc/print/scribus/PLIST
cvs rdiff -u -r0 -r1.30 pkgsrc/print/scribus/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/print/scribus/patches/patch-CMakeLists__Dependencies.cmake \
    pkgsrc/print/scribus/patches/patch-scribus_pdf__analyzer.cpp \
    pkgsrc/print/scribus/patches/patch-scribus_pdflib__core.cpp \
    pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_importpdf.cpp \
    pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_importpdf.h \
    pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_importpdfplugin.cpp \
    pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_importpdfplugin.h \
    pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_slaoutput.cpp \
    pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_slaoutput.h \
    pkgsrc/print/scribus/patches/patch-scribus_third__party_Qt-Advanced-Docking-System_src_CMakeLists.txt \
    pkgsrc/print/scribus/patches/patch-scribus_util__text.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/print/scribus/DESCR
diff -u /dev/null pkgsrc/print/scribus/DESCR:1.4
--- /dev/null   Mon Nov 10 13:54:53 2025
+++ pkgsrc/print/scribus/DESCR  Mon Nov 10 13:54:53 2025
@@ -0,0 +1,8 @@
+Scribus is a publishing layout program for X using the QT interface.
+It can be used to create stationery, small posters and brochures
+and to layout newsletters and other documents. It can export in
+Postscript and PDF formats; and the data is saved in XML format.
+
+Scribus aims to be similar to Adobe PageMaker and Quark XPress.
+It can do typical tasks like kerning text and placing and rotating
+text and images.

Index: pkgsrc/print/scribus/Makefile
diff -u /dev/null pkgsrc/print/scribus/Makefile:1.113
--- /dev/null   Mon Nov 10 13:54:53 2025
+++ pkgsrc/print/scribus/Makefile       Mon Nov 10 13:54:53 2025
@@ -0,0 +1,58 @@
+# $NetBSD: Makefile,v 1.113 2025/11/10 13:54:53 wiz Exp $
+
+DISTNAME=      scribus-1.7.0
+CATEGORIES=    print
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=scribus/}
+EXTRACT_SUFX=  .tar.xz
+
+MAINTAINER=    ryoon%NetBSD.org@localhost
+HOMEPAGE=      https://www.scribus.net/
+COMMENT=       Publishing layout with graphical interface (Qt5 port)
+LICENSE=       gnu-gpl-v2
+
+USE_LANGUAGES= c c++
+USE_TOOLS+=    pkg-config
+
+USE_CXX_FEATURES+=             c++17
+CMAKE_CONFIGURE_ARGS+=         -DWANT_CPP17=ON
+
+PREV_PKGPATH=  print/scribus-qt5
+
+.include "../../devel/cmake/build.mk"
+.include "../../converters/libcdr/buildlink3.mk"
+.include "../../converters/libfreehand/buildlink3.mk"
+.include "../../converters/libmspub/buildlink3.mk"
+.include "../../converters/libpagemaker/buildlink3.mk"
+.include "../../converters/libqxp/buildlink3.mk"
+.include "../../converters/librevenge/buildlink3.mk"
+.include "../../converters/libvisio/buildlink3.mk"
+.include "../../converters/libwpg/buildlink3.mk"
+.include "../../converters/libzmf/buildlink3.mk"
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../fonts/harfbuzz/buildlink3.mk"
+.include "../../fonts/harfbuzz-icu/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../graphics/lcms2/buildlink3.mk"
+.include "../../graphics/osg/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../print/libcups/buildlink3.mk"
+.include "../../print/podofo/buildlink3.mk"
+.include "../../print/poppler-cpp/buildlink3.mk"
+.include "../../print/poppler-includes/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../textproc/hunspell/buildlink3.mk"
+.include "../../textproc/icu/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../devel/qt6-qttools/buildlink3.mk"
+.include "../../devel/qt6-qt5compat/buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
+BUILDLINK_TRANSFORM+=  opt:-ldl:${BUILDLINK_LDADD.dl:Q}
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/scribus/PLIST
diff -u /dev/null pkgsrc/print/scribus/PLIST:1.21
--- /dev/null   Mon Nov 10 13:54:53 2025
+++ pkgsrc/print/scribus/PLIST  Mon Nov 10 13:54:53 2025
@@ -0,0 +1,2697 @@
+@comment $NetBSD: PLIST,v 1.21 2025/11/10 13:54:53 wiz Exp $
+bin/scribus
+lib/scribus/plugins/gettext/libMARKDOWNimplugin.so
+lib/scribus/plugins/gettext/libcsvim.so
+lib/scribus/plugins/gettext/libdocim.so
+lib/scribus/plugins/gettext/libdocximplugin.so
+lib/scribus/plugins/gettext/libhtmlim.so
+lib/scribus/plugins/gettext/libodtimplugin.so
+lib/scribus/plugins/gettext/libpdbim.so
+lib/scribus/plugins/gettext/librtfimplugin.so
+lib/scribus/plugins/gettext/libsxwimplugin.so
+lib/scribus/plugins/gettext/libtextfilterplugin.so
+lib/scribus/plugins/gettext/libtxtim.so
+lib/scribus/plugins/gettext/libxtgimplugin.so
+lib/scribus/plugins/libbarcodegenerator.so
+lib/scribus/plugins/libcolorwheel.so
+lib/scribus/plugins/libflattenpath.so
+lib/scribus/plugins/libfontpreview.so
+lib/scribus/plugins/libhunspellplugin.so
+lib/scribus/plugins/libimportai.so
+lib/scribus/plugins/libimportcdr.so
+lib/scribus/plugins/libimportcgm.so
+lib/scribus/plugins/libimportcvg.so
+lib/scribus/plugins/libimportdrw.so
+lib/scribus/plugins/libimportemf.so
+lib/scribus/plugins/libimportfh.so
+lib/scribus/plugins/libimportidml.so
+lib/scribus/plugins/libimportodg.so
+lib/scribus/plugins/libimportpages.so
+lib/scribus/plugins/libimportpct.so
+lib/scribus/plugins/libimportpdf.so
+lib/scribus/plugins/libimportpm.so
+lib/scribus/plugins/libimportpub.so
+lib/scribus/plugins/libimportqxp.so
+lib/scribus/plugins/libimportshape.so
+lib/scribus/plugins/libimportsml.so
+lib/scribus/plugins/libimportsvm.so
+lib/scribus/plugins/libimportviva.so
+lib/scribus/plugins/libimportvsd.so
+lib/scribus/plugins/libimportwpg.so
+lib/scribus/plugins/libimportxar.so
+lib/scribus/plugins/libimportxfig.so
+lib/scribus/plugins/libimportxps.so
+lib/scribus/plugins/libimportzmf.so
+lib/scribus/plugins/liblenseffects.so
+lib/scribus/plugins/libmeshdistortion.so
+lib/scribus/plugins/liboodrawimp.so
+lib/scribus/plugins/libpathalongpath.so
+lib/scribus/plugins/libpathconnect.so
+lib/scribus/plugins/libpathcut.so
+lib/scribus/plugins/libpathfinder.so
+lib/scribus/plugins/libpathstroker.so
+lib/scribus/plugins/libpicturebrowser.so
+lib/scribus/plugins/libsaveastemplateplugin.so
+lib/scribus/plugins/libscribus12format.so
+lib/scribus/plugins/libscribus134format.so
+lib/scribus/plugins/libscribus13format.so
+lib/scribus/plugins/libscribus150format.so
+lib/scribus/plugins/libscribus170format.so
+lib/scribus/plugins/libscribusexportpixmap.so
+lib/scribus/plugins/libscribusshortwords.so
+lib/scribus/plugins/libscriptplugin.so
+lib/scribus/plugins/libshapeplugin.so
+lib/scribus/plugins/libsmoothpath.so
+lib/scribus/plugins/libsubdivide.so
+lib/scribus/plugins/libsvgexplugin.so
+lib/scribus/plugins/libsvgimplugin.so
+lib/scribus/plugins/libuniconvertorplugin.so
+lib/scribus/plugins/libwmfimplugin.so
+lib/scribus/plugins/libxpsexplugin.so
+lib/scribus/scribus.css
+man/de/man1/scribus.1
+man/man1/scribus.1
+man/pl/man1/scribus.1
+share/applications/scribus.desktop
+share/doc/scribus/AUTHORS
+share/doc/scribus/COPYING
+share/doc/scribus/ChangeLog
+share/doc/scribus/LINKS
+share/doc/scribus/README
+share/doc/scribus/TRANSLATION
+share/doc/scribus/de/about1.html
+share/doc/scribus/de/about2.html
+share/doc/scribus/de/bugreport.html
+share/doc/scribus/de/cms.html
+share/doc/scribus/de/cms2.html
+share/doc/scribus/de/cms3.html
+share/doc/scribus/de/codingstandards.html
+share/doc/scribus/de/color1.html
+share/doc/scribus/de/color2.html
+share/doc/scribus/de/color3.html
+share/doc/scribus/de/color4.html
+share/doc/scribus/de/color4a.html
+share/doc/scribus/de/color7a.html
+share/doc/scribus/de/color7b.html
+share/doc/scribus/de/color7c.html
+share/doc/scribus/de/config.html
+share/doc/scribus/de/contributions.html
+share/doc/scribus/de/developers.html
+share/doc/scribus/de/doccopyright.html
+share/doc/scribus/de/docinfo.html
+share/doc/scribus/de/documentation.html
+share/doc/scribus/de/download.html
+share/doc/scribus/de/editorial.html
+share/doc/scribus/de/faq1.html
+share/doc/scribus/de/faq2.html
+share/doc/scribus/de/faq3.html
+share/doc/scribus/de/fonts1.html
+share/doc/scribus/de/fonts2.html
+share/doc/scribus/de/gettexthowto.html
+share/doc/scribus/de/gsview.html
+share/doc/scribus/de/hyphenator.html
+share/doc/scribus/de/images/CH_1.png
+share/doc/scribus/de/images/CH_2.png
+share/doc/scribus/de/images/CH_3.png
+share/doc/scribus/de/images/CH_4.png
+share/doc/scribus/de/images/CH_5.png
+share/doc/scribus/de/images/CH_6.png
+share/doc/scribus/de/images/CH_7.png
+share/doc/scribus/de/images/CH_8.png
+share/doc/scribus/de/images/Cover_en1-page1.png
+share/doc/scribus/de/images/DrawLatexFrame.png
+share/doc/scribus/de/images/GG_CE1.png
+share/doc/scribus/de/images/GG_CE10.png
+share/doc/scribus/de/images/GG_CE11.png
+share/doc/scribus/de/images/GG_CE12.png
+share/doc/scribus/de/images/GG_CE13.png
+share/doc/scribus/de/images/GG_CE14.png
+share/doc/scribus/de/images/GG_CE15.png
+share/doc/scribus/de/images/GG_CE16.png
+share/doc/scribus/de/images/GG_CE17.png
+share/doc/scribus/de/images/GG_CE18.png
+share/doc/scribus/de/images/GG_CE19.png
+share/doc/scribus/de/images/GG_CE2.png
+share/doc/scribus/de/images/GG_CE20.png
+share/doc/scribus/de/images/GG_CE21.png
+share/doc/scribus/de/images/GG_CE22.png
+share/doc/scribus/de/images/GG_CE23.png
+share/doc/scribus/de/images/GG_CE24.png
+share/doc/scribus/de/images/GG_CE25.png
+share/doc/scribus/de/images/GG_CE26.png
+share/doc/scribus/de/images/GG_CE27.png
+share/doc/scribus/de/images/GG_CE28.png
+share/doc/scribus/de/images/GG_CE29.png
+share/doc/scribus/de/images/GG_CE3.png
+share/doc/scribus/de/images/GG_CE30.png
+share/doc/scribus/de/images/GG_CE31.png
+share/doc/scribus/de/images/GG_CE32.png
+share/doc/scribus/de/images/GG_CE33.png
+share/doc/scribus/de/images/GG_CE4.png
+share/doc/scribus/de/images/GG_CE5.png
+share/doc/scribus/de/images/GG_CE6.png
+share/doc/scribus/de/images/GG_CE7.png
+share/doc/scribus/de/images/GG_CE8.png
+share/doc/scribus/de/images/GG_CE9.png
+share/doc/scribus/de/images/GG_CE_a.png
+share/doc/scribus/de/images/GG_CE_b.png
+share/doc/scribus/de/images/GG_CE_c.png
+share/doc/scribus/de/images/GG_CE_colour_select.png
+share/doc/scribus/de/images/GG_CE_ex1.png
+share/doc/scribus/de/images/GG_CE_ex2.png
+share/doc/scribus/de/images/GG_CE_ex3.png
+share/doc/scribus/de/images/GG_CE_ex4.png
+share/doc/scribus/de/images/GG_CE_ex5.png
+share/doc/scribus/de/images/GG_CE_ex6.png
+share/doc/scribus/de/images/GG_CE_ex7.png
+share/doc/scribus/de/images/GG_CE_ex8.png
+share/doc/scribus/de/images/GG_CE_ex9.png
+share/doc/scribus/de/images/Image_Properties.png
+share/doc/scribus/de/images/LAB.png
+share/doc/scribus/de/images/Mantis_my_view.png
+share/doc/scribus/de/images/Mantis_new_report1.png
+share/doc/scribus/de/images/Mantis_new_report2.png
+share/doc/scribus/de/images/Mantis_new_report3.png
+share/doc/scribus/de/images/Mantis_searching.png
+share/doc/scribus/de/images/Mantis_signup.png
+share/doc/scribus/de/images/RM-CM.png
+share/doc/scribus/de/images/RM-PUB.png
+share/doc/scribus/de/images/RM-Scribus-1.5-Color_Fills.png
+share/doc/scribus/de/images/RM-imp3.png
+share/doc/scribus/de/images/RM-picture_browser.png
+share/doc/scribus/de/images/RM-tables.png
+share/doc/scribus/de/images/RM_CHF.png
+share/doc/scribus/de/images/RM_DS.png
+share/doc/scribus/de/images/RM_symb.png
+share/doc/scribus/de/images/RYB_color_wheel.png
+share/doc/scribus/de/images/Rembrandt1.png
+share/doc/scribus/de/images/Rembrandt10.png
+share/doc/scribus/de/images/Rembrandt11.png
+share/doc/scribus/de/images/Rembrandt12.png
+share/doc/scribus/de/images/Rembrandt13.png
+share/doc/scribus/de/images/Rembrandt14.png
+share/doc/scribus/de/images/Rembrandt15.png
+share/doc/scribus/de/images/Rembrandt16.png
+share/doc/scribus/de/images/Rembrandt17.png
+share/doc/scribus/de/images/Rembrandt17a.png
+share/doc/scribus/de/images/Rembrandt17b.png
+share/doc/scribus/de/images/Rembrandt18.png
+share/doc/scribus/de/images/Rembrandt18b.png
+share/doc/scribus/de/images/Rembrandt19.png
+share/doc/scribus/de/images/Rembrandt2.png
+share/doc/scribus/de/images/Rembrandt20.png
+share/doc/scribus/de/images/Rembrandt21.png
+share/doc/scribus/de/images/Rembrandt3.png
+share/doc/scribus/de/images/Rembrandt4.png
+share/doc/scribus/de/images/Rembrandt5.png
+share/doc/scribus/de/images/Rembrandt6.png
+share/doc/scribus/de/images/Rembrandt7.png
+share/doc/scribus/de/images/Rembrandt8.png
+share/doc/scribus/de/images/Rembrandt9.png
+share/doc/scribus/de/images/Scribus-1.5-AIorPDF-dialog.png
+share/doc/scribus/de/images/Scribus-Arcs.png
+share/doc/scribus/de/images/Scribus-CalligraphicPen.png
+share/doc/scribus/de/images/Scribus-Spirals.png
+share/doc/scribus/de/images/Scribus_Haiku.png
+share/doc/scribus/de/images/Scripter.png
+share/doc/scribus/de/images/SwB.png
+share/doc/scribus/de/images/XYZ_Prop.png
+share/doc/scribus/de/images/XYZ_Prop1.png
+share/doc/scribus/de/images/alert.png
+share/doc/scribus/de/images/batik1.png
+share/doc/scribus/de/images/boundingbox.png
+share/doc/scribus/de/images/boundingbox1.png
+share/doc/scribus/de/images/cmcanvas.png
+share/doc/scribus/de/images/cms-gamut1.png
+share/doc/scribus/de/images/cms-gamut2.png
+share/doc/scribus/de/images/cms.png
+share/doc/scribus/de/images/cmsmodify1.png
+share/doc/scribus/de/images/cmyk.png
+share/doc/scribus/de/images/colormanager2.png
+share/doc/scribus/de/images/colorwheel.png
+share/doc/scribus/de/images/colrs-caricature.png
+share/doc/scribus/de/images/colrs-mgt1.png
+share/doc/scribus/de/images/colrs-mgt2.png
+share/doc/scribus/de/images/combine_polygons.png
+share/doc/scribus/de/images/combine_polygons1.png
+share/doc/scribus/de/images/combine_polygons2.png
+share/doc/scribus/de/images/combine_polygons3.png
+share/doc/scribus/de/images/combine_polygons4.png
+share/doc/scribus/de/images/combine_polygons5.png
+share/doc/scribus/de/images/context_image.png
+share/doc/scribus/de/images/context_shape.png
+share/doc/scribus/de/images/context_text135.png
+share/doc/scribus/de/images/contourline_flow.png
+share/doc/scribus/de/images/cw-analogous.png
+share/doc/scribus/de/images/cw-compl.png
+share/doc/scribus/de/images/cw-splitcompl.png
+share/doc/scribus/de/images/cw-tetradic.png
+share/doc/scribus/de/images/cw-triadic.png
+share/doc/scribus/de/images/cw-warning.png
+share/doc/scribus/de/images/docheader1.png
+share/doc/scribus/de/images/docheader2.png
+share/doc/scribus/de/images/docinfo.png
+share/doc/scribus/de/images/docinfo1.png
+share/doc/scribus/de/images/docinfo2.png
+share/doc/scribus/de/images/dtp-studio.png
+share/doc/scribus/de/images/duotone-imp.png
+share/doc/scribus/de/images/duotone-imp2.png
+share/doc/scribus/de/images/edit_shapes.png
+share/doc/scribus/de/images/editcols1.png
+share/doc/scribus/de/images/editcols1a.png
+share/doc/scribus/de/images/editcols2.png
+share/doc/scribus/de/images/editcols3.png
+share/doc/scribus/de/images/eps-imp1.png
+share/doc/scribus/de/images/eps-imp2.png
+share/doc/scribus/de/images/eps-imp3.png
+share/doc/scribus/de/images/eps-imp4.png
+share/doc/scribus/de/images/eps-imp5.png
+share/doc/scribus/de/images/faecher_hlc-lab.png
+share/doc/scribus/de/images/file-error1.png
+share/doc/scribus/de/images/file-error2.png
+share/doc/scribus/de/images/file-error3.png
+share/doc/scribus/de/images/fileimport.png
+share/doc/scribus/de/images/font-preview.png
+share/doc/scribus/de/images/font-subst.png
+share/doc/scribus/de/images/fontmatrix.png
+share/doc/scribus/de/images/fontpref1.png
+share/doc/scribus/de/images/fontpref2.png
+share/doc/scribus/de/images/fontpref3.png
+share/doc/scribus/de/images/fonts.png
+share/doc/scribus/de/images/fonts2.png
+share/doc/scribus/de/images/frame_shape_flow.png
+share/doc/scribus/de/images/galaxy_gauge.png
+share/doc/scribus/de/images/galaxy_harmonizer1.png
+share/doc/scribus/de/images/galaxy_harmonizer2.png
+share/doc/scribus/de/images/geometry.png
+share/doc/scribus/de/images/geometry1.png
+share/doc/scribus/de/images/gimpoptions1.png
+share/doc/scribus/de/images/gimpoptions2.png
+share/doc/scribus/de/images/gimpoptions3.png
+share/doc/scribus/de/images/gradient_adjuster.png
+share/doc/scribus/de/images/gradient_adjuster1.png
+share/doc/scribus/de/images/gradient_adjuster_vector.png
+share/doc/scribus/de/images/htmlimport.png
+share/doc/scribus/de/images/htmlstyle.png
+share/doc/scribus/de/images/hyphen1.png
+share/doc/scribus/de/images/hyphen2.png
+share/doc/scribus/de/images/hyphen3.png
+share/doc/scribus/de/images/import-pdfimage.png
+share/doc/scribus/de/images/ink-cov.png
+share/doc/scribus/de/images/insert-frame-1.png
+share/doc/scribus/de/images/insert-frame-2.png
+share/doc/scribus/de/images/krita.jpg
+share/doc/scribus/de/images/krita1.jpg
+share/doc/scribus/de/images/layers1.png
+share/doc/scribus/de/images/layers2.png
+share/doc/scribus/de/images/lilyp.png
+share/doc/scribus/de/images/line_tab.png
+share/doc/scribus/de/images/line_tab1.png
+share/doc/scribus/de/images/line_tab2.png
+share/doc/scribus/de/images/line_tab3.png
+share/doc/scribus/de/images/line_tab4.png
+share/doc/scribus/de/images/line_tab5.png
+share/doc/scribus/de/images/line_tab6.png
+share/doc/scribus/de/images/line_tab7.png
+share/doc/scribus/de/images/lprof.png
+share/doc/scribus/de/images/missing-gs.png
+share/doc/scribus/de/images/mpage1.png
+share/doc/scribus/de/images/mpage2.png
+share/doc/scribus/de/images/mpage3.png
+share/doc/scribus/de/images/mpage4.png
+share/doc/scribus/de/images/mpage5.png
+share/doc/scribus/de/images/multipledup_copies.png
+share/doc/scribus/de/images/multipledup_rotation.png
+share/doc/scribus/de/images/multipledup_rows.png
+share/doc/scribus/de/images/new-icons.png
+share/doc/scribus/de/images/new1.png
+share/doc/scribus/de/images/new2.png
+share/doc/scribus/de/images/new3.png
+share/doc/scribus/de/images/new4.png
+share/doc/scribus/de/images/new5.png
+share/doc/scribus/de/images/new6.png
+share/doc/scribus/de/images/node_edit_close.png
+share/doc/scribus/de/images/nodes_edit.png
+share/doc/scribus/de/images/numb-sections.png
+share/doc/scribus/de/images/oogettext1.png
+share/doc/scribus/de/images/pagenumbering.png
+share/doc/scribus/de/images/patterns1.png
+share/doc/scribus/de/images/patterns2.png
+share/doc/scribus/de/images/pdf-form-ht1.png
+share/doc/scribus/de/images/pdf-form-ht2.png
+share/doc/scribus/de/images/pdf-form-ht3.png
+share/doc/scribus/de/images/pdf-form-ht4.png
+share/doc/scribus/de/images/pdf-form-ht5.png
+share/doc/scribus/de/images/pdf-form-ht6.png
+share/doc/scribus/de/images/pdfx1a-lo.png
+share/doc/scribus/de/images/pdfx3-1.png
+share/doc/scribus/de/images/pdfxcolor.png
+share/doc/scribus/de/images/pdfxintent.png
+share/doc/scribus/de/images/plot1.png
+share/doc/scribus/de/images/plot2.png
+share/doc/scribus/de/images/polygons.png
+share/doc/scribus/de/images/polygons1.png
+share/doc/scribus/de/images/povray.png
+share/doc/scribus/de/images/preflight-v.png
+share/doc/scribus/de/images/prefs-mac-1.png
+share/doc/scribus/de/images/prefs_9parts.png
+share/doc/scribus/de/images/prefs_colormgmt.png
+share/doc/scribus/de/images/prefs_display.png
+share/doc/scribus/de/images/prefs_document.png
+share/doc/scribus/de/images/prefs_document1.png
+share/doc/scribus/de/images/prefs_exttools.png
+share/doc/scribus/de/images/prefs_fibonacci.png
+share/doc/scribus/de/images/prefs_general.png
+share/doc/scribus/de/images/prefs_goldenmean.png
+share/doc/scribus/de/images/prefs_guides.png
+share/doc/scribus/de/images/prefs_guides1.png
+share/doc/scribus/de/images/prefs_gutenberg.png
+share/doc/scribus/de/images/prefs_keyboard.png
+share/doc/scribus/de/images/prefs_magazine.png
+share/doc/scribus/de/images/prefs_misc.png
+share/doc/scribus/de/images/prefs_pdfexport.png
+share/doc/scribus/de/images/prefs_pdfexport1.png
+share/doc/scribus/de/images/prefs_preflight.png
+share/doc/scribus/de/images/prefs_shortwords.png
+share/doc/scribus/de/images/prefs_tools.png
+share/doc/scribus/de/images/prefs_tools1.png
+share/doc/scribus/de/images/prefs_tools2.png
+share/doc/scribus/de/images/prefs_tools3.png
+share/doc/scribus/de/images/prefs_tools4.png
+share/doc/scribus/de/images/prefs_tools5.png
+share/doc/scribus/de/images/prefs_tools6.png
+share/doc/scribus/de/images/prefs_typog.png
+share/doc/scribus/de/images/print-dialog1.png
+share/doc/scribus/de/images/print-dialog2.png
+share/doc/scribus/de/images/printer2.png
+share/doc/scribus/de/images/printpreview.png
+share/doc/scribus/de/images/prop_shape.png
+share/doc/scribus/de/images/qsg-col1.png
+share/doc/scribus/de/images/qsg-col2.png
+share/doc/scribus/de/images/register.png
+share/doc/scribus/de/images/resene-pal.png
+share/doc/scribus/de/images/result.png
+share/doc/scribus/de/images/rf-error1.png
+share/doc/scribus/de/images/rf-error2.png
+share/doc/scribus/de/images/rf-error3.png
+share/doc/scribus/de/images/rf1.png
+share/doc/scribus/de/images/rf2.png
+share/doc/scribus/de/images/rf3.png
+share/doc/scribus/de/images/rf4.png
+share/doc/scribus/de/images/rf5.png
+share/doc/scribus/de/images/rf6.png
+share/doc/scribus/de/images/rf7.png
+share/doc/scribus/de/images/rf8.png
+share/doc/scribus/de/images/rgb-cmyk.png
+share/doc/scribus/de/images/rgb.png
+share/doc/scribus/de/images/round_rectangle.png
+share/doc/scribus/de/images/sadie4by2b.png
+share/doc/scribus/de/images/scribus-os2.png
+share/doc/scribus/de/images/scribus-pres1.png
+share/doc/scribus/de/images/scribus-pres2.png
+share/doc/scribus/de/images/shape_edit.png
+share/doc/scribus/de/images/shapes7.png
+share/doc/scribus/de/images/shapes8.png
+share/doc/scribus/de/images/skewing.png
+share/doc/scribus/de/images/spot.png
+share/doc/scribus/de/images/squat_tux.png
+share/doc/scribus/de/images/style_manager1.png
+share/doc/scribus/de/images/style_manager10.png
+share/doc/scribus/de/images/style_manager1b.png
+share/doc/scribus/de/images/style_manager3b.png
+share/doc/scribus/de/images/style_manager7.png
+share/doc/scribus/de/images/style_manager8.png
+share/doc/scribus/de/images/style_manager9.png
+share/doc/scribus/de/images/swdialog.png
+share/doc/scribus/de/images/table-import-1.png
+share/doc/scribus/de/images/table-import-2.png
+share/doc/scribus/de/images/table-import-3.png
+share/doc/scribus/de/images/tb-bookbinder.png
+share/doc/scribus/de/images/tb-gsview.png
+share/doc/scribus/de/images/tb-inkscape.png
+share/doc/scribus/de/images/tb-jpdf.png
+share/doc/scribus/de/images/tb-libreoffice.png
+share/doc/scribus/de/images/tb-pdf-imp.png
+share/doc/scribus/de/images/text-frame-link.png
+share/doc/scribus/de/images/text-frame-unlink.png
+share/doc/scribus/de/images/text_filter135.png
+share/doc/scribus/de/images/text_filter136.png
+share/doc/scribus/de/images/text_filter136b.png
+share/doc/scribus/de/images/text_flow.png
+share/doc/scribus/de/images/text_linking.png
+share/doc/scribus/de/images/text_tab1.png
+share/doc/scribus/de/images/text_tab10.png
+share/doc/scribus/de/images/text_tab11.png
+share/doc/scribus/de/images/text_tab11b.png
+share/doc/scribus/de/images/text_tab12.png
+share/doc/scribus/de/images/text_tab13.png
+share/doc/scribus/de/images/text_tab2.png
+share/doc/scribus/de/images/text_tab3.png
+share/doc/scribus/de/images/text_tab4.png
+share/doc/scribus/de/images/text_tab5.png
+share/doc/scribus/de/images/text_tab6.png
+share/doc/scribus/de/images/text_tab7.png
+share/doc/scribus/de/images/text_tab7a.png
+share/doc/scribus/de/images/text_tab7b.png
+share/doc/scribus/de/images/text_tab8.png
+share/doc/scribus/de/images/text_tab9.png
+share/doc/scribus/de/images/transform_dialogb.png
+share/doc/scribus/de/images/transform_translaterotation.png
+share/doc/scribus/de/images/transform_translaterotation1.png
+share/doc/scribus/de/images/transform_translatescaling.png
+share/doc/scribus/de/images/transform_translateskewing.png
+share/doc/scribus/de/images/transform_translateskewing1.png
+share/doc/scribus/de/images/vectimp1.png
+share/doc/scribus/de/images/vectimp2.png
+share/doc/scribus/de/images/vectimp3.png
+share/doc/scribus/de/images/vectimp4.png
+share/doc/scribus/de/images/vectimp5.png
+share/doc/scribus/de/images/vector-advanced.png
+share/doc/scribus/de/images/vector-clipart.png
+share/doc/scribus/de/images/xnview.png
+share/doc/scribus/de/importhints.html
+share/doc/scribus/de/importhints1.html
+share/doc/scribus/de/importhints2.html
+share/doc/scribus/de/importhints3.html
+share/doc/scribus/de/importhints4.html
+share/doc/scribus/de/index.html
+share/doc/scribus/de/install-dpkg.html
+share/doc/scribus/de/install.html
+share/doc/scribus/de/install1.html
+share/doc/scribus/de/install2.html
+share/doc/scribus/de/install4.html
+share/doc/scribus/de/install5.html
+share/doc/scribus/de/intro.html
+share/doc/scribus/de/irc.html
+share/doc/scribus/de/keys.html
+share/doc/scribus/de/layers.html
+share/doc/scribus/de/mailing_lists.html
+share/doc/scribus/de/menu.xml
+share/doc/scribus/de/moncal.html
+share/doc/scribus/de/mouse.html
+share/doc/scribus/de/otherinfo.html
+share/doc/scribus/de/pagenumber.html
+share/doc/scribus/de/pagetemplate1.html
+share/doc/scribus/de/pdf_form.html
+share/doc/scribus/de/pdfexport1.html
+share/doc/scribus/de/pdfexport2.html
+share/doc/scribus/de/pdfexport3.html
+share/doc/scribus/de/pdfexport4.html
+share/doc/scribus/de/pdflavor.html
+share/doc/scribus/de/pdfx3.html
+share/doc/scribus/de/plugin_howto.html
+share/doc/scribus/de/print1.html
+share/doc/scribus/de/print2.html
+share/doc/scribus/de/print3.html
+share/doc/scribus/de/psd.html
+share/doc/scribus/de/readme-haiku.html
+share/doc/scribus/de/readme-macosx.html
+share/doc/scribus/de/readme-os2.html
+share/doc/scribus/de/readme-win32.html
+share/doc/scribus/de/readme.html
+share/doc/scribus/de/readme_needs_update_please_keep it_in.html
+share/doc/scribus/de/releases.html
+share/doc/scribus/de/resources.html
+share/doc/scribus/de/scribus-svg.html
+share/doc/scribus/de/scribuscopyright.html
+share/doc/scribus/de/scribusfileformat.html
+share/doc/scribus/de/scripter-extensions.html
+share/doc/scribus/de/scripter-faq.html
+share/doc/scribus/de/scripter1.html
+share/doc/scribus/de/scripterapi-ImageExport.html
+share/doc/scribus/de/scripterapi-PDFfile.html
+share/doc/scribus/de/scripterapi-Printer.html
+share/doc/scribus/de/scripterapi-color.html
+share/doc/scribus/de/scripterapi-constants.html
+share/doc/scribus/de/scripterapi-dialogs.html
+share/doc/scribus/de/scripterapi-doc.html
+share/doc/scribus/de/scripterapi-extensions.html
+share/doc/scribus/de/scripterapi-font.html
+share/doc/scribus/de/scripterapi-getobjprop.html
+share/doc/scribus/de/scripterapi-layer.html
+share/doc/scribus/de/scripterapi-manobj.html
+share/doc/scribus/de/scripterapi-object.html
+share/doc/scribus/de/scripterapi-page.html
+share/doc/scribus/de/scripterapi-select.html
+share/doc/scribus/de/scripterapi-setobjprop.html
+share/doc/scribus/de/scripterapi-styles.html
+share/doc/scribus/de/scripterapi-textframes.html
+share/doc/scribus/de/scripterapi.html
+share/doc/scribus/de/settings1.html
+share/doc/scribus/de/short-words.html
+share/doc/scribus/de/specs.html
+share/doc/scribus/de/specs_needs_update_please_keep it_in.html
+share/doc/scribus/de/toolbox.html
+share/doc/scribus/de/toolbox1.html
+share/doc/scribus/de/toolbox12.html
+share/doc/scribus/de/toolbox13.html
+share/doc/scribus/de/toolbox14.html
+share/doc/scribus/de/toolbox15.html
+share/doc/scribus/de/toolbox17.html
+share/doc/scribus/de/toolbox2.html
+share/doc/scribus/de/toolbox3.html
+share/doc/scribus/de/toolbox4.html
+share/doc/scribus/de/toolbox5.html
+share/doc/scribus/de/toolbox6.html
+share/doc/scribus/de/toolbox7.html
+share/doc/scribus/de/toolbox8.html
+share/doc/scribus/de/toolbox9.html
+share/doc/scribus/de/topten.html
+share/doc/scribus/de/translation_howto.html
+share/doc/scribus/de/tutorials.html
+share/doc/scribus/en/DropShadows.html
+share/doc/scribus/en/EditingShapes.html
+share/doc/scribus/en/SearchReplace.html
+share/doc/scribus/en/TextProp.html
+share/doc/scribus/en/WwFill.html
+share/doc/scribus/en/WwFrames.html
+share/doc/scribus/en/WwImages.html
+share/doc/scribus/en/WwLines.html
+share/doc/scribus/en/WwRenderframes.html
+share/doc/scribus/en/WwShapes.html
+share/doc/scribus/en/WwStyles.html
+share/doc/scribus/en/WwText.html
+share/doc/scribus/en/about1.html
+share/doc/scribus/en/about2.html
+share/doc/scribus/en/add_colors.html
+share/doc/scribus/en/bugreport.html
+share/doc/scribus/en/cli.html
+share/doc/scribus/en/cms.html
+share/doc/scribus/en/cms2.html
+share/doc/scribus/en/cms3.html
+share/doc/scribus/en/collect4output.html
+share/doc/scribus/en/color1.html
+share/doc/scribus/en/color2.html
+share/doc/scribus/en/color3.html
+share/doc/scribus/en/color4.html
+share/doc/scribus/en/color4a.html
+share/doc/scribus/en/color5.html
+share/doc/scribus/en/color6.html
+share/doc/scribus/en/color7a.html
+share/doc/scribus/en/color7b.html
+share/doc/scribus/en/color7c.html
+share/doc/scribus/en/color8.html
+share/doc/scribus/en/color_editing.html
+share/doc/scribus/en/colorwheel.html
+share/doc/scribus/en/config.html
+share/doc/scribus/en/configfiles.html
+share/doc/scribus/en/contributions.html
+share/doc/scribus/en/createlinks.html
+share/doc/scribus/en/developers.html
+share/doc/scribus/en/doccopyright.html
+share/doc/scribus/en/docinfo.html
+share/doc/scribus/en/documentation.html
+share/doc/scribus/en/editorial.html
+share/doc/scribus/en/faq1.html
+share/doc/scribus/en/faq3.html
+share/doc/scribus/en/fileproblems.html
+share/doc/scribus/en/fonts1.html
+share/doc/scribus/en/fonts2.html
+share/doc/scribus/en/gsview.html
+share/doc/scribus/en/help.html
+share/doc/scribus/en/hyphenator.html
+share/doc/scribus/en/images/CH_1.png
+share/doc/scribus/en/images/CH_2.png
+share/doc/scribus/en/images/CH_3.png
+share/doc/scribus/en/images/CH_4.png
+share/doc/scribus/en/images/CH_5.png
+share/doc/scribus/en/images/CH_6.png
+share/doc/scribus/en/images/CH_7.png
+share/doc/scribus/en/images/CH_8.png
+share/doc/scribus/en/images/Cover_en1-page1.png
+share/doc/scribus/en/images/DrawLatexFrame.png
+share/doc/scribus/en/images/GG_CE1.png
+share/doc/scribus/en/images/GG_CE10.png
+share/doc/scribus/en/images/GG_CE11.png
+share/doc/scribus/en/images/GG_CE12.png
+share/doc/scribus/en/images/GG_CE13.png
+share/doc/scribus/en/images/GG_CE14.png
+share/doc/scribus/en/images/GG_CE15.png
+share/doc/scribus/en/images/GG_CE16.png
+share/doc/scribus/en/images/GG_CE17.png
+share/doc/scribus/en/images/GG_CE18.png
+share/doc/scribus/en/images/GG_CE19.png
+share/doc/scribus/en/images/GG_CE2.png
+share/doc/scribus/en/images/GG_CE20.png
+share/doc/scribus/en/images/GG_CE21.png
+share/doc/scribus/en/images/GG_CE22.png
+share/doc/scribus/en/images/GG_CE23.png
+share/doc/scribus/en/images/GG_CE24.png
+share/doc/scribus/en/images/GG_CE25.png
+share/doc/scribus/en/images/GG_CE26.png
+share/doc/scribus/en/images/GG_CE27.png
+share/doc/scribus/en/images/GG_CE28.png
+share/doc/scribus/en/images/GG_CE29.png
+share/doc/scribus/en/images/GG_CE3.png
+share/doc/scribus/en/images/GG_CE30.png
+share/doc/scribus/en/images/GG_CE31.png
+share/doc/scribus/en/images/GG_CE32.png
+share/doc/scribus/en/images/GG_CE33.png
+share/doc/scribus/en/images/GG_CE4.png
+share/doc/scribus/en/images/GG_CE5.png
+share/doc/scribus/en/images/GG_CE6.png
+share/doc/scribus/en/images/GG_CE7.png
+share/doc/scribus/en/images/GG_CE8.png
+share/doc/scribus/en/images/GG_CE9.png
+share/doc/scribus/en/images/GG_CE_a.png
+share/doc/scribus/en/images/GG_CE_b.png
+share/doc/scribus/en/images/GG_CE_c.png
+share/doc/scribus/en/images/GG_CE_colour_select.png
+share/doc/scribus/en/images/GG_CE_ex1.png
+share/doc/scribus/en/images/GG_CE_ex2.png
+share/doc/scribus/en/images/GG_CE_ex3.png
+share/doc/scribus/en/images/GG_CE_ex4.png
+share/doc/scribus/en/images/GG_CE_ex5.png
+share/doc/scribus/en/images/GG_CE_ex6.png
+share/doc/scribus/en/images/GG_CE_ex7.png
+share/doc/scribus/en/images/GG_CE_ex8.png
+share/doc/scribus/en/images/GG_CE_ex9.png
+share/doc/scribus/en/images/Image_Properties.png
+share/doc/scribus/en/images/Image_warning.png
+share/doc/scribus/en/images/LAB.png
+share/doc/scribus/en/images/LatinModernRomanOTFFeatures.png
+share/doc/scribus/en/images/Mantis_my_view.png
+share/doc/scribus/en/images/Mantis_new_report1.png
+share/doc/scribus/en/images/Mantis_new_report2.png
+share/doc/scribus/en/images/Mantis_new_report3.png
+share/doc/scribus/en/images/Mantis_searching.png
+share/doc/scribus/en/images/Mantis_signup.png
+share/doc/scribus/en/images/MontserratOTFFeatures.png
+share/doc/scribus/en/images/RM-CM.png
+share/doc/scribus/en/images/RM-PUB.png
+share/doc/scribus/en/images/RM-Scribus-1.5-Color_Fills.png
+share/doc/scribus/en/images/RM-imp3.png
+share/doc/scribus/en/images/RM-picture_browser.png
+share/doc/scribus/en/images/RM-tables.png
+share/doc/scribus/en/images/RM_CHF.png
+share/doc/scribus/en/images/RM_DS.png
+share/doc/scribus/en/images/RM_symb.png
+share/doc/scribus/en/images/RYB_color_wheel.png
+share/doc/scribus/en/images/Rembrandt1.png
+share/doc/scribus/en/images/Rembrandt10.png
+share/doc/scribus/en/images/Rembrandt11.png
+share/doc/scribus/en/images/Rembrandt12.png
+share/doc/scribus/en/images/Rembrandt13.png
+share/doc/scribus/en/images/Rembrandt14.png
+share/doc/scribus/en/images/Rembrandt15.png
+share/doc/scribus/en/images/Rembrandt16.png
+share/doc/scribus/en/images/Rembrandt17.png
+share/doc/scribus/en/images/Rembrandt17a.png
+share/doc/scribus/en/images/Rembrandt17b.png
+share/doc/scribus/en/images/Rembrandt18.png
+share/doc/scribus/en/images/Rembrandt18b.png
+share/doc/scribus/en/images/Rembrandt19.png
+share/doc/scribus/en/images/Rembrandt2.png
+share/doc/scribus/en/images/Rembrandt20.png
+share/doc/scribus/en/images/Rembrandt21.png
+share/doc/scribus/en/images/Rembrandt3.png
+share/doc/scribus/en/images/Rembrandt4.png
+share/doc/scribus/en/images/Rembrandt5.png
+share/doc/scribus/en/images/Rembrandt6.png
+share/doc/scribus/en/images/Rembrandt7.png
+share/doc/scribus/en/images/Rembrandt8.png
+share/doc/scribus/en/images/Rembrandt9.png
+share/doc/scribus/en/images/Scribus-1.5-AIorPDF-dialog.png
+share/doc/scribus/en/images/Scribus-Arcs.png
+share/doc/scribus/en/images/Scribus-CalligraphicPen.png
+share/doc/scribus/en/images/Scribus-Spirals.png
+share/doc/scribus/en/images/Scribus_Haiku.png
+share/doc/scribus/en/images/Scripter.png
+share/doc/scribus/en/images/SwB.png
+share/doc/scribus/en/images/XYZ_Prop.png
+share/doc/scribus/en/images/XYZ_Prop1.png
+share/doc/scribus/en/images/add_colors1.png
+share/doc/scribus/en/images/add_colors3.png
+share/doc/scribus/en/images/add_colors4.png
+share/doc/scribus/en/images/add_colors5.png
+share/doc/scribus/en/images/add_colors6.png
+share/doc/scribus/en/images/add_colors7.png
+share/doc/scribus/en/images/alert.png
+share/doc/scribus/en/images/annotation.png
+share/doc/scribus/en/images/batik1.png
+share/doc/scribus/en/images/boundingbox.png
+share/doc/scribus/en/images/boundingbox1.png
+share/doc/scribus/en/images/cmcanvas.png
+share/doc/scribus/en/images/cms-gamut1.png
+share/doc/scribus/en/images/cms-gamut2.png
+share/doc/scribus/en/images/cmsmodify1.png
+share/doc/scribus/en/images/cmyk.png
+share/doc/scribus/en/images/collect_out1.png
+share/doc/scribus/en/images/collect_out2.png
+share/doc/scribus/en/images/collect_out3.png
+share/doc/scribus/en/images/collect_out5.png
+share/doc/scribus/en/images/collect_out6.png
+share/doc/scribus/en/images/colormanager2.png
+share/doc/scribus/en/images/colorwheel.png
+share/doc/scribus/en/images/colrs-caricature.png
+share/doc/scribus/en/images/colrs-mgt1.png
+share/doc/scribus/en/images/colrs-mgt2.png
+share/doc/scribus/en/images/combine_polygons.png
+share/doc/scribus/en/images/combine_polygons1.png
+share/doc/scribus/en/images/combine_polygons2.png
+share/doc/scribus/en/images/combine_polygons3.png
+share/doc/scribus/en/images/combine_polygons4.png
+share/doc/scribus/en/images/combine_polygons5.png
+share/doc/scribus/en/images/context_image.png
+share/doc/scribus/en/images/context_shape.png
+share/doc/scribus/en/images/context_text15.png
+share/doc/scribus/en/images/contourline_flow.png
+share/doc/scribus/en/images/cw-analogous.png
+share/doc/scribus/en/images/cw-analogous_20.png
+share/doc/scribus/en/images/cw-analogous_30.png
+share/doc/scribus/en/images/cw-compl.png
+share/doc/scribus/en/images/cw-complementary.png
+share/doc/scribus/en/images/cw-splitcompl.png
+share/doc/scribus/en/images/cw-splitcompl_20.png
+share/doc/scribus/en/images/cw-splitcompl_40.png
+share/doc/scribus/en/images/cw-tetradic.png
+share/doc/scribus/en/images/cw-tetradic_20.png
+share/doc/scribus/en/images/cw-tetradic_40.png
+share/doc/scribus/en/images/cw-triadic.png
+share/doc/scribus/en/images/cw-warning.png
+share/doc/scribus/en/images/docheader1.png
+share/doc/scribus/en/images/docheader2.png
+share/doc/scribus/en/images/docinfo.png
+share/doc/scribus/en/images/docinfo2.png
+share/doc/scribus/en/images/drawview.png
+share/doc/scribus/en/images/dropshadows1.png
+share/doc/scribus/en/images/dropshadows3.png
+share/doc/scribus/en/images/dropshadows4.png
+share/doc/scribus/en/images/dropshadows5.png
+share/doc/scribus/en/images/dropshadows6.png
+share/doc/scribus/en/images/dropshadows7.png
+share/doc/scribus/en/images/dtp-studio.png
+share/doc/scribus/en/images/duotone-imp.png
+share/doc/scribus/en/images/duotone-imp2.png
+share/doc/scribus/en/images/edit_shapes.png
+share/doc/scribus/en/images/editcols1.png
+share/doc/scribus/en/images/editcols1a.png
+share/doc/scribus/en/images/editcols2.png
+share/doc/scribus/en/images/editcols3.png
+share/doc/scribus/en/images/eps-imp1.png
+share/doc/scribus/en/images/eps-imp2.png
+share/doc/scribus/en/images/eps-imp3.png
+share/doc/scribus/en/images/eps-imp4.png
+share/doc/scribus/en/images/eps-imp5.png
+share/doc/scribus/en/images/externallink.png
+share/doc/scribus/en/images/externalweblink.png
+share/doc/scribus/en/images/faecher_hlc-lab.png
+share/doc/scribus/en/images/file-error1.png
+share/doc/scribus/en/images/file-error2.png
+share/doc/scribus/en/images/file-error3.png
+share/doc/scribus/en/images/fileimport.png
+share/doc/scribus/en/images/font-preview.png
+share/doc/scribus/en/images/font-subst.png
+share/doc/scribus/en/images/fontmatrix.png
+share/doc/scribus/en/images/fontpref1.png
+share/doc/scribus/en/images/fontpref2.png
+share/doc/scribus/en/images/fontpref3.png
+share/doc/scribus/en/images/fonts.png
+share/doc/scribus/en/images/fonts2.png
+share/doc/scribus/en/images/frame_shape_flow.png
+share/doc/scribus/en/images/galaxy_gauge.png
+share/doc/scribus/en/images/galaxy_harmonizer1.png
+share/doc/scribus/en/images/galaxy_harmonizer2.png
+share/doc/scribus/en/images/geometry.png
+share/doc/scribus/en/images/geometry1.png
+share/doc/scribus/en/images/gimpoptions1.png
+share/doc/scribus/en/images/gimpoptions2.png
+share/doc/scribus/en/images/gimpoptions3.png
+share/doc/scribus/en/images/gradient_adjuster.png
+share/doc/scribus/en/images/gradient_adjuster1.png
+share/doc/scribus/en/images/gradient_adjuster_vector.png
+share/doc/scribus/en/images/htmlimport.png
+share/doc/scribus/en/images/htmlstyle.png
+share/doc/scribus/en/images/hyphen1.png
+share/doc/scribus/en/images/hyphen2.png
+share/doc/scribus/en/images/hyphen3.png
+share/doc/scribus/en/images/hyphen4.png
+share/doc/scribus/en/images/hyphen5.png
+share/doc/scribus/en/images/image_compress.png
+share/doc/scribus/en/images/import-pdf1.png
+share/doc/scribus/en/images/import-pdf2.png
+share/doc/scribus/en/images/import-pdfimage.png
+share/doc/scribus/en/images/importvisio.png
+share/doc/scribus/en/images/importwmf.png
+share/doc/scribus/en/images/ink-cov.png
+share/doc/scribus/en/images/insert-frame-1.png
+share/doc/scribus/en/images/insert-frame-2.png
+share/doc/scribus/en/images/insertframes.png
+share/doc/scribus/en/images/insertframes1.png
+share/doc/scribus/en/images/insertframes2.png
+share/doc/scribus/en/images/insertframes3.png
+share/doc/scribus/en/images/insertframes4.png
+share/doc/scribus/en/images/krita.png
+share/doc/scribus/en/images/layers1.png
+share/doc/scribus/en/images/layers2.png
+share/doc/scribus/en/images/lilyp.png
+share/doc/scribus/en/images/line_tab.png
+share/doc/scribus/en/images/line_tab1.png
+share/doc/scribus/en/images/line_tab2.png
+share/doc/scribus/en/images/line_tab3.png
+share/doc/scribus/en/images/line_tab4.png
+share/doc/scribus/en/images/line_tab5.png
+share/doc/scribus/en/images/line_tab6.png
+share/doc/scribus/en/images/line_tab7.png
+share/doc/scribus/en/images/link.png
+share/doc/scribus/en/images/loadimages.png
+share/doc/scribus/en/images/lprof.png
+share/doc/scribus/en/images/missing-gs.png
+share/doc/scribus/en/images/mpage1.png
+share/doc/scribus/en/images/mpage2.png
+share/doc/scribus/en/images/mpage3.png
+share/doc/scribus/en/images/mpage4.png
+share/doc/scribus/en/images/mpage5.png
+share/doc/scribus/en/images/multipledup_copies.png
+share/doc/scribus/en/images/multipledup_rotation.png
+share/doc/scribus/en/images/multipledup_rows.png
+share/doc/scribus/en/images/new-icons.png
+share/doc/scribus/en/images/new1.png
+share/doc/scribus/en/images/new2.png
+share/doc/scribus/en/images/new3.png
+share/doc/scribus/en/images/new4.png
+share/doc/scribus/en/images/new5.png
+share/doc/scribus/en/images/new6.png
+share/doc/scribus/en/images/node_edit_close.png
+share/doc/scribus/en/images/nodes_edit.png
+share/doc/scribus/en/images/numb-sections.png
+share/doc/scribus/en/images/oogettext1.png
+share/doc/scribus/en/images/pathops.png
+share/doc/scribus/en/images/pathops1.png
+share/doc/scribus/en/images/pathops2.png
+share/doc/scribus/en/images/pathops3.png
+share/doc/scribus/en/images/pathops4.png
+share/doc/scribus/en/images/pathops5.png
+share/doc/scribus/en/images/pathops6.png
+share/doc/scribus/en/images/pathops7.png
+share/doc/scribus/en/images/pathops8.png
+share/doc/scribus/en/images/pathtools.png
+share/doc/scribus/en/images/pathtools1.png
+share/doc/scribus/en/images/pathtools2.png
+share/doc/scribus/en/images/patterns1.png
+share/doc/scribus/en/images/patterns2.png
+share/doc/scribus/en/images/pdf-form-ht1.png
+share/doc/scribus/en/images/pdf-form-ht2.png
+share/doc/scribus/en/images/pdf-form-ht3.png
+share/doc/scribus/en/images/pdf-form-ht4.png
+share/doc/scribus/en/images/pdf-form-ht5.png
+share/doc/scribus/en/images/pdf-form-ht6.png
+share/doc/scribus/en/images/pdftools.png
+share/doc/scribus/en/images/pdfx1a-lo.png
+share/doc/scribus/en/images/pdfx3-1.png
+share/doc/scribus/en/images/pdfxcolor.png
+share/doc/scribus/en/images/pdfxintent.png
+share/doc/scribus/en/images/plot1.png
+share/doc/scribus/en/images/plot2.png
+share/doc/scribus/en/images/polygons.png
+share/doc/scribus/en/images/povray.png
+share/doc/scribus/en/images/preflight-v.png
+share/doc/scribus/en/images/prefs-mac-1.png
+share/doc/scribus/en/images/prefs_15x.png
+share/doc/scribus/en/images/prefs_9parts.png
+share/doc/scribus/en/images/prefs_colormanagement.png
+share/doc/scribus/en/images/prefs_colormgmt.png
+share/doc/scribus/en/images/prefs_display.png
+share/doc/scribus/en/images/prefs_docsetup.png
+share/doc/scribus/en/images/prefs_document1.png
+share/doc/scribus/en/images/prefs_documentsetup_tab1.png
+share/doc/scribus/en/images/prefs_documentsetup_tab2.png
+share/doc/scribus/en/images/prefs_documentsetup_tab3.png
+share/doc/scribus/en/images/prefs_documentsetup_tab4.png
+share/doc/scribus/en/images/prefs_exttools.png
+share/doc/scribus/en/images/prefs_exttools2.png
+share/doc/scribus/en/images/prefs_fibonacci.png
+share/doc/scribus/en/images/prefs_goldenmean.png
+share/doc/scribus/en/images/prefs_guides.png
+share/doc/scribus/en/images/prefs_guides1.png
+share/doc/scribus/en/images/prefs_guides_tab1.png
+share/doc/scribus/en/images/prefs_guides_tab2.png
+share/doc/scribus/en/images/prefs_guides_tab3.png
+share/doc/scribus/en/images/prefs_gutenberg.png
+share/doc/scribus/en/images/prefs_imagecache.png
+share/doc/scribus/en/images/prefs_itemtools.png
+share/doc/scribus/en/images/prefs_itemtools_tab1.png
+share/doc/scribus/en/images/prefs_itemtools_tab2.png
+share/doc/scribus/en/images/prefs_itemtools_tab3.png
+share/doc/scribus/en/images/prefs_itemtools_tab4.png
+share/doc/scribus/en/images/prefs_itemtools_tab5.png
+share/doc/scribus/en/images/prefs_itemtools_tab6.png
+share/doc/scribus/en/images/prefs_itemtools_tab7.png
+share/doc/scribus/en/images/prefs_itemtools_tab8.png
+share/doc/scribus/en/images/prefs_keyb_shortcuts.png
+share/doc/scribus/en/images/prefs_keyboard.png
+share/doc/scribus/en/images/prefs_magazine.png
+share/doc/scribus/en/images/prefs_misc.png
+share/doc/scribus/en/images/prefs_operatortools_tab1.png
+share/doc/scribus/en/images/prefs_operatortools_tab2.png
+share/doc/scribus/en/images/prefs_pagesizes.png
+share/doc/scribus/en/images/prefs_paths.png
+share/doc/scribus/en/images/prefs_pdfexport.png
+share/doc/scribus/en/images/prefs_pdfexport_tab1.png
+share/doc/scribus/en/images/prefs_pdfexport_tab2.png
+share/doc/scribus/en/images/prefs_pdfexport_tab3.png
+share/doc/scribus/en/images/prefs_pdfexport_tab4.png
+share/doc/scribus/en/images/prefs_pdfexport_tab5.png
+share/doc/scribus/en/images/prefs_preflight.png
+share/doc/scribus/en/images/prefs_shortwords.png
+share/doc/scribus/en/images/prefs_spelling.png
+share/doc/scribus/en/images/prefs_typog2.png
+share/doc/scribus/en/images/prefs_typography.png
+share/doc/scribus/en/images/prefs_userinterface_tab1.png
+share/doc/scribus/en/images/prefs_userinterface_tab2.png
+share/doc/scribus/en/images/prefs_userinterface_tab3.png
+share/doc/scribus/en/images/prefs_userinterface_tab4.png
+share/doc/scribus/en/images/print-dialog1.png
+share/doc/scribus/en/images/print-dialog2.png
+share/doc/scribus/en/images/printer2.png
+share/doc/scribus/en/images/printingprefs1.png
+share/doc/scribus/en/images/printingprefs2.png
+share/doc/scribus/en/images/printingprefs3.png
+share/doc/scribus/en/images/printpreview.png
+share/doc/scribus/en/images/prop_shape.png
+share/doc/scribus/en/images/qsg-col1.png
+share/doc/scribus/en/images/qsg-col2.png
+share/doc/scribus/en/images/register.png
+share/doc/scribus/en/images/resene-pal.png
+share/doc/scribus/en/images/result.png
+share/doc/scribus/en/images/rf-error1.png
+share/doc/scribus/en/images/rf-error2.png
+share/doc/scribus/en/images/rf-error3.png
+share/doc/scribus/en/images/rf1.png
+share/doc/scribus/en/images/rf2.png
+share/doc/scribus/en/images/rf3.png
+share/doc/scribus/en/images/rf4.png
+share/doc/scribus/en/images/rf5.png
+share/doc/scribus/en/images/rf6.png
+share/doc/scribus/en/images/rf7.png
+share/doc/scribus/en/images/rf8.png
+share/doc/scribus/en/images/rgb-cmyk.png
+share/doc/scribus/en/images/rgb.png
+share/doc/scribus/en/images/round_rectangle.png
+share/doc/scribus/en/images/sadie4by2b.png
+share/doc/scribus/en/images/scribus-os2.png
+share/doc/scribus/en/images/scribus-pres1.png
+share/doc/scribus/en/images/scribus-pres2.png
+share/doc/scribus/en/images/searchreplace.png
+share/doc/scribus/en/images/shape_edit.png
+share/doc/scribus/en/images/shapes7.png
+share/doc/scribus/en/images/shapes8.png
+share/doc/scribus/en/images/skewing.png
+share/doc/scribus/en/images/spot.png
+share/doc/scribus/en/images/squat_tux.png
+share/doc/scribus/en/images/style_manager1.png
+share/doc/scribus/en/images/style_manager10.png
+share/doc/scribus/en/images/style_manager1b.png
+share/doc/scribus/en/images/style_manager3b.png
+share/doc/scribus/en/images/style_manager7.png
+share/doc/scribus/en/images/style_manager8.png
+share/doc/scribus/en/images/style_manager9.png
+share/doc/scribus/en/images/swdialog.png
+share/doc/scribus/en/images/table-import-1.png
+share/doc/scribus/en/images/table-import-2.png
+share/doc/scribus/en/images/table-import-3.png
+share/doc/scribus/en/images/tb-bookbinder.png
+share/doc/scribus/en/images/tb-gsview.png
+share/doc/scribus/en/images/tb-inkscape.png
+share/doc/scribus/en/images/tb-jpdf.png
+share/doc/scribus/en/images/tb-libreoffice.png
+share/doc/scribus/en/images/tb-pdf-imp.png
+share/doc/scribus/en/images/text-frame-link.png
+share/doc/scribus/en/images/text-frame-unlink.png
+share/doc/scribus/en/images/text_filter135.png
+share/doc/scribus/en/images/text_filter136.png
+share/doc/scribus/en/images/text_filter136b.png
+share/doc/scribus/en/images/text_flow.png
+share/doc/scribus/en/images/text_linking.png
+share/doc/scribus/en/images/text_tab1.png
+share/doc/scribus/en/images/text_tab10.png
+share/doc/scribus/en/images/text_tab11.png
+share/doc/scribus/en/images/text_tab11b.png
+share/doc/scribus/en/images/text_tab12.png
+share/doc/scribus/en/images/text_tab13.png
+share/doc/scribus/en/images/text_tab14.png
+share/doc/scribus/en/images/text_tab15.png
+share/doc/scribus/en/images/text_tab16.png
+share/doc/scribus/en/images/text_tab17.png
+share/doc/scribus/en/images/text_tab18.png
+share/doc/scribus/en/images/text_tab2.png
+share/doc/scribus/en/images/text_tab3.png
+share/doc/scribus/en/images/text_tab4.png
+share/doc/scribus/en/images/text_tab5.png
+share/doc/scribus/en/images/text_tab6.png
+share/doc/scribus/en/images/text_tab7.png
+share/doc/scribus/en/images/text_tab7a.png
+share/doc/scribus/en/images/text_tab7b.png
+share/doc/scribus/en/images/text_tab8.png
+share/doc/scribus/en/images/text_tab9.png
+share/doc/scribus/en/images/transform_dialogb.png
+share/doc/scribus/en/images/transform_translaterotation.png
+share/doc/scribus/en/images/transform_translaterotation1.png
+share/doc/scribus/en/images/transform_translatescaling.png
+share/doc/scribus/en/images/transform_translateskewing.png
+share/doc/scribus/en/images/transform_translateskewing1.png
+share/doc/scribus/en/images/vectimp1.png
+share/doc/scribus/en/images/vectimp2.png
+share/doc/scribus/en/images/vectimp3.png
+share/doc/scribus/en/images/vectimp4.png
+share/doc/scribus/en/images/vectimp5.png
+share/doc/scribus/en/images/vector-advanced.png
+share/doc/scribus/en/images/vector-clipart.png
+share/doc/scribus/en/images/wwframes_fillspace.png
+share/doc/scribus/en/images/xnview.png
+share/doc/scribus/en/importbitmap1.html
+share/doc/scribus/en/importclipart.html
+share/doc/scribus/en/importhints.html
+share/doc/scribus/en/importhints1.html
+share/doc/scribus/en/importhints2.html
+share/doc/scribus/en/importhints3.html
+share/doc/scribus/en/importhints4.html
+share/doc/scribus/en/importoutput.html
+share/doc/scribus/en/index.html
+share/doc/scribus/en/install.html
+share/doc/scribus/en/install1.html
+share/doc/scribus/en/install2.html
+share/doc/scribus/en/install4.html
+share/doc/scribus/en/install5.html
+share/doc/scribus/en/intro.html
+share/doc/scribus/en/irc.html
+share/doc/scribus/en/keys.html
+share/doc/scribus/en/layers.html
+share/doc/scribus/en/lipsum.html
+share/doc/scribus/en/mailing_lists.html
+share/doc/scribus/en/manual.css
+share/doc/scribus/en/menu.xml
+share/doc/scribus/en/moncal.html
+share/doc/scribus/en/mouse.html
+share/doc/scribus/en/multiple_transform.html
+share/doc/scribus/en/otherinfo.html
+share/doc/scribus/en/pagenumber.html
+share/doc/scribus/en/pagetemplate1.html
+share/doc/scribus/en/pdf_form.html
+share/doc/scribus/en/pdfexport1.html
+share/doc/scribus/en/pdfexport2.html
+share/doc/scribus/en/pdfexport3.html
+share/doc/scribus/en/pdfexport4.html
+share/doc/scribus/en/pdfexport_image.html
+share/doc/scribus/en/pdflavor.html
+share/doc/scribus/en/pdfx3.html
+share/doc/scribus/en/print1.html
+share/doc/scribus/en/print2.html
+share/doc/scribus/en/print3.html
+share/doc/scribus/en/print4.html
+share/doc/scribus/en/psd.html
+share/doc/scribus/en/qsg.html
+share/doc/scribus/en/readme-haiku.html
+share/doc/scribus/en/readme-macosx.html
+share/doc/scribus/en/readme-os2.html
+share/doc/scribus/en/readme-win32.html
+share/doc/scribus/en/readme.html
+share/doc/scribus/en/releases.html
+share/doc/scribus/en/renderframes.html
+share/doc/scribus/en/resources.html
+share/doc/scribus/en/scribus-manual.xsl
+share/doc/scribus/en/scribus-svg.html
+share/doc/scribus/en/scribuscopyright.html
+share/doc/scribus/en/scripter-extensions.html
+share/doc/scribus/en/scripter-faq.html
+share/doc/scribus/en/scripter1.html
+share/doc/scribus/en/scripter2.html
+share/doc/scribus/en/scripterapi-ImageExport.html
+share/doc/scribus/en/scripterapi-PDFfile.html
+share/doc/scribus/en/scripterapi-Printer.html
+share/doc/scribus/en/scripterapi-color.html
+share/doc/scribus/en/scripterapi-constants.html
+share/doc/scribus/en/scripterapi-dialogs.html
+share/doc/scribus/en/scripterapi-doc.html
+share/doc/scribus/en/scripterapi-extensions.html
+share/doc/scribus/en/scripterapi-font.html
+share/doc/scribus/en/scripterapi-getobjprop.html
+share/doc/scribus/en/scripterapi-images.html
+share/doc/scribus/en/scripterapi-layer.html
+share/doc/scribus/en/scripterapi-lines.html
+share/doc/scribus/en/scripterapi-manobj.html
+share/doc/scribus/en/scripterapi-masterpages.html
+share/doc/scribus/en/scripterapi-object.html
+share/doc/scribus/en/scripterapi-page.html
+share/doc/scribus/en/scripterapi-pdfannotations.html
+share/doc/scribus/en/scripterapi-select.html
+share/doc/scribus/en/scripterapi-setobjprop.html
+share/doc/scribus/en/scripterapi-styles.html
+share/doc/scribus/en/scripterapi-textframes.html
+share/doc/scribus/en/scripterapi.html
+share/doc/scribus/en/settings1.html
+share/doc/scribus/en/short-words.html
+share/doc/scribus/en/specs.html
+share/doc/scribus/en/toolbox.html
+share/doc/scribus/en/toolbox1.html
+share/doc/scribus/en/toolbox12.html
+share/doc/scribus/en/toolbox13.html
+share/doc/scribus/en/toolbox14.html
+share/doc/scribus/en/toolbox15.html
+share/doc/scribus/en/toolbox16.html
+share/doc/scribus/en/toolbox17.html
+share/doc/scribus/en/toolbox18.html
+share/doc/scribus/en/toolbox19.html
+share/doc/scribus/en/toolbox2.html
+share/doc/scribus/en/toolbox20.html
+share/doc/scribus/en/toolbox3.html
+share/doc/scribus/en/toolbox4.html
+share/doc/scribus/en/toolbox5.html
+share/doc/scribus/en/toolbox6.html
+share/doc/scribus/en/toolbox7.html
+share/doc/scribus/en/toolbox8.html
+share/doc/scribus/en/toolbox9.html
+share/doc/scribus/en/topten.html
+share/doc/scribus/en/tutorials.html
+share/doc/scribus/en/tutorials/scribus-short-words/after_short_words.png
+share/doc/scribus/en/tutorials/scribus-short-words/before_short_words.png
+share/doc/scribus/en/tutorials/scribus-short-words/dialog.png
+share/doc/scribus/en/tutorials/scribus-short-words/menu.png
+share/doc/scribus/en/tutorials/scribus-short-words/menu.xml
+share/doc/scribus/en/tutorials/scribus-short-words/short-words-manual.html
+share/doc/scribus/en/workspace1.html
+share/doc/scribus/it/EditingShapes.html
+share/doc/scribus/it/WwFill.html
+share/doc/scribus/it/WwFrames.html
+share/doc/scribus/it/WwImages.html
+share/doc/scribus/it/WwLines.html
+share/doc/scribus/it/WwRenderframes.html
+share/doc/scribus/it/WwShapes.html
+share/doc/scribus/it/WwStyles.html
+share/doc/scribus/it/WwText.html
+share/doc/scribus/it/about1.html
+share/doc/scribus/it/about2.html
+share/doc/scribus/it/bugreport.html
+share/doc/scribus/it/cli.html
+share/doc/scribus/it/cms.html
+share/doc/scribus/it/cms2.html
+share/doc/scribus/it/cms3.html
+share/doc/scribus/it/codingstandards.html
+share/doc/scribus/it/color1.html
+share/doc/scribus/it/color2.html
+share/doc/scribus/it/color3.html
+share/doc/scribus/it/color4.html
+share/doc/scribus/it/color5.html
+share/doc/scribus/it/color6.html
+share/doc/scribus/it/color7a.html
+share/doc/scribus/it/color7b.html
+share/doc/scribus/it/color7c.html
+share/doc/scribus/it/color8.html
+share/doc/scribus/it/colorwheel.html
+share/doc/scribus/it/config.html
+share/doc/scribus/it/contributions.html
+share/doc/scribus/it/developers.html
+share/doc/scribus/it/doccopyright.html
+share/doc/scribus/it/docinfo.html
+share/doc/scribus/it/documentation.html
+share/doc/scribus/it/download.html
+share/doc/scribus/it/editorial.html
+share/doc/scribus/it/faq1.html
+share/doc/scribus/it/faq3.html
+share/doc/scribus/it/fileproblems.html
+share/doc/scribus/it/fonts1.html
+share/doc/scribus/it/fonts2.html
+share/doc/scribus/it/gettexthowto.html
+share/doc/scribus/it/gsview.html
+share/doc/scribus/it/hyphenator.html
+share/doc/scribus/it/images/CH_1.png
+share/doc/scribus/it/images/CH_2.png
+share/doc/scribus/it/images/CH_3.png
+share/doc/scribus/it/images/CH_4.png
+share/doc/scribus/it/images/CH_5.png
+share/doc/scribus/it/images/CH_6.png
+share/doc/scribus/it/images/CH_7.png
+share/doc/scribus/it/images/CH_8.png
+share/doc/scribus/it/images/Cover_en1-page1.png
+share/doc/scribus/it/images/DrawLatexFrame.png
+share/doc/scribus/it/images/GG_CE1.png
+share/doc/scribus/it/images/GG_CE10.png
+share/doc/scribus/it/images/GG_CE11.png
+share/doc/scribus/it/images/GG_CE12.png
+share/doc/scribus/it/images/GG_CE13.png
+share/doc/scribus/it/images/GG_CE14.png
+share/doc/scribus/it/images/GG_CE15.png
+share/doc/scribus/it/images/GG_CE16.png
+share/doc/scribus/it/images/GG_CE17.png
+share/doc/scribus/it/images/GG_CE18.png
+share/doc/scribus/it/images/GG_CE19.png
+share/doc/scribus/it/images/GG_CE2.png
+share/doc/scribus/it/images/GG_CE20.png
+share/doc/scribus/it/images/GG_CE21.png
+share/doc/scribus/it/images/GG_CE22.png
+share/doc/scribus/it/images/GG_CE23.png
+share/doc/scribus/it/images/GG_CE24.png
+share/doc/scribus/it/images/GG_CE25.png
+share/doc/scribus/it/images/GG_CE26.png
+share/doc/scribus/it/images/GG_CE27.png
+share/doc/scribus/it/images/GG_CE28.png
+share/doc/scribus/it/images/GG_CE29.png
+share/doc/scribus/it/images/GG_CE3.png
+share/doc/scribus/it/images/GG_CE30.png
+share/doc/scribus/it/images/GG_CE31.png
+share/doc/scribus/it/images/GG_CE32.png
+share/doc/scribus/it/images/GG_CE33.png
+share/doc/scribus/it/images/GG_CE4.png
+share/doc/scribus/it/images/GG_CE5.png
+share/doc/scribus/it/images/GG_CE6.png
+share/doc/scribus/it/images/GG_CE7.png
+share/doc/scribus/it/images/GG_CE8.png
+share/doc/scribus/it/images/GG_CE9.png
+share/doc/scribus/it/images/GG_CE_a.png
+share/doc/scribus/it/images/GG_CE_b.png
+share/doc/scribus/it/images/GG_CE_c.png
+share/doc/scribus/it/images/GG_CE_colour_select.png
+share/doc/scribus/it/images/GG_CE_ex1.png
+share/doc/scribus/it/images/GG_CE_ex2.png
+share/doc/scribus/it/images/GG_CE_ex3.png
+share/doc/scribus/it/images/GG_CE_ex4.png
+share/doc/scribus/it/images/GG_CE_ex5.png
+share/doc/scribus/it/images/GG_CE_ex6.png
+share/doc/scribus/it/images/GG_CE_ex7.png
+share/doc/scribus/it/images/GG_CE_ex8.png
+share/doc/scribus/it/images/GG_CE_ex9.png
+share/doc/scribus/it/images/Image_Properties.png
+share/doc/scribus/it/images/Mantis_my_view.png
+share/doc/scribus/it/images/Mantis_new_report1.png
+share/doc/scribus/it/images/Mantis_new_report2.png
+share/doc/scribus/it/images/Mantis_new_report3.png
+share/doc/scribus/it/images/Mantis_searching.png
+share/doc/scribus/it/images/Mantis_signup.png
+share/doc/scribus/it/images/RM-CM.png
+share/doc/scribus/it/images/RM-PUB.png
+share/doc/scribus/it/images/RM-Scribus-1.5-Color_Fills.png
+share/doc/scribus/it/images/RM-imp3.png
+share/doc/scribus/it/images/RM-picture_browser.png
+share/doc/scribus/it/images/RM-tables.png
+share/doc/scribus/it/images/RM_CHF.png
+share/doc/scribus/it/images/RM_DS.png
+share/doc/scribus/it/images/RM_symb.png
+share/doc/scribus/it/images/RYB_color_wheel.png
+share/doc/scribus/it/images/Rembrandt1.png
+share/doc/scribus/it/images/Rembrandt10.png
+share/doc/scribus/it/images/Rembrandt11.png
+share/doc/scribus/it/images/Rembrandt12.png
+share/doc/scribus/it/images/Rembrandt13.png
+share/doc/scribus/it/images/Rembrandt14.png
+share/doc/scribus/it/images/Rembrandt15.png
+share/doc/scribus/it/images/Rembrandt16.png
+share/doc/scribus/it/images/Rembrandt17.png
+share/doc/scribus/it/images/Rembrandt17a.png
+share/doc/scribus/it/images/Rembrandt17b.png
+share/doc/scribus/it/images/Rembrandt18.png
+share/doc/scribus/it/images/Rembrandt18b.png
+share/doc/scribus/it/images/Rembrandt19.png
+share/doc/scribus/it/images/Rembrandt2.png
+share/doc/scribus/it/images/Rembrandt20.png
+share/doc/scribus/it/images/Rembrandt21.png
+share/doc/scribus/it/images/Rembrandt3.png
+share/doc/scribus/it/images/Rembrandt4.png
+share/doc/scribus/it/images/Rembrandt5.png
+share/doc/scribus/it/images/Rembrandt6.png
+share/doc/scribus/it/images/Rembrandt7.png
+share/doc/scribus/it/images/Rembrandt8.png
+share/doc/scribus/it/images/Rembrandt9.png
+share/doc/scribus/it/images/Scribus-1.5-AIorPDF-dialog.png
+share/doc/scribus/it/images/Scribus-Arcs.png
+share/doc/scribus/it/images/Scribus-CalligraphicPen.png
+share/doc/scribus/it/images/Scribus-Spirals.png
+share/doc/scribus/it/images/Scripter.png
+share/doc/scribus/it/images/SwB.png
+share/doc/scribus/it/images/XYZ_Prop.png
+share/doc/scribus/it/images/XYZ_Prop1.png
+share/doc/scribus/it/images/alert.png
+share/doc/scribus/it/images/batik1.png
+share/doc/scribus/it/images/boundingbox.png
+share/doc/scribus/it/images/boundingbox1.png
+share/doc/scribus/it/images/cmcanvas.png
+share/doc/scribus/it/images/cms-gamut1.png
+share/doc/scribus/it/images/cms-gamut2.png
+share/doc/scribus/it/images/cmsmodify1.png
+share/doc/scribus/it/images/cmyk.png
+share/doc/scribus/it/images/colormanager2.png
+share/doc/scribus/it/images/colorwheel.png
+share/doc/scribus/it/images/colrs-caricature.png
+share/doc/scribus/it/images/colrs-mgt1.png
+share/doc/scribus/it/images/colrs-mgt2.png
+share/doc/scribus/it/images/combine_polygons.png
+share/doc/scribus/it/images/combine_polygons1.png
+share/doc/scribus/it/images/combine_polygons2.png
+share/doc/scribus/it/images/combine_polygons3.png
+share/doc/scribus/it/images/combine_polygons4.png
+share/doc/scribus/it/images/combine_polygons5.png
+share/doc/scribus/it/images/context_image.png
+share/doc/scribus/it/images/context_shape.png
+share/doc/scribus/it/images/context_text135.png
+share/doc/scribus/it/images/contourline_flow.png
+share/doc/scribus/it/images/cw-analogous.png
+share/doc/scribus/it/images/cw-compl.png
+share/doc/scribus/it/images/cw-splitcompl.png
+share/doc/scribus/it/images/cw-tetradic.png
+share/doc/scribus/it/images/cw-triadic.png
+share/doc/scribus/it/images/cw-warning.png
+share/doc/scribus/it/images/docheader1.png
+share/doc/scribus/it/images/docheader2.png
+share/doc/scribus/it/images/docinfo.png
+share/doc/scribus/it/images/docinfo2.png
+share/doc/scribus/it/images/dtp-studio.png
+share/doc/scribus/it/images/duotone-imp.png
+share/doc/scribus/it/images/duotone-imp2.png
+share/doc/scribus/it/images/edit_shapes.png
+share/doc/scribus/it/images/editcols1.png
+share/doc/scribus/it/images/editcols1a.png
+share/doc/scribus/it/images/editcols2.png
+share/doc/scribus/it/images/editcols3.png
+share/doc/scribus/it/images/eps-imp1.png
+share/doc/scribus/it/images/eps-imp2.png
+share/doc/scribus/it/images/eps-imp3.png
+share/doc/scribus/it/images/eps-imp4.png
+share/doc/scribus/it/images/eps-imp5.png
+share/doc/scribus/it/images/file-error1.png
+share/doc/scribus/it/images/file-error2.png
+share/doc/scribus/it/images/file-error3.png
+share/doc/scribus/it/images/fileimport.png
+share/doc/scribus/it/images/font-preview.png
+share/doc/scribus/it/images/font-subst.png
+share/doc/scribus/it/images/fontmatrix.png
+share/doc/scribus/it/images/fontpref1.png
+share/doc/scribus/it/images/fontpref2.png
+share/doc/scribus/it/images/fontpref3.png
+share/doc/scribus/it/images/fonts.png
+share/doc/scribus/it/images/fonts2.png
+share/doc/scribus/it/images/frame_shape_flow.png
+share/doc/scribus/it/images/galaxy_gauge.png
+share/doc/scribus/it/images/galaxy_harmonizer1.png
+share/doc/scribus/it/images/galaxy_harmonizer2.png
+share/doc/scribus/it/images/geometry.png
+share/doc/scribus/it/images/geometry1.png
+share/doc/scribus/it/images/gimpoptions1.png
+share/doc/scribus/it/images/gimpoptions2.png
+share/doc/scribus/it/images/gimpoptions3.png
+share/doc/scribus/it/images/gradient_adjuster.png
+share/doc/scribus/it/images/gradient_adjuster1.png
+share/doc/scribus/it/images/gradient_adjuster_vector.png
+share/doc/scribus/it/images/htmlimport.png
+share/doc/scribus/it/images/htmlstyle.png
+share/doc/scribus/it/images/hyphen1.png
+share/doc/scribus/it/images/import-pdfimage.png
+share/doc/scribus/it/images/ink-cov.png
+share/doc/scribus/it/images/insert-frame-1.png
+share/doc/scribus/it/images/insert-frame-2.png
+share/doc/scribus/it/images/krita1.jpg
+share/doc/scribus/it/images/layers1.png
+share/doc/scribus/it/images/layers2.png
+share/doc/scribus/it/images/lilyp.png
+share/doc/scribus/it/images/line_tab.png
+share/doc/scribus/it/images/line_tab1.png
+share/doc/scribus/it/images/line_tab2.png
+share/doc/scribus/it/images/line_tab3.png
+share/doc/scribus/it/images/line_tab4.png
+share/doc/scribus/it/images/line_tab5.png
+share/doc/scribus/it/images/line_tab6.png
+share/doc/scribus/it/images/line_tab7.png
+share/doc/scribus/it/images/lprof.png
+share/doc/scribus/it/images/missing-gs.png
+share/doc/scribus/it/images/mpage1.png
+share/doc/scribus/it/images/mpage2.png
+share/doc/scribus/it/images/mpage3.png
+share/doc/scribus/it/images/mpage4.png
+share/doc/scribus/it/images/mpage5.png
+share/doc/scribus/it/images/multipledup_copies.png
+share/doc/scribus/it/images/multipledup_rotation.png
+share/doc/scribus/it/images/multipledup_rows.png
+share/doc/scribus/it/images/new1.png
+share/doc/scribus/it/images/new2.png
+share/doc/scribus/it/images/new3.png
+share/doc/scribus/it/images/new4.png
+share/doc/scribus/it/images/new5.png
+share/doc/scribus/it/images/new6.png
+share/doc/scribus/it/images/node_edit_close.png
+share/doc/scribus/it/images/nodes_edit.png
+share/doc/scribus/it/images/numb-sections.png
+share/doc/scribus/it/images/oogettext1.png
+share/doc/scribus/it/images/patterns1.png
+share/doc/scribus/it/images/patterns2.png
+share/doc/scribus/it/images/pdf-form-ht1.png
+share/doc/scribus/it/images/pdf-form-ht2.png
+share/doc/scribus/it/images/pdf-form-ht3.png
+share/doc/scribus/it/images/pdf-form-ht4.png
+share/doc/scribus/it/images/pdf-form-ht5.png
+share/doc/scribus/it/images/pdf-form-ht6.png
+share/doc/scribus/it/images/pdfx1a-lo.png
+share/doc/scribus/it/images/pdfx3-1.png
+share/doc/scribus/it/images/pdfxcolor.png
+share/doc/scribus/it/images/pdfxintent.png
+share/doc/scribus/it/images/plot1.png
+share/doc/scribus/it/images/plot2.png
+share/doc/scribus/it/images/polygons.png
+share/doc/scribus/it/images/polygons1.png
+share/doc/scribus/it/images/povray.png
+share/doc/scribus/it/images/preflight-v.png
+share/doc/scribus/it/images/prefs-mac-1.png
+share/doc/scribus/it/images/prefs_9parts.png
+share/doc/scribus/it/images/prefs_colormgmt.png
+share/doc/scribus/it/images/prefs_display.png
+share/doc/scribus/it/images/prefs_document.png
+share/doc/scribus/it/images/prefs_document1.png
+share/doc/scribus/it/images/prefs_exttools.png
+share/doc/scribus/it/images/prefs_fibonacci.png
+share/doc/scribus/it/images/prefs_general.png
+share/doc/scribus/it/images/prefs_goldenmean.png
+share/doc/scribus/it/images/prefs_guides.png
+share/doc/scribus/it/images/prefs_guides1.png
+share/doc/scribus/it/images/prefs_gutenberg.png
+share/doc/scribus/it/images/prefs_keyboard.png
+share/doc/scribus/it/images/prefs_magazine.png
+share/doc/scribus/it/images/prefs_misc.png
+share/doc/scribus/it/images/prefs_pdfexport.png
+share/doc/scribus/it/images/prefs_pdfexport1.png
+share/doc/scribus/it/images/prefs_preflight.png
+share/doc/scribus/it/images/prefs_shortwords.png
+share/doc/scribus/it/images/prefs_tools.png
+share/doc/scribus/it/images/prefs_tools1.png
+share/doc/scribus/it/images/prefs_tools2.png
+share/doc/scribus/it/images/prefs_tools3.png
+share/doc/scribus/it/images/prefs_tools4.png
+share/doc/scribus/it/images/prefs_tools5.png
+share/doc/scribus/it/images/prefs_tools6.png
+share/doc/scribus/it/images/prefs_typog.png
+share/doc/scribus/it/images/print-dialog1.png
+share/doc/scribus/it/images/print-dialog2.png
+share/doc/scribus/it/images/printer2.png
+share/doc/scribus/it/images/printpreview.png
+share/doc/scribus/it/images/prop_shape.png
+share/doc/scribus/it/images/qsg-col1.png
+share/doc/scribus/it/images/qsg-col2.png
+share/doc/scribus/it/images/register.png
+share/doc/scribus/it/images/resene-pal.png
+share/doc/scribus/it/images/result.png
+share/doc/scribus/it/images/rf-error1.png
+share/doc/scribus/it/images/rf-error2.png
+share/doc/scribus/it/images/rf-error3.png
+share/doc/scribus/it/images/rf1.png
+share/doc/scribus/it/images/rf2.png
+share/doc/scribus/it/images/rf3.png
+share/doc/scribus/it/images/rf4.png
+share/doc/scribus/it/images/rf5.png
+share/doc/scribus/it/images/rf6.png
+share/doc/scribus/it/images/rf7.png
+share/doc/scribus/it/images/rf8.png
+share/doc/scribus/it/images/rgb-cmyk.png
+share/doc/scribus/it/images/rgb.png
+share/doc/scribus/it/images/round_rectangle.png
+share/doc/scribus/it/images/sadie4by2b.png
+share/doc/scribus/it/images/scribus-os2.png
+share/doc/scribus/it/images/scribus-pres1.png
+share/doc/scribus/it/images/scribus-pres2.png
+share/doc/scribus/it/images/shape_edit.png
+share/doc/scribus/it/images/shapes7.png
+share/doc/scribus/it/images/shapes8.png
+share/doc/scribus/it/images/skewing.png
+share/doc/scribus/it/images/spot.png
+share/doc/scribus/it/images/squat_tux.png
+share/doc/scribus/it/images/style_manager1.png
+share/doc/scribus/it/images/style_manager10.png
+share/doc/scribus/it/images/style_manager1b.png
+share/doc/scribus/it/images/style_manager3b.png
+share/doc/scribus/it/images/style_manager7.png
+share/doc/scribus/it/images/style_manager8.png
+share/doc/scribus/it/images/style_manager9.png
+share/doc/scribus/it/images/swdialog.png
+share/doc/scribus/it/images/table-import-1.png
+share/doc/scribus/it/images/table-import-2.png
+share/doc/scribus/it/images/table-import-3.png
+share/doc/scribus/it/images/tb-bookbinder.png
+share/doc/scribus/it/images/tb-gsview.png
+share/doc/scribus/it/images/tb-inkscape.png
+share/doc/scribus/it/images/tb-jpdf.png
+share/doc/scribus/it/images/tb-libreoffice.png
+share/doc/scribus/it/images/tb-pdf-imp.png
+share/doc/scribus/it/images/text-frame-link.png
+share/doc/scribus/it/images/text-frame-unlink.png
+share/doc/scribus/it/images/text_filter135.png
+share/doc/scribus/it/images/text_filter136.png
+share/doc/scribus/it/images/text_filter136b.png
+share/doc/scribus/it/images/text_flow.png
+share/doc/scribus/it/images/text_linking.png
+share/doc/scribus/it/images/text_tab1.png
+share/doc/scribus/it/images/text_tab10.png
+share/doc/scribus/it/images/text_tab11.png
+share/doc/scribus/it/images/text_tab11b.png
+share/doc/scribus/it/images/text_tab12.png
+share/doc/scribus/it/images/text_tab13.png
+share/doc/scribus/it/images/text_tab2.png
+share/doc/scribus/it/images/text_tab3.png
+share/doc/scribus/it/images/text_tab4.png
+share/doc/scribus/it/images/text_tab5.png
+share/doc/scribus/it/images/text_tab6.png
+share/doc/scribus/it/images/text_tab7.png
+share/doc/scribus/it/images/text_tab7a.png
+share/doc/scribus/it/images/text_tab7b.png
+share/doc/scribus/it/images/text_tab8.png
+share/doc/scribus/it/images/text_tab9.png
+share/doc/scribus/it/images/transform_dialogb.png
+share/doc/scribus/it/images/transform_translaterotation.png
+share/doc/scribus/it/images/transform_translaterotation1.png
+share/doc/scribus/it/images/transform_translatescaling.png
+share/doc/scribus/it/images/transform_translateskewing.png
+share/doc/scribus/it/images/transform_translateskewing1.png
+share/doc/scribus/it/images/vectimp1.png
+share/doc/scribus/it/images/vectimp2.png
+share/doc/scribus/it/images/vectimp3.png
+share/doc/scribus/it/images/vectimp4.png
+share/doc/scribus/it/images/vectimp5.png
+share/doc/scribus/it/images/vector-advanced.png
+share/doc/scribus/it/images/vector-clipart.png
+share/doc/scribus/it/images/xnview.png
+share/doc/scribus/it/importbitmap1.html
+share/doc/scribus/it/importhints.html
+share/doc/scribus/it/importhints1.html
+share/doc/scribus/it/importhints2.html
+share/doc/scribus/it/importhints3.html
+share/doc/scribus/it/importhints4.html
+share/doc/scribus/it/index.html
+share/doc/scribus/it/install-dpkg.html
+share/doc/scribus/it/install.html
+share/doc/scribus/it/install1.html
+share/doc/scribus/it/install2.html
+share/doc/scribus/it/install3.html
+share/doc/scribus/it/install4.html
+share/doc/scribus/it/install5.html
+share/doc/scribus/it/intro.html
+share/doc/scribus/it/irc.html
+share/doc/scribus/it/keys.html
+share/doc/scribus/it/layers.html
+share/doc/scribus/it/lipsum.html
+share/doc/scribus/it/mailing_lists.html
+share/doc/scribus/it/menu.xml
+share/doc/scribus/it/moncal.html
+share/doc/scribus/it/mouse.html
+share/doc/scribus/it/multiple_transform.html
+share/doc/scribus/it/otherinfo.html
+share/doc/scribus/it/pagenumber.html
+share/doc/scribus/it/pagetemplate1.html
+share/doc/scribus/it/pdf_form.html
+share/doc/scribus/it/pdfexport1.html
+share/doc/scribus/it/pdfexport2.html
+share/doc/scribus/it/pdfexport3.html
+share/doc/scribus/it/pdfexport4.html
+share/doc/scribus/it/pdflavor.html
+share/doc/scribus/it/pdfx3.html
+share/doc/scribus/it/plugin_howto.html
+share/doc/scribus/it/print1.html
+share/doc/scribus/it/print2.html
+share/doc/scribus/it/print3.html
+share/doc/scribus/it/print4.html
+share/doc/scribus/it/psd.html
+share/doc/scribus/it/qsg.html
+share/doc/scribus/it/readme-macosx.html
+share/doc/scribus/it/readme-os2.html
+share/doc/scribus/it/readme-win32.html
+share/doc/scribus/it/readme.html
+share/doc/scribus/it/releases.html
+share/doc/scribus/it/renderframes.html
+share/doc/scribus/it/resources.html
+share/doc/scribus/it/scribus-svg.html
+share/doc/scribus/it/scribuscopyright.html
+share/doc/scribus/it/scribusfileformat.html
+share/doc/scribus/it/scripter-extensions.html
+share/doc/scribus/it/scripter-faq.html
+share/doc/scribus/it/scripter1.html
+share/doc/scribus/it/scripterapi-ImageExport.html
+share/doc/scribus/it/scripterapi-PDFfile.html
+share/doc/scribus/it/scripterapi-Printer.html
+share/doc/scribus/it/scripterapi-color.html
+share/doc/scribus/it/scripterapi-constants.html
+share/doc/scribus/it/scripterapi-dialogs.html
+share/doc/scribus/it/scripterapi-doc.html
+share/doc/scribus/it/scripterapi-extensions.html
+share/doc/scribus/it/scripterapi-font.html
+share/doc/scribus/it/scripterapi-getobjprop.html
+share/doc/scribus/it/scripterapi-layer.html
+share/doc/scribus/it/scripterapi-manobj.html
+share/doc/scribus/it/scripterapi-object.html
+share/doc/scribus/it/scripterapi-page.html
+share/doc/scribus/it/scripterapi-select.html
+share/doc/scribus/it/scripterapi-setobjprop.html
+share/doc/scribus/it/scripterapi-styles.html
+share/doc/scribus/it/scripterapi-textframes.html
+share/doc/scribus/it/scripterapi.html
+share/doc/scribus/it/settings1.html
+share/doc/scribus/it/short-words.html
+share/doc/scribus/it/specs.html
+share/doc/scribus/it/toolbox.html
+share/doc/scribus/it/toolbox1.html
+share/doc/scribus/it/toolbox12.html
+share/doc/scribus/it/toolbox13.html
+share/doc/scribus/it/toolbox14.html
+share/doc/scribus/it/toolbox15.html
+share/doc/scribus/it/toolbox16.html
+share/doc/scribus/it/toolbox17.html
+share/doc/scribus/it/toolbox18.html
+share/doc/scribus/it/toolbox19.html
+share/doc/scribus/it/toolbox2.html
+share/doc/scribus/it/toolbox3.html
+share/doc/scribus/it/toolbox4.html
+share/doc/scribus/it/toolbox5.html
+share/doc/scribus/it/toolbox6.html
+share/doc/scribus/it/toolbox7.html
+share/doc/scribus/it/toolbox8.html
+share/doc/scribus/it/toolbox9.html
+share/doc/scribus/it/topten.html
+share/doc/scribus/it/translation_howto.html
+share/doc/scribus/it/tutorials.html
+share/doc/scribus/it/workspace1.html
+share/doc/scribus/ru/DropShadows.html
+share/doc/scribus/ru/EditingShapes.html
+share/doc/scribus/ru/SearchReplace.html
+share/doc/scribus/ru/TextProp.html
+share/doc/scribus/ru/WwFill.html
+share/doc/scribus/ru/WwFrames.html
+share/doc/scribus/ru/WwImages.html
+share/doc/scribus/ru/WwLines.html
+share/doc/scribus/ru/WwRenderframes.html
+share/doc/scribus/ru/WwShapes.html
+share/doc/scribus/ru/WwStyles.html
+share/doc/scribus/ru/WwText.html
+share/doc/scribus/ru/about1.html
+share/doc/scribus/ru/about2.html
+share/doc/scribus/ru/add_colors.html
+share/doc/scribus/ru/bugreport.html
+share/doc/scribus/ru/cli.html
+share/doc/scribus/ru/cms.html
+share/doc/scribus/ru/collect4output.html
+share/doc/scribus/ru/color1.html
+share/doc/scribus/ru/color2.html
+share/doc/scribus/ru/color3.html
+share/doc/scribus/ru/color4.html
+share/doc/scribus/ru/color5.html
+share/doc/scribus/ru/color6.html
+share/doc/scribus/ru/color7a.html
+share/doc/scribus/ru/color7b.html
+share/doc/scribus/ru/color7c.html
+share/doc/scribus/ru/color8.html
+share/doc/scribus/ru/color_editing.html
+share/doc/scribus/ru/colorwheel.html
+share/doc/scribus/ru/config.html
+share/doc/scribus/ru/configfiles.html
+share/doc/scribus/ru/contributions.html
+share/doc/scribus/ru/createlinks.html
+share/doc/scribus/ru/docinfo.html
+share/doc/scribus/ru/documentation.html
+share/doc/scribus/ru/editorial.html
+share/doc/scribus/ru/faq1.html
+share/doc/scribus/ru/fileproblems.html
+share/doc/scribus/ru/fonts1.html
+share/doc/scribus/ru/fonts2.html
+share/doc/scribus/ru/hyphenator.html
+share/doc/scribus/ru/importbitmap1.html
+share/doc/scribus/ru/importclipart.html
+share/doc/scribus/ru/importhints.html
+share/doc/scribus/ru/importhints1.html
+share/doc/scribus/ru/importhints2.html
+share/doc/scribus/ru/importhints3.html
+share/doc/scribus/ru/importhints4.html
+share/doc/scribus/ru/importoutput.html
+share/doc/scribus/ru/install4.html
+share/doc/scribus/ru/keys.html
+share/doc/scribus/ru/layers.html
+share/doc/scribus/ru/mailing_lists.html
+share/doc/scribus/ru/manual.css
+share/doc/scribus/ru/menu.xml
+share/doc/scribus/ru/moncal.html
+share/doc/scribus/ru/mouse.html
+share/doc/scribus/ru/multiple_transform.html
+share/doc/scribus/ru/pagenumber.html
+share/doc/scribus/ru/pagetemplate1.html
+share/doc/scribus/ru/pdf_form.html
+share/doc/scribus/ru/pdfexport1.html
+share/doc/scribus/ru/pdfexport2.html
+share/doc/scribus/ru/pdfexport3.html
+share/doc/scribus/ru/pdfexport4.html
+share/doc/scribus/ru/pdfexport_image.html
+share/doc/scribus/ru/pdflavor.html
+share/doc/scribus/ru/pdfx3.html
+share/doc/scribus/ru/print1.html
+share/doc/scribus/ru/print2.html
+share/doc/scribus/ru/psd.html
+share/doc/scribus/ru/qsg.html
+share/doc/scribus/ru/readme-haiku.html
+share/doc/scribus/ru/readme-win32.html
+share/doc/scribus/ru/readme.html
+share/doc/scribus/ru/renderframes.html
+share/doc/scribus/ru/scribus-svg.html
+share/doc/scribus/ru/scripter-extensions.html
+share/doc/scribus/ru/scripter-faq.html
+share/doc/scribus/ru/scripter1.html
+share/doc/scribus/ru/scripter2.html
+share/doc/scribus/ru/scripterapi-ImageExport.html
+share/doc/scribus/ru/scripterapi-PDFfile.html
+share/doc/scribus/ru/scripterapi-Printer.html
+share/doc/scribus/ru/scripterapi-color.html
+share/doc/scribus/ru/scripterapi-constants.html
+share/doc/scribus/ru/scripterapi-dialogs.html
+share/doc/scribus/ru/scripterapi-doc.html
+share/doc/scribus/ru/scripterapi-extensions.html
+share/doc/scribus/ru/scripterapi-font.html
+share/doc/scribus/ru/scripterapi-getobjprop.html
+share/doc/scribus/ru/scripterapi-images.html
+share/doc/scribus/ru/scripterapi-layer.html
+share/doc/scribus/ru/scripterapi-lines.html
+share/doc/scribus/ru/scripterapi-manobj.html
+share/doc/scribus/ru/scripterapi-masterpages.html
+share/doc/scribus/ru/scripterapi-object.html
+share/doc/scribus/ru/scripterapi-page.html
+share/doc/scribus/ru/scripterapi-pdfannotations.html
+share/doc/scribus/ru/scripterapi-select.html
+share/doc/scribus/ru/scripterapi-setobjprop.html
+share/doc/scribus/ru/scripterapi-styles.html
+share/doc/scribus/ru/scripterapi-textframes.html
+share/doc/scribus/ru/scripterapi.html
+share/doc/scribus/ru/settings1.html
+share/doc/scribus/ru/short-words.html
+share/doc/scribus/ru/specs.html
+share/doc/scribus/ru/toolbox12.html
+share/doc/scribus/ru/toolbox13.html
+share/doc/scribus/ru/toolbox15.html
+share/doc/scribus/ru/toolbox19.html
+share/doc/scribus/ru/toolbox20.html
+share/doc/scribus/ru/toolbox5.html
+share/doc/scribus/ru/toolbox8.html
+share/doc/scribus/ru/toolbox9.html
+share/doc/scribus/ru/topten.html
+share/icons/hicolor/1024x1024/apps/scribus.png
+share/icons/hicolor/128x128/apps/scribus.png
+share/icons/hicolor/128x128/mimetypes/application-vnd.scribus.png
+share/icons/hicolor/16x16/apps/scribus.png
+share/icons/hicolor/16x16/mimetypes/application-vnd.scribus.png
+share/icons/hicolor/256x256/apps/scribus.png
+share/icons/hicolor/256x256/mimetypes/application-vnd.scribus.png
+share/icons/hicolor/32x32/apps/scribus.png
+share/icons/hicolor/32x32/mimetypes/application-vnd.scribus.png
+share/icons/hicolor/512x512/apps/scribus.png
+share/icons/hicolor/64x64/mimetypes/application-vnd.scribus.png
+share/metainfo/scribus.appdata.xml
+share/mime/packages/scribus.xml
+share/scribus/dicts/hyph/README_NL.txt
+share/scribus/dicts/hyph/README_ca_ES.txt
+share/scribus/dicts/hyph/README_cs_CZ.txt
+share/scribus/dicts/hyph/README_cy_GB.txt
+share/scribus/dicts/hyph/README_de_1901.txt
+share/scribus/dicts/hyph/README_de_DE.txt
+share/scribus/dicts/hyph/README_en_EN.txt
+share/scribus/dicts/hyph/README_es_ES.txt
+share/scribus/dicts/hyph/README_fi_FI.txt
+share/scribus/dicts/hyph/README_hu_HU.txt
+share/scribus/dicts/hyph/README_hyph_da_DK.txt
+share/scribus/dicts/hyph/README_hyph_de_AT.txt
+share/scribus/dicts/hyph/README_hyph_de_CH.txt
+share/scribus/dicts/hyph/README_hyph_de_DE.txt
+share/scribus/dicts/hyph/README_hyph_en_GB.txt
+share/scribus/dicts/hyph/README_hyph_en_US.txt
+share/scribus/dicts/hyph/README_hyph_fr.txt
+share/scribus/dicts/hyph/README_hyph_ia.txt
+share/scribus/dicts/hyph/README_hyph_ml_IN.txt
+share/scribus/dicts/hyph/README_hyph_nb_NO.txt
+share/scribus/dicts/hyph/README_hyph_nn_NO.txt
+share/scribus/dicts/hyph/README_hyph_pl_PL.txt
+share/scribus/dicts/hyph/README_hyph_ro_RO.txt
+share/scribus/dicts/hyph/README_id_ID.txt
+share/scribus/dicts/hyph/README_is_IS.txt
+share/scribus/dicts/hyph/README_ku.txt
+share/scribus/dicts/hyph/README_lt_LT.txt
+share/scribus/dicts/hyph/README_pt_BR.txt
+share/scribus/dicts/hyph/README_pt_PT.txt
+share/scribus/dicts/hyph/README_ru_RU_0.txt
+share/scribus/dicts/hyph/README_sk_SK.txt
+share/scribus/dicts/hyph/README_sl_SI.txt
+share/scribus/dicts/hyph/README_sv_SE.txt
+share/scribus/dicts/hyph/README_uk_UA.txt
+share/scribus/dicts/hyph/hyph_af.dic
+share/scribus/dicts/hyph/hyph_bg.dic
+share/scribus/dicts/hyph/hyph_ca.dic
+share/scribus/dicts/hyph/hyph_cs.dic
+share/scribus/dicts/hyph/hyph_da.dic
+share/scribus/dicts/hyph/hyph_de_1901.dic
+share/scribus/dicts/hyph/hyph_de_AT.dic
+share/scribus/dicts/hyph/hyph_de_CH.dic
+share/scribus/dicts/hyph/hyph_de_DE.dic
+share/scribus/dicts/hyph/hyph_el.dic
+share/scribus/dicts/hyph/hyph_en_GB.dic
+share/scribus/dicts/hyph/hyph_en_US.dic
+share/scribus/dicts/hyph/hyph_eo.dic
+share/scribus/dicts/hyph/hyph_es.dic
+share/scribus/dicts/hyph/hyph_fi.dic
+share/scribus/dicts/hyph/hyph_fr.dic
+share/scribus/dicts/hyph/hyph_gl.dic
+share/scribus/dicts/hyph/hyph_hr.dic
+share/scribus/dicts/hyph/hyph_hu.dic
+share/scribus/dicts/hyph/hyph_ia.dic
+share/scribus/dicts/hyph/hyph_id.dic
+share/scribus/dicts/hyph/hyph_is.dic
+share/scribus/dicts/hyph/hyph_it.dic
+share/scribus/dicts/hyph/hyph_ku.dic
+share/scribus/dicts/hyph/hyph_lt.dic
+share/scribus/dicts/hyph/hyph_ml_IN.dic
+share/scribus/dicts/hyph/hyph_nb_NO.dic
+share/scribus/dicts/hyph/hyph_nl_NL.dic
+share/scribus/dicts/hyph/hyph_nn_NO.dic
+share/scribus/dicts/hyph/hyph_pl.dic
+share/scribus/dicts/hyph/hyph_pt.dic
+share/scribus/dicts/hyph/hyph_pt_BR.dic
+share/scribus/dicts/hyph/hyph_ro.dic
+share/scribus/dicts/hyph/hyph_ru.dic
+share/scribus/dicts/hyph/hyph_sk.dic
+share/scribus/dicts/hyph/hyph_sl.dic
+share/scribus/dicts/hyph/hyph_sv.dic
+share/scribus/dicts/hyph/hyph_uk.dic
+share/scribus/dtd/scribuspdfoptions.dtd
+share/scribus/editorconfig/100_latex.tar
+share/scribus/editorconfig/100_latex.xml
+share/scribus/editorconfig/200_gnuplot.xml
+share/scribus/editorconfig/300_lilypond.xml
+share/scribus/editorconfig/400_dot.xml
+share/scribus/editorconfig/500_povray.xml
+share/scribus/editorconfig/600_xelatex.tar
+share/scribus/editorconfig/600_xelatex.xml
+share/scribus/editorconfig/dot.svg
+share/scribus/editorconfig/gnuplot.png
+share/scribus/editorconfig/lilypond.png
+share/scribus/editorconfig/povray_32.png
+share/scribus/icons/1_5_0/svg/pitr_green_arrows_set_1.svg
+share/scribus/icons/1_5_0/svg/pitr_green_arrows_set_5.svg
+share/scribus/icons/1_5_0/svg/sarxos_Paper_Sheets.svg
+share/scribus/icons/1_5_0/svg/sarxos_Simple_Folder_Seek.svg
+share/scribus/icons/1_5_0/svg/sarxos_Simple_Green_Yellow_Blue_Violet_Folders.svg
+share/scribus/icons/1_5_0/testfill.png
+share/scribus/icons/1_5_1/svg/pitr_green_arrows_set_1.svg
+share/scribus/icons/1_5_1/svg/pitr_green_arrows_set_5.svg
+share/scribus/icons/1_5_1/svg/sarxos_Paper_Sheets.svg
+share/scribus/icons/1_5_1/svg/sarxos_Simple_Folder_Seek.svg
+share/scribus/icons/1_5_1/svg/sarxos_Simple_Green_Yellow_Blue_Violet_Folders.svg
+share/scribus/icons/1_5_1/testfill.png
+share/scribus/icons/1_5_1_dark/svg/pitr_green_arrows_set_1.svg
+share/scribus/icons/1_5_1_dark/svg/pitr_green_arrows_set_5.svg
+share/scribus/icons/1_5_1_dark/svg/sarxos_Paper_Sheets.svg
+share/scribus/icons/1_5_1_dark/svg/sarxos_Simple_Folder_Seek.svg
+share/scribus/icons/1_5_1_dark/svg/sarxos_Simple_Green_Yellow_Blue_Violet_Folders.svg
+share/scribus/icons/1_5_1_dark/testfill.png
+share/scribus/icons/1_7_0.xml
+share/scribus/icons/1_7_0/16/action-add.svg
+share/scribus/icons/1_7_0/16/action-backspace-reverse.svg
+share/scribus/icons/1_7_0/16/action-browse.svg
+share/scribus/icons/1_7_0/16/action-chevron-down.svg
+share/scribus/icons/1_7_0/16/action-chevron-left.svg
+share/scribus/icons/1_7_0/16/action-chevron-right.svg
+share/scribus/icons/1_7_0/16/action-chevron-up.svg
+share/scribus/icons/1_7_0/16/action-close.svg
+share/scribus/icons/1_7_0/16/action-copy.svg
+share/scribus/icons/1_7_0/16/action-cut.svg
+share/scribus/icons/1_7_0/16/action-delete-open.svg
+share/scribus/icons/1_7_0/16/action-delete-selected.svg
+share/scribus/icons/1_7_0/16/action-delete.svg
+share/scribus/icons/1_7_0/16/action-edit-in-preview.svg
+share/scribus/icons/1_7_0/16/action-edit.svg
+share/scribus/icons/1_7_0/16/action-exit.svg
+share/scribus/icons/1_7_0/16/action-file-move.svg
+share/scribus/icons/1_7_0/16/action-file-revert.svg
+share/scribus/icons/1_7_0/16/action-file-search.svg
+share/scribus/icons/1_7_0/16/action-help.svg
+share/scribus/icons/1_7_0/16/action-info.svg
+share/scribus/icons/1_7_0/16/action-inherit-opacity-off.svg
+share/scribus/icons/1_7_0/16/action-inherit-opacity-on.svg
+share/scribus/icons/1_7_0/16/action-invert.svg
+share/scribus/icons/1_7_0/16/action-link.svg
+share/scribus/icons/1_7_0/16/action-lock.svg
+share/scribus/icons/1_7_0/16/action-menu-down.svg
+share/scribus/icons/1_7_0/16/action-menu.svg
+share/scribus/icons/1_7_0/16/action-minimize.svg
+share/scribus/icons/1_7_0/16/action-paste.svg
+share/scribus/icons/1_7_0/16/action-pin.svg
+share/scribus/icons/1_7_0/16/action-print-off.svg
+share/scribus/icons/1_7_0/16/action-print-preview.svg
+share/scribus/icons/1_7_0/16/action-print.svg
+share/scribus/icons/1_7_0/16/action-redo.svg
+share/scribus/icons/1_7_0/16/action-reload.svg
+share/scribus/icons/1_7_0/16/action-remove.svg
+share/scribus/icons/1_7_0/16/action-rotate-left.svg
+share/scribus/icons/1_7_0/16/action-rotate-right.svg
+share/scribus/icons/1_7_0/16/action-save.svg
+share/scribus/icons/1_7_0/16/action-scale-height.svg
+share/scribus/icons/1_7_0/16/action-scale-width.svg
+share/scribus/icons/1_7_0/16/action-select-all.svg
+share/scribus/icons/1_7_0/16/action-shadow-erase-off.svg
+share/scribus/icons/1_7_0/16/action-shadow-erase-on.svg
+share/scribus/icons/1_7_0/16/action-snap-grid.svg
+share/scribus/icons/1_7_0/16/action-snap-guides.svg
+share/scribus/icons/1_7_0/16/action-snap-items.svg
+share/scribus/icons/1_7_0/16/action-sort-alphabetical-ascending.svg
+share/scribus/icons/1_7_0/16/action-sort-alphabetical-descending.svg
+share/scribus/icons/1_7_0/16/action-swap.svg
+share/scribus/icons/1_7_0/16/action-toggle-preview-mode.svg
+share/scribus/icons/1_7_0/16/action-undo.svg
+share/scribus/icons/1_7_0/16/action-unlink.svg
+share/scribus/icons/1_7_0/16/action-unlock.svg
+share/scribus/icons/1_7_0/16/action-whitespace-review.svg
+share/scribus/icons/1_7_0/16/action-window-float.svg
+share/scribus/icons/1_7_0/16/action-zoom-in.svg
+share/scribus/icons/1_7_0/16/action-zoom-original.svg
+share/scribus/icons/1_7_0/16/action-zoom-out.svg
+share/scribus/icons/1_7_0/16/alert-error.svg
+share/scribus/icons/1_7_0/16/alert-ok.svg
+share/scribus/icons/1_7_0/16/alert-preflight-error.svg
+share/scribus/icons/1_7_0/16/alert-preflight-ok.svg
+share/scribus/icons/1_7_0/16/alert-preflight-warning.svg
+share/scribus/icons/1_7_0/16/alert-warning.svg
+share/scribus/icons/1_7_0/16/align-item-horizontal-center.svg
+share/scribus/icons/1_7_0/16/align-item-horizontal-left-out.svg
+share/scribus/icons/1_7_0/16/align-item-horizontal-left.svg
+share/scribus/icons/1_7_0/16/align-item-horizontal-right-out.svg
+share/scribus/icons/1_7_0/16/align-item-horizontal-right.svg
+share/scribus/icons/1_7_0/16/align-item-vertical-bottom-out.svg
+share/scribus/icons/1_7_0/16/align-item-vertical-bottom.svg
+share/scribus/icons/1_7_0/16/align-item-vertical-center.svg
+share/scribus/icons/1_7_0/16/align-item-vertical-top-out.svg
+share/scribus/icons/1_7_0/16/align-item-vertical-top.svg
+share/scribus/icons/1_7_0/16/bezier-close.svg
+share/scribus/icons/1_7_0/16/bezier-control-asymetric.svg
+share/scribus/icons/1_7_0/16/bezier-control-move.svg
+share/scribus/icons/1_7_0/16/bezier-control-reset.svg
+share/scribus/icons/1_7_0/16/bezier-control-symetric.svg
+share/scribus/icons/1_7_0/16/bezier-controls-reset.svg
+share/scribus/icons/1_7_0/16/bezier-node-add.svg
+share/scribus/icons/1_7_0/16/bezier-node-delete.svg
+share/scribus/icons/1_7_0/16/bezier-node-move.svg
+share/scribus/icons/1_7_0/16/bezier-path-shear-down.svg
+share/scribus/icons/1_7_0/16/bezier-path-shear-left.svg
+share/scribus/icons/1_7_0/16/bezier-path-shear-right.svg
+share/scribus/icons/1_7_0/16/bezier-path-shear-up.svg
+share/scribus/icons/1_7_0/16/bezier-scale-down.svg
+share/scribus/icons/1_7_0/16/bezier-scale-up.svg
+share/scribus/icons/1_7_0/16/bezier-split.svg
+share/scribus/icons/1_7_0/16/border-bottom.svg
+share/scribus/icons/1_7_0/16/border-inside.svg
+share/scribus/icons/1_7_0/16/border-left.svg
+share/scribus/icons/1_7_0/16/border-outside.svg
+share/scribus/icons/1_7_0/16/border-right.svg
+share/scribus/icons/1_7_0/16/border-top.svg
+share/scribus/icons/1_7_0/16/character-capitals-all.svg
+share/scribus/icons/1_7_0/16/character-capitals-small.svg
+share/scribus/icons/1_7_0/16/character-letter-spacing.svg
+share/scribus/icons/1_7_0/16/character-offset-baseline.svg
+share/scribus/icons/1_7_0/16/character-outline.svg
+share/scribus/icons/1_7_0/16/character-scale-height.svg
+share/scribus/icons/1_7_0/16/character-scale-width-max.svg
+share/scribus/icons/1_7_0/16/character-scale-width-min.svg
+share/scribus/icons/1_7_0/16/character-scale-width.svg
+share/scribus/icons/1_7_0/16/character-shadow.svg
+share/scribus/icons/1_7_0/16/character-space-width-min.svg
+share/scribus/icons/1_7_0/16/character-space-width.svg
+share/scribus/icons/1_7_0/16/character-strikethrough.svg
+share/scribus/icons/1_7_0/16/character-style.svg
+share/scribus/icons/1_7_0/16/character-subscript.svg
+share/scribus/icons/1_7_0/16/character-superscript.svg
+share/scribus/icons/1_7_0/16/character-underline-word.svg
+share/scribus/icons/1_7_0/16/character-underline.svg
+share/scribus/icons/1_7_0/16/color-cmyk.svg
+share/scribus/icons/1_7_0/16/color-lab.svg
+share/scribus/icons/1_7_0/16/color-mask.svg
+share/scribus/icons/1_7_0/16/color-registration.svg
+share/scribus/icons/1_7_0/16/color-rgb.svg
+share/scribus/icons/1_7_0/16/color-shade.svg
+share/scribus/icons/1_7_0/16/color-spot.svg
+share/scribus/icons/1_7_0/16/color-vision-colorblind.svg
+share/scribus/icons/1_7_0/16/color-vision-deuteranopia.svg
+share/scribus/icons/1_7_0/16/color-vision-normal.svg
+share/scribus/icons/1_7_0/16/color-vision-protanopia.svg
+share/scribus/icons/1_7_0/16/color-vision-tritanopia.svg
+share/scribus/icons/1_7_0/16/colorpicker-gradient.svg
+share/scribus/icons/1_7_0/16/colorpicker-hatch.svg
+share/scribus/icons/1_7_0/16/colorpicker-pattern.svg
+share/scribus/icons/1_7_0/16/colorpicker-solid.svg
+share/scribus/icons/1_7_0/16/curve-bezier.svg
+share/scribus/icons/1_7_0/16/curve-linear.svg
+share/scribus/icons/1_7_0/16/curve.svg
+share/scribus/icons/1_7_0/16/distribute-horizontal-center.svg
+share/scribus/icons/1_7_0/16/distribute-horizontal-left.svg
+share/scribus/icons/1_7_0/16/distribute-horizontal-right.svg
+share/scribus/icons/1_7_0/16/distribute-item-horizontal-x.svg
+share/scribus/icons/1_7_0/16/distribute-item-horizontal.svg
+share/scribus/icons/1_7_0/16/distribute-item-vertical-x.svg
+share/scribus/icons/1_7_0/16/distribute-item-vertical.svg
+share/scribus/icons/1_7_0/16/distribute-margin-horizontal.svg
+share/scribus/icons/1_7_0/16/distribute-margin-vertical.svg
+share/scribus/icons/1_7_0/16/distribute-page-horizontal.svg
+share/scribus/icons/1_7_0/16/distribute-page-vertical.svg
+share/scribus/icons/1_7_0/16/distribute-swap-left.svg
+share/scribus/icons/1_7_0/16/distribute-swap-right.svg
+share/scribus/icons/1_7_0/16/distribute-vertical-bottom.svg
+share/scribus/icons/1_7_0/16/distribute-vertical-center.svg
+share/scribus/icons/1_7_0/16/distribute-vertical-top.svg
+share/scribus/icons/1_7_0/16/document-import.svg
+share/scribus/icons/1_7_0/16/document-info.svg
+share/scribus/icons/1_7_0/16/document-setup.svg
+share/scribus/icons/1_7_0/16/draw-arrow-back.svg
+share/scribus/icons/1_7_0/16/draw-arrow-down.svg
+share/scribus/icons/1_7_0/16/draw-arrow-forward.svg
+share/scribus/icons/1_7_0/16/draw-arrow-up.svg
+share/scribus/icons/1_7_0/16/draw-cross.svg
+share/scribus/icons/1_7_0/16/draw-donut.svg
+share/scribus/icons/1_7_0/16/draw-ellipse.svg
+share/scribus/icons/1_7_0/16/draw-flower.svg
+share/scribus/icons/1_7_0/16/draw-halfcircle1.svg
+share/scribus/icons/1_7_0/16/draw-halfcircle2.svg
+share/scribus/icons/1_7_0/16/draw-halfcircle3.svg
+share/scribus/icons/1_7_0/16/draw-halfcircle4.svg
+share/scribus/icons/1_7_0/16/draw-heart.svg
+share/scribus/icons/1_7_0/16/draw-rectangle.svg
+share/scribus/icons/1_7_0/16/draw-triangle.svg
+share/scribus/icons/1_7_0/16/draw-triangle1.svg
+share/scribus/icons/1_7_0/16/draw-triangle2.svg
+share/scribus/icons/1_7_0/16/draw-triangle3.svg
+share/scribus/icons/1_7_0/16/draw-triangle4.svg
+share/scribus/icons/1_7_0/16/ff-afrc.svg
+share/scribus/icons/1_7_0/16/ff-c2sc-smcp.svg
+share/scribus/icons/1_7_0/16/ff-c2sc.svg
+share/scribus/icons/1_7_0/16/ff-frac.svg
+share/scribus/icons/1_7_0/16/ff-lnum.svg
+share/scribus/icons/1_7_0/16/ff-onum.svg
+share/scribus/icons/1_7_0/16/ff-ordn.svg
+share/scribus/icons/1_7_0/16/ff-p2pc-pcap.svg
+share/scribus/icons/1_7_0/16/ff-p2pc.svg
+share/scribus/icons/1_7_0/16/ff-pcap.svg
+share/scribus/icons/1_7_0/16/ff-pnum.svg
+share/scribus/icons/1_7_0/16/ff-smcp.svg
+share/scribus/icons/1_7_0/16/ff-titl.svg
+share/scribus/icons/1_7_0/16/ff-tnum.svg
+share/scribus/icons/1_7_0/16/ff-unic.svg
+share/scribus/icons/1_7_0/16/file-image.svg
+share/scribus/icons/1_7_0/16/file-new.svg
+share/scribus/icons/1_7_0/16/file-open.svg
+share/scribus/icons/1_7_0/16/file-openoffice-draw.svg
+share/scribus/icons/1_7_0/16/file-openoffice-writer.svg
+share/scribus/icons/1_7_0/16/file-pdf.svg
+share/scribus/icons/1_7_0/16/file-postscript.svg
+share/scribus/icons/1_7_0/16/file-text.svg
+share/scribus/icons/1_7_0/16/fill-color.svg
+share/scribus/icons/1_7_0/16/fill-evenodd.svg
+share/scribus/icons/1_7_0/16/fill-nonzero.svg
+share/scribus/icons/1_7_0/16/font-lineheight.svg
+share/scribus/icons/1_7_0/16/font-otf.svg
+share/scribus/icons/1_7_0/16/font-postscript.svg
+share/scribus/icons/1_7_0/16/font-size.svg
+share/scribus/icons/1_7_0/16/font-style.svg
+share/scribus/icons/1_7_0/16/font-substitute.svg
+share/scribus/icons/1_7_0/16/font-truetype.svg
+share/scribus/icons/1_7_0/16/guide-mover.svg
+share/scribus/icons/1_7_0/16/hyphenation-character.svg
+share/scribus/icons/1_7_0/16/hyphenation-consecutive.svg
+share/scribus/icons/1_7_0/16/hyphenation-smallest-word.svg
+share/scribus/icons/1_7_0/16/image-collection.svg
+share/scribus/icons/1_7_0/16/image-resolution-high.svg
+share/scribus/icons/1_7_0/16/image-resolution-low.svg
+share/scribus/icons/1_7_0/16/image-resolution-normal.svg
+share/scribus/icons/1_7_0/16/navigation-first.svg
+share/scribus/icons/1_7_0/16/navigation-home.svg
+share/scribus/icons/1_7_0/16/navigation-last.svg
+share/scribus/icons/1_7_0/16/navigation-next.svg
+share/scribus/icons/1_7_0/16/navigation-previous.svg
+share/scribus/icons/1_7_0/16/no-icon.svg
+share/scribus/icons/1_7_0/16/object-flip-horizontal.svg
+share/scribus/icons/1_7_0/16/object-flip-vertical.svg
+share/scribus/icons/1_7_0/16/object-frame-lock.svg
+share/scribus/icons/1_7_0/16/object-frame-unlock.svg
+share/scribus/icons/1_7_0/16/object-group.svg
+share/scribus/icons/1_7_0/16/object-level-background.svg
+share/scribus/icons/1_7_0/16/object-level-down.svg
+share/scribus/icons/1_7_0/16/object-level-foreground.svg
+share/scribus/icons/1_7_0/16/object-level-up.svg
+share/scribus/icons/1_7_0/16/object-name.svg
+share/scribus/icons/1_7_0/16/object-outline.svg
+share/scribus/icons/1_7_0/16/object-rotation.svg
+share/scribus/icons/1_7_0/16/object-rounded-corner.svg
+share/scribus/icons/1_7_0/16/object-ungroup.svg
+share/scribus/icons/1_7_0/16/object-visible.svg
+share/scribus/icons/1_7_0/16/object-xycoordination.svg
+share/scribus/icons/1_7_0/16/page-duplicate.svg
+share/scribus/icons/1_7_0/16/page-first-left.svg
+share/scribus/icons/1_7_0/16/page-first-right.svg
+share/scribus/icons/1_7_0/16/page-import.svg
+share/scribus/icons/1_7_0/16/page-insert.svg
+share/scribus/icons/1_7_0/16/page-move.svg
+share/scribus/icons/1_7_0/16/page-orientation-horizontal.svg
+share/scribus/icons/1_7_0/16/page-orientation-vertical.svg
+share/scribus/icons/1_7_0/16/page-type-facing.svg
+share/scribus/icons/1_7_0/16/page-type-fourfold.svg
+share/scribus/icons/1_7_0/16/page-type-single.svg
+share/scribus/icons/1_7_0/16/page-type-threefold.svg
+share/scribus/icons/1_7_0/16/panel-action-history.svg
+share/scribus/icons/1_7_0/16/panel-align-distribute.svg
+share/scribus/icons/1_7_0/16/panel-bookmarks.svg
+share/scribus/icons/1_7_0/16/panel-content-properties.svg
+share/scribus/icons/1_7_0/16/panel-custom-shapes.svg
+share/scribus/icons/1_7_0/16/panel-frame-properties.svg
+share/scribus/icons/1_7_0/16/panel-inline-items.svg
+share/scribus/icons/1_7_0/16/panel-layers.svg
+share/scribus/icons/1_7_0/16/panel-outline.svg
+share/scribus/icons/1_7_0/16/panel-page.svg
+share/scribus/icons/1_7_0/16/panel-scrapbook.svg
+share/scribus/icons/1_7_0/16/panel-symbols.svg
+share/scribus/icons/1_7_0/16/paragraph-align-bottom.svg
+share/scribus/icons/1_7_0/16/paragraph-align-horizontal-center.svg
+share/scribus/icons/1_7_0/16/paragraph-align-justify-ltr.svg
+share/scribus/icons/1_7_0/16/paragraph-align-justify-rtl.svg
+share/scribus/icons/1_7_0/16/paragraph-align-justify.svg
+share/scribus/icons/1_7_0/16/paragraph-align-left.svg
+share/scribus/icons/1_7_0/16/paragraph-align-right.svg
+share/scribus/icons/1_7_0/16/paragraph-align-top.svg
+share/scribus/icons/1_7_0/16/paragraph-align-vertical-center.svg
+share/scribus/icons/1_7_0/16/paragraph-columns.svg
+share/scribus/icons/1_7_0/16/paragraph-direction-ltr.svg
+share/scribus/icons/1_7_0/16/paragraph-direction-rtl.svg
+share/scribus/icons/1_7_0/16/paragraph-effects-style.svg
+share/scribus/icons/1_7_0/16/paragraph-firstline.svg
+share/scribus/icons/1_7_0/16/paragraph-indent-left.svg
+share/scribus/icons/1_7_0/16/paragraph-indent-right.svg
+share/scribus/icons/1_7_0/16/paragraph-language.svg
+share/scribus/icons/1_7_0/16/paragraph-list-indent-left.svg
+share/scribus/icons/1_7_0/16/paragraph-offset-baseline.svg
+share/scribus/icons/1_7_0/16/paragraph-offset-font.svg
+share/scribus/icons/1_7_0/16/paragraph-offset-linespace.svg
+share/scribus/icons/1_7_0/16/paragraph-offset-max.svg
+share/scribus/icons/1_7_0/16/paragraph-optical-margin-left.svg
+share/scribus/icons/1_7_0/16/paragraph-optical-margin-right.svg
+share/scribus/icons/1_7_0/16/paragraph-orphan.svg
+share/scribus/icons/1_7_0/16/paragraph-space-above.svg
+share/scribus/icons/1_7_0/16/paragraph-space-below.svg
+share/scribus/icons/1_7_0/16/paragraph-style.svg
+share/scribus/icons/1_7_0/16/paragraph-widow.svg
+share/scribus/icons/1_7_0/16/path-combine.svg
+share/scribus/icons/1_7_0/16/path-difference.svg
+share/scribus/icons/1_7_0/16/path-exclusion.svg
+share/scribus/icons/1_7_0/16/path-intersection.svg
+share/scribus/icons/1_7_0/16/path-union.svg
+share/scribus/icons/1_7_0/16/pdf-annotation-3d.svg
+share/scribus/icons/1_7_0/16/pdf-annotation-link.svg
+share/scribus/icons/1_7_0/16/pdf-annotation-text.svg
+share/scribus/icons/1_7_0/16/pdf-button.svg
+share/scribus/icons/1_7_0/16/pdf-checkbox.svg
+share/scribus/icons/1_7_0/16/pdf-combobox.svg
+share/scribus/icons/1_7_0/16/pdf-listbox.svg
+share/scribus/icons/1_7_0/16/pdf-radiobox.svg
+share/scribus/icons/1_7_0/16/pdf-textinput.svg
+share/scribus/icons/1_7_0/16/preview-colormanagement.svg
+share/scribus/icons/1_7_0/16/properties-color-management.svg
+share/scribus/icons/1_7_0/16/properties-display.svg
+share/scribus/icons/1_7_0/16/properties-external-tools.svg
+share/scribus/icons/1_7_0/16/properties-fonts.svg
+share/scribus/icons/1_7_0/16/properties-guides.svg
+share/scribus/icons/1_7_0/16/properties-hyphenator.svg
+share/scribus/icons/1_7_0/16/properties-image-cache.svg
+share/scribus/icons/1_7_0/16/properties-item-attributes.svg
+share/scribus/icons/1_7_0/16/properties-keystrokes.svg
+share/scribus/icons/1_7_0/16/properties-miscellaneous.svg
+share/scribus/icons/1_7_0/16/properties-plugins.svg
+share/scribus/icons/1_7_0/16/properties-preflight.svg
+share/scribus/icons/1_7_0/16/properties-scrapbook.svg
+share/scribus/icons/1_7_0/16/properties-scripter.svg
+share/scribus/icons/1_7_0/16/properties-section.svg
+share/scribus/icons/1_7_0/16/properties-shortwords.svg
+share/scribus/icons/1_7_0/16/properties-toc.svg
+share/scribus/icons/1_7_0/16/properties-tools.svg
+share/scribus/icons/1_7_0/16/properties-typography.svg
+share/scribus/icons/1_7_0/16/properties-ui.svg
+share/scribus/icons/1_7_0/16/stroke-add.svg
+share/scribus/icons/1_7_0/16/stroke-cap-butt.svg
+share/scribus/icons/1_7_0/16/stroke-cap-round.svg
+share/scribus/icons/1_7_0/16/stroke-cap-square.svg
+share/scribus/icons/1_7_0/16/stroke-color.svg
+share/scribus/icons/1_7_0/16/stroke-join-bevel.svg
+share/scribus/icons/1_7_0/16/stroke-join-miter.svg
+share/scribus/icons/1_7_0/16/stroke-join-round.svg
+share/scribus/icons/1_7_0/16/stroke-remove.svg
+share/scribus/icons/1_7_0/16/stroke-style.svg
+share/scribus/icons/1_7_0/16/table-column-insert.svg
+share/scribus/icons/1_7_0/16/table-column-remove.svg
+share/scribus/icons/1_7_0/16/table-merge-cells.svg
+share/scribus/icons/1_7_0/16/table-row-insert.svg
+share/scribus/icons/1_7_0/16/table-row-remove.svg
+share/scribus/icons/1_7_0/16/table-split-cell.svg
+share/scribus/icons/1_7_0/16/tabulator-center.svg
+share/scribus/icons/1_7_0/16/tabulator-comma.svg
+share/scribus/icons/1_7_0/16/tabulator-dot.svg
+share/scribus/icons/1_7_0/16/tabulator-left.svg
+share/scribus/icons/1_7_0/16/tabulator-right.svg
+share/scribus/icons/1_7_0/16/text-on-path-distance.svg
+share/scribus/icons/1_7_0/16/text-on-path-offset.svg
+share/scribus/icons/1_7_0/16/text-wrap-boundingbox.svg
+share/scribus/icons/1_7_0/16/text-wrap-contour.svg
+share/scribus/icons/1_7_0/16/text-wrap-none.svg
+share/scribus/icons/1_7_0/16/text-wrap-shape.svg
+share/scribus/icons/1_7_0/16/text.svg
+share/scribus/icons/1_7_0/16/tool-color-picker.svg
+share/scribus/icons/1_7_0/16/tool-copy-style.svg
+share/scribus/icons/1_7_0/16/tool-crop.svg
+share/scribus/icons/1_7_0/16/tool-draw-bezier.svg
+share/scribus/icons/1_7_0/16/tool-draw-calligraphy.svg
+share/scribus/icons/1_7_0/16/tool-draw-freehand.svg
+share/scribus/icons/1_7_0/16/tool-edit-content.svg
+share/scribus/icons/1_7_0/16/tool-guide-mover.svg
+share/scribus/icons/1_7_0/16/tool-insert-arc.svg
+share/scribus/icons/1_7_0/16/tool-insert-barcode.svg
+share/scribus/icons/1_7_0/16/tool-insert-image.svg
+share/scribus/icons/1_7_0/16/tool-insert-line.svg
+share/scribus/icons/1_7_0/16/tool-insert-polygon.svg
+share/scribus/icons/1_7_0/16/tool-insert-render-frame.svg
+share/scribus/icons/1_7_0/16/tool-insert-spiral.svg
+share/scribus/icons/1_7_0/16/tool-insert-table.svg
+share/scribus/icons/1_7_0/16/tool-insert-text-frame.svg
+share/scribus/icons/1_7_0/16/tool-link-text-frame.svg
+share/scribus/icons/1_7_0/16/tool-rotate.svg
+share/scribus/icons/1_7_0/16/tool-ruler.svg
+share/scribus/icons/1_7_0/16/tool-select.svg
+share/scribus/icons/1_7_0/16/tool-story-editor.svg
+share/scribus/icons/1_7_0/16/tool-unlink-text-frame.svg
+share/scribus/icons/1_7_0/16/tool-zoom.svg
+share/scribus/icons/1_7_0/32/cursor-add.svg
+share/scribus/icons/1_7_0/32/cursor-calligraphy.svg
+share/scribus/icons/1_7_0/32/cursor-color-picker.svg
+share/scribus/icons/1_7_0/32/cursor-copy-properties.svg
+share/scribus/icons/1_7_0/32/cursor-drop-image.svg
+share/scribus/icons/1_7_0/32/cursor-frame.svg
+share/scribus/icons/1_7_0/32/cursor-hand.svg
+share/scribus/icons/1_7_0/32/cursor-image.svg
+share/scribus/icons/1_7_0/32/cursor-latex.svg
+share/scribus/icons/1_7_0/32/cursor-link-text-frame.svg
+share/scribus/icons/1_7_0/32/cursor-pen.svg
+share/scribus/icons/1_7_0/32/cursor-polygon.svg
+share/scribus/icons/1_7_0/32/cursor-remove.svg
+share/scribus/icons/1_7_0/32/cursor-rotate.svg
+share/scribus/icons/1_7_0/32/cursor-select-column.svg
+share/scribus/icons/1_7_0/32/cursor-select-row.svg
+share/scribus/icons/1_7_0/32/cursor-split.svg
+share/scribus/icons/1_7_0/32/cursor-table.svg
+share/scribus/icons/1_7_0/32/cursor-tabulator.svg
+share/scribus/icons/1_7_0/32/cursor-text.svg
+share/scribus/icons/1_7_0/32/cursor-zoom-in.svg
+share/scribus/icons/1_7_0/32/cursor-zoom-out.svg
+share/scribus/icons/1_7_0/32/page-3fold.svg
+share/scribus/icons/1_7_0/32/page-4fold.svg
+share/scribus/icons/1_7_0/32/page-double.svg
+share/scribus/icons/1_7_0/32/page-simple.svg
+share/scribus/icons/1_7_0/checker.svg
+share/scribus/icons/1_7_0/colors.css
+share/scribus/icons/1_7_0/images/ff-afrc.svg
+share/scribus/icons/1_7_0/images/ff-c2sc-smcp.svg
+share/scribus/icons/1_7_0/images/ff-c2sc.svg
+share/scribus/icons/1_7_0/images/ff-clig.svg
+share/scribus/icons/1_7_0/images/ff-dlig.svg
+share/scribus/icons/1_7_0/images/ff-frac.svg
+share/scribus/icons/1_7_0/images/ff-hlig.svg
+share/scribus/icons/1_7_0/images/ff-liga.svg
+share/scribus/icons/1_7_0/images/ff-lnum.svg
+share/scribus/icons/1_7_0/images/ff-onum.svg
+share/scribus/icons/1_7_0/images/ff-ordn.svg
+share/scribus/icons/1_7_0/images/ff-p2pc-pcap.svg
+share/scribus/icons/1_7_0/images/ff-p2pc.svg
+share/scribus/icons/1_7_0/images/ff-pcap.svg
+share/scribus/icons/1_7_0/images/ff-pnum.svg
+share/scribus/icons/1_7_0/images/ff-smcp.svg
+share/scribus/icons/1_7_0/images/ff-subs.svg
+share/scribus/icons/1_7_0/images/ff-sups.svg
+share/scribus/icons/1_7_0/images/ff-tnum.svg
+share/scribus/icons/1_7_0/images/ff-unic.svg
+share/scribus/icons/1_7_0/images/ff-zero.svg
+share/scribus/icons/1_7_0/images/scribus_splash_dark.png
+share/scribus/icons/1_7_0/images/scribus_splash_light.png
+share/scribus/icons/1_7_0/pathexclusion.png
+share/scribus/icons/1_7_0/pathintersection.png
+share/scribus/icons/1_7_0/pathparts.png
+share/scribus/icons/1_7_0/pathsubtraction.png
+share/scribus/icons/1_7_0/pathunite.png
+share/scribus/icons/1_7_0/scribus-icon.svg
+share/scribus/icons/1_7_0/stylesheet/down_arrow.png
+share/scribus/icons/1_7_0/stylesheet/go-down.png
+share/scribus/icons/1_7_0/svg/pitr_green_arrows_set_1.svg
+share/scribus/icons/1_7_0/svg/pitr_green_arrows_set_5.svg
+share/scribus/icons/1_7_0/svg/sarxos_Paper_Sheets.svg
+share/scribus/icons/1_7_0/svg/sarxos_Simple_Folder_Seek.svg
+share/scribus/icons/1_7_0/svg/sarxos_Simple_Green_Yellow_Blue_Violet_Folders.svg
+share/scribus/icons/1_7_0/testfill.png
+share/scribus/icons/1_7_0/transform-crop-and-resize.png
+share/scribus/keysets/icalamus.xml
+share/scribus/keysets/pageplusx3.xml
+share/scribus/keysets/pagestream.xml
+share/scribus/keysets/scribus15.xml
+share/scribus/keysets/scribus17.xml
+share/scribus/loremipsum/ar.xml
+share/scribus/loremipsum/cs.xml
+share/scribus/loremipsum/da.xml
+share/scribus/loremipsum/de.xml
+share/scribus/loremipsum/el.xml
+share/scribus/loremipsum/en_GB.xml
+share/scribus/loremipsum/eo.xml
+share/scribus/loremipsum/fi.xml
+share/scribus/loremipsum/fr.xml
+share/scribus/loremipsum/he.xml
+share/scribus/loremipsum/hr.xml
+share/scribus/loremipsum/hu.xml
+share/scribus/loremipsum/it.xml
+share/scribus/loremipsum/ja.xml
+share/scribus/loremipsum/la.xml
+share/scribus/loremipsum/lt.xml
+share/scribus/loremipsum/nl.xml
+share/scribus/loremipsum/pt_BR.xml
+share/scribus/loremipsum/ru.xml
+share/scribus/loremipsum/sk.xml
+share/scribus/loremipsum/sl.xml
+share/scribus/plugins/barcode.ps
+share/scribus/plugins/collectionsdb.xml
+share/scribus/plugins/scribus-short-words.rc
+share/scribus/profiles/GenericCMYK.icm
+share/scribus/profiles/GenericCMYK.txt
+share/scribus/profiles/ISOcoated_v2_300_bas.icc
+share/scribus/profiles/ISOcoated_v2_300_bas.txt
+share/scribus/profiles/Readme
+share/scribus/profiles/sRGB.icm
+share/scribus/profiles/sRGB_icc22.icm
+share/scribus/profiles/sRGB_icc22.txt
+share/scribus/profiles/srgb.license
+share/scribus/samples/3columnA4.py
+share/scribus/samples/3columnUSLTR.py
+share/scribus/samples/Calender.py
+share/scribus/samples/ExtractText.py
+share/scribus/samples/Sample1.py
+share/scribus/samples/boilerplate.py
+share/scribus/samples/golden-mean.py
+share/scribus/samples/legende.py
+share/scribus/samples/moins_10_pourcent_group.py
+share/scribus/samples/plus_10_pourcent_group.py
+share/scribus/samples/pochette_cd.py
+share/scribus/samples/quote.py
+share/scribus/samples/sample_db_usage.py
+share/scribus/samples/trait_de_coupe.py
+share/scribus/samples/wordcount.py
+share/scribus/scripts/Align_image_in_frame.py
+share/scribus/scripts/Autoquote.py
+share/scribus/scripts/Autoquote2.py
+share/scribus/scripts/CalendarWizard.py
+share/scribus/scripts/Caption.py
+share/scribus/scripts/ColorChart.py
+share/scribus/scripts/DirectImageImport.py
+share/scribus/scripts/FontSample.py
+share/scribus/scripts/InfoBox.py
+share/scribus/scripts/Ligatursatz.py
+share/scribus/scripts/color2csv.py
+share/scribus/scripts/csv2color.py
+share/scribus/scripts/importcsv2table.py
+share/scribus/swatches/All_Color_Kit.xml
+share/scribus/swatches/Android_TM.xml
+share/scribus/swatches/Bundesregierung_CMYK.xml
+share/scribus/swatches/Bundesregierung_CMYK_TZ.xml
+share/scribus/swatches/Bundesregierung_HKS.xml
+share/scribus/swatches/CIE-HLC.sbz
+share/scribus/swatches/CIE-LAB.sbz
+share/scribus/swatches/COPYING_RESENE.txt
+share/scribus/swatches/Classic_Kit.xml
+share/scribus/swatches/CrayonTM.xml
+share/scribus/swatches/Creative_Commons_2013.xml
+share/scribus/swatches/Federal_Identity_Program.xml
+share/scribus/swatches/GCMI_Colors.xml
+share/scribus/swatches/Galaxy_Blackbody_Spectrum.xml
+share/scribus/swatches/Galaxy_Color_Directory.xml
+share/scribus/swatches/Galaxy_Color_Emotions.xml
+share/scribus/swatches/Galaxy_Color_Harmonizer.xml
+share/scribus/swatches/Galaxy_Color_Pro.xml
+share/scribus/swatches/Galaxy_Color_Zil.xml
+share/scribus/swatches/Galaxy_Neutrals_and_Rich_Blacks.xml
+share/scribus/swatches/Galaxy_Pocket_Map.xml
+share/scribus/swatches/Galaxy_Visible_Spectrum.xml
+share/scribus/swatches/Gnome.xml
+share/scribus/swatches/Government_UK.xml
+share/scribus/swatches/Inkscape.xml
+share/scribus/swatches/JIS_8721.xml
+share/scribus/swatches/Japanese_Traditional.xml
+share/scribus/swatches/Japanese_Traditional_README.txt
+share/scribus/swatches/LaTeX_Beamer.xml
+share/scribus/swatches/LibreOffice.xml
+share/scribus/swatches/NBS-ISCC_Colors.xml
+share/scribus/swatches/OpenOffice_dot_org_CMYK.xml
+share/scribus/swatches/OpenSUSE.xml
+share/scribus/swatches/Oxygen.xml
+share/scribus/swatches/Resene_BS2660_101.xml
+share/scribus/swatches/Resene_BS5252_2008.xml
+share/scribus/swatches/Resene_Decks_Paths_2009.xml
+share/scribus/swatches/Resene_Heritage_2008.xml
+share/scribus/swatches/Resene_Karen_Walker_2008.xml
+share/scribus/swatches/Resene_KidzColour_2008.xml
+share/scribus/swatches/Resene_Multi-Finish.xml
+share/scribus/swatches/Resene_Summit_Roof_2010.xml
+share/scribus/swatches/Resene_Summit_Roof_systems_2011.xml
+share/scribus/swatches/Resene_TCS_-_Colorwood_2011.xml
+share/scribus/swatches/Resene_TCS_-_Decks_Paths_Driveways_Recreational_Areas_2011.xml
+share/scribus/swatches/Resene_TCS_-_Karen_Walker_2012.xml
+share/scribus/swatches/Resene_TCS_-_KidzColour_2012.xml
+share/scribus/swatches/Resene_TCS_-_The_Range_Whites_and_neutrals_2012.xml
+share/scribus/swatches/Resene_TCS_-_Whites_and_Neutrals_2012.xml
+share/scribus/swatches/Resene_The_Range_2011-12.xml
+share/scribus/swatches/Resene_The_Range_WandN_2010.xml
+share/scribus/swatches/Resene_Woodsman_2008.xml
+share/scribus/swatches/Rijksoverheid_Gestreken.xml
+share/scribus/swatches/Rijksoverheid_Ongestreken.xml
+share/scribus/swatches/SVG.xml
+share/scribus/swatches/Scribus_Basic.xml
+share/scribus/swatches/Scribus_Splash.xml
+share/scribus/swatches/Shades_of_K.xml
+share/scribus/swatches/Standardised_Rock_Colours.xml
+share/scribus/swatches/Tango.xml
+share/scribus/swatches/US_FS_595.xml
+share/scribus/swatches/Ubuntu_CMYK.xml
+share/scribus/swatches/Ubuntu_RGB.xml
+share/scribus/swatches/Wikipedia_RAL_Classic.sbz
+share/scribus/swatches/X11.xml
+share/scribus/swatches/X11Grey.xml
+share/scribus/swatches/Xfig.xml
+share/scribus/templates/Lulu_and_Createspace_6x9_paper_book/Lulu_and_Createspace_6x9_paper_book.png
+share/scribus/templates/Lulu_and_Createspace_6x9_paper_book/Lulu_and_Createspace_6x9_paper_book.sla.gz
+share/scribus/templates/Lulu_and_Createspace_6x9_paper_book/Lulu_and_Createspace_6x9_paper_booktn.png
+share/scribus/templates/Lulu_and_Createspace_6x9_paper_book/Tomato_Clipart.png
+share/scribus/templates/br1/br1.png
+share/scribus/templates/br1/br1.sla.gz
+share/scribus/templates/br1/br1tn.png
+share/scribus/templates/br1/map.jpg
+share/scribus/templates/buscard1/Business_Card_1.png
+share/scribus/templates/buscard1/Business_Card_1tn.png
+share/scribus/templates/buscard1/buscard1.sla.gz
+share/scribus/templates/buscard10/Business_Card_10.png
+share/scribus/templates/buscard10/Business_Card_10tn.png
+share/scribus/templates/buscard10/buscard10.sla.gz
+share/scribus/templates/buscard11/Business_Card_11.png
+share/scribus/templates/buscard11/Business_Card_11tn.png
+share/scribus/templates/buscard11/buscard11.sla.gz
+share/scribus/templates/buscard2/Business_Card_2.png
+share/scribus/templates/buscard2/Business_Card_2tn.png
+share/scribus/templates/buscard2/buscard2.sla.gz
+share/scribus/templates/buscard3/Business_Card_3.png
+share/scribus/templates/buscard3/Business_Card_3tn.png
+share/scribus/templates/buscard3/buscard3.sla.gz
+share/scribus/templates/buscard4/Business_Card_4.png
+share/scribus/templates/buscard4/Business_Card_4tn.png
+share/scribus/templates/buscard4/buscard4.sla.gz
+share/scribus/templates/buscard5/Business_Card_5.png
+share/scribus/templates/buscard5/Business_Card_5tn.png
+share/scribus/templates/buscard5/buscard5.sla.gz
+share/scribus/templates/buscard6/Business_Card_6.png
+share/scribus/templates/buscard6/Business_Card_6tn.png
+share/scribus/templates/buscard6/buscard6.sla.gz
+share/scribus/templates/buscard7/Business_Card_7.png
+share/scribus/templates/buscard7/Business_Card_7tn.png
+share/scribus/templates/buscard7/buscard7.sla.gz
+share/scribus/templates/buscard8/Business_Card_8.png
+share/scribus/templates/buscard8/Business_Card_8tn.png
+share/scribus/templates/buscard8/buscard8.sla.gz
+share/scribus/templates/buscard9/Business_Card_9.png
+share/scribus/templates/buscard9/Business_Card_9tn.png
+share/scribus/templates/buscard9/buscard9.sla.gz
+share/scribus/templates/buscard_coll/Business_Card_Collection.png
+share/scribus/templates/buscard_coll/Business_Card_Collectiontn.png
+share/scribus/templates/buscard_coll/business_card_collection.sla.gz
+share/scribus/templates/cc/Cheat_Cube.png
+share/scribus/templates/cc/Cheat_Cube.sla.gz
+share/scribus/templates/cc/Cheat_Cubetn.png
+share/scribus/templates/cover1/cover1.png
+share/scribus/templates/cover1/cover1.sla.gz
+share/scribus/templates/cover1/cover1tn.png
+share/scribus/templates/cover2/cover2.png
+share/scribus/templates/cover2/cover2.sla.gz
+share/scribus/templates/cover2/cover2tn.png
+share/scribus/templates/cover3/cover3.png
+share/scribus/templates/cover3/cover3.sla.gz
+share/scribus/templates/cover3/cover3tn.png
+share/scribus/templates/cover4/cover4.png
+share/scribus/templates/cover4/cover4.sla.gz
+share/scribus/templates/cover4/cover4tn.png
+share/scribus/templates/cover5/cover5.png
+share/scribus/templates/cover5/cover5.sla.gz
+share/scribus/templates/cover5/cover5tn.png
+share/scribus/templates/grid_br_100x210_l/Brochure_Grid_100x210_L.sla.gz
+share/scribus/templates/grid_br_100x210_l/Brochure_Grid_100x210_mm_Landscape.png
+share/scribus/templates/grid_br_100x210_l/Brochure_Grid_100x210_mm_Landscapetn.png
+share/scribus/templates/grid_br_100x210_p/Brochure_Grid_100x210_P.png
+share/scribus/templates/grid_br_100x210_p/Brochure_Grid_100x210_P.sla.gz
+share/scribus/templates/grid_br_100x210_p/Brochure_Grid_100x210_Ptn.png
+share/scribus/templates/grid_br_375x85_l/Brochure_Grid_375x85_in_Landscape.png
+share/scribus/templates/grid_br_375x85_l/Brochure_Grid_375x85_in_Landscapetn.png
+share/scribus/templates/grid_br_375x85_l/Brochure_Grid_375x85in_L.sla.gz
+share/scribus/templates/grid_br_375x85_p/Brochure_Grid_375x85_in_P.png
+share/scribus/templates/grid_br_375x85_p/Brochure_Grid_375x85_in_Ptn.png
+share/scribus/templates/grid_br_375x85_p/Brochure_Grid_375x85in_P.sla.gz
+share/scribus/templates/grid_br_55x85in_l/Brochure_Grid_55x85_in_L.png
+share/scribus/templates/grid_br_55x85in_l/Brochure_Grid_55x85_in_Ltn.png
+share/scribus/templates/grid_br_55x85in_l/Brochure_Grid_55x85in_L.sla.gz
+share/scribus/templates/grid_br_55x86in_p/Brochure_Grid_55x85in_P.sla.gz
+share/scribus/templates/grid_br_55x86in_p/Brochure_Grid_55x85in_Portraoit.png
+share/scribus/templates/grid_br_55x86in_p/Brochure_Grid_55x85in_Portraoittn.png
+share/scribus/templates/grid_br_975x85_p/Brochure_Grid_975x85_in_P.png
+share/scribus/templates/grid_br_975x85_p/Brochure_Grid_975x85_in_Ptn.png
+share/scribus/templates/grid_br_975x85_p/Brochure_Grid_975x85in_P.sla.gz
+share/scribus/templates/grid_br_975x85in_l/Brochure_Grid_975x85_in_L.png
+share/scribus/templates/grid_br_975x85in_l/Brochure_Grid_975x85_in_Ltn.png
+share/scribus/templates/grid_br_975x85in_l/Brochure_Grid_975x85in_L.sla.gz
+share/scribus/templates/grid_br_a4_l/Brochure_Grid_A4_L.png
+share/scribus/templates/grid_br_a4_l/Brochure_Grid_A4_L.sla.gz
+share/scribus/templates/grid_br_a4_l/Brochure_Grid_A4_Ltn.png
+share/scribus/templates/grid_br_a4_p/Brochure_Grid_A4_P.png
+share/scribus/templates/grid_br_a4_p/Brochure_Grid_A4_P.sla.gz
+share/scribus/templates/grid_br_a4_p/Brochure_Grid_A4_Ptn.png
+share/scribus/templates/grid_br_a5_l/Brochure_Grid_A5_L.png
+share/scribus/templates/grid_br_a5_l/Brochure_Grid_A5_L.sla.gz
+share/scribus/templates/grid_br_a5_l/Brochure_Grid_A5_Ltn.png
+share/scribus/templates/grid_br_a5_p/Brochure_Grid_A5_P.sla.gz
+share/scribus/templates/grid_br_a5_p/Brochure_Grid_A5_Portrait.png
+share/scribus/templates/grid_br_a5_p/Brochure_Grid_A5_Portraittn.png
+share/scribus/templates/grid_br_dinl_l/Brochure_Grid_DIN_LANG_L.png
+share/scribus/templates/grid_br_dinl_l/Brochure_Grid_DIN_LANG_L.sla.gz
+share/scribus/templates/grid_br_dinl_l/Brochure_Grid_DIN_LANG_Ltn.png
+share/scribus/templates/grid_br_dinl_p/Brochure_Grid_DIN_LANG_P.png
+share/scribus/templates/grid_br_dinl_p/Brochure_Grid_DIN_LANG_P.sla.gz
+share/scribus/templates/grid_br_dinl_p/Brochure_Grid_DIN_LANG_Ptn.png
+share/scribus/templates/grid_br_usl_l/Brochure_Grid_USL_L.png
+share/scribus/templates/grid_br_usl_l/Brochure_Grid_USL_L.sla.gz
+share/scribus/templates/grid_br_usl_l/Brochure_Grid_USL_Ltn.png
+share/scribus/templates/grid_poster_a0/Brochure_Grid_USL_P.png
+share/scribus/templates/grid_poster_a0/Brochure_Grid_USL_P.sla.gz
+share/scribus/templates/grid_poster_a0/Brochure_Grid_USL_Ptn.png
+share/scribus/templates/grid_poster_a0/Poster_Grid_A0.png
+share/scribus/templates/grid_poster_a0/Poster_Grid_A0.sla.gz
+share/scribus/templates/grid_poster_a0/Poster_Grid_A0tn.png
+share/scribus/templates/grid_poster_a1/Poster_Grid_A1.png
+share/scribus/templates/grid_poster_a1/Poster_Grid_A1.sla.gz
+share/scribus/templates/grid_poster_a1/Poster_Grid_A1tn.png
+share/scribus/templates/grid_poster_a2/Poster_Grid_A2.png
+share/scribus/templates/grid_poster_a2/Poster_Grid_A2.sla.gz
+share/scribus/templates/grid_poster_a2/Poster_Grid_A2tn.png
+share/scribus/templates/grid_poster_a3/Poster_Grid_A3.png
+share/scribus/templates/grid_poster_a3/Poster_Grid_A3.sla.gz
+share/scribus/templates/grid_poster_a3/Poster_Grid_A3tn.png
+share/scribus/templates/mc/menu_template1.png
+share/scribus/templates/mc/menu_template1.sla.gz
+share/scribus/templates/mc/menu_template1tn.png
+share/scribus/templates/nl1/kites.jpg
+share/scribus/templates/nl1/nl1.png
+share/scribus/templates/nl1/nl1.sla.gz
+share/scribus/templates/nl1/nl1tn.png
+share/scribus/templates/nl2/flowers.jpg
+share/scribus/templates/nl2/nl2.png
+share/scribus/templates/nl2/nl2.sla.gz
+share/scribus/templates/nl2/nl2tn.png
+share/scribus/templates/pres_backgr_1/blue_orange_vector.png
+share/scribus/templates/pres_backgr_1/blue_orange_vector.sla.gz
+share/scribus/templates/pres_backgr_1/blue_orange_vectortn.png
+share/scribus/templates/pres_backgr_2/flood_light.png
+share/scribus/templates/pres_backgr_2/flood_light.sla.gz
+share/scribus/templates/pres_backgr_2/flood_lighttn.png
+share/scribus/templates/pres_backgr_3/glass_ripples.png
+share/scribus/templates/pres_backgr_3/glass_ripples.sla.gz
+share/scribus/templates/pres_backgr_3/glass_ripplestn.png
+share/scribus/templates/pres_backgr_4/Bokeh.png
+share/scribus/templates/pres_backgr_4/Bokehtn.png
+share/scribus/templates/pres_backgr_4/bokeh.sla.gz
+share/scribus/templates/template.ca.xml
+share/scribus/templates/template.de.xml
+share/scribus/templates/template.es.xml
+share/scribus/templates/template.hu.xml
+share/scribus/templates/template.it.xml
+share/scribus/templates/template.xml
+share/scribus/templates/textbased/an_image.jpg
+share/scribus/templates/textbased/author.jpg
+share/scribus/templates/textbased/textbased.png
+share/scribus/templates/textbased/textbased.sla.gz
+share/scribus/templates/textbased/textbasedtn.png
+share/scribus/translations/scribus.af.qm
+share/scribus/translations/scribus.ar.qm
+share/scribus/translations/scribus.az.qm
+share/scribus/translations/scribus.be.qm
+share/scribus/translations/scribus.bg.qm
+share/scribus/translations/scribus.bn_IN.qm
+share/scribus/translations/scribus.br.qm
+share/scribus/translations/scribus.ca.qm
+share/scribus/translations/scribus.cs_CZ.qm
+share/scribus/translations/scribus.cy.qm
+share/scribus/translations/scribus.da_DK.qm
+share/scribus/translations/scribus.de.qm
+share/scribus/translations/scribus.de_1901.qm
+share/scribus/translations/scribus.de_CH.qm
+share/scribus/translations/scribus.el.qm
+share/scribus/translations/scribus.en_AU.qm
+share/scribus/translations/scribus.en_GB.qm
+share/scribus/translations/scribus.en_US.qm
+share/scribus/translations/scribus.eo.qm
+share/scribus/translations/scribus.es_AR.qm
+share/scribus/translations/scribus.es_ES.qm
+share/scribus/translations/scribus.et.qm
+share/scribus/translations/scribus.eu.qm
+share/scribus/translations/scribus.fa_IR.qm
+share/scribus/translations/scribus.fi.qm
+share/scribus/translations/scribus.fr.qm
+share/scribus/translations/scribus.gl.qm
+share/scribus/translations/scribus.he_IL.qm
+share/scribus/translations/scribus.hi_IN.qm
+share/scribus/translations/scribus.hr_HR.qm
+share/scribus/translations/scribus.hu.qm
+share/scribus/translations/scribus.id.qm
+share/scribus/translations/scribus.it.qm
+share/scribus/translations/scribus.ja.qm
+share/scribus/translations/scribus.kab.qm
+share/scribus/translations/scribus.kn_IN.qm
+share/scribus/translations/scribus.ko.qm
+share/scribus/translations/scribus.lb.qm
+share/scribus/translations/scribus.lt_LT.qm
+share/scribus/translations/scribus.ml.qm
+share/scribus/translations/scribus.mn_MN.qm
+share/scribus/translations/scribus.ms_MY.qm
+share/scribus/translations/scribus.nb_NO.qm
+share/scribus/translations/scribus.nl.qm
+share/scribus/translations/scribus.nn_NO.qm
+share/scribus/translations/scribus.oc.qm
+share/scribus/translations/scribus.pl_PL.qm
+share/scribus/translations/scribus.pms.qm
+share/scribus/translations/scribus.pt_BR.qm
+share/scribus/translations/scribus.pt_PT.qm
+share/scribus/translations/scribus.ro.qm
+share/scribus/translations/scribus.ru.qm
+share/scribus/translations/scribus.sa.qm
+share/scribus/translations/scribus.si.qm
+share/scribus/translations/scribus.sk_SK.qm
+share/scribus/translations/scribus.sl.qm
+share/scribus/translations/scribus.so.qm
+share/scribus/translations/scribus.sq.qm
+share/scribus/translations/scribus.sr.qm
+share/scribus/translations/scribus.sv.qm
+share/scribus/translations/scribus.ta.qm
+share/scribus/translations/scribus.te.qm
+share/scribus/translations/scribus.th_TH.qm
+share/scribus/translations/scribus.tr.qm
+share/scribus/translations/scribus.uk.qm
+share/scribus/translations/scribus.zh_CN.qm
+share/scribus/translations/scribus.zh_TW.qm
+share/scribus/unicodenameslist.txt

Index: pkgsrc/print/scribus/distinfo
diff -u /dev/null pkgsrc/print/scribus/distinfo:1.30
--- /dev/null   Mon Nov 10 13:54:53 2025
+++ pkgsrc/print/scribus/distinfo       Mon Nov 10 13:54:53 2025
@@ -0,0 +1,16 @@
+$NetBSD: distinfo,v 1.30 2025/11/10 13:54:53 wiz Exp $
+
+BLAKE2s (scribus-1.7.0.tar.xz) = f7ab33b821bcc7da2f7906167bd0b347d559f95081ce9dc1b0f49ee270516d9a
+SHA512 (scribus-1.7.0.tar.xz) = c3a392d69e109165a9c28c2396e0e2e18df2d232099a6836f6a472fc3f899f50316e2b9227be40c3226dffc9f84e9db94dc2f353052fa06b35c776cd4f664448
+Size (scribus-1.7.0.tar.xz) = 97163704 bytes
+SHA1 (patch-CMakeLists__Dependencies.cmake) = 83b41cc7e22438c1d316d4e0edafcce272c11078
+SHA1 (patch-scribus_pdf__analyzer.cpp) = 3a05743c5537e2c8c2f2203ff2a3cacabda54a8c
+SHA1 (patch-scribus_pdflib__core.cpp) = 80db7b6f56ee9e40fb624267d9331c4f8bebceee
+SHA1 (patch-scribus_plugins_import_pdf_importpdf.cpp) = f0a5e97df047549c5a666d422d01e56e7eb72882
+SHA1 (patch-scribus_plugins_import_pdf_importpdf.h) = 218debac59d9daa99f09d5f820cf84e2d8b7271a
+SHA1 (patch-scribus_plugins_import_pdf_importpdfplugin.cpp) = 9b0e0ce2b073b0cc3a750694e3166822dcbdcde0
+SHA1 (patch-scribus_plugins_import_pdf_importpdfplugin.h) = e1ab02eb9652cddfbddb14514a330b87f8a743ea
+SHA1 (patch-scribus_plugins_import_pdf_slaoutput.cpp) = aa7fa4aaa4251aa0423e499dca453cdbe71855e6
+SHA1 (patch-scribus_plugins_import_pdf_slaoutput.h) = f5635ccc381909e147fe827c416c2eb788f9d6a1
+SHA1 (patch-scribus_third__party_Qt-Advanced-Docking-System_src_CMakeLists.txt) = 3553f421f5a4f0e5298edda5f450a3e7d3397574
+SHA1 (patch-scribus_util__text.cpp) = 58aed912f434474f7d87b5fab3f453a3509c2ef4

Index: pkgsrc/print/scribus/patches/patch-CMakeLists__Dependencies.cmake
diff -u /dev/null pkgsrc/print/scribus/patches/patch-CMakeLists__Dependencies.cmake:1.1
--- /dev/null   Mon Nov 10 13:54:53 2025
+++ pkgsrc/print/scribus/patches/patch-CMakeLists__Dependencies.cmake   Mon Nov 10 13:54:53 2025
@@ -0,0 +1,43 @@
+$NetBSD: patch-CMakeLists__Dependencies.cmake,v 1.1 2025/11/10 13:54:53 wiz Exp $
+
+* CMAKE_MODULE_PATH is not a single value, it can be a list.
+
+--- CMakeLists_Dependencies.cmake.orig 2025-01-25 21:58:37.000000000 +0000
++++ CMakeLists_Dependencies.cmake
+@@ -125,8 +125,8 @@ if (WIN32)
+       # On win32 we can use Qt's zlib and libpng, so we use some
+       # custom cmake includes. This permits us to honour the
+       # USE_QT_ZLIB_PNGLIB flag if passed.
+-      set(PNG_DIR ${CMAKE_MODULE_PATH})
+-      set(ZLIB_DIR ${CMAKE_MODULE_PATH})
++      set(PNG_DIR "${CMAKE_SOURCE_DIR}/cmake/modules")
++      set(ZLIB_DIR "${CMAKE_SOURCE_DIR}/cmake/modules")
+ endif()
+ #>> PNG
+ #<< ZLIB
+@@ -180,6 +180,7 @@ endif()
+ #>> FreeType2
+ 
+ set(cairo_DIR ${CMAKE_MODULE_PATH})
++set(cairo_DIR "${CMAKE_SOURCE_DIR}/cmake/modules")
+ find_package(cairo REQUIRED)
+ if(cairo_FOUND)
+       set(HAVE_CAIRO ON)
+@@ -222,7 +223,7 @@ endif()
+ #>>JPEG XL
+ 
+ #<<LittleCMS
+-set(LCMS_DIR ${CMAKE_MODULE_PATH})
++set(LCMS_DIR "${CMAKE_SOURCE_DIR}/cmake/modules")
+ find_package(LCMS2 REQUIRED)
+ if(LCMS2_FOUND)
+       set(HAVE_LCMS2 ON)
+@@ -277,7 +278,7 @@ endif()
+ 
+ #<< GraphicsMagick for image import
+ if (WANT_GRAPHICSMAGICK)
+-      set(GMAGICK_DIR ${CMAKE_MODULE_PATH})
++      set(GMAGICK_DIR "${CMAKE_SOURCE_DIR}/cmake/modules")
+       pkg_check_modules(GMAGICK GraphicsMagick)
+       # find_package(GMAGICK)
+       if(GMAGICK_FOUND)
Index: pkgsrc/print/scribus/patches/patch-scribus_pdf__analyzer.cpp
diff -u /dev/null pkgsrc/print/scribus/patches/patch-scribus_pdf__analyzer.cpp:1.1
--- /dev/null   Mon Nov 10 13:54:53 2025
+++ pkgsrc/print/scribus/patches/patch-scribus_pdf__analyzer.cpp        Mon Nov 10 13:54:53 2025
@@ -0,0 +1,73 @@
+$NetBSD: patch-scribus_pdf__analyzer.cpp,v 1.1 2025/11/10 13:54:53 wiz Exp $
+
+Fix build with podofo 1.0.
+https://github.com/scribusproject/scribus/commit/760ff25fcc250099c0dca3949f62739be126c231
+
+--- scribus/pdf_analyzer.cpp.orig      2025-01-25 21:57:41.000000000 +0000
++++ scribus/pdf_analyzer.cpp
+@@ -272,7 +272,11 @@ bool PDFAnalyzer::inspectCanvas(PdfCanva
+       try
+       {
+               // start parsing the content stream
++#if (PODOFO_VERSION >= PODOFO_MAKE_VERSION(1, 0, 0))
++              PdfContentReaderArgs tokenizerArgs;
++#else
+               PdfContentReaderArgs tokenizerArgs = { PdfContentReaderFlags::DontFollowXObjectForms };
++#endif
+               PdfContentStreamReader tokenizer(*canvas, tokenizerArgs);
+               PdfContent pdfContent;
+               PdfVariant var;
+@@ -285,13 +289,29 @@ bool PDFAnalyzer::inspectCanvas(PdfCanva
+               while (tokenizer.TryReadNext(pdfContent))
+               {
+                       ++tokenNumber;
++#if (PODOFO_VERSION >= PODOFO_MAKE_VERSION(1, 0, 0))
++                      if (pdfContent.GetType() == PdfContentType::Operator)
++#else
+                       if (pdfContent.Type == PdfContentType::Operator)
++#endif
+                       {
+                               args.clear();
++#if (PODOFO_VERSION >= PODOFO_MAKE_VERSION(1, 0, 0))
++                              const auto& pdfContentStack = pdfContent.GetStack();
++                              size_t stackSize = pdfContentStack.size();
++                              for (size_t i = 0; i < stackSize; ++i)
++                                      args.append(pdfContentStack[stackSize - 1 - i]);
++#else
++
+                               size_t stackSize = pdfContent.Stack.size();
+                               for (size_t i = 0; i < stackSize; ++i)
+                                       args.append(pdfContent.Stack[stackSize - 1 - i]);
++#endif
++#if (PODOFO_VERSION >= PODOFO_MAKE_VERSION(1, 0, 0))
++                              switch (pdfContent.GetOperator())
++#else
+                               switch (pdfContent.Operator)
++#endif
+                               {
+                               case PdfOperator::q:
+                                       gsStack.push(currGS);
+@@ -673,12 +693,23 @@ bool PDFAnalyzer::inspectCanvas(PdfCanva
+                               }
+                               args.clear();
+                       }
++#if (PODOFO_VERSION >= PODOFO_MAKE_VERSION(1, 0, 0))
++                      if (pdfContent.GetType() == PdfContentType::DoXObject)
++#else
+                       if (pdfContent.Type == PdfContentType::DoXObject)
++#endif
+                       {
+                               args.clear();
++#if (PODOFO_VERSION >= PODOFO_MAKE_VERSION(1, 0, 0))
++                              const auto& pdfContentStack = pdfContent.GetStack();
++                              size_t stackSize = pdfContentStack.size();
++                              for (size_t i = 0; i < stackSize; ++i)
++                                      args.append(pdfContentStack[stackSize - 1 - i]);
++#else
+                               size_t stackSize = pdfContent.Stack.size();
+                               for (size_t i = 0; i < stackSize; ++i)
+                                       args.append(pdfContent.Stack[stackSize - 1 - i]);
++#endif
+                               if (!processedNamedXObj.contains(args[0].GetName()))
+                               {
+                                       if (args.size() == 1 && args[0].IsName() && xObjectsDict)
Index: pkgsrc/print/scribus/patches/patch-scribus_pdflib__core.cpp
diff -u /dev/null pkgsrc/print/scribus/patches/patch-scribus_pdflib__core.cpp:1.1
--- /dev/null   Mon Nov 10 13:54:53 2025
+++ pkgsrc/print/scribus/patches/patch-scribus_pdflib__core.cpp Mon Nov 10 13:54:53 2025
@@ -0,0 +1,60 @@
+$NetBSD: patch-scribus_pdflib__core.cpp,v 1.1 2025/11/10 13:54:53 wiz Exp $
+
+Fix build with podofo 1.0.
+https://github.com/scribusproject/scribus/commit/760ff25fcc250099c0dca3949f62739be126c231
+
+--- scribus/pdflib_core.cpp.orig       2025-01-25 21:57:39.000000000 +0000
++++ scribus/pdflib_core.cpp
+@@ -6188,7 +6188,7 @@ QByteArray PDFLibCore::PDF_TransparenzFi
+                       float r, g, b;
+                       qStopColor.getRgbF(&r, &g, &b);
+                       if ((GType == GradMask_LinearLumAlpha) || (GType == GradMask_RadialLumAlpha))
+-                              a = /* 1.0 - */ (0.3 * r + 0.59 * g + 0.11 * b);
++                              a = 0.3 * r + 0.59 * g + 0.11 * b;
+                       if ((cst == 0) && (actualStop != 0.0))
+                       {
+                               stopVec.append(0.0);
+@@ -9808,7 +9808,11 @@ bool PDFLibCore::PDF_EmbeddedPDF(PageIte
+               PoDoFo::PdfPage& page = doc->GetPages().GetPageAt(qMin(qMax(1, c->pixm.imgInfo.actualPageNumber), c->pixm.imgInfo.numberOfPages) - 1);
+               PoDoFo::PdfObject& pageObj = page.GetObject();
+               PoDoFo::PdfObject* contents = page.GetContents() ? &(page.GetContents()->GetObject()) : nullptr;
++#if (PODOFO_VERSION >= PODOFO_MAKE_VERSION(1, 0, 0))
++              const PoDoFo::PdfObject* resources = &(page.GetResources().GetObject());
++#else
+               PoDoFo::PdfObject* resources = page.GetResources() ? &(page.GetResources()->GetObject()) : nullptr;
++#endif
+               PoDoFo::PdfDictionary* pageObjDict = pageObj.IsDictionary() ? &(pageObj.GetDictionary()) : nullptr;
+               for (PoDoFo::PdfDictionary* par = pageObjDict, *parentDict = nullptr; par && !resources; par = parentDict)
+               {
+@@ -9829,8 +9833,15 @@ bool PDFLibCore::PDF_EmbeddedPDF(PageIte
+                       importedObjects[page.GetObject().GetIndirectReference()] = xObj;
+                       writer.startObj(xObj);
+                       PutDoc("<<\n/Type /XObject\n/Subtype /Form\n/FormType 1");
++#if (PODOFO_VERSION >= PODOFO_MAKE_VERSION(1, 0, 0))
++                       PoDoFo::Rect pageRect = page.GetArtBoxRaw().GetNormalized(); // Because scimagedataloader_pdf use ArtBox
++                       double rotation = 0;
++                       if (!page.TryGetRotationRaw(rotation))
++                               rotation = 0;
++#else
+                       PoDoFo::Rect pageRect = page.GetArtBox(); // Because scimagedataloader_pdf use ArtBox
+                       int rotation = page.GetRotationRaw();
++#endif
+                       double imgWidth  = (rotation == 90 || rotation == 270) ? pageRect.Height : pageRect.Width;
+                       double imgHeight = (rotation == 90 || rotation == 270) ? pageRect.Width : pageRect.Height;
+                       QTransform pageM;
+@@ -9950,8 +9961,15 @@ bool PDFLibCore::PDF_EmbeddedPDF(PageIte
+                       importedObjects[page.GetObject().GetIndirectReference()] = xObj;
+                       writer.startObj(xObj);
+                       PutDoc("<<\n/Type /XObject\n/Subtype /Form\n/FormType 1");
++#if (PODOFO_VERSION >= PODOFO_MAKE_VERSION(1, 0, 0))
++                       PoDoFo::Rect pageRect = page.GetArtBoxRaw().GetNormalized(); // Because scimagedataloader_pdf use ArtBox
++                       double rotation = 0;
++                       if (!page.TryGetRotationRaw(rotation))
++                               rotation = 0;
++#else
+                       PoDoFo::Rect pageRect = page.GetArtBox(); // Because scimagedataloader_pdf use ArtBox
+                       int rotation = page.GetRotationRaw();
++#endif
+                       double imgWidth  = (rotation == 90 || rotation == 270) ? pageRect.Height : pageRect.Width;
+                       double imgHeight = (rotation == 90 || rotation == 270) ? pageRect.Width : pageRect.Height;
+                       QTransform pageM;
Index: pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_importpdf.cpp
diff -u /dev/null pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_importpdf.cpp:1.1
--- /dev/null   Mon Nov 10 13:54:53 2025
+++ pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_importpdf.cpp Mon Nov 10 13:54:53 2025
@@ -0,0 +1,257 @@
+$NetBSD: patch-scribus_plugins_import_pdf_importpdf.cpp,v 1.1 2025/11/10 13:54:53 wiz Exp $
+
+Sync with git head as of 2025-11-10 to fix build problems with qt, poppler, podofo.
+
+--- scribus/plugins/import/pdf/importpdf.cpp.orig      2025-01-25 21:57:14.000000000 +0000
++++ scribus/plugins/import/pdf/importpdf.cpp
+@@ -111,7 +111,7 @@ QImage PdfPlug::readThumbnail(const QStr
+       return image;
+ }
+ 
+-bool PdfPlug::import(const QString& fNameIn, const TransactionSettings& trSettings, int flags, bool showProgress)
++bool PdfPlug::importFile(const QString& fNameIn, const TransactionSettings& trSettings, int flags, bool showProgress)
+ {
+ #ifdef Q_OS_MACOS
+       showProgress = false;
+@@ -142,7 +142,7 @@ bool PdfPlug::import(const QString& fNam
+               m_progressDialog->setProgress("GI", 0);
+               m_progressDialog->show();
+               connect(m_progressDialog, SIGNAL(canceled()), this, SLOT(cancelRequested()));
+-              qApp->processEvents();
++              QApplication::processEvents();
+       }
+       else
+               m_progressDialog = nullptr;
+@@ -150,7 +150,7 @@ bool PdfPlug::import(const QString& fNam
+       if (m_progressDialog)
+       {
+               m_progressDialog->setOverallProgress(1);
+-              qApp->processEvents();
++              QApplication::processEvents();
+       }
+       double docWidth = PrefsManager::instance().appPrefs.docSetupPrefs.pageWidth;
+       double docHeight = PrefsManager::instance().appPrefs.docSetupPrefs.pageHeight;
+@@ -170,7 +170,7 @@ bool PdfPlug::import(const QString& fNam
+               }
+       }
+ 
+-      if ((ret) || (!m_interactive))
++      if (ret || !m_interactive)
+       {
+               if (docWidth > docHeight)
+                       m_Doc->setPageOrientation(1);
+@@ -186,7 +186,7 @@ bool PdfPlug::import(const QString& fNam
+       if ((!(flags & LoadSavePlugin::lfLoadAsPattern)) && (m_Doc->view() != nullptr))
+               m_Doc->view()->updatesOn(false);
+       m_Doc->scMW()->setScriptRunning(true);
+-      qApp->setOverrideCursor(QCursor(Qt::WaitCursor));
++      QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
+       QString CurDirP = QDir::currentPath();
+       QDir::setCurrent(fi.path());
+       if (convert(fNameIn))
+@@ -207,8 +207,8 @@ bool PdfPlug::import(const QString& fNam
+               m_Doc->DoDrawing = true;
+               m_Doc->scMW()->setScriptRunning(false);
+               m_Doc->setLoading(false);
+-              qApp->changeOverrideCursor(QCursor(Qt::ArrowCursor));
+-              if ((m_elements.count() > 0) && (!ret) && (m_interactive))
++              QApplication::changeOverrideCursor(QCursor(Qt::ArrowCursor));
++              if (!m_elements.isEmpty() && !ret && m_interactive)
+               {
+                       if (flags & LoadSavePlugin::lfScripted)
+                       {
+@@ -269,7 +269,7 @@ bool PdfPlug::import(const QString& fNam
+               m_Doc->scMW()->setScriptRunning(false);
+               if (!(flags & LoadSavePlugin::lfLoadAsPattern))
+                       m_Doc->view()->updatesOn(true);
+-              qApp->changeOverrideCursor(QCursor(Qt::ArrowCursor));
++              QApplication::changeOverrideCursor(QCursor(Qt::ArrowCursor));
+               success = false;
+       }
+       if (m_interactive)
+@@ -277,10 +277,10 @@ bool PdfPlug::import(const QString& fNam
+       //CB If we have a gui we must refresh it if we have used the progressbar
+       if (!(flags & LoadSavePlugin::lfLoadAsPattern))
+       {
+-              if ((showProgress) && (!m_interactive))
++              if (showProgress && !m_interactive)
+                       m_Doc->view()->DrawNew();
+       }
+-      qApp->restoreOverrideCursor();
++      QApplication::restoreOverrideCursor();
+       return success;
+ }
+ 
+@@ -301,7 +301,7 @@ bool PdfPlug::convert(const QString& fn)
+               m_progressDialog->setOverallProgress(2);
+               m_progressDialog->setLabel("GI", tr("Generating Items"));
+               m_progressDialog->setBusyIndicator("GI");
+-              qApp->processEvents();
++              QApplication::processEvents();
+       }
+ 
+       globalParams.reset(new GlobalParams());
+@@ -318,7 +318,7 @@ bool PdfPlug::convert(const QString& fn)
+                       pdfDoc = nullptr;
+                       if (m_progressDialog)
+                               m_progressDialog->hide();
+-                      qApp->changeOverrideCursor(QCursor(Qt::ArrowCursor));
++                      QApplication::changeOverrideCursor(QCursor(Qt::ArrowCursor));
+                       ScribusMainWindow* mw = m_Doc->scMW();
+                       bool ok;
+                       QString text = QInputDialog::getText(mw, tr("Open PDF-File"), tr("Password"), QLineEdit::Normal, "", &ok);
+@@ -327,7 +327,7 @@ bool PdfPlug::convert(const QString& fn)
+                               auto fname = std::make_unique<GooString>(encodedFileName.data());
+                               std::optional<GooString> userPW(std::in_place, text.toLocal8Bit().data());
+                               pdfDoc.reset(new PDFDoc(std::move(fname), userPW, userPW, nullptr));
+-                              qApp->changeOverrideCursor(QCursor(Qt::WaitCursor));
++                              QApplication::changeOverrideCursor(QCursor(Qt::WaitCursor));
+                       }
+                       if ((!pdfDoc) || (pdfDoc->getErrorCode() != errNone))
+                       {
+@@ -368,7 +368,7 @@ bool PdfPlug::convert(const QString& fn)
+                       {
+                               if (m_progressDialog)
+                                       m_progressDialog->hide();
+-                              qApp->changeOverrideCursor(QCursor(Qt::ArrowCursor));
++                              QApplication::changeOverrideCursor(QCursor(Qt::ArrowCursor));
+                               PdfImportOptions optImp(ScCore->primaryMainWindow());
+                               QFileInfo fi(fn);
+                               optImp.setUpOptions(fi.fileName(), firstPage, lastPage, m_interactive, boxesAreDifferent, this);
+@@ -391,7 +391,7 @@ bool PdfPlug::convert(const QString& fn)
+                                       useMediaBox = false;
+                               if (cropped)
+                                       useMediaBox = true;
+-                              qApp->changeOverrideCursor(QCursor(Qt::WaitCursor));
++                              QApplication::changeOverrideCursor(QCursor(Qt::WaitCursor));
+                               if (m_progressDialog)
+                                       m_progressDialog->show();
+                       }
+@@ -400,7 +400,7 @@ bool PdfPlug::convert(const QString& fn)
+                       if (m_progressDialog)
+                       {
+                               m_progressDialog->setTotalSteps("GI", pageNs.size());
+-                              qApp->processEvents();
++                              QApplication::processEvents();
+                       }
+                       if (pageNs.size() <= 0) {
+                               m_pdfDoc = nullptr;
+@@ -416,11 +416,11 @@ bool PdfPlug::convert(const QString& fn)
+ 
+                       if (dev->isOk())
+                       {
+-                              OCGs* ocg = pdfDoc->getOptContentConfig();
++                              const OCGs* ocg = pdfDoc->getOptContentConfig();
+                               if (ocg && ocg->hasOCGs())
+                               {
+                                       QStringList ocgNames;
+-                                      Array *order = ocg->getOrderArray();
++                                      const Array *order = ocg->getOrderArray();
+                                       if (order)
+                                       {
+                                               for (int i = 0; i < order->getLength (); ++i)
+@@ -510,22 +510,22 @@ bool PdfPlug::convert(const QString& fn)
+                                       {
+                                               Object obj;
+                                               Dict *infoDict = info.getDict();
+-                                              obj = infoDict->lookup((char*) "Title");
++                                              obj = infoDict->lookup("Title");
+                                               if (obj.isString())
+                                               {
+                                                       m_Doc->documentInfo().setTitle(UnicodeParsedString(obj.getString()));
+                                               }
+-                                              obj = infoDict->lookup((char*) "Author");
++                                              obj = infoDict->lookup("Author");
+                                               if (obj.isString())
+                                               {
+                                                       m_Doc->documentInfo().setAuthor(UnicodeParsedString(obj.getString()));
+                                               }
+-                                              obj = infoDict->lookup((char*) "Subject");
++                                              obj = infoDict->lookup("Subject");
+                                               if (obj.isString())
+                                               {
+                                                       m_Doc->documentInfo().setSubject(UnicodeParsedString(obj.getString()));
+                                               }
+-                                              obj = infoDict->lookup((char*) "Keywords");
++                                              obj = infoDict->lookup("Keywords");
+                                               if (obj.isString())
+                                               {
+                                                       //              s1 = obj.getString();
+@@ -568,7 +568,7 @@ bool PdfPlug::convert(const QString& fn)
+                                               if (m_progressDialog)
+                                               {
+                                                       m_progressDialog->setProgress("GI", i);
+-                                                      qApp->processEvents();
++                                                      QApplication::processEvents();
+                                               }
+                                               int pp = pageNs[i];
+                                               m_Doc->setActiveLayer(baseLayer);
+@@ -782,7 +782,7 @@ bool PdfPlug::convert(const QString& fn)
+ //    qDebug() << "converting finished";
+ //    qDebug() << "Imported" << m_elements.count() << "Elements";
+ 
+-      if (m_elements.count() == 0)
++      if (m_elements.isEmpty())
+       {
+               for (int i = 0; i < m_importedColors.count(); i++)
+               {
+@@ -872,8 +872,46 @@ QRectF PdfPlug::getCBox(int box, int pgN
+       return cRect;
+ }
+ 
+-QString PdfPlug::UnicodeParsedString(const GooString *s1)
++QString PdfPlug::UnicodeParsedString(const GooString *s1) const
+ {
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 10, 0)
++      if (!s1 || s1->empty())
++              return QString();
++      bool isUnicode;
++      int i;
++      Unicode u;
++      QString result;
++      if ((s1->getChar(0) & 0xff) == 0xfe && (s1->size() > 1 && (s1->getChar(1) & 0xff) == 0xff))
++      {
++              isUnicode = true;
++              i = 2;
++              result.reserve((s1->size() - 2) / 2);
++      }
++      else
++      {
++              isUnicode = false;
++              i = 0;
++              result.reserve(s1->size());
++      }
++      while (i < s1->size())
++      {
++              if (isUnicode)
++              {
++                      u = ((s1->getChar(i) & 0xff) << 8) | (s1->getChar(i + 1) & 0xff);
++                      i += 2;
++              }
++              else
++              {
++                      u = s1->getChar(i) & 0xff;
++                      ++i;
++              }
++              // #15616: imagemagick may write unicode strings incorrectly in PDF
++              if (u == 0)
++                      continue;
++              result += QChar(u);
++      }
++      return result;
++#else
+       if (!s1 || s1->getLength() == 0)
+               return QString();
+       bool isUnicode;
+@@ -910,9 +948,10 @@ QString PdfPlug::UnicodeParsedString(con
+               result += QChar( u );
+       }
+       return result;
++#endif
+ }
+ 
+-QString PdfPlug::UnicodeParsedString(const std::string& s1)
++QString PdfPlug::UnicodeParsedString(const std::string& s1) const
+ {
+       if (s1.length() == 0)
+               return QString();
Index: pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_importpdf.h
diff -u /dev/null pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_importpdf.h:1.1
--- /dev/null   Mon Nov 10 13:54:53 2025
+++ pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_importpdf.h   Mon Nov 10 13:54:53 2025
@@ -0,0 +1,26 @@
+$NetBSD: patch-scribus_plugins_import_pdf_importpdf.h,v 1.1 2025/11/10 13:54:53 wiz Exp $
+
+Sync with git head as of 2025-11-10 to fix build problems with qt, poppler, podofo.
+
+--- scribus/plugins/import/pdf/importpdf.h.orig        2025-01-25 21:57:14.000000000 +0000
++++ scribus/plugins/import/pdf/importpdf.h
+@@ -66,7 +66,7 @@ public:
+       \param showProgress if progress must be displayed
+       \retval bool true if import was ok
+        */
+-      bool import(const QString& fn, const TransactionSettings& trSettings, int flags, bool showProgress = true);
++      bool importFile(const QString& fn, const TransactionSettings& trSettings, int flags, bool showProgress = true);
+       QImage readThumbnail(const QString& fn);
+       QImage readPreview(int pgNum, int width, int height, int box);
+       enum PDF_Box_Type
+@@ -81,8 +81,8 @@ public:
+ private:
+       bool convert(const QString& fn);
+       QRectF getCBox(int box, int pgNum);
+-      QString UnicodeParsedString(const GooString *s1);
+-      QString UnicodeParsedString(const std::string& s1);
++      QString UnicodeParsedString(const GooString *s1) const;
++      QString UnicodeParsedString(const std::string& s1) const;
+       
+       QList<PageItem*> m_elements;
+ 
Index: pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_importpdfplugin.cpp
diff -u /dev/null pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_importpdfplugin.cpp:1.1
--- /dev/null   Mon Nov 10 13:54:53 2025
+++ pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_importpdfplugin.cpp   Mon Nov 10 13:54:53 2025
@@ -0,0 +1,73 @@
+$NetBSD: patch-scribus_plugins_import_pdf_importpdfplugin.cpp,v 1.1 2025/11/10 13:54:53 wiz Exp $
+
+--- scribus/plugins/import/pdf/importpdfplugin.cpp.orig        2025-01-25 21:57:14.000000000 +0000
++++ scribus/plugins/import/pdf/importpdfplugin.cpp
+@@ -147,10 +147,10 @@ bool ImportPdfPlugin::fileSupported(QIOD
+ bool ImportPdfPlugin::loadFile(const QString & fileName, const FileFormat &, int flags, int /*index*/)
+ {
+       // There's only one format to handle, so we just call import(...)
+-      return import(fileName, flags);
++      return importFile(fileName, flags);
+ }
+ 
+-bool ImportPdfPlugin::import(QString fileName, int flags)
++bool ImportPdfPlugin::importFile(QString fileName, int flags)
+ {
+       if (!checkFlags(flags))
+               return false;
+@@ -198,9 +198,9 @@ bool ImportPdfPlugin::import(QString fil
+       {
+               if (!ScCore->haveGS())
+               {
+-                      qApp->changeOverrideCursor(QCursor(Qt::ArrowCursor));
++                      QApplication::changeOverrideCursor(QCursor(Qt::ArrowCursor));
+                       ScMessageBox::warning(ScCore->primaryMainWindow(), CommonStrings::trWarning, tr("The Import plugin cannot handle PostScript files"));
+-                      qApp->changeOverrideCursor(QCursor(Qt::WaitCursor));
++                      QApplication::changeOverrideCursor(QCursor(Qt::WaitCursor));
+                       return false;
+               }
+ 
+@@ -223,18 +223,20 @@ bool ImportPdfPlugin::import(QString fil
+               args.clear();
+               isCleanedFile = true;
+       }
++
+       bool ret = false;
+-      PdfPlug *dia = new PdfPlug(m_Doc, flags);
+-      Q_CHECK_PTR(dia);
++      auto pdfPlug = std::make_unique<PdfPlug>(m_Doc, flags);
++      Q_CHECK_PTR(pdfPlug.get());
+       if (isCleanedFile)
+-              ret = dia->import(cleanFile, trSettings, flags, !(flags & lfScripted));
++              ret = pdfPlug->importFile(cleanFile, trSettings, flags, !(flags & lfScripted));
+       else
+-              ret = dia->import(fileName, trSettings, flags, !(flags & lfScripted));
++              ret = pdfPlug->importFile(fileName, trSettings, flags, !(flags & lfScripted));
+       if (activeTransaction)
+               activeTransaction.commit();
+       if (emptyDoc || !(flags & lfInteractive) || !(flags & lfScripted))
+               UndoManager::instance()->setUndoEnabled(true);
+-      delete dia;
++      pdfPlug.reset();
++
+       if (isCleanedFile)
+               QFile::remove(cleanFile);
+       return ret;
+@@ -244,12 +246,13 @@ QImage ImportPdfPlugin::readThumbnail(co
+ {
+       if (fileName.isEmpty())
+               return QImage();
++
+       UndoManager::instance()->setUndoEnabled(false);
+       m_Doc = nullptr;
+-      PdfPlug *dia = new PdfPlug(m_Doc, lfCreateThumbnail);
+-      Q_CHECK_PTR(dia);
+-      QImage ret = dia->readThumbnail(fileName);
++      auto pdfPlug = std::make_unique<PdfPlug>(m_Doc, lfCreateThumbnail);
++      Q_CHECK_PTR(pdfPlug.get());
++      QImage ret = pdfPlug->readThumbnail(fileName);
+       UndoManager::instance()->setUndoEnabled(true);
+-      delete dia;
++
+       return ret;
+ }
Index: pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_importpdfplugin.h
diff -u /dev/null pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_importpdfplugin.h:1.1
--- /dev/null   Mon Nov 10 13:54:53 2025
+++ pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_importpdfplugin.h     Mon Nov 10 13:54:53 2025
@@ -0,0 +1,13 @@
+$NetBSD: patch-scribus_plugins_import_pdf_importpdfplugin.h,v 1.1 2025/11/10 13:54:53 wiz Exp $
+
+--- scribus/plugins/import/pdf/importpdfplugin.h.orig  2025-01-25 21:57:14.000000000 +0000
++++ scribus/plugins/import/pdf/importpdfplugin.h
+@@ -44,7 +44,7 @@ class PLUGIN_API ImportPdfPlugin : publi
+               \param fileName input filename, or QString() to prompt.
+               \retval bool always true
+                */
+-              virtual bool import(QString fileName = QString(), int flags = lfUseCurrentPage|lfInteractive);
++              virtual bool importFile(QString fileName = QString(), int flags = lfUseCurrentPage|lfInteractive);
+ 
+       private:
+               void registerFormats();
Index: pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_slaoutput.cpp
diff -u /dev/null pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_slaoutput.cpp:1.1
--- /dev/null   Mon Nov 10 13:54:53 2025
+++ pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_slaoutput.cpp Mon Nov 10 13:54:53 2025
@@ -0,0 +1,790 @@
+$NetBSD: patch-scribus_plugins_import_pdf_slaoutput.cpp,v 1.1 2025/11/10 13:54:53 wiz Exp $
+
+Sync with git head as of 2025-11-10 to fix build problems with qt, poppler, podofo.
+
+--- scribus/plugins/import/pdf/slaoutput.cpp.orig      2025-01-25 21:57:14.000000000 +0000
++++ scribus/plugins/import/pdf/slaoutput.cpp
+@@ -294,9 +294,9 @@ SlaOutputDev::~SlaOutputDev()
+ }
+ 
+ /* get Actions not implemented by Poppler */
+-LinkAction* SlaOutputDev::SC_getAction(AnnotWidget *ano)
++std::unique_ptr<LinkAction> SlaOutputDev::SC_getAction(AnnotWidget *ano)
+ {
+-      LinkAction *linkAction = nullptr;
++      std::unique_ptr<LinkAction> linkAction;
+       Object obj;
+       Ref refa = ano->getRef();
+ 
+@@ -311,11 +311,11 @@ LinkAction* SlaOutputDev::SC_getAction(A
+                       Object actionObject = additionalActionsObject.dictLookup("S");
+                       if (actionObject.isName("ImportData"))
+                       {
+-                              linkAction = new LinkImportData(&additionalActionsObject);
++                              linkAction.reset(new LinkImportData(&additionalActionsObject));
+                       }
+                       else if (actionObject.isName("SubmitForm"))
+                       {
+-                              linkAction = new LinkSubmitForm(&additionalActionsObject);
++                              linkAction.reset(new LinkSubmitForm(&additionalActionsObject));
+                       }
+               }
+       }
+@@ -580,7 +580,12 @@ bool SlaOutputDev::handleWidgetAnnot(Ann
+               FormWidget *fm = m_formWidgets->getWidget(i);
+               if (!fm)
+                       continue;
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 06, 0)
++              std::shared_ptr<AnnotWidget> anoSharedPtr = fm->getWidgetAnnotation();
++              AnnotWidget* ano = anoSharedPtr.get();
++#else
+               AnnotWidget *ano = fm->getWidgetAnnotation();
++#endif
+               if (!ano)
+                       continue;
+               if (ano != (AnnotWidget*) annota)
+@@ -1060,12 +1065,12 @@ void SlaOutputDev::handleActions(PageIte
+                       }
+                       else
+                       {
+-                              LinkAction* scact = SC_getAction(ano);
++                              std::unique_ptr<LinkAction> scact = SC_getAction(ano);
+                               if (scact)
+                               {
+                                       if (actString == "ImportData")
+                                       {
+-                                              auto *impo = (LinkImportData*) scact;
++                                              auto *impo = (LinkImportData*) scact.get();
+                                               if (impo->isOk())
+                                               {
+                                                       ite->annotation().setActionType(5);
+@@ -1074,7 +1079,7 @@ void SlaOutputDev::handleActions(PageIte
+                                       }
+                                       else if (actString == "SubmitForm")
+                                       {
+-                                              auto *impo = (LinkSubmitForm*) scact;
++                                              auto *impo = (LinkSubmitForm*) scact.get();
+                                               if (impo->isOk())
+                                               {
+                                                       ite->annotation().setActionType(3);
+@@ -1359,14 +1364,22 @@ void SlaOutputDev::restoreState(GfxState
+       m_graphicStack.restore();
+ }
+ 
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 9, 0)
++void SlaOutputDev::beginTransparencyGroup(GfxState *state, const std::array<double, 4>& bbox, GfxColorSpace * /*blendingColorSpace*/, bool isolated, bool knockout, bool forSoftMask)
++#else
+ void SlaOutputDev::beginTransparencyGroup(GfxState *state, const double *bbox, GfxColorSpace * /*blendingColorSpace*/, bool isolated, bool knockout, bool forSoftMask)
++#endif
+ {
+ //    qDebug() << "SlaOutputDev::beginTransparencyGroup isolated:" << isolated << "knockout:" << knockout << "forSoftMask:" << forSoftMask;
+       pushGroup("", forSoftMask);
+       m_groupStack.top().isolated = isolated;
+ }
+ 
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 9, 0)
++void SlaOutputDev::paintTransparencyGroup(GfxState *state, const std::array<double, 4>& bbox)
++#else
+ void SlaOutputDev::paintTransparencyGroup(GfxState *state, const double *bbox)
++#endif
+ {
+ //    qDebug() << "SlaOutputDev::paintTransparencyGroup";
+       if (m_groupStack.count() != 0)
+@@ -1465,7 +1478,11 @@ void SlaOutputDev::endTransparencyGroup(
+       m_tmpSel->clear();
+ }
+ 
+-void SlaOutputDev::setSoftMask(GfxState * /*state*/, const double * bbox, bool alpha, Function *transferFunc, GfxColor * /*backdropColor*/)
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 9, 0)
++void SlaOutputDev::setSoftMask(GfxState* /*state*/, const std::array<double, 4>& bbox, bool alpha, Function* transferFunc, GfxColor* /*backdropColor*/)
++#else
++void SlaOutputDev::setSoftMask(GfxState* /*state*/, const double* bbox, bool alpha, Function* transferFunc, GfxColor* /*backdropColor*/)
++#endif
+ {
+       if (m_groupStack.count() <= 0)
+               return;
+@@ -1524,6 +1541,7 @@ void SlaOutputDev::adjustClip(GfxState *
+       QString output = convertPath(state->getPath());
+       if (output.isEmpty())
+               return;
++
+       FPointArray out;
+       out.parseSVG(output);
+       out.svgClosePath();
+@@ -1547,6 +1565,7 @@ void SlaOutputDev::stroke(GfxState *stat
+ {
+ //    qDebug() << "Stroke";
+       const double *ctm = state->getCTM();
++      m_ctm = QTransform(ctm[0], ctm[1], ctm[2], ctm[3], ctm[4], ctm[5]);
+       double xCoor = m_doc->currentPage()->xOffset();
+       double yCoor = m_doc->currentPage()->yOffset();
+       getPenState(state);
+@@ -1555,7 +1574,14 @@ void SlaOutputDev::stroke(GfxState *stat
+       graphicState.strokeColor = getColor(state->getStrokeColorSpace(), state->getStrokeColor(), &graphicState.strokeShade);
+ 
+       QString output = convertPath(state->getPath());
+-      if ((m_Elements->count() != 0) && (output == m_coords))                 // Path is the same as in last fill
++
++      FPointArray out;
++      out.parseSVG(output);
++      out.map(m_ctm);
++
++      // Path is the same as in last fill
++      if (!m_Elements->isEmpty() &&
++          ((m_Elements->last()->PoLine == out) || (m_pathIsClosed && (m_coords == output))))
+       {
+               PageItem* ite = m_Elements->last();
+               ite->setLineColor(graphicState.strokeColor);
+@@ -1569,10 +1595,6 @@ void SlaOutputDev::stroke(GfxState *stat
+               return;
+       }
+ 
+-      FPointArray out;
+-      out.parseSVG(output);
+-      m_ctm = QTransform(ctm[0], ctm[1], ctm[2], ctm[3], ctm[4], ctm[5]);
+-      out.map(m_ctm);
+       FPoint wh = out.widthHeight();
+       if ((out.size() <= 3) || ((wh.x() <= 0.0) && (wh.y() <= 0.0)))
+               return;
+@@ -1673,40 +1695,40 @@ void SlaOutputDev::createFillItem(GfxSta
+       mm.rotate(angle);
+       clippedPath = mm.map(clippedPath);
+ 
+-      m_coords = output;
+       QRectF bbox = clippedPath.boundingRect();
+-      if (!clippedPath.isEmpty() && !bbox.isNull())
++      if (clippedPath.isEmpty() || bbox.isNull())
++              return;
++      m_coords = output;
++
++      graphicState.fillColor = getColor(state->getFillColorSpace(), state->getFillColor(), &graphicState.fillShade);
++      int z;
++      if (m_pathIsClosed)
++              z = m_doc->itemAdd(PageItem::Polygon, PageItem::Unspecified, xCoor, yCoor, 10, 10, 0, graphicState.fillColor, CommonStrings::None);
++      else
++              z = m_doc->itemAdd(PageItem::PolyLine, PageItem::Unspecified, xCoor, yCoor, 10, 10, 0, graphicState.fillColor, CommonStrings::None);
++      PageItem* ite = m_doc->Items->at(z);
++      ite->PoLine.fromQPainterPath(clippedPath, m_pathIsClosed);
++      ite->ClipEdited = true;
++      ite->FrameType = 3;
++      ite->setFillShade(graphicState.fillShade);
++      ite->setLineShade(100);
++      ite->setRotation(-angle);
++      // Only the new path has to be interpreted according to fillRule. QPainterPath
++      // could decide to create a final path according to the other rule. Thus
++      // we have to set this from the final path.
++      ite->setFillEvenOdd(clippedPath.fillRule() == Qt::OddEvenFill);
++      ite->setFillTransparency(1.0 - state->getFillOpacity());
++      ite->setFillBlendmode(getBlendMode(state));
++      ite->setLineEnd(m_lineEnd);
++      ite->setLineJoin(m_lineJoin);
++      ite->setWidthHeight(bbox.width(),bbox.height());
++      ite->setTextFlowMode(PageItem::TextFlowDisabled);
++      m_doc->adjustItemSize(ite);
++      m_Elements->append(ite);
++      if (m_groupStack.count() != 0)
+       {
+-              graphicState.fillColor = getColor(state->getFillColorSpace(), state->getFillColor(), &graphicState.fillShade);
+-              int z;
+-              if (m_pathIsClosed)
+-                      z = m_doc->itemAdd(PageItem::Polygon, PageItem::Unspecified, xCoor, yCoor, 10, 10, 0, graphicState.fillColor, CommonStrings::None);
+-              else
+-                      z = m_doc->itemAdd(PageItem::PolyLine, PageItem::Unspecified, xCoor, yCoor, 10, 10, 0, graphicState.fillColor, CommonStrings::None);
+-              PageItem* ite = m_doc->Items->at(z);
+-              ite->PoLine.fromQPainterPath(clippedPath, true);
+-              ite->ClipEdited = true;
+-              ite->FrameType = 3;
+-              ite->setFillShade(graphicState.fillShade);
+-              ite->setLineShade(100);
+-              ite->setRotation(-angle);
+-              // Only the new path has to be interpreted according to fillRule. QPainterPath
+-              // could decide to create a final path according to the other rule. Thus
+-              // we have to set this from the final path.
+-              ite->setFillEvenOdd(clippedPath.fillRule() == Qt::OddEvenFill);
+-              ite->setFillTransparency(1.0 - state->getFillOpacity());
+-              ite->setFillBlendmode(getBlendMode(state));
+-              ite->setLineEnd(m_lineEnd);
+-              ite->setLineJoin(m_lineJoin);
+-              ite->setWidthHeight(bbox.width(),bbox.height());
+-              ite->setTextFlowMode(PageItem::TextFlowDisabled);
+-              m_doc->adjustItemSize(ite);
+-              m_Elements->append(ite);
+-              if (m_groupStack.count() != 0)
+-              {
+-                      m_groupStack.top().Items.append(ite);
+-                      applyMask(ite);
+-              }
++              m_groupStack.top().Items.append(ite);
++              applyMask(ite);
+       }
+ }
+ 
+@@ -2215,11 +2237,20 @@ bool SlaOutputDev::patchMeshShadedFill(G
+       return true;
+ }
+ 
+-bool SlaOutputDev::tilingPatternFill(GfxState *state, Gfx * /*gfx*/, Catalog *cat, GfxTilingPattern *tPat, const double *mat, int x0, int y0, int x1, int y1, double xStep, double yStep)
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 9, 0)
++bool SlaOutputDev::tilingPatternFill(GfxState *state, Gfx* /*gfx*/, Catalog *cat, GfxTilingPattern *tPat, const std::array<double, 6>& mat, int x0, int y0, int x1, int y1, double xStep, double 
yStep)
++#else
++bool SlaOutputDev::tilingPatternFill(GfxState *state, Gfx* /*gfx*/, Catalog *cat, GfxTilingPattern *tPat, const double *mat, int x0, int y0, int x1, int y1, double xStep, double yStep)
++#endif
+ {
+ //    qDebug() << "SlaOutputDev::tilingPatternFill";
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 9, 0)
++      const std::array<double, 4>& bbox = tPat->getBBox();
++      const std::array<double, 6>& pmat = tPat->getMatrix();
++#else
+       const double *bbox = tPat->getBBox();
+       const double *pmat = tPat->getMatrix();
++#endif
+       Dict *resDict = tPat->getResDict();
+ 
+       PDFRectangle box;
+@@ -2347,7 +2378,14 @@ void SlaOutputDev::drawImageMask(GfxStat
+ {
+ //    qDebug() << "Draw Image Mask";
+       auto imgStr = std::make_unique<ImageStream>(str, width, 1, 1);
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 02, 0)
++      bool resetDone = imgStr->reset();
++      if (!resetDone)
++              return;
++#else
+       imgStr->reset();
++#endif
++
+ #ifdef WORDS_BIGENDIAN
+       QImage image(width, height, QImage::Format_Mono);
+ #else
+@@ -2421,7 +2459,14 @@ void SlaOutputDev::drawSoftMaskedImage(G
+ {
+ //    qDebug() << "SlaOutputDev::drawSoftMaskedImage Masked Image Components" << colorMap->getNumPixelComps();
+       auto imgStr = std::make_unique<ImageStream>(str, width, colorMap->getNumPixelComps(), colorMap->getBits());
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 02, 0)
++      bool resetDone = imgStr->reset();
++      if (!resetDone)
++              return;
++#else
+       imgStr->reset();
++#endif
++
+       unsigned int *dest = nullptr;
+       unsigned char * buffer = new unsigned char[width * height * 4];
+       for (int y = 0; y < height; y++)
+@@ -2439,7 +2484,14 @@ void SlaOutputDev::drawSoftMaskedImage(G
+       }
+ 
+       auto mskStr = std::make_unique<ImageStream>(maskStr, maskWidth, maskColorMap->getNumPixelComps(), maskColorMap->getBits());
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 02, 0)
++      bool mskResetDone = mskStr->reset();
++      if (!mskResetDone)
++              return;
++#else
+       mskStr->reset();
++#endif
++
+       unsigned char *mdest = nullptr;
+       unsigned char * mbuffer = new unsigned char[maskWidth * maskHeight];
+       memset(mbuffer, 0, maskWidth * maskHeight);
+@@ -2497,7 +2549,14 @@ void SlaOutputDev::drawMaskedImage(GfxSt
+ {
+ //    qDebug() << "SlaOutputDev::drawMaskedImage";
+       auto imgStr = std::make_unique<ImageStream>(str, width, colorMap->getNumPixelComps(), colorMap->getBits());
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 02, 0)
++      bool resetDone = imgStr->reset();
++      if (resetDone)
++              return;
++#else
+       imgStr->reset();
++#endif
++
+       unsigned int *dest = nullptr;
+       unsigned char * buffer = new unsigned char[width * height * 4];
+       for (int y = 0; y < height; y++)
+@@ -2515,7 +2574,14 @@ void SlaOutputDev::drawMaskedImage(GfxSt
+       }
+ 
+       auto mskStr = std::make_unique<ImageStream>(maskStr, maskWidth, 1, 1);
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 02, 0)
++      bool mskResetDone = mskStr->reset();
++      if (!mskResetDone)
++              return;
++#else
+       mskStr->reset();
++#endif
++
+       unsigned char *mdest = nullptr;
+       int invert_bit = maskInvert ? 1 : 0;
+       unsigned char * mbuffer = new unsigned char[maskWidth * maskHeight];
+@@ -2552,7 +2618,7 @@ void SlaOutputDev::drawMaskedImage(GfxSt
+               }
+       }
+ 
+-      createImageFrame(res, state, colorMap->getNumPixelComps());
++      createImageFrame(res, state, 3);
+ 
+       delete[] buffer;
+       delete[] mbuffer;
+@@ -2561,7 +2627,13 @@ void SlaOutputDev::drawMaskedImage(GfxSt
+ void SlaOutputDev::drawImage(GfxState *state, Object *ref, Stream *str, int width, int height, GfxImageColorMap *colorMap, bool interpolate, const int* maskColors, bool inlineImg)
+ {
+       auto imgStr = std::make_unique<ImageStream>(str, width, colorMap->getNumPixelComps(), colorMap->getBits());
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 02, 0)
++      bool resetDone = imgStr->reset();
++      if (!resetDone)
++              return;
++#else
+       imgStr->reset();
++#endif
+ 
+       QImage image(width, height, QImage::Format_ARGB32);
+       if (image.isNull())
+@@ -2791,7 +2863,7 @@ void SlaOutputDev::beginMarkedContent(co
+       {
+               if (dictRef->isNull())
+                       return;
+-              OCGs *contentConfig = m_catalog->getOptContentConfig();
++              const OCGs *contentConfig = m_catalog->getOptContentConfig();
+               OptionalContentGroup *oc;
+               if (dictRef->isRef())
+               {
+@@ -2928,7 +3000,11 @@ void SlaOutputDev::updateFont(GfxState *
+       SplashFontFile *fontFile;
+       SplashFontSrc *fontsrc = nullptr;
+       Object refObj, strObj;
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 2, 0)
++      std::vector<int> codeToGID;
++#else
+       int *codeToGID = nullptr;
++#endif
+       const double *textMat = nullptr;
+       double m11, m12, m21, m22, fontSize;
+       SplashCoord mat[4] = { 1.0, 0.0, 0.0, 1.0 };
+@@ -3036,7 +3112,12 @@ void SlaOutputDev::updateFont(GfxState *
+                       break;
+               case fontTrueType:
+               case fontTrueTypeOT:
+-#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(24, 11, 0)
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 7, 0)
++                      if (!fileName.empty())
++                              ff = FoFiTrueType::load(fileName.c_str(), fontLoc->fontNum);
++                      else
++                              ff = FoFiTrueType::make(fontsrc->buf, fontLoc->fontNum);
++#elif POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(24, 11, 0)
+                       if (!fileName.empty())
+                               ff = FoFiTrueType::load(fileName.c_str(), fontLoc->fontNum);
+                       else
+@@ -3055,10 +3136,20 @@ void SlaOutputDev::updateFont(GfxState *
+                       }
+                       else
+                       {
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 2, 0)
++                              codeToGID.clear();
++#else
+                               codeToGID = nullptr;
++#endif
+                               n = 0;
+                       }
+-#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(24, 11, 0)
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 2, 0)
++                      if (!(fontFile = m_fontEngine->loadTrueTypeFont(std::move(id), fontsrc, std::move(codeToGID), fontLoc->fontNum)))
++                      {
++                              error(errSyntaxError, -1, "Couldn't create a font for '{0:s}'", gfxFont->getName() ? gfxFont->getName()->c_str() : "(unnamed)");
++                              goto err2;
++                      }
++#elif POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(24, 11, 0)
+                       if (!(fontFile = m_fontEngine->loadTrueTypeFont(std::move(id), fontsrc, codeToGID, n, fontLoc->fontNum)))
+                       {
+                               error(errSyntaxError, -1, "Couldn't create a font for '{0:s}'", gfxFont->getName() ? gfxFont->getName()->c_str() : "(unnamed)");
+@@ -3089,6 +3180,18 @@ void SlaOutputDev::updateFont(GfxState *
+ #endif
+                       break;
+               case fontCIDType0COT:
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 2, 0)
++                      if (((GfxCIDFont*) gfxFont)->getCIDToGIDLen() > 0)
++                      {
++                              codeToGID = ((GfxCIDFont*) gfxFont)->getCIDToGID();
++                              n = codeToGID.size();
++                      }
++                      else
++                      {
++                              codeToGID.clear();
++                              n = 0;
++                      }
++#else
+                       if (((GfxCIDFont *) gfxFont)->getCIDToGID())
+                       {
+                               n = ((GfxCIDFont *) gfxFont)->getCIDToGIDLen();
+@@ -3100,7 +3203,15 @@ void SlaOutputDev::updateFont(GfxState *
+                               codeToGID = nullptr;
+                               n = 0;
+                       }
+-#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(24, 11, 0)
++#endif
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 2, 0)
++                      if (!(fontFile = m_fontEngine->loadOpenTypeCFFFont(std::move(id), fontsrc, std::move(codeToGID), fontLoc->fontNum)))
++                      {
++                              error(errSyntaxError, -1, "Couldn't create a font for '{0:s}'",
++                                      gfxFont->getName() ? gfxFont->getName()->c_str() : "(unnamed)");
++                              goto err2;
++                      }
++#elif POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(24, 11, 0)
+                       if (!(fontFile = m_fontEngine->loadOpenTypeCFFFont(std::move(id), fontsrc, codeToGID, n, fontLoc->fontNum)))
+                       {
+                               error(errSyntaxError, -1, "Couldn't create a font for '{0:s}'",
+@@ -3118,6 +3229,15 @@ void SlaOutputDev::updateFont(GfxState *
+                       break;
+               case fontCIDType2:
+               case fontCIDType2OT:
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 2, 0)
++                      codeToGID.clear();
++                      n = 0;
++                      if (((GfxCIDFont*) gfxFont)->getCIDToGIDLen() > 0)
++                      {
++                              codeToGID = ((GfxCIDFont*) gfxFont)->getCIDToGID();
++                              n = codeToGID.size();
++                      }
++#else
+                       codeToGID = nullptr;
+                       n = 0;
+                       if (((GfxCIDFont *) gfxFont)->getCIDToGID())
+@@ -3129,9 +3249,15 @@ void SlaOutputDev::updateFont(GfxState *
+                                       memcpy(codeToGID, ((GfxCIDFont *)gfxFont)->getCIDToGID(), n * sizeof(*codeToGID));
+                               }
+                       }
++#endif
+                       else
+                       {
+-#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(24, 11, 0)
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 7, 0)
++                              if (!fileName.empty())
++                                      ff = FoFiTrueType::load(fileName.c_str(), fontLoc->fontNum);
++                              else
++                                      ff = FoFiTrueType::make(fontsrc->buf, fontLoc->fontNum);
++#elif POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(24, 11, 0)
+                               if (!fileName.empty())
+                                       ff = FoFiTrueType::load(fileName.c_str(), fontLoc->fontNum);
+                               else
+@@ -3144,10 +3270,20 @@ void SlaOutputDev::updateFont(GfxState *
+ #endif
+                               if (! ff)
+                                       goto err2;
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 2, 0)
++                              codeToGID = ((GfxCIDFont*) gfxFont)->getCodeToGIDMap(ff.get());
++#else
+                               codeToGID = ((GfxCIDFont*) gfxFont)->getCodeToGIDMap(ff.get(), &n);
++#endif
+                               ff.reset();
+                       }
+-#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(24, 11, 0)
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 2, 0)
++                      if (!(fontFile = m_fontEngine->loadTrueTypeFont(std::move(id), fontsrc, std::move(codeToGID), fontLoc->fontNum)))
++                      {
++                              error(errSyntaxError, -1, "Couldn't create a font for '{0:s}'", gfxFont->getName() ? gfxFont->getName()->c_str() : "(unnamed)");
++                              goto err2;
++                      }
++#elif POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(24, 11, 0)
+                       if (!(fontFile = m_fontEngine->loadTrueTypeFont(std::move(id), fontsrc, codeToGID, n, fontLoc->fontNum)))
+                       {
+                               error(errSyntaxError, -1, "Couldn't create a font for '{0:s}'", gfxFont->getName() ? gfxFont->getName()->c_str() : "(unnamed)");
+@@ -3224,75 +3360,73 @@ void SlaOutputDev::drawChar(GfxState* st
+       // Invisible or only used for clipping
+       if (textRenderingMode == 3)
+               return;
+-      if (textRenderingMode < 8)
++      if (textRenderingMode >= 8)
++              return;
++
++      SplashPath * fontPath = m_font->getGlyphPath(code);
++      if (!fontPath)
++              return;
++
++      QPainterPath qPath;
++      qPath.setFillRule(Qt::WindingFill);
++      for (int i = 0; i < fontPath->getLength(); ++i)
++      {
++              unsigned char f;
++              fontPath->getPoint(i, &x1, &y1, &f);
++              if (f & splashPathFirst)
++                      qPath.moveTo(x1,y1);
++              else if (f & splashPathCurve)
++              {
++                      double x3, y3;
++                      ++i;
++                      fontPath->getPoint(i, &x2, &y2, &f);
++                      ++i;
++                      fontPath->getPoint(i, &x3, &y3, &f);
++                      qPath.cubicTo(x1, y1, x2, y2, x3, y3);
++              }
++              else
++                      qPath.lineTo(x1, y1);
++              if (f & splashPathLast)
++                      qPath.closeSubpath();
++      }
++      const double * ctm = state->getCTM();
++      m_ctm = QTransform(ctm[0], ctm[1], ctm[2], ctm[3], ctm[4], ctm[5]);
++      double xCoor = m_doc->currentPage()->xOffset();
++      double yCoor = m_doc->currentPage()->yOffset();
++      FPointArray textPath;
++      textPath.fromQPainterPath(qPath);
++      FPoint wh = textPath.widthHeight();
++      if (textRenderingMode > 3)
+       {
+-              SplashPath * fontPath;
+-              fontPath = m_font->getGlyphPath(code);
+-              if (fontPath)
+-              {
+-                      QPainterPath qPath;
+-                      qPath.setFillRule(Qt::WindingFill);
+-                      for (int i = 0; i < fontPath->getLength(); ++i)
+-                      {
+-                              unsigned char f;
+-                              fontPath->getPoint(i, &x1, &y1, &f);
+-                              if (f & splashPathFirst)
+-                                      qPath.moveTo(x1,y1);
+-                              else if (f & splashPathCurve)
+-                              {
+-                                      double x3, y3;
+-                                      ++i;
+-                                      fontPath->getPoint(i, &x2, &y2, &f);
+-                                      ++i;
+-                                      fontPath->getPoint(i, &x3, &y3, &f);
+-                                      qPath.cubicTo(x1, y1, x2, y2, x3, y3);
+-                              }
+-                              else
+-                                      qPath.lineTo(x1, y1);
+-                              if (f & splashPathLast)
+-                                      qPath.closeSubpath();
+-                      }
+-                      const double * ctm = state->getCTM();
+-                      m_ctm = QTransform(ctm[0], ctm[1], ctm[2], ctm[3], ctm[4], ctm[5]);
+-                      double xCoor = m_doc->currentPage()->xOffset();
+-                      double yCoor = m_doc->currentPage()->yOffset();
+-                      FPointArray textPath;
+-                      textPath.fromQPainterPath(qPath);
+-                      FPoint wh = textPath.widthHeight();
+-                      if (textRenderingMode > 3)
+-                      {
+-                              QTransform mm;
+-                              mm.scale(1, -1);
+-                              mm.translate(x, -y);
+-                              // Remember the glyph for later clipping
+-                              m_clipTextPath.addPath(m_ctm.map(mm.map(qPath)));
+-                      }
+-                      if ((textPath.size() > 3) && ((wh.x() != 0.0) || (wh.y() != 0.0)) && (textRenderingMode != 7))
+-                      {
+-                              int z = m_doc->itemAdd(PageItem::Polygon, PageItem::Unspecified, xCoor, yCoor, 10, 10, 0, CommonStrings::None, CommonStrings::None);
+-                              PageItem* ite = m_doc->Items->at(z);
+-
+-                              // todo: merge this between vector and text implementations.
+-                              QTransform mm;
+-                              mm.scale(1, -1);
+-                              mm.translate(x, -y);
+-                              textPath.map(mm);
+-                              textPath.map(m_ctm);
+-                              ite->PoLine = textPath.copy();
+-                              setItemFillAndStroke(state, ite);
+-                              // Fill text rendering modes. See above
+-                              m_doc->adjustItemSize(ite);
+-                              m_Elements->append(ite);
+-                              if (m_groupStack.count() != 0)
+-                              {
+-                                      m_groupStack.top().Items.append(ite);
+-                                      applyMask(ite);
+-                              }
+-                      }
+-                      delete fontPath;
++              QTransform mm;
++              mm.scale(1, -1);
++              mm.translate(x, -y);
++              // Remember the glyph for later clipping
++              m_clipTextPath.addPath(m_ctm.map(mm.map(qPath)));
++      }
++      if ((textPath.size() > 3) && ((wh.x() != 0.0) || (wh.y() != 0.0)) && (textRenderingMode != 7))
++      {
++              int z = m_doc->itemAdd(PageItem::Polygon, PageItem::Unspecified, xCoor, yCoor, 10, 10, 0, CommonStrings::None, CommonStrings::None);
++              PageItem* ite = m_doc->Items->at(z);
+ 
++              // todo: merge this between vector and text implementations.
++              QTransform mm;
++              mm.scale(1, -1);
++              mm.translate(x, -y);
++              textPath.map(mm);
++              textPath.map(m_ctm);
++              ite->PoLine = textPath.copy();
++              setItemFillAndStroke(state, ite);
++              // Fill text rendering modes. See above
++              m_doc->adjustItemSize(ite);
++              m_Elements->append(ite);
++              if (m_groupStack.count() != 0)
++              {
++                      m_groupStack.top().Items.append(ite);
++                      applyMask(ite);
+               }
+       }
++      delete fontPath;
+ }
+ 
+ 
+@@ -3526,7 +3660,11 @@ QString SlaOutputDev::getAnnotationColor
+               return CommonStrings::None;
+       if (color->getSpace() == AnnotColor::colorRGB)
+       {
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 9, 0)
++              const std::array<double, 4>& color_data = color->getValues();
++#else
+               const double *color_data = color->getValues();
++#endif
+               double Rc = color_data[0];
+               double Gc = color_data[1];
+               double Bc = color_data[2];
+@@ -3535,7 +3673,11 @@ QString SlaOutputDev::getAnnotationColor
+       }
+       else if (color->getSpace() == AnnotColor::colorCMYK)
+       {
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 9, 0)
++              const std::array<double, 4>& color_data = color->getValues();
++#else
+               const double *color_data = color->getValues();
++#endif
+               double Cc = color_data[0];
+               double Mc = color_data[1];
+               double Yc = color_data[2];
+@@ -3545,7 +3687,11 @@ QString SlaOutputDev::getAnnotationColor
+       }
+       else if (color->getSpace() == AnnotColor::colorGray)
+       {
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 9, 0)
++              const std::array<double, 4>& color_data = color->getValues();
++#else
+               const double *color_data = color->getValues();
++#endif
+               double Kc = 1.0 - color_data[0];
+               tmp.setCmykColorF(0, 0, 0, Kc);
+               fNam = m_doc->PageColors.tryAddColor(namPrefix+tmp.name(), tmp);
+@@ -3567,32 +3713,31 @@ QString SlaOutputDev::convertPath(const 
+       for (int i = 0; i < path->getNumSubpaths(); ++i)
+       {
+               const GfxSubpath * subpath = path->getSubpath(i);
+-              if (subpath->getNumPoints() > 0)
+-              {
+-                      output += QString("M %1 %2").arg(subpath->getX(0)).arg(subpath->getY(0));
+-                      int j = 1;
+-                      while (j < subpath->getNumPoints())
+-                      {
+-                              if (subpath->getCurve(j))
+-                              {
+-                                      output += QString("C %1 %2 %3 %4 %5 %6")
+-                                      .arg(subpath->getX(j)).arg(subpath->getY(j))
+-                                      .arg(subpath->getX(j + 1)).arg(subpath->getY(j + 1))
+-                                      .arg(subpath->getX(j + 2)).arg(subpath->getY(j + 2));
+-                                      j += 3;
+-                              }
+-                              else
+-                              {
+-                                      output += QString("L %1 %2").arg(subpath->getX(j)).arg(subpath->getY(j));
+-                                      ++j;
+-                              }
++              if (subpath->getNumPoints() <= 0)
++                      continue;
++              output += QString("M %1 %2").arg(subpath->getX(0)).arg(subpath->getY(0));
++              int j = 1;
++              while (j < subpath->getNumPoints())
++              {
++                      if (subpath->getCurve(j))
++                      {
++                              output += QString("C %1 %2 %3 %4 %5 %6")
++                              .arg(subpath->getX(j)).arg(subpath->getY(j))
++                              .arg(subpath->getX(j + 1)).arg(subpath->getY(j + 1))
++                              .arg(subpath->getX(j + 2)).arg(subpath->getY(j + 2));
++                              j += 3;
+                       }
+-                      if (subpath->isClosed())
++                      else
+                       {
+-                              output += QString("Z");
+-                              m_pathIsClosed = true;
++                              output += QString("L %1 %2").arg(subpath->getX(j)).arg(subpath->getY(j));
++                              ++j;
+                       }
+               }
++              if (subpath->isClosed())
++              {
++                      output += QString("Z");
++                      m_pathIsClosed = true;
++              }
+       }
+       return output;
+ }
+@@ -3623,21 +3768,11 @@ void SlaOutputDev::getPenState(GfxState 
+                       m_lineJoin = Qt::BevelJoin;
+                       break;
+       }
+-#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(22, 9, 0)
+       const auto& dashPattern = state->getLineDash(&m_dashOffset);
+       QVector<double> pattern(dashPattern.size());
+       for (size_t i = 0; i < dashPattern.size(); ++i)
+               pattern[i] = dashPattern[i];
+       m_dashValues = pattern;
+-#else
+-      double* dashPattern;
+-      int dashLength;
+-      state->getLineDash(&dashPattern, &dashLength, &m_dashOffset);
+-      QVector<double> pattern(dashLength);
+-      for (int i = 0; i < dashLength; ++i)
+-              pattern[i] = dashPattern[i];
+-      m_dashValues = pattern;
+-#endif
+ }
+ 
+ int SlaOutputDev::getBlendMode(GfxState *state) const
+@@ -3748,6 +3883,41 @@ void SlaOutputDev::pushGroup(const QStri
+ 
+ QString SlaOutputDev::UnicodeParsedString(const GooString *s1) const
+ {
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 10, 0)
++      if (!s1 || s1->size() == 0)
++              return QString();
++      bool isUnicode;
++      int i;
++      Unicode u;
++      QString result;
++      if ((s1->getChar(0) & 0xff) == 0xfe && (s1->size() > 1 && (s1->getChar(1) & 0xff) == 0xff))
++      {
++              isUnicode = true;
++              i = 2;
++              result.reserve((s1->size() - 2) / 2);
++      }
++      else
++      {
++              isUnicode = false;
++              i = 0;
++              result.reserve(s1->size());
++      }
++      while (i < s1->size())
++      {
++              if (isUnicode)
++              {
++                      u = ((s1->getChar(i) & 0xff) << 8) | (s1->getChar(i + 1) & 0xff);
++                      i += 2;
++              }
++              else
++              {
++                      u = s1->getChar(i) & 0xff;
++                      ++i;
++              }
++              result += QChar(u);
++      }
++      return result;
++#else
+       if (!s1 || s1->getLength() == 0)
+               return QString();
+       bool isUnicode;
+@@ -3781,6 +3951,7 @@ QString SlaOutputDev::UnicodeParsedStrin
+               result += QChar( u );
+       }
+       return result;
++#endif
+ }
+ 
+ QString SlaOutputDev::UnicodeParsedString(const std::string& s1) const
Index: pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_slaoutput.h
diff -u /dev/null pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_slaoutput.h:1.1
--- /dev/null   Mon Nov 10 13:54:54 2025
+++ pkgsrc/print/scribus/patches/patch-scribus_plugins_import_pdf_slaoutput.h   Mon Nov 10 13:54:53 2025
@@ -0,0 +1,66 @@
+$NetBSD: patch-scribus_plugins_import_pdf_slaoutput.h,v 1.1 2025/11/10 13:54:53 wiz Exp $
+
+Sync with git head as of 2025-11-10 to fix build problems with qt, poppler, podofo.
+
+--- scribus/plugins/import/pdf/slaoutput.h.orig        2025-01-25 21:57:14.000000000 +0000
++++ scribus/plugins/import/pdf/slaoutput.h
+@@ -20,6 +20,7 @@ for which a new license (GPL+exception) 
+ #include <QTextStream>
+ #include <QTransform>
+ 
++#include <array>
+ #include <memory>
+ 
+ #include "fpointarray.h"
+@@ -164,7 +165,7 @@ public:
+       SlaOutputDev(ScribusDoc* doc, QList<PageItem*> *Elements, QStringList *importedColors, int flags);
+       ~SlaOutputDev() override;
+ 
+-      LinkAction* SC_getAction(AnnotWidget *ano);
++      std::unique_ptr<LinkAction> SC_getAction(AnnotWidget *ano);
+       std::unique_ptr<LinkAction> SC_getAdditionalAction(const char *key, AnnotWidget *ano);
+       static bool annotations_callback(Annot *annota, void *user_data);
+       bool handleTextAnnot(Annot* annota, double xCoor, double yCoor, double width, double height);
+@@ -195,7 +196,12 @@ public:
+       void stroke(GfxState *state) override;
+       void fill(GfxState *state) override;
+       void eoFill(GfxState *state) override;
++
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 9, 0)
++      bool tilingPatternFill(GfxState *state, Gfx *gfx, Catalog *cat, GfxTilingPattern *tPat, const std::array<double, 6>& mat, int x0, int y0, int x1, int y1, double xStep, double yStep) override;
++#else
+       bool tilingPatternFill(GfxState *state, Gfx *gfx, Catalog *cat, GfxTilingPattern *tPat, const double *mat, int x0, int y0, int x1, int y1, double xStep, double yStep) override;
++#endif
+       bool functionShadedFill(GfxState * /*state*/, GfxFunctionShading * /*shading*/) override { qDebug() << "Function Shaded Fill";  return false; }
+       bool axialShadedFill(GfxState *state, GfxAxialShading *shading, double tMin, double tMax) override;
+       bool axialShadedSupportExtend(GfxState *state, GfxAxialShading *shading)  override { return (shading->getExtend0() == shading->getExtend1()); }
+@@ -254,10 +260,20 @@ public:
+                                  bool maskInvert, bool maskInterpolate) override;
+ 
+       //----- transparency groups and soft masks
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 9, 0)
++      void beginTransparencyGroup(GfxState *state, const std::array<double, 4>& bbox, GfxColorSpace* /*blendingColorSpace*/, bool /*isolated*/, bool /*knockout*/, bool /*forSoftMask*/) override;
++      void paintTransparencyGroup(GfxState *state, const std::array<double, 4>& bbox) override;
++#else
+       void beginTransparencyGroup(GfxState *state, const double *bbox, GfxColorSpace * /*blendingColorSpace*/, bool /*isolated*/, bool /*knockout*/, bool /*forSoftMask*/) override;
+       void paintTransparencyGroup(GfxState *state, const double *bbox) override;
++#endif
+       void endTransparencyGroup(GfxState *state) override;
++
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(25, 9, 0)
++      void setSoftMask(GfxState * /*state*/, const std::array<double, 4> & /*bbox*/, bool /*alpha*/, Function * /*transferFunc*/, GfxColor * /*backdropColor*/) override;
++#else
+       void setSoftMask(GfxState * /*state*/, const double * /*bbox*/, bool /*alpha*/, Function * /*transferFunc*/, GfxColor * /*backdropColor*/) override;
++#endif
+       void clearSoftMask(GfxState * /*state*/) override;
+ 
+       void updateFillColor(GfxState *state) override;
+@@ -394,7 +410,7 @@ private:
+       QTransform m_ctm;
+       struct F3Entry
+       {
+-              bool colored;
++              bool colored = false;
+       };
+       QStack<F3Entry> m_F3Stack;
+       struct mContent
Index: pkgsrc/print/scribus/patches/patch-scribus_third__party_Qt-Advanced-Docking-System_src_CMakeLists.txt
diff -u /dev/null pkgsrc/print/scribus/patches/patch-scribus_third__party_Qt-Advanced-Docking-System_src_CMakeLists.txt:1.1
--- /dev/null   Mon Nov 10 13:54:54 2025
+++ pkgsrc/print/scribus/patches/patch-scribus_third__party_Qt-Advanced-Docking-System_src_CMakeLists.txt       Mon Nov 10 13:54:53 2025
@@ -0,0 +1,92 @@
+$NetBSD: patch-scribus_third__party_Qt-Advanced-Docking-System_src_CMakeLists.txt,v 1.1 2025/11/10 13:54:53 wiz Exp $
+
+Don't install qt advanced docking system.
+From gentoo
+https://gitweb.gentoo.org/repo/gentoo.git/tree/app-office/scribus/files/scribus-1.7.0-dont-install-qtadvanceddocking.patch
+
+--- scribus/third_party/Qt-Advanced-Docking-System/src/CMakeLists.txt.orig     2025-01-25 21:57:22.000000000 +0000
++++ scribus/third_party/Qt-Advanced-Docking-System/src/CMakeLists.txt
+@@ -71,13 +71,13 @@ if (UNIX AND NOT APPLE)
+ endif()
+ 
+ set(library_name "qt${QT_VERSION_MAJOR}advanceddocking")
+-if(BUILD_STATIC)
++#if(BUILD_STATIC)
+     add_library(${library_name} STATIC ${ads_SRCS} ${ads_HEADERS})
+     target_compile_definitions( ${library_name} PUBLIC ADS_STATIC)
+-else()
+-    add_library( ${library_name} SHARED ${ads_SRCS} ${ads_HEADERS})
+-    target_compile_definitions( ${library_name} PRIVATE ADS_SHARED_EXPORT)
+-endif()
++#else()
++#    add_library( ${library_name} SHARED ${ads_SRCS} ${ads_HEADERS})
++#    target_compile_definitions( ${library_name} PRIVATE ADS_SHARED_EXPORT)
++#endif()
+ 
+ add_library(ads::${library_name} ALIAS ${library_name})
+ 
+@@ -119,35 +119,35 @@ write_basic_package_version_file(
+     VERSION ${VERSION_SHORT}
+     COMPATIBILITY SameMajorVersion
+ )
+-install(FILES ${ads_HEADERS}
+-    DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${library_name}
+-    COMPONENT headers
+-)
+-install(FILES
+-    "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE"
+-    "${CMAKE_CURRENT_SOURCE_DIR}/../gnu-lgpl-v2.1.md"
+-    DESTINATION license/ads
+-    COMPONENT license
+-)
+-install(TARGETS ${library_name}
+-    EXPORT adsTargets
+-    RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
+-    LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
+-    ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
+-    INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${library_name}
+-)
+-
+-install(EXPORT adsTargets
+-    FILE adsTargets.cmake
+-    NAMESPACE ads::
+-    DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${library_name}
+-)
+-install(FILES qtadvanceddockingConfig.cmake RENAME ${library_name}Config.cmake
+-    DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${library_name}
+-)
+-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${library_name}ConfigVersion.cmake"
+-    DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${library_name}
+-)
++#install(FILES ${ads_HEADERS}
++#    DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${library_name}
++#    COMPONENT headers
++#)
++#install(FILES
++#    "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE"
++#    "${CMAKE_CURRENT_SOURCE_DIR}/../gnu-lgpl-v2.1.md"
++#    DESTINATION license/ads
++#    COMPONENT license
++#)
++#install(TARGETS ${library_name}
++#    EXPORT adsTargets
++#    RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
++#    LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
++#    ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
++#    INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${library_name}
++#)
++#
++#install(EXPORT adsTargets
++#    FILE adsTargets.cmake
++#    NAMESPACE ads::
++#    DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${library_name}
++#)
++#install(FILES qtadvanceddockingConfig.cmake RENAME ${library_name}Config.cmake
++#    DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${library_name}
++#)
++#install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${library_name}ConfigVersion.cmake"
++#    DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${library_name}
++#)
+ 
+ target_include_directories(${library_name} PUBLIC
+     $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
Index: pkgsrc/print/scribus/patches/patch-scribus_util__text.cpp
diff -u /dev/null pkgsrc/print/scribus/patches/patch-scribus_util__text.cpp:1.1
--- /dev/null   Mon Nov 10 13:54:54 2025
+++ pkgsrc/print/scribus/patches/patch-scribus_util__text.cpp   Mon Nov 10 13:54:53 2025
@@ -0,0 +1,23 @@
+$NetBSD: patch-scribus_util__text.cpp,v 1.1 2025/11/10 13:54:53 wiz Exp $
+
+Fix build with qt 6.9.
+https://github.com/scribusproject/scribus/commit/f553dce73905d11b301901dc039e973c18adf0a5
+
+--- scribus/util_text.cpp.orig 2025-01-25 21:57:41.000000000 +0000
++++ scribus/util_text.cpp
+@@ -100,10 +100,12 @@ QString stringToUnicode(const QString &t
+       QString out;
+ 
+       for (auto c : text)
+-              out += QString("U+%1,").arg(c.unicode(), 4, 16, QChar('0')).toUpper();
+-
+-      return out.mid(0, out.length() -1);
++      {
++              auto u = static_cast<uint>(c.unicode());
++              out += QString("U+%1,").arg(u, 4, 16, QChar('0')).toUpper();
++      }
+ 
++      return out.mid(0, out.length() - 1);
+ }
+ 
+ QString unicodeToString(const QString &text)



Home | Main Index | Thread Index | Old Index