Wed May 9 09:28:32 2012 UTC ()
update to 1.4.1
changes:
-Addition of the GiveLife Color System(R) swatch palettes
-Addition of undo steps for path operations and page moving
-Enhancements to scripter
-Translation updates
-Relocation of profiles and swatches to the share directory
-bugfixes

pkgsrc note: switched from lcms1 to lcms2 -- this was not necessary
technically, but it is harder to keep cmake from picking up lcms2
if both versions are present


(drochner)
diff -r1.10 -r1.11 pkgsrc/print/scribus-qt4/Makefile
diff -r1.2 -r1.3 pkgsrc/print/scribus-qt4/PLIST
diff -r1.3 -r1.4 pkgsrc/print/scribus-qt4/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/print/scribus-qt4/Makefile (expand / switch to unified diff)

--- pkgsrc/print/scribus-qt4/Makefile 2012/03/15 11:53:37 1.10
+++ pkgsrc/print/scribus-qt4/Makefile 2012/05/09 09:28:31 1.11
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.10 2012/03/15 11:53:37 obache Exp $ 1# $NetBSD: Makefile,v 1.11 2012/05/09 09:28:31 drochner Exp $
2 2
3DISTNAME= scribus-1.4.0 3DISTNAME= scribus-1.4.1
4PKGREVISION= 4 
5CATEGORIES= print 4CATEGORIES= print
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scribus/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scribus/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.scribus.net/ 9HOMEPAGE= http://www.scribus.net/
11COMMENT= Publishing layout with graphical interface 10COMMENT= Publishing layout with graphical interface
12 11
13PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
14 13
 14WRKSRC= ${WRKDIR}/Scribus
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_LIBTOOL= YES 16USE_LIBTOOL= YES
17USE_TOOLS+= gmake perl pkg-config 17USE_TOOLS+= gmake perl pkg-config
18PTHREAD_OPTS+= require 18PTHREAD_OPTS+= require
19SHLIBTOOL_OVERRIDE= # empty 19SHLIBTOOL_OVERRIDE= # empty
20USE_CMAKE= yes 20USE_CMAKE= yes
21CMAKE_ARGS+= -DPNG_LIBRARY_RELEASE=${LOCALBASE}/lib 21CMAKE_ARGS+= -DPNG_LIBRARY_RELEASE=${LOCALBASE}/lib
22CONFIGURE_ARGS+= --enable-cairo 22CONFIGURE_ARGS+= --enable-cairo
23CONFIGURE_ARGS+= --with-extra-includes=${PREFIX}/include 23CONFIGURE_ARGS+= --with-extra-includes=${PREFIX}/include
24CONFIGURE_ARGS+= --with-extra-libs=${PREFIX}/lib 24CONFIGURE_ARGS+= --with-extra-libs=${PREFIX}/lib
25CONFIGURE_ARGS+= --with-qt-dir=${QTDIR} 25CONFIGURE_ARGS+= --with-qt-dir=${QTDIR}
26CONFIGURE_ARGS+= --with-pythondir=${PREFIX} 26CONFIGURE_ARGS+= --with-pythondir=${PREFIX}
27# XXX make an option 27# XXX make an option
@@ -29,27 +29,27 @@ CONFIGURE_ARGS+= --disable-cups @@ -29,27 +29,27 @@ CONFIGURE_ARGS+= --disable-cups
29 29
30INSTALLATION_DIRS+= share/pixmaps 30INSTALLATION_DIRS+= share/pixmaps
31 31
32post-install: 32post-install:
33 ${INSTALL_DATA} ${WRKSRC}/resources/icons/scribus.png \ 33 ${INSTALL_DATA} ${WRKSRC}/resources/icons/scribus.png \
34 ${DESTDIR}${PREFIX}/share/pixmaps 34 ${DESTDIR}${PREFIX}/share/pixmaps
35 35
36.include "../../devel/boost-headers/buildlink3.mk" 36.include "../../devel/boost-headers/buildlink3.mk"
37.include "../../print/cups/buildlink3.mk" 37.include "../../print/cups/buildlink3.mk"
38.include "../../print/podofo/buildlink3.mk" 38.include "../../print/podofo/buildlink3.mk"
39.include "../../graphics/cairo/buildlink3.mk" 39.include "../../graphics/cairo/buildlink3.mk"
40.include "../../mk/jpeg.buildlink3.mk" 40.include "../../mk/jpeg.buildlink3.mk"
41.include "../../graphics/png/buildlink3.mk" 41.include "../../graphics/png/buildlink3.mk"
42.include "../../graphics/lcms/buildlink3.mk" 42.include "../../graphics/lcms2/buildlink3.mk"
43BUILDLINK_API_DEPENDS.libart+= libart>=2.3.19nb1 43BUILDLINK_API_DEPENDS.libart+= libart>=2.3.19nb1
44.include "../../graphics/libart/buildlink3.mk" 44.include "../../graphics/libart/buildlink3.mk"
45.include "../../graphics/tiff/buildlink3.mk" 45.include "../../graphics/tiff/buildlink3.mk"
46.include "../../textproc/libxml2/buildlink3.mk" 46.include "../../textproc/libxml2/buildlink3.mk"
47.include "../../textproc/aspell/buildlink3.mk" 47.include "../../textproc/aspell/buildlink3.mk"
48.include "../../x11/libSM/buildlink3.mk" 48.include "../../x11/libSM/buildlink3.mk"
49.include "../../x11/libX11/buildlink3.mk" 49.include "../../x11/libX11/buildlink3.mk"
50.include "../../x11/libXt/buildlink3.mk" 50.include "../../x11/libXt/buildlink3.mk"
51.include "../../x11/qt4-libs/buildlink3.mk" 51.include "../../x11/qt4-libs/buildlink3.mk"
52.include "../../x11/qt4-tools/buildlink3.mk" 52.include "../../x11/qt4-tools/buildlink3.mk"
53.include "../../mk/pthread.buildlink3.mk" 53.include "../../mk/pthread.buildlink3.mk"
54.include "../../lang/python/application.mk" 54.include "../../lang/python/application.mk"
55.include "../../databases/shared-mime-info/mimedb.mk" 55.include "../../databases/shared-mime-info/mimedb.mk"

cvs diff -r1.2 -r1.3 pkgsrc/print/scribus-qt4/PLIST (expand / switch to unified diff)

--- pkgsrc/print/scribus-qt4/PLIST 2012/01/09 17:44:12 1.2
+++ pkgsrc/print/scribus-qt4/PLIST 2012/05/09 09:28:31 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2012/01/09 17:44:12 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.3 2012/05/09 09:28:31 drochner Exp $
2bin/scribus 2bin/scribus
3include/scribus/KarbonCurveFit.h 3include/scribus/KarbonCurveFit.h
4include/scribus/about.h 4include/scribus/about.h
5include/scribus/aboutplugins.h 5include/scribus/aboutplugins.h
6include/scribus/actionmanager.h 6include/scribus/actionmanager.h
7include/scribus/adjustcmsdialog.h 7include/scribus/adjustcmsdialog.h
8include/scribus/aligndistribute.h 8include/scribus/aligndistribute.h
9include/scribus/alignselect.h 9include/scribus/alignselect.h
10include/scribus/annot.h 10include/scribus/annot.h
11include/scribus/annota.h 11include/scribus/annota.h
12include/scribus/annotation.h 12include/scribus/annotation.h
13include/scribus/applytemplatedialog.h 13include/scribus/applytemplatedialog.h
14include/scribus/arrowchooser.h 14include/scribus/arrowchooser.h
@@ -379,26 +379,30 @@ include/scribus/plugins/tools/2geomtools @@ -379,26 +379,30 @@ include/scribus/plugins/tools/2geomtools
379include/scribus/plugins/tools/2geomtools/lib2geom/solver.h 379include/scribus/plugins/tools/2geomtools/lib2geom/solver.h
380include/scribus/plugins/tools/2geomtools/lib2geom/sturm.h 380include/scribus/plugins/tools/2geomtools/lib2geom/sturm.h
381include/scribus/plugins/tools/2geomtools/lib2geom/svg-elliptical-arc.h 381include/scribus/plugins/tools/2geomtools/lib2geom/svg-elliptical-arc.h
382include/scribus/plugins/tools/2geomtools/lib2geom/svg-path.h 382include/scribus/plugins/tools/2geomtools/lib2geom/svg-path.h
383include/scribus/plugins/tools/2geomtools/lib2geom/sweep.h 383include/scribus/plugins/tools/2geomtools/lib2geom/sweep.h
384include/scribus/plugins/tools/2geomtools/lib2geom/transforms.h 384include/scribus/plugins/tools/2geomtools/lib2geom/transforms.h
385include/scribus/plugins/tools/2geomtools/lib2geom/utils.h 385include/scribus/plugins/tools/2geomtools/lib2geom/utils.h
386include/scribus/plugins/tools/2geomtools/meshdistortion/meshdistortion.h 386include/scribus/plugins/tools/2geomtools/meshdistortion/meshdistortion.h
387include/scribus/plugins/tools/2geomtools/meshdistortion/meshdistortiondialog.h 387include/scribus/plugins/tools/2geomtools/meshdistortion/meshdistortiondialog.h
388include/scribus/plugins/tools/2geomtools/meshdistortion/ui_meshdistortiondialog.h 388include/scribus/plugins/tools/2geomtools/meshdistortion/ui_meshdistortiondialog.h
389include/scribus/plugins/tools/2geomtools/pathalongpath/pathalongpath.h 389include/scribus/plugins/tools/2geomtools/pathalongpath/pathalongpath.h
390include/scribus/plugins/tools/2geomtools/pathalongpath/pathdialog.h 390include/scribus/plugins/tools/2geomtools/pathalongpath/pathdialog.h
391include/scribus/plugins/tools/2geomtools/pathalongpath/ui_pathdialogbase.h 391include/scribus/plugins/tools/2geomtools/pathalongpath/ui_pathdialogbase.h
 392include/scribus/plugins/tools/hunspellcheck/hunspelldialog.h
 393include/scribus/plugins/tools/hunspellcheck/hunspellplugin.h
 394include/scribus/plugins/tools/hunspellcheck/hunspellpluginimpl.h
 395include/scribus/plugins/tools/hunspellcheck/hunspellpluginstructs.h
392include/scribus/plugins/tools/lenseffects/lensdialog.h 396include/scribus/plugins/tools/lenseffects/lensdialog.h
393include/scribus/plugins/tools/lenseffects/lenseffects.h 397include/scribus/plugins/tools/lenseffects/lenseffects.h
394include/scribus/plugins/tools/lenseffects/ui_lensdialogbase.h 398include/scribus/plugins/tools/lenseffects/ui_lensdialogbase.h
395include/scribus/plugins/tools/pathconnect/pathconnect.h 399include/scribus/plugins/tools/pathconnect/pathconnect.h
396include/scribus/plugins/tools/pathconnect/pathconnectdialog.h 400include/scribus/plugins/tools/pathconnect/pathconnectdialog.h
397include/scribus/plugins/tools/pathconnect/ui_pathconnectdialogbase.h 401include/scribus/plugins/tools/pathconnect/ui_pathconnectdialogbase.h
398include/scribus/plugins/tools/pathcut/pathcut.h 402include/scribus/plugins/tools/pathcut/pathcut.h
399include/scribus/plugins/tools/pathfinder/pathfinder.h 403include/scribus/plugins/tools/pathfinder/pathfinder.h
400include/scribus/plugins/tools/pathfinder/pathfinderdialog.h 404include/scribus/plugins/tools/pathfinder/pathfinderdialog.h
401include/scribus/plugins/tools/pathfinder/ui_pathfinderbase.h 405include/scribus/plugins/tools/pathfinder/ui_pathfinderbase.h
402include/scribus/plugins/tools/pathstroker/pathstroker.h 406include/scribus/plugins/tools/pathstroker/pathstroker.h
403include/scribus/plugins/tools/spellcheck/aspellplugin.h 407include/scribus/plugins/tools/spellcheck/aspellplugin.h
404include/scribus/plugins/tools/spellcheck/aspellpluginimpl.h 408include/scribus/plugins/tools/spellcheck/aspellpluginimpl.h
@@ -682,476 +686,644 @@ lib/scribus/plugins/libpathstroker.so @@ -682,476 +686,644 @@ lib/scribus/plugins/libpathstroker.so
682lib/scribus/plugins/libsaveastemplateplugin.so 686lib/scribus/plugins/libsaveastemplateplugin.so
683lib/scribus/plugins/libscribus12format.so 687lib/scribus/plugins/libscribus12format.so
684lib/scribus/plugins/libscribus134format.so 688lib/scribus/plugins/libscribus134format.so
685lib/scribus/plugins/libscribus13format.so 689lib/scribus/plugins/libscribus13format.so
686lib/scribus/plugins/libscribusexportpixmap.so 690lib/scribus/plugins/libscribusexportpixmap.so
687lib/scribus/plugins/libscribusshortwords.so 691lib/scribus/plugins/libscribusshortwords.so
688lib/scribus/plugins/libscriptplugin.so 692lib/scribus/plugins/libscriptplugin.so
689lib/scribus/plugins/libsubdivide.so 693lib/scribus/plugins/libsubdivide.so
690lib/scribus/plugins/libsvgexplugin.so 694lib/scribus/plugins/libsvgexplugin.so
691lib/scribus/plugins/libsvgimplugin.so 695lib/scribus/plugins/libsvgimplugin.so
692lib/scribus/plugins/libtransformeffect.so 696lib/scribus/plugins/libtransformeffect.so
693lib/scribus/plugins/libwmfimplugin.so 697lib/scribus/plugins/libwmfimplugin.so
694lib/scribus/plugins/libx_aspellplugin.so 698lib/scribus/plugins/libx_aspellplugin.so
695lib/scribus/profiles/GenericCMYK.icm 
696lib/scribus/profiles/GenericCMYK.txt 
697lib/scribus/profiles/Readme 
698lib/scribus/profiles/sRGB.icm 
699lib/scribus/profiles/srgb.license 
700lib/scribus/swatches/AFNOR_X_08-002.xml 
701lib/scribus/swatches/AS_2007S-1996.xml 
702lib/scribus/swatches/Alligator Collection 3000_bs00_3.eps 
703lib/scribus/swatches/Alligator Collection 3000_bs01_3.eps 
704lib/scribus/swatches/Alligator Collection 3000_kd01_4.eps 
705lib/scribus/swatches/Alligator Collection 3000_np01_4.eps 
706lib/scribus/swatches/Alligator Collection 3000_zd01_4.eps 
707lib/scribus/swatches/Alligator Collection 4000_bs00_3.eps 
708lib/scribus/swatches/Alligator Collection 4000_bs01_3.eps 
709lib/scribus/swatches/Alligator Collection 4000_kd01_4.eps 
710lib/scribus/swatches/Alligator Collection 4000_np01_4.eps 
711lib/scribus/swatches/Alligator Collection 4000_zd01_4.eps 
712lib/scribus/swatches/BS_381C.xml 
713lib/scribus/swatches/BS_4800.xml 
714lib/scribus/swatches/BannerRite_bs00_3.eps 
715lib/scribus/swatches/BannerRite_bs01_3.eps 
716lib/scribus/swatches/BannerRite_kd01_4.eps 
717lib/scribus/swatches/BannerRite_np01_4.eps 
718lib/scribus/swatches/BannerRite_zd01_4.eps 
719lib/scribus/swatches/Baumann System Prase_bs00_3.eps 
720lib/scribus/swatches/Baumann System Prase_bs01_3.eps 
721lib/scribus/swatches/Baumann System Prase_kd01_4.eps 
722lib/scribus/swatches/Baumann System Prase_np01_4.eps 
723lib/scribus/swatches/Baumann System Prase_zd01_4.eps 
724lib/scribus/swatches/COPYING_RESENE.txt 
725lib/scribus/swatches/Colortrend Wood Stains_bs00_3.eps 
726lib/scribus/swatches/Colortrend Wood Stains_bs01_3.eps 
727lib/scribus/swatches/Colortrend Wood Stains_kd01_4.eps 
728lib/scribus/swatches/Colortrend Wood Stains_np01_4.eps 
729lib/scribus/swatches/Colortrend Wood Stains_zd01_4.eps 
730lib/scribus/swatches/CrayonTM.xml 
731lib/scribus/swatches/DEUTSCHEpapier_bs00_3.eps 
732lib/scribus/swatches/DEUTSCHEpapier_bs01_3.eps 
733lib/scribus/swatches/DEUTSCHEpapier_kd01_4.eps 
734lib/scribus/swatches/DEUTSCHEpapier_np01_4.eps 
735lib/scribus/swatches/DEUTSCHEpapier_zd01_4.eps 
736lib/scribus/swatches/DRAKA POLYA_bs00_3.eps 
737lib/scribus/swatches/DRAKA POLYA_bs01_3.eps 
738lib/scribus/swatches/DRAKA POLYA_kd01_4.eps 
739lib/scribus/swatches/DRAKA POLYA_np01_4.eps 
740lib/scribus/swatches/DRAKA POLYA_zd01_4.eps 
741lib/scribus/swatches/GCMI_Colors.xml 
742lib/scribus/swatches/GS Palette 141 Kunstdruck_bs00_3.eps 
743lib/scribus/swatches/GS Palette 141 Kunstdruck_bs01_3.eps 
744lib/scribus/swatches/GS Palette 141 Kunstdruck_kd01_4.eps 
745lib/scribus/swatches/GS Palette 141 Kunstdruck_np01_4.eps 
746lib/scribus/swatches/GS Palette 141 Kunstdruck_zd01_4.eps 
747lib/scribus/swatches/GS Palette 141 Naturpapier_bs00_3.eps 
748lib/scribus/swatches/GS Palette 141 Naturpapier_bs01_3.eps 
749lib/scribus/swatches/GS Palette 141 Naturpapier_kd01_4.eps 
750lib/scribus/swatches/GS Palette 141 Naturpapier_np01_4.eps 
751lib/scribus/swatches/GS Palette 141 Naturpapier_zd01_4.eps 
752lib/scribus/swatches/Gnome.xml 
753lib/scribus/swatches/Heidelberger ip Oberputze_bs00_3.eps 
754lib/scribus/swatches/Heidelberger ip Oberputze_bs01_3.eps 
755lib/scribus/swatches/Heidelberger ip Oberputze_kd01_4.eps 
756lib/scribus/swatches/Heidelberger ip Oberputze_np01_4.eps 
757lib/scribus/swatches/Heidelberger ip Oberputze_zd01_4.eps 
758lib/scribus/swatches/J&S K_bs00_3.eps 
759lib/scribus/swatches/J&S K_bs01_3.eps 
760lib/scribus/swatches/J&S K_kd01_4.eps 
761lib/scribus/swatches/J&S K_np01_4.eps 
762lib/scribus/swatches/J&S K_zd01_4.eps 
763lib/scribus/swatches/JIS_8721.xml 
764lib/scribus/swatches/Japanese_Traditional.xml 
765lib/scribus/swatches/Japanese_Traditional_README.txt 
766lib/scribus/swatches/KOBRA_bs00_3.eps 
767lib/scribus/swatches/KOBRA_bs01_3.eps 
768lib/scribus/swatches/KOBRA_kd01_4.eps 
769lib/scribus/swatches/KOBRA_np01_4.eps 
770lib/scribus/swatches/KOBRA_zd01_4.eps 
771lib/scribus/swatches/Koessinger Keramik-Druck_bs00_3.eps 
772lib/scribus/swatches/Koessinger Keramik-Druck_bs01_3.eps 
773lib/scribus/swatches/Koessinger Keramik-Druck_kd01_4.eps 
774lib/scribus/swatches/Koessinger Keramik-Druck_np01_4.eps 
775lib/scribus/swatches/Koessinger Keramik-Druck_zd01_4.eps 
776lib/scribus/swatches/LibreOffice.xml 
777lib/scribus/swatches/Munsell_Soil_Colors.xml 
778lib/scribus/swatches/NBS-ISCC_Colors.xml 
779lib/scribus/swatches/OSMO Einmallasur_bs00_3.eps 
780lib/scribus/swatches/OSMO Einmallasur_bs01_3.eps 
781lib/scribus/swatches/OSMO Einmallasur_kd01_4.eps 
782lib/scribus/swatches/OSMO Einmallasur_np01_4.eps 
783lib/scribus/swatches/OSMO Einmallasur_zd01_4.eps 
784lib/scribus/swatches/OpenOffice_dot_org_CMYK.xml 
785lib/scribus/swatches/OpenSUSE.xml 
786lib/scribus/swatches/Oracal 451_bs00_3.eps 
787lib/scribus/swatches/Oracal 451_bs01_3.eps 
788lib/scribus/swatches/Oracal 451_kd01_4.eps 
789lib/scribus/swatches/Oracal 451_np01_4.eps 
790lib/scribus/swatches/Oracal 451_zd01_4.eps 
791lib/scribus/swatches/Oracal 6510_bs00_3.eps 
792lib/scribus/swatches/Oracal 6510_bs01_3.eps 
793lib/scribus/swatches/Oracal 6510_kd01_4.eps 
794lib/scribus/swatches/Oracal 6510_np01_4.eps 
795lib/scribus/swatches/Oracal 6510_zd01_4.eps 
796lib/scribus/swatches/Oxygen.xml 
797lib/scribus/swatches/PRB Color_bs00_3.eps 
798lib/scribus/swatches/PRB Color_bs01_3.eps 
799lib/scribus/swatches/PRB Color_kd01_4.eps 
800lib/scribus/swatches/PRB Color_np01_4.eps 
801lib/scribus/swatches/PRB Color_zd01_4.eps 
802lib/scribus/swatches/Resene_BS2660_101.xml 
803lib/scribus/swatches/Resene_BS5252_2008.xml 
804lib/scribus/swatches/Resene_Decks_Paths_2009.xml 
805lib/scribus/swatches/Resene_Heritage_2008.xml 
806lib/scribus/swatches/Resene_Karen_Walker_2008.xml 
807lib/scribus/swatches/Resene_KidzColour_2008.xml 
808lib/scribus/swatches/Resene_Multi-Finish.xml 
809lib/scribus/swatches/Resene_Summit_Roof_2010.xml 
810lib/scribus/swatches/Resene_The_Range_2011-12.xml 
811lib/scribus/swatches/Resene_The_Range_WandN_2010.xml 
812lib/scribus/swatches/SVG.xml 
813lib/scribus/swatches/Scribus_Basic.xml 
814lib/scribus/swatches/Scribus_Splash.xml 
815lib/scribus/swatches/Sericol_UCG_Leuchtfarben_bs00_3.eps 
816lib/scribus/swatches/Sericol_UCG_Leuchtfarben_bs01_3.eps 
817lib/scribus/swatches/Sericol_UCG_Leuchtfarben_kd01_4.eps 
818lib/scribus/swatches/Sericol_UCG_Leuchtfarben_np01_4.eps 
819lib/scribus/swatches/Sericol_UCG_Leuchtfarben_zd01_4.eps 
820lib/scribus/swatches/Sericol_UCG_MatchingSystem_bs00_3.eps 
821lib/scribus/swatches/Sericol_UCG_MatchingSystem_bs01_3.eps 
822lib/scribus/swatches/Sericol_UCG_MatchingSystem_kd01_4.eps 
823lib/scribus/swatches/Sericol_UCG_MatchingSystem_np01_4.eps 
824lib/scribus/swatches/Sericol_UCG_MatchingSystem_zd01_4.eps 
825lib/scribus/swatches/Standardised_Rock_Colours.xml 
826lib/scribus/swatches/TAG Farbe erleben_bs00_3.eps 
827lib/scribus/swatches/TAG Farbe erleben_bs01_3.eps 
828lib/scribus/swatches/TAG Farbe erleben_kd01_4.eps 
829lib/scribus/swatches/TAG Farbe erleben_np01_4.eps 
830lib/scribus/swatches/TAG Farbe erleben_zd01_4.eps 
831lib/scribus/swatches/Tango.xml 
832lib/scribus/swatches/US_FS_595.xml 
833lib/scribus/swatches/Ubuntu_CMYK.xml 
834lib/scribus/swatches/Ubuntu_RGB.xml 
835lib/scribus/swatches/X11.xml 
836lib/scribus/swatches/X11Grey.xml 
837lib/scribus/swatches/Xfig.xml 
838lib/scribus/swatches/dtp-studio-free-palettes-license.rtf 
839lib/scribus/swatches/ispo 2001_bs00_3.eps 
840lib/scribus/swatches/ispo 2001_bs01_3.eps 
841lib/scribus/swatches/ispo 2001_kd01_4.eps 
842lib/scribus/swatches/ispo 2001_np01_4.eps 
843lib/scribus/swatches/ispo 2001_zd01_4.eps 
844lib/scribus/swatches/ispo 840_bs00_3.eps 
845lib/scribus/swatches/ispo 840_bs01_3.eps 
846lib/scribus/swatches/ispo 840_kd01_4.eps 
847lib/scribus/swatches/ispo 840_np01_4.eps 
848lib/scribus/swatches/ispo 840_zd01_4.eps 
849lib/scribus/swatches/kera Colour-Line_bs00_3.eps 
850lib/scribus/swatches/kera Colour-Line_bs01_3.eps 
851lib/scribus/swatches/kera Colour-Line_kd01_4.eps 
852lib/scribus/swatches/kera Colour-Line_np01_4.eps 
853lib/scribus/swatches/kera Colour-Line_zd01_4.eps 
854lib/scribus/swatches/swedex_bs00_3.eps 
855lib/scribus/swatches/swedex_bs01_3.eps 
856lib/scribus/swatches/swedex_kd01_4.eps 
857lib/scribus/swatches/swedex_np01_4.eps 
858lib/scribus/swatches/swedex_zd01_4.eps 
859man/de/man1/scribus.1 699man/de/man1/scribus.1
860man/man1/scribus.1 700man/man1/scribus.1
861man/pl/man1/scribus.1 701man/pl/man1/scribus.1
862share/applications/vnd.scribus.desktop 702share/applications/vnd.scribus.desktop
863share/doc/scribus/AUTHORS 703share/doc/scribus/AUTHORS
864share/doc/scribus/BUILDING 704share/doc/scribus/BUILDING
865share/doc/scribus/COPYING 705share/doc/scribus/COPYING
866share/doc/scribus/ChangeLog 706share/doc/scribus/ChangeLog
867share/doc/scribus/ChangeLogSVN 707share/doc/scribus/ChangeLogSVN
868share/doc/scribus/LINKS 708share/doc/scribus/LINKS
869share/doc/scribus/NEWS 709share/doc/scribus/NEWS
870share/doc/scribus/PACKAGING 710share/doc/scribus/PACKAGING
871share/doc/scribus/README 711share/doc/scribus/README
872share/doc/scribus/README.MacOSX 712share/doc/scribus/README.MacOSX
873share/doc/scribus/TODO 713share/doc/scribus/TODO
874share/doc/scribus/TRANSLATION 714share/doc/scribus/TRANSLATION
 715share/doc/scribus/de/about1.html
 716share/doc/scribus/de/about2.html
 717share/doc/scribus/de/bugreport.html
 718share/doc/scribus/de/cms.html
 719share/doc/scribus/de/cms2.html
 720share/doc/scribus/de/cms3.html
 721share/doc/scribus/de/codingstandards.html
 722share/doc/scribus/de/color1.html
 723share/doc/scribus/de/config.html
 724share/doc/scribus/de/contributions.html
 725share/doc/scribus/de/developers.html
 726share/doc/scribus/de/doccopyright.html
 727share/doc/scribus/de/docinfo.html
 728share/doc/scribus/de/documentation.html
 729share/doc/scribus/de/download.html
 730share/doc/scribus/de/editorial.html
 731share/doc/scribus/de/faq1.html
 732share/doc/scribus/de/faq2.html
 733share/doc/scribus/de/faq3.html
 734share/doc/scribus/de/fonts1.html
 735share/doc/scribus/de/fonts2.html
 736share/doc/scribus/de/gettexthowto.html
 737share/doc/scribus/de/gsview.html
 738share/doc/scribus/de/hyphenator.html
 739share/doc/scribus/de/images/Cover_en1-page1.png
 740share/doc/scribus/de/images/DrawLatexFrame.png
 741share/doc/scribus/de/images/Image_Properties.png
 742share/doc/scribus/de/images/Mantis_my_view.png
 743share/doc/scribus/de/images/Mantis_new_report1.png
 744share/doc/scribus/de/images/Mantis_new_report2.png
 745share/doc/scribus/de/images/Mantis_new_report3.png
 746share/doc/scribus/de/images/Mantis_searching.png
 747share/doc/scribus/de/images/Mantis_signup.png
 748share/doc/scribus/de/images/RYB_color_wheel.png
 749share/doc/scribus/de/images/Rembrandt1.png
 750share/doc/scribus/de/images/Rembrandt10.png
 751share/doc/scribus/de/images/Rembrandt11.png
 752share/doc/scribus/de/images/Rembrandt12.png
 753share/doc/scribus/de/images/Rembrandt13.png
 754share/doc/scribus/de/images/Rembrandt14.png
 755share/doc/scribus/de/images/Rembrandt15.png
 756share/doc/scribus/de/images/Rembrandt16.png
 757share/doc/scribus/de/images/Rembrandt17.png
 758share/doc/scribus/de/images/Rembrandt17a.png
 759share/doc/scribus/de/images/Rembrandt17b.png
 760share/doc/scribus/de/images/Rembrandt18.png
 761share/doc/scribus/de/images/Rembrandt18b.png
 762share/doc/scribus/de/images/Rembrandt19.png
 763share/doc/scribus/de/images/Rembrandt2.png
 764share/doc/scribus/de/images/Rembrandt20.png
 765share/doc/scribus/de/images/Rembrandt21.png
 766share/doc/scribus/de/images/Rembrandt3.png
 767share/doc/scribus/de/images/Rembrandt4.png
 768share/doc/scribus/de/images/Rembrandt5.png
 769share/doc/scribus/de/images/Rembrandt6.png
 770share/doc/scribus/de/images/Rembrandt7.png
 771share/doc/scribus/de/images/Rembrandt8.png
 772share/doc/scribus/de/images/Rembrandt9.png
 773share/doc/scribus/de/images/Scripter.png
 774share/doc/scribus/de/images/SwB.png
 775share/doc/scribus/de/images/XYZ_Prop.png
 776share/doc/scribus/de/images/XYZ_Prop1.png
 777share/doc/scribus/de/images/alert.png
 778share/doc/scribus/de/images/batik1.png
 779share/doc/scribus/de/images/boundingbox.png
 780share/doc/scribus/de/images/boundingbox1.png
 781share/doc/scribus/de/images/cmcanvas.png
 782share/doc/scribus/de/images/cms-gamut1.png
 783share/doc/scribus/de/images/cms-gamut2.png
 784share/doc/scribus/de/images/cms.png
 785share/doc/scribus/de/images/cmsmodify1.png
 786share/doc/scribus/de/images/cmyk.png
 787share/doc/scribus/de/images/colormanager2.png
 788share/doc/scribus/de/images/colorwheel.png
 789share/doc/scribus/de/images/colrs-caricature.png
 790share/doc/scribus/de/images/colrs-mgt1.png
 791share/doc/scribus/de/images/colrs-mgt2.png
 792share/doc/scribus/de/images/combine_polygons.png
 793share/doc/scribus/de/images/combine_polygons1.png
 794share/doc/scribus/de/images/combine_polygons2.png
 795share/doc/scribus/de/images/combine_polygons3.png
 796share/doc/scribus/de/images/combine_polygons4.png
 797share/doc/scribus/de/images/combine_polygons5.png
 798share/doc/scribus/de/images/context_image.png
 799share/doc/scribus/de/images/context_shape.png
 800share/doc/scribus/de/images/context_text135.png
 801share/doc/scribus/de/images/contourline_flow.png
 802share/doc/scribus/de/images/cw-analogous.png
 803share/doc/scribus/de/images/cw-compl.png
 804share/doc/scribus/de/images/cw-splitcompl.png
 805share/doc/scribus/de/images/cw-tetradic.png
 806share/doc/scribus/de/images/cw-triadic.png
 807share/doc/scribus/de/images/cw-warning.png
 808share/doc/scribus/de/images/docheader1.png
 809share/doc/scribus/de/images/docheader2.png
 810share/doc/scribus/de/images/docinfo.png
 811share/doc/scribus/de/images/docinfo1.png
 812share/doc/scribus/de/images/docinfo2.png
 813share/doc/scribus/de/images/dtp-studio.png
 814share/doc/scribus/de/images/duotone-imp.png
 815share/doc/scribus/de/images/duotone-imp2.png
 816share/doc/scribus/de/images/edit_shapes.png
 817share/doc/scribus/de/images/editcols1.png
 818share/doc/scribus/de/images/editcols1a.png
 819share/doc/scribus/de/images/editcols2.png
 820share/doc/scribus/de/images/editcols3.png
 821share/doc/scribus/de/images/eps-imp1.png
 822share/doc/scribus/de/images/eps-imp2.png
 823share/doc/scribus/de/images/eps-imp3.png
 824share/doc/scribus/de/images/eps-imp4.png
 825share/doc/scribus/de/images/eps-imp5.png
 826share/doc/scribus/de/images/file-error1.png
 827share/doc/scribus/de/images/file-error2.png
 828share/doc/scribus/de/images/file-error3.png
 829share/doc/scribus/de/images/fileimport.png
 830share/doc/scribus/de/images/font-preview.png
 831share/doc/scribus/de/images/font-subst.png
 832share/doc/scribus/de/images/fontmatrix.png
 833share/doc/scribus/de/images/fontpref1.png
 834share/doc/scribus/de/images/fontpref2.png
 835share/doc/scribus/de/images/fontpref3.png
 836share/doc/scribus/de/images/fonts.png
 837share/doc/scribus/de/images/fonts2.png
 838share/doc/scribus/de/images/frame_shape_flow.png
 839share/doc/scribus/de/images/geometry.png
 840share/doc/scribus/de/images/geometry1.png
 841share/doc/scribus/de/images/gimpoptions1.png
 842share/doc/scribus/de/images/gimpoptions2.png
 843share/doc/scribus/de/images/gimpoptions3.png
 844share/doc/scribus/de/images/givelife1.png
 845share/doc/scribus/de/images/gradient_adjuster.png
 846share/doc/scribus/de/images/gradient_adjuster1.png
 847share/doc/scribus/de/images/gradient_adjuster_vector.png
 848share/doc/scribus/de/images/htmlimport.png
 849share/doc/scribus/de/images/htmlstyle.png
 850share/doc/scribus/de/images/hyphen1.png
 851share/doc/scribus/de/images/hyphen2.png
 852share/doc/scribus/de/images/hyphen3.png
 853share/doc/scribus/de/images/import-pdfimage.png
 854share/doc/scribus/de/images/ink-cov.png
 855share/doc/scribus/de/images/insert-frame-1.png
 856share/doc/scribus/de/images/insert-frame-2.png
 857share/doc/scribus/de/images/krita.jpg
 858share/doc/scribus/de/images/krita1.jpg
 859share/doc/scribus/de/images/layers1.png
 860share/doc/scribus/de/images/layers2.png
 861share/doc/scribus/de/images/lilyp.png
 862share/doc/scribus/de/images/line_tab.png
 863share/doc/scribus/de/images/line_tab1.png
 864share/doc/scribus/de/images/line_tab2.png
 865share/doc/scribus/de/images/line_tab3.png
 866share/doc/scribus/de/images/line_tab4.png
 867share/doc/scribus/de/images/line_tab5.png
 868share/doc/scribus/de/images/line_tab6.png
 869share/doc/scribus/de/images/line_tab7.png
 870share/doc/scribus/de/images/lprof.png
 871share/doc/scribus/de/images/missing-gs.png
 872share/doc/scribus/de/images/mpage1.png
 873share/doc/scribus/de/images/mpage2.png
 874share/doc/scribus/de/images/mpage3.png
 875share/doc/scribus/de/images/mpage4.png
 876share/doc/scribus/de/images/mpage5.png
 877share/doc/scribus/de/images/multipledup_copies.png
 878share/doc/scribus/de/images/multipledup_rotation.png
 879share/doc/scribus/de/images/multipledup_rows.png
 880share/doc/scribus/de/images/new1.png
 881share/doc/scribus/de/images/new2.png
 882share/doc/scribus/de/images/new3.png
 883share/doc/scribus/de/images/new4.png
 884share/doc/scribus/de/images/new5.png
 885share/doc/scribus/de/images/new6.png
 886share/doc/scribus/de/images/node_edit_close.png
 887share/doc/scribus/de/images/nodes_edit.png
 888share/doc/scribus/de/images/numb-sections.png
 889share/doc/scribus/de/images/oogettext1.png
 890share/doc/scribus/de/images/pagenumbering.png
 891share/doc/scribus/de/images/patterns1.png
 892share/doc/scribus/de/images/patterns2.png
 893share/doc/scribus/de/images/pdf-form-ht1.png
 894share/doc/scribus/de/images/pdf-form-ht2.png
 895share/doc/scribus/de/images/pdf-form-ht3.png
 896share/doc/scribus/de/images/pdf-form-ht4.png
 897share/doc/scribus/de/images/pdf-form-ht5.png
 898share/doc/scribus/de/images/pdf-form-ht6.png
 899share/doc/scribus/de/images/pdfx1a-lo.png
 900share/doc/scribus/de/images/pdfx3-1.png
 901share/doc/scribus/de/images/pdfxcolor.png
 902share/doc/scribus/de/images/pdfxintent.png
 903share/doc/scribus/de/images/plot1.png
 904share/doc/scribus/de/images/plot2.png
 905share/doc/scribus/de/images/polygons.png
 906share/doc/scribus/de/images/polygons1.png
 907share/doc/scribus/de/images/povray.png
 908share/doc/scribus/de/images/preflight-v.png
 909share/doc/scribus/de/images/prefs-mac-1.png
 910share/doc/scribus/de/images/prefs_9parts.png
 911share/doc/scribus/de/images/prefs_colormgmt.png
 912share/doc/scribus/de/images/prefs_display.png
 913share/doc/scribus/de/images/prefs_document.png
 914share/doc/scribus/de/images/prefs_document1.png
 915share/doc/scribus/de/images/prefs_exttools.png
 916share/doc/scribus/de/images/prefs_fibonacci.png
 917share/doc/scribus/de/images/prefs_general.png
 918share/doc/scribus/de/images/prefs_goldenmean.png
 919share/doc/scribus/de/images/prefs_guides.png
 920share/doc/scribus/de/images/prefs_guides1.png
 921share/doc/scribus/de/images/prefs_gutenberg.png
 922share/doc/scribus/de/images/prefs_keyboard.png
 923share/doc/scribus/de/images/prefs_magazine.png
 924share/doc/scribus/de/images/prefs_misc.png
 925share/doc/scribus/de/images/prefs_pdfexport.png
 926share/doc/scribus/de/images/prefs_pdfexport1.png
 927share/doc/scribus/de/images/prefs_preflight.png
 928share/doc/scribus/de/images/prefs_shortwords.png
 929share/doc/scribus/de/images/prefs_tools.png
 930share/doc/scribus/de/images/prefs_tools1.png
 931share/doc/scribus/de/images/prefs_tools2.png
 932share/doc/scribus/de/images/prefs_tools3.png
 933share/doc/scribus/de/images/prefs_tools4.png
 934share/doc/scribus/de/images/prefs_tools5.png
 935share/doc/scribus/de/images/prefs_tools6.png
 936share/doc/scribus/de/images/prefs_typog.png
 937share/doc/scribus/de/images/print-dialog1.png
 938share/doc/scribus/de/images/print-dialog2.png
 939share/doc/scribus/de/images/printer2.png
 940share/doc/scribus/de/images/printpreview.png
 941share/doc/scribus/de/images/prop_shape.png
 942share/doc/scribus/de/images/qsg-col1.png
 943share/doc/scribus/de/images/qsg-col2.png
 944share/doc/scribus/de/images/register.png
 945share/doc/scribus/de/images/resene-pal.png
 946share/doc/scribus/de/images/result.png
 947share/doc/scribus/de/images/rf-error1.png
 948share/doc/scribus/de/images/rf-error2.png
 949share/doc/scribus/de/images/rf-error3.png
 950share/doc/scribus/de/images/rf1.png
 951share/doc/scribus/de/images/rf2.png
 952share/doc/scribus/de/images/rf3.png
 953share/doc/scribus/de/images/rf4.png
 954share/doc/scribus/de/images/rf5.png
 955share/doc/scribus/de/images/rf6.png
 956share/doc/scribus/de/images/rf7.png
 957share/doc/scribus/de/images/rf8.png
 958share/doc/scribus/de/images/rgb-cmyk.png
 959share/doc/scribus/de/images/rgb.png
 960share/doc/scribus/de/images/round_rectangle.png
 961share/doc/scribus/de/images/sadie4by2b.png
 962share/doc/scribus/de/images/scribus-os2.png
 963share/doc/scribus/de/images/scribus-pres1.png
 964share/doc/scribus/de/images/scribus-pres2.png
 965share/doc/scribus/de/images/shape_edit.png
 966share/doc/scribus/de/images/shapes7.png
 967share/doc/scribus/de/images/shapes8.png
 968share/doc/scribus/de/images/skewing.png
 969share/doc/scribus/de/images/spot.png
 970share/doc/scribus/de/images/squat_tux.png
 971share/doc/scribus/de/images/style_manager1.png
 972share/doc/scribus/de/images/style_manager10.png
 973share/doc/scribus/de/images/style_manager1b.png
 974share/doc/scribus/de/images/style_manager3b.png
 975share/doc/scribus/de/images/style_manager7.png
 976share/doc/scribus/de/images/style_manager8.png
 977share/doc/scribus/de/images/style_manager9.png
 978share/doc/scribus/de/images/swdialog.png
 979share/doc/scribus/de/images/table-import-1.png
 980share/doc/scribus/de/images/table-import-2.png
 981share/doc/scribus/de/images/table-import-3.png
 982share/doc/scribus/de/images/tb-bookbinder.png
 983share/doc/scribus/de/images/tb-gsview.png
 984share/doc/scribus/de/images/tb-inkscape.png
 985share/doc/scribus/de/images/tb-jpdf.png
 986share/doc/scribus/de/images/tb-libreoffice.png
 987share/doc/scribus/de/images/tb-pdf-imp.png
 988share/doc/scribus/de/images/text-frame-link.png
 989share/doc/scribus/de/images/text-frame-unlink.png
 990share/doc/scribus/de/images/text_filter135.png
 991share/doc/scribus/de/images/text_filter136.png
 992share/doc/scribus/de/images/text_filter136b.png
 993share/doc/scribus/de/images/text_flow.png
 994share/doc/scribus/de/images/text_linking.png
 995share/doc/scribus/de/images/text_tab1.png
 996share/doc/scribus/de/images/text_tab10.png
 997share/doc/scribus/de/images/text_tab11.png
 998share/doc/scribus/de/images/text_tab11b.png
 999share/doc/scribus/de/images/text_tab12.png
 1000share/doc/scribus/de/images/text_tab13.png
 1001share/doc/scribus/de/images/text_tab2.png
 1002share/doc/scribus/de/images/text_tab3.png
 1003share/doc/scribus/de/images/text_tab4.png
 1004share/doc/scribus/de/images/text_tab5.png
 1005share/doc/scribus/de/images/text_tab6.png
 1006share/doc/scribus/de/images/text_tab7.png
 1007share/doc/scribus/de/images/text_tab7a.png
 1008share/doc/scribus/de/images/text_tab7b.png
 1009share/doc/scribus/de/images/text_tab8.png
 1010share/doc/scribus/de/images/text_tab9.png
 1011share/doc/scribus/de/images/transform_dialogb.png
 1012share/doc/scribus/de/images/transform_translaterotation.png
 1013share/doc/scribus/de/images/transform_translaterotation1.png
 1014share/doc/scribus/de/images/transform_translatescaling.png
 1015share/doc/scribus/de/images/transform_translateskewing.png
 1016share/doc/scribus/de/images/transform_translateskewing1.png
 1017share/doc/scribus/de/images/vectimp1.png
 1018share/doc/scribus/de/images/vectimp2.png
 1019share/doc/scribus/de/images/vectimp3.png
 1020share/doc/scribus/de/images/vectimp4.png
 1021share/doc/scribus/de/images/vectimp5.png
 1022share/doc/scribus/de/images/vector-advanced.png
 1023share/doc/scribus/de/images/vector-clipart.png
 1024share/doc/scribus/de/images/xnview.png
 1025share/doc/scribus/de/importhints.html
 1026share/doc/scribus/de/importhints1.html
 1027share/doc/scribus/de/importhints2.html
 1028share/doc/scribus/de/importhints3.html
 1029share/doc/scribus/de/importhints4.html
 1030share/doc/scribus/de/index.html
 1031share/doc/scribus/de/install-dpkg.html
 1032share/doc/scribus/de/install.html
 1033share/doc/scribus/de/install1.html
 1034share/doc/scribus/de/install2.html
 1035share/doc/scribus/de/install4.html
 1036share/doc/scribus/de/install5.html
 1037share/doc/scribus/de/intro.html
 1038share/doc/scribus/de/irc.html
 1039share/doc/scribus/de/keys.html
 1040share/doc/scribus/de/layers.html
 1041share/doc/scribus/de/mailing_lists.html
 1042share/doc/scribus/de/menu.xml
 1043share/doc/scribus/de/moncal.html
 1044share/doc/scribus/de/mouse.html
 1045share/doc/scribus/de/otherinfo.html
 1046share/doc/scribus/de/pagenumber.html
 1047share/doc/scribus/de/pagetemplate1.html
 1048share/doc/scribus/de/pdf_form.html
 1049share/doc/scribus/de/pdfexport1.html
 1050share/doc/scribus/de/pdfexport2.html
 1051share/doc/scribus/de/pdfexport3.html
 1052share/doc/scribus/de/pdfexport4.html
 1053share/doc/scribus/de/pdflavor.html
 1054share/doc/scribus/de/pdfx3.html
 1055share/doc/scribus/de/plugin_howto.html
 1056share/doc/scribus/de/print1.html
 1057share/doc/scribus/de/print2.html
 1058share/doc/scribus/de/print3.html
 1059share/doc/scribus/de/psd.html
 1060share/doc/scribus/de/readme-macosx.html
 1061share/doc/scribus/de/readme-os2.html
 1062share/doc/scribus/de/readme-win32.html
 1063share/doc/scribus/de/readme.html
 1064share/doc/scribus/de/releases.html
 1065share/doc/scribus/de/resources.html
 1066share/doc/scribus/de/scribus-svg.html
 1067share/doc/scribus/de/scribuscopyright.html
 1068share/doc/scribus/de/scribusfileformat.html
 1069share/doc/scribus/de/scripter-extensions.html
 1070share/doc/scribus/de/scripter-faq.html
 1071share/doc/scribus/de/scripter1.html
 1072share/doc/scribus/de/scripterapi-ImageExport.html
 1073share/doc/scribus/de/scripterapi-PDFfile.html
 1074share/doc/scribus/de/scripterapi-Printer.html
 1075share/doc/scribus/de/scripterapi-color.html
 1076share/doc/scribus/de/scripterapi-constants.html
 1077share/doc/scribus/de/scripterapi-dialogs.html
 1078share/doc/scribus/de/scripterapi-doc.html
 1079share/doc/scribus/de/scripterapi-font.html
 1080share/doc/scribus/de/scripterapi-getobjprop.html
 1081share/doc/scribus/de/scripterapi-layer.html
 1082share/doc/scribus/de/scripterapi-manobj.html
 1083share/doc/scribus/de/scripterapi-object.html
 1084share/doc/scribus/de/scripterapi-page.html
 1085share/doc/scribus/de/scripterapi-pydoc.html
 1086share/doc/scribus/de/scripterapi-select.html
 1087share/doc/scribus/de/scripterapi-setobjprop.html
 1088share/doc/scribus/de/scripterapi-textframes.html
 1089share/doc/scribus/de/scripterapi.html
 1090share/doc/scribus/de/settings1.html
 1091share/doc/scribus/de/short-words.html
 1092share/doc/scribus/de/specs.html
 1093share/doc/scribus/de/toolbox.html
 1094share/doc/scribus/de/toolbox1.html
 1095share/doc/scribus/de/toolbox12.html
 1096share/doc/scribus/de/toolbox13.html
 1097share/doc/scribus/de/toolbox14.html
 1098share/doc/scribus/de/toolbox15.html
 1099share/doc/scribus/de/toolbox2.html
 1100share/doc/scribus/de/toolbox3.html
 1101share/doc/scribus/de/toolbox4.html
 1102share/doc/scribus/de/toolbox5.html
 1103share/doc/scribus/de/toolbox6.html
 1104share/doc/scribus/de/toolbox7.html
 1105share/doc/scribus/de/toolbox8.html
 1106share/doc/scribus/de/toolbox9.html
 1107share/doc/scribus/de/topten.html
 1108share/doc/scribus/de/translation_howto.html
 1109share/doc/scribus/de/tutorials.html
875share/doc/scribus/en/EditingShapes.html 1110share/doc/scribus/en/EditingShapes.html
876share/doc/scribus/en/WwFill.html 1111share/doc/scribus/en/WwFill.html
877share/doc/scribus/en/WwFrames.html 1112share/doc/scribus/en/WwFrames.html
878share/doc/scribus/en/WwImages.html 1113share/doc/scribus/en/WwImages.html
879share/doc/scribus/en/WwLines.html 1114share/doc/scribus/en/WwLines.html
880share/doc/scribus/en/WwRenderframes.html 1115share/doc/scribus/en/WwRenderframes.html
881share/doc/scribus/en/WwShapes.html 1116share/doc/scribus/en/WwShapes.html
882share/doc/scribus/en/WwStyles.html 1117share/doc/scribus/en/WwStyles.html
883share/doc/scribus/en/WwText.html 1118share/doc/scribus/en/WwText.html
884share/doc/scribus/en/about1.html 1119share/doc/scribus/en/about1.html
885share/doc/scribus/en/about2.html 1120share/doc/scribus/en/about2.html
886share/doc/scribus/en/bugreport.html 1121share/doc/scribus/en/bugreport.html
887share/doc/scribus/en/cli.html 1122share/doc/scribus/en/cli.html
888share/doc/scribus/en/cms.html 1123share/doc/scribus/en/cms.html
889share/doc/scribus/en/cms2.html 1124share/doc/scribus/en/cms2.html
890share/doc/scribus/en/cms3.html 1125share/doc/scribus/en/cms3.html
891share/doc/scribus/en/cms4.html 
892share/doc/scribus/en/codingstandards.html 1126share/doc/scribus/en/codingstandards.html
893share/doc/scribus/en/color1.html 1127share/doc/scribus/en/color1.html
894share/doc/scribus/en/color2.html 1128share/doc/scribus/en/color2.html
895share/doc/scribus/en/color3.html 1129share/doc/scribus/en/color3.html
896share/doc/scribus/en/color4.html 1130share/doc/scribus/en/color4.html
897share/doc/scribus/en/color5.html 1131share/doc/scribus/en/color5.html
898share/doc/scribus/en/color6.html 1132share/doc/scribus/en/color6.html
 1133share/doc/scribus/en/color7.html
899share/doc/scribus/en/color8.html 1134share/doc/scribus/en/color8.html
900share/doc/scribus/en/colorwheel.html 1135share/doc/scribus/en/colorwheel.html
901share/doc/scribus/en/config.html 1136share/doc/scribus/en/config.html
902share/doc/scribus/en/contributions.html 1137share/doc/scribus/en/contributions.html
903share/doc/scribus/en/cross-platform.html 
904share/doc/scribus/en/cups.html 
905share/doc/scribus/en/developers.html 1138share/doc/scribus/en/developers.html
906share/doc/scribus/en/doccopyright.html 1139share/doc/scribus/en/doccopyright.html
907share/doc/scribus/en/docinfo.html 1140share/doc/scribus/en/docinfo.html
908share/doc/scribus/en/documentation.html 1141share/doc/scribus/en/documentation.html
909share/doc/scribus/en/download.html 1142share/doc/scribus/en/download.html
910share/doc/scribus/en/editorial.html 1143share/doc/scribus/en/editorial.html
911share/doc/scribus/en/faq1.html 1144share/doc/scribus/en/faq1.html
912share/doc/scribus/en/faq3.html 1145share/doc/scribus/en/faq3.html
913share/doc/scribus/en/fileproblems.html 1146share/doc/scribus/en/fileproblems.html
914share/doc/scribus/en/fonts-win32.html 
915share/doc/scribus/en/fonts1.html 1147share/doc/scribus/en/fonts1.html
916share/doc/scribus/en/fonts2.html 1148share/doc/scribus/en/fonts2.html
917share/doc/scribus/en/fonts3.html 
918share/doc/scribus/en/fonts4.html 
919share/doc/scribus/en/fonts5.html 
920share/doc/scribus/en/gettexthowto.html 1149share/doc/scribus/en/gettexthowto.html
921share/doc/scribus/en/gsadv.html 
922share/doc/scribus/en/gsfont.html 
923share/doc/scribus/en/gsview.html 1150share/doc/scribus/en/gsview.html
924share/doc/scribus/en/hyphenator.html 1151share/doc/scribus/en/hyphenator.html
925share/doc/scribus/en/images/Cover_en1-page1.png 1152share/doc/scribus/en/images/Cover_en1-page1.png
926share/doc/scribus/en/images/DrawLatexFrame.png 1153share/doc/scribus/en/images/DrawLatexFrame.png
927share/doc/scribus/en/images/Image_Properties.png 1154share/doc/scribus/en/images/Image_Properties.png
928share/doc/scribus/en/images/Mantis_my_view.png 1155share/doc/scribus/en/images/Mantis_my_view.png
929share/doc/scribus/en/images/Mantis_new_report1.png 1156share/doc/scribus/en/images/Mantis_new_report1.png
930share/doc/scribus/en/images/Mantis_new_report2.png 1157share/doc/scribus/en/images/Mantis_new_report2.png
931share/doc/scribus/en/images/Mantis_new_report3.png 1158share/doc/scribus/en/images/Mantis_new_report3.png
932share/doc/scribus/en/images/Mantis_searching.png 1159share/doc/scribus/en/images/Mantis_searching.png
933share/doc/scribus/en/images/Mantis_signup.png 1160share/doc/scribus/en/images/Mantis_signup.png
934share/doc/scribus/en/images/RDF.png 
935share/doc/scribus/en/images/RYB_color_wheel.png 1161share/doc/scribus/en/images/RYB_color_wheel.png
936share/doc/scribus/en/images/Rembrandt1.png 1162share/doc/scribus/en/images/Rembrandt1.png
937share/doc/scribus/en/images/Rembrandt10.png 1163share/doc/scribus/en/images/Rembrandt10.png
938share/doc/scribus/en/images/Rembrandt11.png 1164share/doc/scribus/en/images/Rembrandt11.png
939share/doc/scribus/en/images/Rembrandt12.png 1165share/doc/scribus/en/images/Rembrandt12.png
940share/doc/scribus/en/images/Rembrandt13.png 1166share/doc/scribus/en/images/Rembrandt13.png
941share/doc/scribus/en/images/Rembrandt14.png 1167share/doc/scribus/en/images/Rembrandt14.png
942share/doc/scribus/en/images/Rembrandt15.png 1168share/doc/scribus/en/images/Rembrandt15.png
943share/doc/scribus/en/images/Rembrandt16.png 1169share/doc/scribus/en/images/Rembrandt16.png
944share/doc/scribus/en/images/Rembrandt17.png 1170share/doc/scribus/en/images/Rembrandt17.png
945share/doc/scribus/en/images/Rembrandt17a.png 1171share/doc/scribus/en/images/Rembrandt17a.png
946share/doc/scribus/en/images/Rembrandt17b.png 1172share/doc/scribus/en/images/Rembrandt17b.png
947share/doc/scribus/en/images/Rembrandt18.png 1173share/doc/scribus/en/images/Rembrandt18.png
948share/doc/scribus/en/images/Rembrandt18b.png 1174share/doc/scribus/en/images/Rembrandt18b.png
949share/doc/scribus/en/images/Rembrandt19.png 1175share/doc/scribus/en/images/Rembrandt19.png
950share/doc/scribus/en/images/Rembrandt2.png 1176share/doc/scribus/en/images/Rembrandt2.png
951share/doc/scribus/en/images/Rembrandt20.png 1177share/doc/scribus/en/images/Rembrandt20.png
952share/doc/scribus/en/images/Rembrandt21.png 1178share/doc/scribus/en/images/Rembrandt21.png
953share/doc/scribus/en/images/Rembrandt3.png 1179share/doc/scribus/en/images/Rembrandt3.png
954share/doc/scribus/en/images/Rembrandt4.png 1180share/doc/scribus/en/images/Rembrandt4.png
955share/doc/scribus/en/images/Rembrandt5.png 1181share/doc/scribus/en/images/Rembrandt5.png
956share/doc/scribus/en/images/Rembrandt6.png 1182share/doc/scribus/en/images/Rembrandt6.png
957share/doc/scribus/en/images/Rembrandt7.png 1183share/doc/scribus/en/images/Rembrandt7.png
958share/doc/scribus/en/images/Rembrandt8.png 1184share/doc/scribus/en/images/Rembrandt8.png
959share/doc/scribus/en/images/Rembrandt9.png 1185share/doc/scribus/en/images/Rembrandt9.png
960share/doc/scribus/en/images/Scripter.png 1186share/doc/scribus/en/images/Scripter.png
961share/doc/scribus/en/images/Scripter_error_string.png 
962share/doc/scribus/en/images/SwB.png 1187share/doc/scribus/en/images/SwB.png
963share/doc/scribus/en/images/XYZ_Prop.png 1188share/doc/scribus/en/images/XYZ_Prop.png
964share/doc/scribus/en/images/XYZ_Prop1.png 1189share/doc/scribus/en/images/XYZ_Prop1.png
965share/doc/scribus/en/images/acro1.png 
966share/doc/scribus/en/images/acro2.png 
967share/doc/scribus/en/images/acro3.png 
968share/doc/scribus/en/images/acroinfo.png 
969share/doc/scribus/en/images/acropass.png 
970share/doc/scribus/en/images/acroreader5.1.png 
971share/doc/scribus/en/images/acrosec.png 
972share/doc/scribus/en/images/after_short_words.png 
973share/doc/scribus/en/images/alert.png 1190share/doc/scribus/en/images/alert.png
974share/doc/scribus/en/images/automargins.png 
975share/doc/scribus/en/images/batik1.png 1191share/doc/scribus/en/images/batik1.png
976share/doc/scribus/en/images/before_short_words.png 
977share/doc/scribus/en/images/boundingbox.png 1192share/doc/scribus/en/images/boundingbox.png
978share/doc/scribus/en/images/boundingbox1.png 1193share/doc/scribus/en/images/boundingbox1.png
979share/doc/scribus/en/images/cmcanvas.png 1194share/doc/scribus/en/images/cmcanvas.png
980share/doc/scribus/en/images/cms-gamut1.png 1195share/doc/scribus/en/images/cms-gamut1.png
981share/doc/scribus/en/images/cms-gamut2.png 1196share/doc/scribus/en/images/cms-gamut2.png
982share/doc/scribus/en/images/cmsmodify1.png 1197share/doc/scribus/en/images/cmsmodify1.png
983share/doc/scribus/en/images/cmyk.png 1198share/doc/scribus/en/images/cmyk.png
984share/doc/scribus/en/images/colormanager1.png 
985share/doc/scribus/en/images/colormanager2.png 1199share/doc/scribus/en/images/colormanager2.png
986share/doc/scribus/en/images/colormgmtscreen.png 
987share/doc/scribus/en/images/colorwheel.png 1200share/doc/scribus/en/images/colorwheel.png
988share/doc/scribus/en/images/colrs-caricature.png 1201share/doc/scribus/en/images/colrs-caricature.png
989share/doc/scribus/en/images/colrs-mgt1.png 1202share/doc/scribus/en/images/colrs-mgt1.png
990share/doc/scribus/en/images/colrs-mgt2.png 1203share/doc/scribus/en/images/colrs-mgt2.png
991share/doc/scribus/en/images/combine_polygons.png 1204share/doc/scribus/en/images/combine_polygons.png
992share/doc/scribus/en/images/combine_polygons1.png 1205share/doc/scribus/en/images/combine_polygons1.png
993share/doc/scribus/en/images/combine_polygons2.png 1206share/doc/scribus/en/images/combine_polygons2.png
994share/doc/scribus/en/images/combine_polygons3.png 1207share/doc/scribus/en/images/combine_polygons3.png
995share/doc/scribus/en/images/combine_polygons4.png 1208share/doc/scribus/en/images/combine_polygons4.png
996share/doc/scribus/en/images/combine_polygons5.png 1209share/doc/scribus/en/images/combine_polygons5.png
997share/doc/scribus/en/images/context_image.png 1210share/doc/scribus/en/images/context_image.png
998share/doc/scribus/en/images/context_shape.png 1211share/doc/scribus/en/images/context_shape.png
999share/doc/scribus/en/images/context_text135.png 1212share/doc/scribus/en/images/context_text135.png
1000share/doc/scribus/en/images/contourline_flow.png 1213share/doc/scribus/en/images/contourline_flow.png
1001share/doc/scribus/en/images/cups1.png 
1002share/doc/scribus/en/images/cups2.png 
1003share/doc/scribus/en/images/cw-analogous.png 1214share/doc/scribus/en/images/cw-analogous.png
1004share/doc/scribus/en/images/cw-compl.png 1215share/doc/scribus/en/images/cw-compl.png
1005share/doc/scribus/en/images/cw-splitcompl.png 1216share/doc/scribus/en/images/cw-splitcompl.png
1006share/doc/scribus/en/images/cw-tetradic.png 1217share/doc/scribus/en/images/cw-tetradic.png
1007share/doc/scribus/en/images/cw-triadic.png 1218share/doc/scribus/en/images/cw-triadic.png
1008share/doc/scribus/en/images/cw-warning.png 1219share/doc/scribus/en/images/cw-warning.png
1009share/doc/scribus/en/images/docheader1.png 1220share/doc/scribus/en/images/docheader1.png
1010share/doc/scribus/en/images/docheader2.png 1221share/doc/scribus/en/images/docheader2.png
1011share/doc/scribus/en/images/docinfo.png 1222share/doc/scribus/en/images/docinfo.png
1012share/doc/scribus/en/images/docinfo2.png 1223share/doc/scribus/en/images/docinfo2.png
1013share/doc/scribus/en/images/dtp-studio.png 1224share/doc/scribus/en/images/dtp-studio.png
1014share/doc/scribus/en/images/duotone-imp.png 1225share/doc/scribus/en/images/duotone-imp.png
1015share/doc/scribus/en/images/duotone-imp2.png 1226share/doc/scribus/en/images/duotone-imp2.png
1016share/doc/scribus/en/images/edit_shapes.png 1227share/doc/scribus/en/images/edit_shapes.png
1017share/doc/scribus/en/images/editcols1.png 1228share/doc/scribus/en/images/editcols1.png
1018share/doc/scribus/en/images/editcols1a.png 1229share/doc/scribus/en/images/editcols1a.png
1019share/doc/scribus/en/images/editcols2.png 1230share/doc/scribus/en/images/editcols2.png
1020share/doc/scribus/en/images/editcols3.png 1231share/doc/scribus/en/images/editcols3.png
1021share/doc/scribus/en/images/eps-imp1.png 1232share/doc/scribus/en/images/eps-imp1.png
1022share/doc/scribus/en/images/eps-imp2.png 1233share/doc/scribus/en/images/eps-imp2.png
1023share/doc/scribus/en/images/eps-imp3.png 1234share/doc/scribus/en/images/eps-imp3.png
1024share/doc/scribus/en/images/eps-imp4.png 1235share/doc/scribus/en/images/eps-imp4.png
1025share/doc/scribus/en/images/eps-imp5.png 1236share/doc/scribus/en/images/eps-imp5.png
1026share/doc/scribus/en/images/external.png 
1027share/doc/scribus/en/images/file-error1.png 1237share/doc/scribus/en/images/file-error1.png
1028share/doc/scribus/en/images/file-error2.png 1238share/doc/scribus/en/images/file-error2.png
1029share/doc/scribus/en/images/file-error3.png 1239share/doc/scribus/en/images/file-error3.png
1030share/doc/scribus/en/images/fileimport.png 1240share/doc/scribus/en/images/fileimport.png
1031share/doc/scribus/en/images/font-preview.png 1241share/doc/scribus/en/images/font-preview.png
1032share/doc/scribus/en/images/font-subst.png 1242share/doc/scribus/en/images/font-subst.png
1033share/doc/scribus/en/images/fontmatrix.png 1243share/doc/scribus/en/images/fontmatrix.png
1034share/doc/scribus/en/images/fontpref1.png 1244share/doc/scribus/en/images/fontpref1.png
1035share/doc/scribus/en/images/fontpref2.png 1245share/doc/scribus/en/images/fontpref2.png
1036share/doc/scribus/en/images/fontpref3.png 1246share/doc/scribus/en/images/fontpref3.png
1037share/doc/scribus/en/images/fontpref4.png 
1038share/doc/scribus/en/images/fontprev.png 
1039share/doc/scribus/en/images/fonts.png 1247share/doc/scribus/en/images/fonts.png
1040share/doc/scribus/en/images/fonts2.png 1248share/doc/scribus/en/images/fonts2.png
1041share/doc/scribus/en/images/fonts3.png 
1042share/doc/scribus/en/images/fonts4.png 
1043share/doc/scribus/en/images/fontsampler.png 
1044share/doc/scribus/en/images/fontsampler2.png 
1045share/doc/scribus/en/images/formularz_export_PDF.png 
1046share/doc/scribus/en/images/formularz_js_skrypt.png 
1047share/doc/scribus/en/images/formularz_js_sprawdzanie.png 
1048share/doc/scribus/en/images/formularz_nowy.png 
1049share/doc/scribus/en/images/formularz_pole_num.png 
1050share/doc/scribus/en/images/frame_shape_flow.png 1249share/doc/scribus/en/images/frame_shape_flow.png
1051share/doc/scribus/en/images/gammagrayscale.png 
1052share/doc/scribus/en/images/geometry.png 1250share/doc/scribus/en/images/geometry.png
1053share/doc/scribus/en/images/geometry1.png 1251share/doc/scribus/en/images/geometry1.png
1054share/doc/scribus/en/images/gimpoptions1.png 1252share/doc/scribus/en/images/gimpoptions1.png
1055share/doc/scribus/en/images/gimpoptions2.png 1253share/doc/scribus/en/images/gimpoptions2.png
1056share/doc/scribus/en/images/gimpoptions3.png 1254share/doc/scribus/en/images/gimpoptions3.png
 1255share/doc/scribus/en/images/givelife1.png
1057share/doc/scribus/en/images/gradient_adjuster.png 1256share/doc/scribus/en/images/gradient_adjuster.png
1058share/doc/scribus/en/images/gradient_adjuster1.png 1257share/doc/scribus/en/images/gradient_adjuster1.png
1059share/doc/scribus/en/images/gradient_adjuster_vector.png 1258share/doc/scribus/en/images/gradient_adjuster_vector.png
1060share/doc/scribus/en/images/gsadv1.png 
1061share/doc/scribus/en/images/gsadv2.png 
1062share/doc/scribus/en/images/gsadv3.png 
1063share/doc/scribus/en/images/htmlimport.png 1259share/doc/scribus/en/images/htmlimport.png
1064share/doc/scribus/en/images/htmlstyle.png 1260share/doc/scribus/en/images/htmlstyle.png
1065share/doc/scribus/en/images/hyphen1.png 1261share/doc/scribus/en/images/hyphen1.png
1066share/doc/scribus/en/images/imageeffects.png 
1067share/doc/scribus/en/images/import-pdfimage.png 1262share/doc/scribus/en/images/import-pdfimage.png
1068share/doc/scribus/en/images/ink-cov.png 1263share/doc/scribus/en/images/ink-cov.png
1069share/doc/scribus/en/images/inkscape.png 
1070share/doc/scribus/en/images/insert-frame-1.png 1264share/doc/scribus/en/images/insert-frame-1.png
1071share/doc/scribus/en/images/insert-frame-2.png 1265share/doc/scribus/en/images/insert-frame-2.png
1072share/doc/scribus/en/images/kfontinstaller.png 
1073share/doc/scribus/en/images/krita1.jpg 1266share/doc/scribus/en/images/krita1.jpg
1074share/doc/scribus/en/images/ksnapshot.png 
1075share/doc/scribus/en/images/layers1.png 1267share/doc/scribus/en/images/layers1.png
1076share/doc/scribus/en/images/layers2.png 1268share/doc/scribus/en/images/layers2.png
1077share/doc/scribus/en/images/lilyp.png 1269share/doc/scribus/en/images/lilyp.png
1078share/doc/scribus/en/images/line_tab.png 1270share/doc/scribus/en/images/line_tab.png
1079share/doc/scribus/en/images/line_tab1.png 1271share/doc/scribus/en/images/line_tab1.png
1080share/doc/scribus/en/images/line_tab2.png 1272share/doc/scribus/en/images/line_tab2.png
1081share/doc/scribus/en/images/line_tab3.png 1273share/doc/scribus/en/images/line_tab3.png
1082share/doc/scribus/en/images/line_tab4.png 1274share/doc/scribus/en/images/line_tab4.png
1083share/doc/scribus/en/images/line_tab5.png 1275share/doc/scribus/en/images/line_tab5.png
1084share/doc/scribus/en/images/line_tab6.png 1276share/doc/scribus/en/images/line_tab6.png
1085share/doc/scribus/en/images/line_tab7.png 1277share/doc/scribus/en/images/line_tab7.png
1086share/doc/scribus/en/images/lprof.png 1278share/doc/scribus/en/images/lprof.png
1087share/doc/scribus/en/images/missing-gs.png 1279share/doc/scribus/en/images/missing-gs.png
1088share/doc/scribus/en/images/monprof1.png 
1089share/doc/scribus/en/images/monprof2.png 
1090share/doc/scribus/en/images/monprof3.png 
1091share/doc/scribus/en/images/monprof4.png 
1092share/doc/scribus/en/images/mpage1.png 1280share/doc/scribus/en/images/mpage1.png
1093share/doc/scribus/en/images/mpage2.png 1281share/doc/scribus/en/images/mpage2.png
1094share/doc/scribus/en/images/mpage3.png 1282share/doc/scribus/en/images/mpage3.png
1095share/doc/scribus/en/images/mpage4.png 1283share/doc/scribus/en/images/mpage4.png
1096share/doc/scribus/en/images/mpage5.png 1284share/doc/scribus/en/images/mpage5.png
1097share/doc/scribus/en/images/multipledup_copies.png 1285share/doc/scribus/en/images/multipledup_copies.png
1098share/doc/scribus/en/images/multipledup_rotation.png 1286share/doc/scribus/en/images/multipledup_rotation.png
1099share/doc/scribus/en/images/multipledup_rows.png 1287share/doc/scribus/en/images/multipledup_rows.png
1100share/doc/scribus/en/images/new1.png 1288share/doc/scribus/en/images/new1.png
1101share/doc/scribus/en/images/new2.png 1289share/doc/scribus/en/images/new2.png
1102share/doc/scribus/en/images/new3.png 1290share/doc/scribus/en/images/new3.png
1103share/doc/scribus/en/images/new4.png 1291share/doc/scribus/en/images/new4.png
1104share/doc/scribus/en/images/new5.png 1292share/doc/scribus/en/images/new5.png
1105share/doc/scribus/en/images/new6.png 1293share/doc/scribus/en/images/new6.png
1106share/doc/scribus/en/images/node_edit_close.png 1294share/doc/scribus/en/images/node_edit_close.png
1107share/doc/scribus/en/images/nodes_edit.png 1295share/doc/scribus/en/images/nodes_edit.png
1108share/doc/scribus/en/images/numb-sections.png 1296share/doc/scribus/en/images/numb-sections.png
1109share/doc/scribus/en/images/oochart.png 
1110share/doc/scribus/en/images/ooeps1.png 
1111share/doc/scribus/en/images/oogettext1.png 1297share/doc/scribus/en/images/oogettext1.png
1112share/doc/scribus/en/images/pagetemplate1.png 
1113share/doc/scribus/en/images/patterns1.png 1298share/doc/scribus/en/images/patterns1.png
1114share/doc/scribus/en/images/patterns2.png 1299share/doc/scribus/en/images/patterns2.png
1115share/doc/scribus/en/images/pdf-form-ht1.png 1300share/doc/scribus/en/images/pdf-form-ht1.png
1116share/doc/scribus/en/images/pdf-form-ht2.png 1301share/doc/scribus/en/images/pdf-form-ht2.png
1117share/doc/scribus/en/images/pdf-form-ht3.png 1302share/doc/scribus/en/images/pdf-form-ht3.png
1118share/doc/scribus/en/images/pdf-form-ht4.png 1303share/doc/scribus/en/images/pdf-form-ht4.png
1119share/doc/scribus/en/images/pdf-form-ht5.png 1304share/doc/scribus/en/images/pdf-form-ht5.png
1120share/doc/scribus/en/images/pdf-form-ht6.png 1305share/doc/scribus/en/images/pdf-form-ht6.png
1121share/doc/scribus/en/images/pdfeffect1.png 
1122share/doc/scribus/en/images/pdfeffect2.png 
1123share/doc/scribus/en/images/pdfx1a-lo.png 1306share/doc/scribus/en/images/pdfx1a-lo.png
1124share/doc/scribus/en/images/pdfx3-1.png 1307share/doc/scribus/en/images/pdfx3-1.png
1125share/doc/scribus/en/images/pdfxcolor.png 1308share/doc/scribus/en/images/pdfxcolor.png
1126share/doc/scribus/en/images/pdfxintent.png 1309share/doc/scribus/en/images/pdfxintent.png
1127share/doc/scribus/en/images/plot1.png 1310share/doc/scribus/en/images/plot1.png
1128share/doc/scribus/en/images/plot2.png 1311share/doc/scribus/en/images/plot2.png
1129share/doc/scribus/en/images/polygons.png 1312share/doc/scribus/en/images/polygons.png
1130share/doc/scribus/en/images/polygons1.png 1313share/doc/scribus/en/images/polygons1.png
1131share/doc/scribus/en/images/povray.png 1314share/doc/scribus/en/images/povray.png
1132share/doc/scribus/en/images/preflight-v.png 1315share/doc/scribus/en/images/preflight-v.png
1133share/doc/scribus/en/images/prefs-mac-1.png 1316share/doc/scribus/en/images/prefs-mac-1.png
1134share/doc/scribus/en/images/prefs.png 
1135share/doc/scribus/en/images/prefs10.png 
1136share/doc/scribus/en/images/prefs11.png 
1137share/doc/scribus/en/images/prefs12.png 
1138share/doc/scribus/en/images/prefs15.png 
1139share/doc/scribus/en/images/prefs2.png 
1140share/doc/scribus/en/images/prefs3.png 
1141share/doc/scribus/en/images/prefs4.png 
1142share/doc/scribus/en/images/prefs5.png 
1143share/doc/scribus/en/images/prefs6.png 
1144share/doc/scribus/en/images/prefs8.png 
1145share/doc/scribus/en/images/prefs_9parts.png 1317share/doc/scribus/en/images/prefs_9parts.png
1146share/doc/scribus/en/images/prefs_colormgmt.png 1318share/doc/scribus/en/images/prefs_colormgmt.png
1147share/doc/scribus/en/images/prefs_display.png 1319share/doc/scribus/en/images/prefs_display.png
1148share/doc/scribus/en/images/prefs_document.png 1320share/doc/scribus/en/images/prefs_document.png
1149share/doc/scribus/en/images/prefs_document1.png 1321share/doc/scribus/en/images/prefs_document1.png
1150share/doc/scribus/en/images/prefs_exttools.png 1322share/doc/scribus/en/images/prefs_exttools.png
1151share/doc/scribus/en/images/prefs_fibonacci.png 1323share/doc/scribus/en/images/prefs_fibonacci.png
1152share/doc/scribus/en/images/prefs_general.png 1324share/doc/scribus/en/images/prefs_general.png
1153share/doc/scribus/en/images/prefs_goldenmean.png 1325share/doc/scribus/en/images/prefs_goldenmean.png
1154share/doc/scribus/en/images/prefs_guides.png 1326share/doc/scribus/en/images/prefs_guides.png
1155share/doc/scribus/en/images/prefs_guides1.png 1327share/doc/scribus/en/images/prefs_guides1.png
1156share/doc/scribus/en/images/prefs_gutenberg.png 1328share/doc/scribus/en/images/prefs_gutenberg.png
1157share/doc/scribus/en/images/prefs_keyboard.png 1329share/doc/scribus/en/images/prefs_keyboard.png
@@ -1159,84 +1331,68 @@ share/doc/scribus/en/images/prefs_magazi @@ -1159,84 +1331,68 @@ share/doc/scribus/en/images/prefs_magazi
1159share/doc/scribus/en/images/prefs_misc.png 1331share/doc/scribus/en/images/prefs_misc.png
1160share/doc/scribus/en/images/prefs_pdfexport.png 1332share/doc/scribus/en/images/prefs_pdfexport.png
1161share/doc/scribus/en/images/prefs_pdfexport1.png 1333share/doc/scribus/en/images/prefs_pdfexport1.png
1162share/doc/scribus/en/images/prefs_preflight.png 1334share/doc/scribus/en/images/prefs_preflight.png
1163share/doc/scribus/en/images/prefs_shortwords.png 1335share/doc/scribus/en/images/prefs_shortwords.png
1164share/doc/scribus/en/images/prefs_tools.png 1336share/doc/scribus/en/images/prefs_tools.png
1165share/doc/scribus/en/images/prefs_tools1.png 1337share/doc/scribus/en/images/prefs_tools1.png
1166share/doc/scribus/en/images/prefs_tools2.png 1338share/doc/scribus/en/images/prefs_tools2.png
1167share/doc/scribus/en/images/prefs_tools3.png 1339share/doc/scribus/en/images/prefs_tools3.png
1168share/doc/scribus/en/images/prefs_tools4.png 1340share/doc/scribus/en/images/prefs_tools4.png
1169share/doc/scribus/en/images/prefs_tools5.png 1341share/doc/scribus/en/images/prefs_tools5.png
1170share/doc/scribus/en/images/prefs_tools6.png 1342share/doc/scribus/en/images/prefs_tools6.png
1171share/doc/scribus/en/images/prefs_typog.png 1343share/doc/scribus/en/images/prefs_typog.png
1172share/doc/scribus/en/images/prefsblgrid1.png 
1173share/doc/scribus/en/images/prefsdisplay.png 
1174share/doc/scribus/en/images/prefsgeneral.png 
1175share/doc/scribus/en/images/print-dialog1.png 1344share/doc/scribus/en/images/print-dialog1.png
1176share/doc/scribus/en/images/print-dialog2.png 1345share/doc/scribus/en/images/print-dialog2.png
1177share/doc/scribus/en/images/printer1.png 
1178share/doc/scribus/en/images/printer2.png 1346share/doc/scribus/en/images/printer2.png
1179share/doc/scribus/en/images/printer3.png 
1180share/doc/scribus/en/images/printpreview.png 1347share/doc/scribus/en/images/printpreview.png
1181share/doc/scribus/en/images/printseps.png 
1182share/doc/scribus/en/images/prop_shape.png 1348share/doc/scribus/en/images/prop_shape.png
1183share/doc/scribus/en/images/pstoedit1.png 
1184share/doc/scribus/en/images/qsg-col1.png 1349share/doc/scribus/en/images/qsg-col1.png
1185share/doc/scribus/en/images/qsg-col2.png 1350share/doc/scribus/en/images/qsg-col2.png
1186share/doc/scribus/en/images/register.png 1351share/doc/scribus/en/images/register.png
1187share/doc/scribus/en/images/resene-pal.png 1352share/doc/scribus/en/images/resene-pal.png
1188share/doc/scribus/en/images/result.png 1353share/doc/scribus/en/images/result.png
1189share/doc/scribus/en/images/rf-error1.png 1354share/doc/scribus/en/images/rf-error1.png
1190share/doc/scribus/en/images/rf-error2.png 1355share/doc/scribus/en/images/rf-error2.png
1191share/doc/scribus/en/images/rf-error3.png 1356share/doc/scribus/en/images/rf-error3.png
1192share/doc/scribus/en/images/rf1.png 1357share/doc/scribus/en/images/rf1.png
1193share/doc/scribus/en/images/rf2.png 1358share/doc/scribus/en/images/rf2.png
1194share/doc/scribus/en/images/rf3.png 1359share/doc/scribus/en/images/rf3.png
1195share/doc/scribus/en/images/rf4.png 1360share/doc/scribus/en/images/rf4.png
1196share/doc/scribus/en/images/rf5.png 1361share/doc/scribus/en/images/rf5.png
1197share/doc/scribus/en/images/rf6.png 1362share/doc/scribus/en/images/rf6.png
1198share/doc/scribus/en/images/rf7.png 1363share/doc/scribus/en/images/rf7.png
1199share/doc/scribus/en/images/rf8.png 1364share/doc/scribus/en/images/rf8.png
1200share/doc/scribus/en/images/rgb-cmyk.png 1365share/doc/scribus/en/images/rgb-cmyk.png
1201share/doc/scribus/en/images/rgb.png 1366share/doc/scribus/en/images/rgb.png
1202share/doc/scribus/en/images/round_rectangle.png 1367share/doc/scribus/en/images/round_rectangle.png
1203share/doc/scribus/en/images/sadie4by2b.png 1368share/doc/scribus/en/images/sadie4by2b.png
1204share/doc/scribus/en/images/scribus-os2.png 1369share/doc/scribus/en/images/scribus-os2.png
1205share/doc/scribus/en/images/scribus-pres1.png 1370share/doc/scribus/en/images/scribus-pres1.png
1206share/doc/scribus/en/images/scribus-pres2.png 1371share/doc/scribus/en/images/scribus-pres2.png
1207share/doc/scribus/en/images/scribus2.png 
1208share/doc/scribus/en/images/scribuscms1.png 
1209share/doc/scribus/en/images/scribustru4.png 
1210share/doc/scribus/en/images/shape_edit.png 1372share/doc/scribus/en/images/shape_edit.png
1211share/doc/scribus/en/images/shapes7.png 1373share/doc/scribus/en/images/shapes7.png
1212share/doc/scribus/en/images/shapes8.png 1374share/doc/scribus/en/images/shapes8.png
1213share/doc/scribus/en/images/siatka_jednostki_miar.png 
1214share/doc/scribus/en/images/siatka_menu.png 
1215share/doc/scribus/en/images/skewing.png 1375share/doc/scribus/en/images/skewing.png
1216share/doc/scribus/en/images/spinbox1.png 
1217share/doc/scribus/en/images/spot.png 1376share/doc/scribus/en/images/spot.png
1218share/doc/scribus/en/images/squat_tux.png 1377share/doc/scribus/en/images/squat_tux.png
1219share/doc/scribus/en/images/style_manager1.png 1378share/doc/scribus/en/images/style_manager1.png
1220share/doc/scribus/en/images/style_manager10.png 1379share/doc/scribus/en/images/style_manager10.png
1221share/doc/scribus/en/images/style_manager1b.png 1380share/doc/scribus/en/images/style_manager1b.png
1222share/doc/scribus/en/images/style_manager3b.png 1381share/doc/scribus/en/images/style_manager3b.png
1223share/doc/scribus/en/images/style_manager7.png 1382share/doc/scribus/en/images/style_manager7.png
1224share/doc/scribus/en/images/style_manager8.png 1383share/doc/scribus/en/images/style_manager8.png
1225share/doc/scribus/en/images/style_manager9.png 1384share/doc/scribus/en/images/style_manager9.png
1226share/doc/scribus/en/images/svg1.png 
1227share/doc/scribus/en/images/swdialog.png 1385share/doc/scribus/en/images/swdialog.png
1228share/doc/scribus/en/images/swmenu.png 
1229share/doc/scribus/en/images/symbole.png 
1230share/doc/scribus/en/images/table-import-1.png 1386share/doc/scribus/en/images/table-import-1.png
1231share/doc/scribus/en/images/table-import-2.png 1387share/doc/scribus/en/images/table-import-2.png
1232share/doc/scribus/en/images/table-import-3.png 1388share/doc/scribus/en/images/table-import-3.png
1233share/doc/scribus/en/images/tb-bookbinder.png 1389share/doc/scribus/en/images/tb-bookbinder.png
1234share/doc/scribus/en/images/tb-gsview.png 1390share/doc/scribus/en/images/tb-gsview.png
1235share/doc/scribus/en/images/tb-inkscape.png 1391share/doc/scribus/en/images/tb-inkscape.png
1236share/doc/scribus/en/images/tb-jpdf.png 1392share/doc/scribus/en/images/tb-jpdf.png
1237share/doc/scribus/en/images/tb-libreoffice.png 1393share/doc/scribus/en/images/tb-libreoffice.png
1238share/doc/scribus/en/images/tb-pdf-imp.png 1394share/doc/scribus/en/images/tb-pdf-imp.png
1239share/doc/scribus/en/images/text-frame-link.png 1395share/doc/scribus/en/images/text-frame-link.png
1240share/doc/scribus/en/images/text-frame-unlink.png 1396share/doc/scribus/en/images/text-frame-unlink.png
1241share/doc/scribus/en/images/text_filter135.png 1397share/doc/scribus/en/images/text_filter135.png
1242share/doc/scribus/en/images/text_filter136.png 1398share/doc/scribus/en/images/text_filter136.png
@@ -1249,100 +1405,88 @@ share/doc/scribus/en/images/text_tab11.p @@ -1249,100 +1405,88 @@ share/doc/scribus/en/images/text_tab11.p
1249share/doc/scribus/en/images/text_tab11b.png 1405share/doc/scribus/en/images/text_tab11b.png
1250share/doc/scribus/en/images/text_tab12.png 1406share/doc/scribus/en/images/text_tab12.png
1251share/doc/scribus/en/images/text_tab13.png 1407share/doc/scribus/en/images/text_tab13.png
1252share/doc/scribus/en/images/text_tab2.png 1408share/doc/scribus/en/images/text_tab2.png
1253share/doc/scribus/en/images/text_tab3.png 1409share/doc/scribus/en/images/text_tab3.png
1254share/doc/scribus/en/images/text_tab4.png 1410share/doc/scribus/en/images/text_tab4.png
1255share/doc/scribus/en/images/text_tab5.png 1411share/doc/scribus/en/images/text_tab5.png
1256share/doc/scribus/en/images/text_tab6.png 1412share/doc/scribus/en/images/text_tab6.png
1257share/doc/scribus/en/images/text_tab7.png 1413share/doc/scribus/en/images/text_tab7.png
1258share/doc/scribus/en/images/text_tab7a.png 1414share/doc/scribus/en/images/text_tab7a.png
1259share/doc/scribus/en/images/text_tab7b.png 1415share/doc/scribus/en/images/text_tab7b.png
1260share/doc/scribus/en/images/text_tab8.png 1416share/doc/scribus/en/images/text_tab8.png
1261share/doc/scribus/en/images/text_tab9.png 1417share/doc/scribus/en/images/text_tab9.png
1262share/doc/scribus/en/images/toolbar1.png 
1263share/doc/scribus/en/images/toolbar1d.png 
1264share/doc/scribus/en/images/toolbar3.png 
1265share/doc/scribus/en/images/transform_dialogb.png 1418share/doc/scribus/en/images/transform_dialogb.png
1266share/doc/scribus/en/images/transform_translaterotation.png 1419share/doc/scribus/en/images/transform_translaterotation.png
1267share/doc/scribus/en/images/transform_translaterotation1.png 1420share/doc/scribus/en/images/transform_translaterotation1.png
1268share/doc/scribus/en/images/transform_translatescaling.png 1421share/doc/scribus/en/images/transform_translatescaling.png
1269share/doc/scribus/en/images/transform_translateskewing.png 1422share/doc/scribus/en/images/transform_translateskewing.png
1270share/doc/scribus/en/images/transform_translateskewing1.png 1423share/doc/scribus/en/images/transform_translateskewing1.png
1271share/doc/scribus/en/images/ulica.png 
1272share/doc/scribus/en/images/vectimp1.png 1424share/doc/scribus/en/images/vectimp1.png
1273share/doc/scribus/en/images/vectimp2.png 1425share/doc/scribus/en/images/vectimp2.png
1274share/doc/scribus/en/images/vectimp3.png 1426share/doc/scribus/en/images/vectimp3.png
1275share/doc/scribus/en/images/vectimp4.png 1427share/doc/scribus/en/images/vectimp4.png
1276share/doc/scribus/en/images/vectimp5.png 1428share/doc/scribus/en/images/vectimp5.png
1277share/doc/scribus/en/images/vector-advanced.png 1429share/doc/scribus/en/images/vector-advanced.png
1278share/doc/scribus/en/images/vector-clipart.png 1430share/doc/scribus/en/images/vector-clipart.png
1279share/doc/scribus/en/images/wlasciwosci_pola.png 
1280share/doc/scribus/en/images/wyslij_formularz.png 
1281share/doc/scribus/en/images/xnview.png 1431share/doc/scribus/en/images/xnview.png
1282share/doc/scribus/en/importbitmap1.html 1432share/doc/scribus/en/importbitmap1.html
1283share/doc/scribus/en/importhints.html 1433share/doc/scribus/en/importhints.html
1284share/doc/scribus/en/importhints1.html 1434share/doc/scribus/en/importhints1.html
1285share/doc/scribus/en/importhints2.html 1435share/doc/scribus/en/importhints2.html
1286share/doc/scribus/en/importhints3.html 1436share/doc/scribus/en/importhints3.html
1287share/doc/scribus/en/importhints4.html 1437share/doc/scribus/en/importhints4.html
1288share/doc/scribus/en/index.html 1438share/doc/scribus/en/index.html
1289share/doc/scribus/en/install-dpkg.html 1439share/doc/scribus/en/install-dpkg.html
1290share/doc/scribus/en/install.html 1440share/doc/scribus/en/install.html
1291share/doc/scribus/en/install1.html 1441share/doc/scribus/en/install1.html
1292share/doc/scribus/en/install2.html 1442share/doc/scribus/en/install2.html
1293share/doc/scribus/en/install3.html 1443share/doc/scribus/en/install3.html
1294share/doc/scribus/en/install4.html 1444share/doc/scribus/en/install4.html
1295share/doc/scribus/en/install5.html 1445share/doc/scribus/en/install5.html
1296share/doc/scribus/en/intro.html 1446share/doc/scribus/en/intro.html
1297share/doc/scribus/en/irc.html 1447share/doc/scribus/en/irc.html
1298share/doc/scribus/en/javascriptpdf.html 
1299share/doc/scribus/en/keys.html 1448share/doc/scribus/en/keys.html
1300share/doc/scribus/en/layers.html 1449share/doc/scribus/en/layers.html
1301share/doc/scribus/en/lipsum.html 1450share/doc/scribus/en/lipsum.html
1302share/doc/scribus/en/machints1.html 
1303share/doc/scribus/en/machints2.html 
1304share/doc/scribus/en/mailing_lists.html 1451share/doc/scribus/en/mailing_lists.html
1305share/doc/scribus/en/menu.xml 1452share/doc/scribus/en/menu.xml
1306share/doc/scribus/en/moncal.html 1453share/doc/scribus/en/moncal.html
1307share/doc/scribus/en/mouse.html 1454share/doc/scribus/en/mouse.html
1308share/doc/scribus/en/multiple_transform.html 1455share/doc/scribus/en/multiple_transform.html
1309share/doc/scribus/en/otherinfo.html 1456share/doc/scribus/en/otherinfo.html
1310share/doc/scribus/en/pagenumber.html 1457share/doc/scribus/en/pagenumber.html
1311share/doc/scribus/en/pagetemplate1.html 1458share/doc/scribus/en/pagetemplate1.html
1312share/doc/scribus/en/parallel-install.html 
1313share/doc/scribus/en/pdf_form.html 1459share/doc/scribus/en/pdf_form.html
1314share/doc/scribus/en/pdfexport1.html 1460share/doc/scribus/en/pdfexport1.html
1315share/doc/scribus/en/pdfexport2.html 1461share/doc/scribus/en/pdfexport2.html
1316share/doc/scribus/en/pdfexport3.html 1462share/doc/scribus/en/pdfexport3.html
1317share/doc/scribus/en/pdfexport4.html 1463share/doc/scribus/en/pdfexport4.html
1318share/doc/scribus/en/pdflavor.html 1464share/doc/scribus/en/pdflavor.html
1319share/doc/scribus/en/pdfx3.html 1465share/doc/scribus/en/pdfx3.html
1320share/doc/scribus/en/plugin_howto.html 1466share/doc/scribus/en/plugin_howto.html
1321share/doc/scribus/en/prepress.html 
1322share/doc/scribus/en/print1.html 1467share/doc/scribus/en/print1.html
1323share/doc/scribus/en/print2.html 1468share/doc/scribus/en/print2.html
1324share/doc/scribus/en/print3.html 1469share/doc/scribus/en/print3.html
1325share/doc/scribus/en/print4.html 1470share/doc/scribus/en/print4.html
1326share/doc/scribus/en/psd.html 1471share/doc/scribus/en/psd.html
1327share/doc/scribus/en/qsg.html 1472share/doc/scribus/en/qsg.html
1328share/doc/scribus/en/readme-macosx.html 1473share/doc/scribus/en/readme-macosx.html
1329share/doc/scribus/en/readme-os2.html 1474share/doc/scribus/en/readme-os2.html
1330share/doc/scribus/en/readme-win32.html 1475share/doc/scribus/en/readme-win32.html
1331share/doc/scribus/en/readme.html 1476share/doc/scribus/en/readme.html
1332share/doc/scribus/en/releases.html 1477share/doc/scribus/en/releases.html
1333share/doc/scribus/en/renderframes.html 1478share/doc/scribus/en/renderframes.html
1334share/doc/scribus/en/resources.html 1479share/doc/scribus/en/resources.html
1335share/doc/scribus/en/scprinters.html 
1336share/doc/scribus/en/scribus-svg.html 1480share/doc/scribus/en/scribus-svg.html
1337share/doc/scribus/en/scribuscopyright.html 1481share/doc/scribus/en/scribuscopyright.html
1338share/doc/scribus/en/scribusfileformat.html 1482share/doc/scribus/en/scribusfileformat.html
1339share/doc/scribus/en/scripter-extensions.html 1483share/doc/scribus/en/scripter-extensions.html
1340share/doc/scribus/en/scripter-faq.html 1484share/doc/scribus/en/scripter-faq.html
1341share/doc/scribus/en/scripter1.html 1485share/doc/scribus/en/scripter1.html
1342share/doc/scribus/en/scripterapi-ImageExport.html 1486share/doc/scribus/en/scripterapi-ImageExport.html
1343share/doc/scribus/en/scripterapi-PDFfile.html 1487share/doc/scribus/en/scripterapi-PDFfile.html
1344share/doc/scribus/en/scripterapi-Printer.html 1488share/doc/scribus/en/scripterapi-Printer.html
1345share/doc/scribus/en/scripterapi-color.html 1489share/doc/scribus/en/scripterapi-color.html
1346share/doc/scribus/en/scripterapi-constants.html 1490share/doc/scribus/en/scripterapi-constants.html
1347share/doc/scribus/en/scripterapi-dialogs.html 1491share/doc/scribus/en/scripterapi-dialogs.html
1348share/doc/scribus/en/scripterapi-doc.html 1492share/doc/scribus/en/scripterapi-doc.html
@@ -1352,28 +1496,26 @@ share/doc/scribus/en/scripterapi-getobjp @@ -1352,28 +1496,26 @@ share/doc/scribus/en/scripterapi-getobjp
1352share/doc/scribus/en/scripterapi-layer.html 1496share/doc/scribus/en/scripterapi-layer.html
1353share/doc/scribus/en/scripterapi-manobj.html 1497share/doc/scribus/en/scripterapi-manobj.html
1354share/doc/scribus/en/scripterapi-object.html 1498share/doc/scribus/en/scripterapi-object.html
1355share/doc/scribus/en/scripterapi-page.html 1499share/doc/scribus/en/scripterapi-page.html
1356share/doc/scribus/en/scripterapi-select.html 1500share/doc/scribus/en/scripterapi-select.html
1357share/doc/scribus/en/scripterapi-setobjprop.html 1501share/doc/scribus/en/scripterapi-setobjprop.html
1358share/doc/scribus/en/scripterapi-textframes.html 1502share/doc/scribus/en/scripterapi-textframes.html
1359share/doc/scribus/en/scripterapi.html 1503share/doc/scribus/en/scripterapi.html
1360share/doc/scribus/en/settings1.html 1504share/doc/scribus/en/settings1.html
1361share/doc/scribus/en/short-words.html 1505share/doc/scribus/en/short-words.html
1362share/doc/scribus/en/specs.html 1506share/doc/scribus/en/specs.html
1363share/doc/scribus/en/toolbox.html 1507share/doc/scribus/en/toolbox.html
1364share/doc/scribus/en/toolbox1.html 1508share/doc/scribus/en/toolbox1.html
1365share/doc/scribus/en/toolbox10.html 
1366share/doc/scribus/en/toolbox11.html 
1367share/doc/scribus/en/toolbox12.html 1509share/doc/scribus/en/toolbox12.html
1368share/doc/scribus/en/toolbox13.html 1510share/doc/scribus/en/toolbox13.html
1369share/doc/scribus/en/toolbox14.html 1511share/doc/scribus/en/toolbox14.html
1370share/doc/scribus/en/toolbox15.html 1512share/doc/scribus/en/toolbox15.html
1371share/doc/scribus/en/toolbox16.html 1513share/doc/scribus/en/toolbox16.html
1372share/doc/scribus/en/toolbox17.html 1514share/doc/scribus/en/toolbox17.html
1373share/doc/scribus/en/toolbox18.html 1515share/doc/scribus/en/toolbox18.html
1374share/doc/scribus/en/toolbox19.html 1516share/doc/scribus/en/toolbox19.html
1375share/doc/scribus/en/toolbox2.html 1517share/doc/scribus/en/toolbox2.html
1376share/doc/scribus/en/toolbox3.html 1518share/doc/scribus/en/toolbox3.html
1377share/doc/scribus/en/toolbox4.html 1519share/doc/scribus/en/toolbox4.html
1378share/doc/scribus/en/toolbox5.html 1520share/doc/scribus/en/toolbox5.html
1379share/doc/scribus/en/toolbox6.html 1521share/doc/scribus/en/toolbox6.html
@@ -1389,130 +1531,156 @@ share/doc/scribus/en/tutorials/scribus-s @@ -1389,130 +1531,156 @@ share/doc/scribus/en/tutorials/scribus-s
1389share/doc/scribus/en/tutorials/scribus-short-words/menu.png 1531share/doc/scribus/en/tutorials/scribus-short-words/menu.png
1390share/doc/scribus/en/tutorials/scribus-short-words/menu.xml 1532share/doc/scribus/en/tutorials/scribus-short-words/menu.xml
1391share/doc/scribus/en/tutorials/scribus-short-words/short-words-manual.html 1533share/doc/scribus/en/tutorials/scribus-short-words/short-words-manual.html
1392share/doc/scribus/en/workspace1.html 1534share/doc/scribus/en/workspace1.html
1393share/doc/scribus/it/EditingShapes.html 1535share/doc/scribus/it/EditingShapes.html
1394share/doc/scribus/it/WwFill.html 1536share/doc/scribus/it/WwFill.html
1395share/doc/scribus/it/WwFrames.html 1537share/doc/scribus/it/WwFrames.html
1396share/doc/scribus/it/WwImages.html 1538share/doc/scribus/it/WwImages.html
1397share/doc/scribus/it/WwLines.html 1539share/doc/scribus/it/WwLines.html
1398share/doc/scribus/it/WwRenderframes.html 1540share/doc/scribus/it/WwRenderframes.html
1399share/doc/scribus/it/WwShapes.html 1541share/doc/scribus/it/WwShapes.html
1400share/doc/scribus/it/WwStyles.html 1542share/doc/scribus/it/WwStyles.html
1401share/doc/scribus/it/WwText.html 1543share/doc/scribus/it/WwText.html
 1544share/doc/scribus/it/about1.html
1402share/doc/scribus/it/about2.html 1545share/doc/scribus/it/about2.html
 1546share/doc/scribus/it/bugreport.html
1403share/doc/scribus/it/cli.html 1547share/doc/scribus/it/cli.html
 1548share/doc/scribus/it/cms.html
 1549share/doc/scribus/it/cms2.html
 1550share/doc/scribus/it/cms3.html
 1551share/doc/scribus/it/codingstandards.html
1404share/doc/scribus/it/color1.html 1552share/doc/scribus/it/color1.html
1405share/doc/scribus/it/color2.html 1553share/doc/scribus/it/color2.html
1406share/doc/scribus/it/color3.html 1554share/doc/scribus/it/color3.html
1407share/doc/scribus/it/color4.html 1555share/doc/scribus/it/color4.html
1408share/doc/scribus/it/color5.html 1556share/doc/scribus/it/color5.html
1409share/doc/scribus/it/color6.html 1557share/doc/scribus/it/color6.html
 1558share/doc/scribus/it/color7.html
1410share/doc/scribus/it/color8.html 1559share/doc/scribus/it/color8.html
 1560share/doc/scribus/it/colorwheel.html
1411share/doc/scribus/it/config.html 1561share/doc/scribus/it/config.html
 1562share/doc/scribus/it/contributions.html
 1563share/doc/scribus/it/developers.html
 1564share/doc/scribus/it/doccopyright.html
1412share/doc/scribus/it/docinfo.html 1565share/doc/scribus/it/docinfo.html
1413share/doc/scribus/it/documentation.html 1566share/doc/scribus/it/documentation.html
 1567share/doc/scribus/it/download.html
 1568share/doc/scribus/it/editorial.html
 1569share/doc/scribus/it/faq1.html
 1570share/doc/scribus/it/faq3.html
 1571share/doc/scribus/it/fileproblems.html
1414share/doc/scribus/it/fonts1.html 1572share/doc/scribus/it/fonts1.html
1415share/doc/scribus/it/fonts2.html 1573share/doc/scribus/it/fonts2.html
 1574share/doc/scribus/it/gettexthowto.html
 1575share/doc/scribus/it/gsview.html
1416share/doc/scribus/it/hyphenator.html 1576share/doc/scribus/it/hyphenator.html
1417share/doc/scribus/it/images/Image_Properties.png 
1418share/doc/scribus/it/images/XYZ_Prop.png 
1419share/doc/scribus/it/images/XYZ_Prop1.png 
1420share/doc/scribus/it/images/cmcanvas.png 
1421share/doc/scribus/it/images/context_image.png 
1422share/doc/scribus/it/images/context_text135.png 
1423share/doc/scribus/it/images/docinfo.png 
1424share/doc/scribus/it/images/docinfo2.png 
1425share/doc/scribus/it/images/font-preview.png 
1426share/doc/scribus/it/images/font-subst.png 
1427share/doc/scribus/it/images/fontpref1.png 
1428share/doc/scribus/it/images/fontpref2.png 
1429share/doc/scribus/it/images/fontpref3.png 
1430share/doc/scribus/it/images/hyphen1.png 
1431share/doc/scribus/it/images/plot1.png 
1432share/doc/scribus/it/images/plot2.png 
1433share/doc/scribus/it/images/prefs_colormgmt.png 
1434share/doc/scribus/it/images/prefs_display.png 
1435share/doc/scribus/it/images/prefs_document.png 
1436share/doc/scribus/it/images/prefs_exttools.png 
1437share/doc/scribus/it/images/prefs_general.png 
1438share/doc/scribus/it/images/prefs_guides.png 
1439share/doc/scribus/it/images/prefs_keyboard.png 
1440share/doc/scribus/it/images/prefs_misc.png 
1441share/doc/scribus/it/images/prefs_pdfexport.png 
1442share/doc/scribus/it/images/prefs_pdfexport1.png 
1443share/doc/scribus/it/images/prefs_preflight.png 
1444share/doc/scribus/it/images/prefs_shortwords.png 
1445share/doc/scribus/it/images/prefs_tools.png 
1446share/doc/scribus/it/images/prefs_tools1.png 
1447share/doc/scribus/it/images/prefs_tools2.png 
1448share/doc/scribus/it/images/prefs_tools3.png 
1449share/doc/scribus/it/images/prefs_tools4.png 
1450share/doc/scribus/it/images/prefs_tools5.png 
1451share/doc/scribus/it/images/prefs_tools6.png 
1452share/doc/scribus/it/images/prefs_typog.png 
1453share/doc/scribus/it/images/rf-error2.png 
1454share/doc/scribus/it/images/rf-error3.png 
1455share/doc/scribus/it/images/rf1.png 
1456share/doc/scribus/it/images/rf4.png 
1457share/doc/scribus/it/images/rf5.png 
1458share/doc/scribus/it/images/rf6.png 
1459share/doc/scribus/it/images/rf7.png 
1460share/doc/scribus/it/images/rf8.png 
1461share/doc/scribus/it/images/shapes7.png 
1462share/doc/scribus/it/images/style_manager1.png 
1463share/doc/scribus/it/images/style_manager10.png 
1464share/doc/scribus/it/images/style_manager1b.png 
1465share/doc/scribus/it/images/style_manager3b.png 
1466share/doc/scribus/it/images/style_manager9.png 
1467share/doc/scribus/it/images/text_filter135.png 
1468share/doc/scribus/it/images/text_filter136.png 
1469share/doc/scribus/it/images/text_filter136b.png 
1470share/doc/scribus/it/images/text_linking.png 
1471share/doc/scribus/it/images/text_tab1.png 
1472share/doc/scribus/it/images/text_tab10.png 
1473share/doc/scribus/it/images/text_tab13.png 
1474share/doc/scribus/it/images/text_tab3.png 
1475share/doc/scribus/it/importbitmap1.html 1577share/doc/scribus/it/importbitmap1.html
1476share/doc/scribus/it/importhints.html 1578share/doc/scribus/it/importhints.html
1477share/doc/scribus/it/importhints1.html 1579share/doc/scribus/it/importhints1.html
1478share/doc/scribus/it/importhints2.html 1580share/doc/scribus/it/importhints2.html
1479share/doc/scribus/it/importhints3.html 1581share/doc/scribus/it/importhints3.html
1480share/doc/scribus/it/importhints4.html 1582share/doc/scribus/it/importhints4.html
1481share/doc/scribus/it/index.html 1583share/doc/scribus/it/index.html
 1584share/doc/scribus/it/install-dpkg.html
1482share/doc/scribus/it/install.html 1585share/doc/scribus/it/install.html
 1586share/doc/scribus/it/install1.html
 1587share/doc/scribus/it/install2.html
 1588share/doc/scribus/it/install3.html
 1589share/doc/scribus/it/install4.html
 1590share/doc/scribus/it/install5.html
1483share/doc/scribus/it/intro.html 1591share/doc/scribus/it/intro.html
 1592share/doc/scribus/it/irc.html
1484share/doc/scribus/it/keys.html 1593share/doc/scribus/it/keys.html
1485share/doc/scribus/it/layers.html 1594share/doc/scribus/it/layers.html
 1595share/doc/scribus/it/lipsum.html
 1596share/doc/scribus/it/mailing_lists.html
1486share/doc/scribus/it/menu.xml 1597share/doc/scribus/it/menu.xml
 1598share/doc/scribus/it/moncal.html
1487share/doc/scribus/it/mouse.html 1599share/doc/scribus/it/mouse.html
1488share/doc/scribus/it/multiple_transform.html 1600share/doc/scribus/it/multiple_transform.html
1489share/doc/scribus/it/otherinfo.html 1601share/doc/scribus/it/otherinfo.html
1490share/doc/scribus/it/pagenumber.html 1602share/doc/scribus/it/pagenumber.html
1491share/doc/scribus/it/pagetemplate1.html 1603share/doc/scribus/it/pagetemplate1.html
1492share/doc/scribus/it/pdf_form.html 1604share/doc/scribus/it/pdf_form.html
1493share/doc/scribus/it/pdfexport1.html 1605share/doc/scribus/it/pdfexport1.html
1494share/doc/scribus/it/pdfexport2.html 1606share/doc/scribus/it/pdfexport2.html
1495share/doc/scribus/it/pdfexport3.html 1607share/doc/scribus/it/pdfexport3.html
1496share/doc/scribus/it/pdfexport4.html 1608share/doc/scribus/it/pdfexport4.html
1497share/doc/scribus/it/pdflavor.html 1609share/doc/scribus/it/pdflavor.html
1498share/doc/scribus/it/pdfx3.html 1610share/doc/scribus/it/pdfx3.html
 1611share/doc/scribus/it/plugin_howto.html
 1612share/doc/scribus/it/print1.html
 1613share/doc/scribus/it/print2.html
 1614share/doc/scribus/it/print3.html
 1615share/doc/scribus/it/print4.html
1499share/doc/scribus/it/psd.html 1616share/doc/scribus/it/psd.html
1500share/doc/scribus/it/qsg.html 1617share/doc/scribus/it/qsg.html
 1618share/doc/scribus/it/readme-macosx.html
 1619share/doc/scribus/it/readme-os2.html
 1620share/doc/scribus/it/readme-win32.html
 1621share/doc/scribus/it/readme.html
 1622share/doc/scribus/it/releases.html
1501share/doc/scribus/it/renderframes.html 1623share/doc/scribus/it/renderframes.html
1502share/doc/scribus/it/resources.html 1624share/doc/scribus/it/resources.html
1503share/doc/scribus/it/scribus-svg.html 1625share/doc/scribus/it/scribus-svg.html
 1626share/doc/scribus/it/scribuscopyright.html
 1627share/doc/scribus/it/scribusfileformat.html
 1628share/doc/scribus/it/scripter-extensions.html
 1629share/doc/scribus/it/scripter-faq.html
 1630share/doc/scribus/it/scripter1.html
 1631share/doc/scribus/it/scripterapi-ImageExport.html
 1632share/doc/scribus/it/scripterapi-PDFfile.html
 1633share/doc/scribus/it/scripterapi-Printer.html
 1634share/doc/scribus/it/scripterapi-color.html
 1635share/doc/scribus/it/scripterapi-constants.html
 1636share/doc/scribus/it/scripterapi-dialogs.html
 1637share/doc/scribus/it/scripterapi-doc.html
 1638share/doc/scribus/it/scripterapi-extensions.html
 1639share/doc/scribus/it/scripterapi-font.html
 1640share/doc/scribus/it/scripterapi-getobjprop.html
 1641share/doc/scribus/it/scripterapi-layer.html
 1642share/doc/scribus/it/scripterapi-manobj.html
 1643share/doc/scribus/it/scripterapi-object.html
 1644share/doc/scribus/it/scripterapi-page.html
 1645share/doc/scribus/it/scripterapi-select.html
 1646share/doc/scribus/it/scripterapi-setobjprop.html
 1647share/doc/scribus/it/scripterapi-textframes.html
 1648share/doc/scribus/it/scripterapi.html
1504share/doc/scribus/it/settings1.html 1649share/doc/scribus/it/settings1.html
1505share/doc/scribus/it/short-words.html 1650share/doc/scribus/it/short-words.html
 1651share/doc/scribus/it/specs.html
 1652share/doc/scribus/it/toolbox.html
 1653share/doc/scribus/it/toolbox1.html
 1654share/doc/scribus/it/toolbox12.html
 1655share/doc/scribus/it/toolbox13.html
 1656share/doc/scribus/it/toolbox14.html
 1657share/doc/scribus/it/toolbox15.html
 1658share/doc/scribus/it/toolbox16.html
 1659share/doc/scribus/it/toolbox17.html
 1660share/doc/scribus/it/toolbox18.html
 1661share/doc/scribus/it/toolbox19.html
 1662share/doc/scribus/it/toolbox2.html
 1663share/doc/scribus/it/toolbox3.html
 1664share/doc/scribus/it/toolbox4.html
 1665share/doc/scribus/it/toolbox5.html
 1666share/doc/scribus/it/toolbox6.html
 1667share/doc/scribus/it/toolbox7.html
 1668share/doc/scribus/it/toolbox8.html
 1669share/doc/scribus/it/toolbox9.html
 1670share/doc/scribus/it/topten.html
 1671share/doc/scribus/it/translation_howto.html
 1672share/doc/scribus/it/tutorials.html
 1673share/doc/scribus/it/workspace1.html
1506share/mime/packages/scribus.xml 1674share/mime/packages/scribus.xml
1507share/pixmaps/scribus.png 1675share/pixmaps/scribus.png
1508share/scribus/dicts/CMakeLists.txt 1676share/scribus/dicts/CMakeLists.txt
1509share/scribus/dicts/README_ca_ES.txt 1677share/scribus/dicts/README_ca_ES.txt
1510share/scribus/dicts/README_cs_CZ.txt 1678share/scribus/dicts/README_cs_CZ.txt
1511share/scribus/dicts/README_cy_GB.txt 1679share/scribus/dicts/README_cy_GB.txt
1512share/scribus/dicts/README_de_1901.txt 1680share/scribus/dicts/README_de_1901.txt
1513share/scribus/dicts/README_de_DE.txt 1681share/scribus/dicts/README_de_DE.txt
1514share/scribus/dicts/README_en_EN.txt 1682share/scribus/dicts/README_en_EN.txt
1515share/scribus/dicts/README_en_GB.txt 1683share/scribus/dicts/README_en_GB.txt
1516share/scribus/dicts/README_es_ES.txt 1684share/scribus/dicts/README_es_ES.txt
1517share/scribus/dicts/README_fi_FI.txt 1685share/scribus/dicts/README_fi_FI.txt
1518share/scribus/dicts/README_hu_HU.txt 1686share/scribus/dicts/README_hu_HU.txt
@@ -2060,26 +2228,31 @@ share/scribus/loremipsum/eo.xml @@ -2060,26 +2228,31 @@ share/scribus/loremipsum/eo.xml
2060share/scribus/loremipsum/fi.xml 2228share/scribus/loremipsum/fi.xml
2061share/scribus/loremipsum/fr.xml 2229share/scribus/loremipsum/fr.xml
2062share/scribus/loremipsum/he.xml 2230share/scribus/loremipsum/he.xml
2063share/scribus/loremipsum/it.xml 2231share/scribus/loremipsum/it.xml
2064share/scribus/loremipsum/ja.xml 2232share/scribus/loremipsum/ja.xml
2065share/scribus/loremipsum/la.xml 2233share/scribus/loremipsum/la.xml
2066share/scribus/loremipsum/lt.xml 2234share/scribus/loremipsum/lt.xml
2067share/scribus/loremipsum/nl.xml 2235share/scribus/loremipsum/nl.xml
2068share/scribus/loremipsum/ru.xml 2236share/scribus/loremipsum/ru.xml
2069share/scribus/loremipsum/sk.xml 2237share/scribus/loremipsum/sk.xml
2070share/scribus/loremipsum/sl.xml 2238share/scribus/loremipsum/sl.xml
2071share/scribus/plugins/barcode.ps 2239share/scribus/plugins/barcode.ps
2072share/scribus/plugins/scribus-short-words.rc 2240share/scribus/plugins/scribus-short-words.rc
 2241share/scribus/profiles/GenericCMYK.icm
 2242share/scribus/profiles/GenericCMYK.txt
 2243share/scribus/profiles/Readme
 2244share/scribus/profiles/sRGB.icm
 2245share/scribus/profiles/srgb.license
2073share/scribus/samples/3columnA4.py 2246share/scribus/samples/3columnA4.py
2074share/scribus/samples/3columnUSLTR.py 2247share/scribus/samples/3columnUSLTR.py
2075share/scribus/samples/Calender.py 2248share/scribus/samples/Calender.py
2076share/scribus/samples/ExtractText.py 2249share/scribus/samples/ExtractText.py
2077share/scribus/samples/Sample1.py 2250share/scribus/samples/Sample1.py
2078share/scribus/samples/boilerplate.py 2251share/scribus/samples/boilerplate.py
2079share/scribus/samples/golden-mean.py 2252share/scribus/samples/golden-mean.py
2080share/scribus/samples/legende.py 2253share/scribus/samples/legende.py
2081share/scribus/samples/moins_10_pourcent_group.py 2254share/scribus/samples/moins_10_pourcent_group.py
2082share/scribus/samples/plus_10_pourcent_group.py 2255share/scribus/samples/plus_10_pourcent_group.py
2083share/scribus/samples/pochette_cd.py 2256share/scribus/samples/pochette_cd.py
2084share/scribus/samples/quote.py 2257share/scribus/samples/quote.py
2085share/scribus/samples/sample_db_usage.py 2258share/scribus/samples/sample_db_usage.py
@@ -2088,26 +2261,188 @@ share/scribus/samples/wordcount.py @@ -2088,26 +2261,188 @@ share/scribus/samples/wordcount.py
2088share/scribus/scripts/Autoquote.py 2261share/scribus/scripts/Autoquote.py
2089share/scribus/scripts/CalendarWizard.py 2262share/scribus/scripts/CalendarWizard.py
2090share/scribus/scripts/ChangeLog 2263share/scribus/scripts/ChangeLog
2091share/scribus/scripts/ColorChart.py 2264share/scribus/scripts/ColorChart.py
2092share/scribus/scripts/DirectImageImport.py 2265share/scribus/scripts/DirectImageImport.py
2093share/scribus/scripts/FontSample.py 2266share/scribus/scripts/FontSample.py
2094share/scribus/scripts/InfoBox.py 2267share/scribus/scripts/InfoBox.py
2095share/scribus/scripts/NEWS 2268share/scribus/scripts/NEWS
2096share/scribus/scripts/ReadMe 2269share/scribus/scripts/ReadMe
2097share/scribus/scripts/TODO 2270share/scribus/scripts/TODO
2098share/scribus/scripts/color2csv.py 2271share/scribus/scripts/color2csv.py
2099share/scribus/scripts/csv2color.py 2272share/scribus/scripts/csv2color.py
2100share/scribus/scripts/importcsv2table.py 2273share/scribus/scripts/importcsv2table.py
 2274share/scribus/swatches/AFNOR_X_08-002.xml
 2275share/scribus/swatches/AS_2007S-1996.xml
 2276share/scribus/swatches/Alligator Collection 3000_bs00_3.eps
 2277share/scribus/swatches/Alligator Collection 3000_bs01_3.eps
 2278share/scribus/swatches/Alligator Collection 3000_kd01_4.eps
 2279share/scribus/swatches/Alligator Collection 3000_np01_4.eps
 2280share/scribus/swatches/Alligator Collection 3000_zd01_4.eps
 2281share/scribus/swatches/Alligator Collection 4000_bs00_3.eps
 2282share/scribus/swatches/Alligator Collection 4000_bs01_3.eps
 2283share/scribus/swatches/Alligator Collection 4000_kd01_4.eps
 2284share/scribus/swatches/Alligator Collection 4000_np01_4.eps
 2285share/scribus/swatches/Alligator Collection 4000_zd01_4.eps
 2286share/scribus/swatches/BS_381C.xml
 2287share/scribus/swatches/BS_4800.xml
 2288share/scribus/swatches/BannerRite_bs00_3.eps
 2289share/scribus/swatches/BannerRite_bs01_3.eps
 2290share/scribus/swatches/BannerRite_kd01_4.eps
 2291share/scribus/swatches/BannerRite_np01_4.eps
 2292share/scribus/swatches/BannerRite_zd01_4.eps
 2293share/scribus/swatches/Baumann System Prase_bs00_3.eps
 2294share/scribus/swatches/Baumann System Prase_bs01_3.eps
 2295share/scribus/swatches/Baumann System Prase_kd01_4.eps
 2296share/scribus/swatches/Baumann System Prase_np01_4.eps
 2297share/scribus/swatches/Baumann System Prase_zd01_4.eps
 2298share/scribus/swatches/COPYING_RESENE.txt
 2299share/scribus/swatches/Colortrend Wood Stains_bs00_3.eps
 2300share/scribus/swatches/Colortrend Wood Stains_bs01_3.eps
 2301share/scribus/swatches/Colortrend Wood Stains_kd01_4.eps
 2302share/scribus/swatches/Colortrend Wood Stains_np01_4.eps
 2303share/scribus/swatches/Colortrend Wood Stains_zd01_4.eps
 2304share/scribus/swatches/CrayonTM.xml
 2305share/scribus/swatches/DEUTSCHEpapier_bs00_3.eps
 2306share/scribus/swatches/DEUTSCHEpapier_bs01_3.eps
 2307share/scribus/swatches/DEUTSCHEpapier_kd01_4.eps
 2308share/scribus/swatches/DEUTSCHEpapier_np01_4.eps
 2309share/scribus/swatches/DEUTSCHEpapier_zd01_4.eps
 2310share/scribus/swatches/DRAKA POLYA_bs00_3.eps
 2311share/scribus/swatches/DRAKA POLYA_bs01_3.eps
 2312share/scribus/swatches/DRAKA POLYA_kd01_4.eps
 2313share/scribus/swatches/DRAKA POLYA_np01_4.eps
 2314share/scribus/swatches/DRAKA POLYA_zd01_4.eps
 2315share/scribus/swatches/GCMI_Colors.xml
 2316share/scribus/swatches/GS Palette 141 Kunstdruck_bs00_3.eps
 2317share/scribus/swatches/GS Palette 141 Kunstdruck_bs01_3.eps
 2318share/scribus/swatches/GS Palette 141 Kunstdruck_kd01_4.eps
 2319share/scribus/swatches/GS Palette 141 Kunstdruck_np01_4.eps
 2320share/scribus/swatches/GS Palette 141 Kunstdruck_zd01_4.eps
 2321share/scribus/swatches/GS Palette 141 Naturpapier_bs00_3.eps
 2322share/scribus/swatches/GS Palette 141 Naturpapier_bs01_3.eps
 2323share/scribus/swatches/GS Palette 141 Naturpapier_kd01_4.eps
 2324share/scribus/swatches/GS Palette 141 Naturpapier_np01_4.eps
 2325share/scribus/swatches/GS Palette 141 Naturpapier_zd01_4.eps
 2326share/scribus/swatches/GiveLife_Color_System_CMYK.xml
 2327share/scribus/swatches/GiveLife_Color_System_RGB.xml
 2328share/scribus/swatches/Gnome.xml
 2329share/scribus/swatches/Heidelberger ip Oberputze_bs00_3.eps
 2330share/scribus/swatches/Heidelberger ip Oberputze_bs01_3.eps
 2331share/scribus/swatches/Heidelberger ip Oberputze_kd01_4.eps
 2332share/scribus/swatches/Heidelberger ip Oberputze_np01_4.eps
 2333share/scribus/swatches/Heidelberger ip Oberputze_zd01_4.eps
 2334share/scribus/swatches/J&S K_bs00_3.eps
 2335share/scribus/swatches/J&S K_bs01_3.eps
 2336share/scribus/swatches/J&S K_kd01_4.eps
 2337share/scribus/swatches/J&S K_np01_4.eps
 2338share/scribus/swatches/J&S K_zd01_4.eps
 2339share/scribus/swatches/JIS_8721.xml
 2340share/scribus/swatches/Japanese_Traditional.xml
 2341share/scribus/swatches/Japanese_Traditional_README.txt
 2342share/scribus/swatches/KOBRA_bs00_3.eps
 2343share/scribus/swatches/KOBRA_bs01_3.eps
 2344share/scribus/swatches/KOBRA_kd01_4.eps
 2345share/scribus/swatches/KOBRA_np01_4.eps
 2346share/scribus/swatches/KOBRA_zd01_4.eps
 2347share/scribus/swatches/Koessinger Keramik-Druck_bs00_3.eps
 2348share/scribus/swatches/Koessinger Keramik-Druck_bs01_3.eps
 2349share/scribus/swatches/Koessinger Keramik-Druck_kd01_4.eps
 2350share/scribus/swatches/Koessinger Keramik-Druck_np01_4.eps
 2351share/scribus/swatches/Koessinger Keramik-Druck_zd01_4.eps
 2352share/scribus/swatches/LibreOffice.xml
 2353share/scribus/swatches/Munsell_Soil_Colors.xml
 2354share/scribus/swatches/NBS-ISCC_Colors.xml
 2355share/scribus/swatches/OSMO Einmallasur_bs00_3.eps
 2356share/scribus/swatches/OSMO Einmallasur_bs01_3.eps
 2357share/scribus/swatches/OSMO Einmallasur_kd01_4.eps
 2358share/scribus/swatches/OSMO Einmallasur_np01_4.eps
 2359share/scribus/swatches/OSMO Einmallasur_zd01_4.eps
 2360share/scribus/swatches/OpenOffice_dot_org_CMYK.xml
 2361share/scribus/swatches/OpenSUSE.xml
 2362share/scribus/swatches/Oracal 451_bs00_3.eps
 2363share/scribus/swatches/Oracal 451_bs01_3.eps
 2364share/scribus/swatches/Oracal 451_kd01_4.eps
 2365share/scribus/swatches/Oracal 451_np01_4.eps
 2366share/scribus/swatches/Oracal 451_zd01_4.eps
 2367share/scribus/swatches/Oracal 6510_bs00_3.eps
 2368share/scribus/swatches/Oracal 6510_bs01_3.eps
 2369share/scribus/swatches/Oracal 6510_kd01_4.eps
 2370share/scribus/swatches/Oracal 6510_np01_4.eps
 2371share/scribus/swatches/Oracal 6510_zd01_4.eps
 2372share/scribus/swatches/Oxygen.xml
 2373share/scribus/swatches/PRB Color_bs00_3.eps
 2374share/scribus/swatches/PRB Color_bs01_3.eps
 2375share/scribus/swatches/PRB Color_kd01_4.eps
 2376share/scribus/swatches/PRB Color_np01_4.eps
 2377share/scribus/swatches/PRB Color_zd01_4.eps
 2378share/scribus/swatches/Resene_BS2660_101.xml
 2379share/scribus/swatches/Resene_BS5252_2008.xml
 2380share/scribus/swatches/Resene_Decks_Paths_2009.xml
 2381share/scribus/swatches/Resene_Heritage_2008.xml
 2382share/scribus/swatches/Resene_Karen_Walker_2008.xml
 2383share/scribus/swatches/Resene_KidzColour_2008.xml
 2384share/scribus/swatches/Resene_Multi-Finish.xml
 2385share/scribus/swatches/Resene_Summit_Roof_2010.xml
 2386share/scribus/swatches/Resene_The_Range_2011-12.xml
 2387share/scribus/swatches/Resene_The_Range_WandN_2010.xml
 2388share/scribus/swatches/SVG.xml
 2389share/scribus/swatches/Scribus_Basic.xml
 2390share/scribus/swatches/Scribus_Splash.xml
 2391share/scribus/swatches/Sericol_UCG_Leuchtfarben_bs00_3.eps
 2392share/scribus/swatches/Sericol_UCG_Leuchtfarben_bs01_3.eps
 2393share/scribus/swatches/Sericol_UCG_Leuchtfarben_kd01_4.eps
 2394share/scribus/swatches/Sericol_UCG_Leuchtfarben_np01_4.eps
 2395share/scribus/swatches/Sericol_UCG_Leuchtfarben_zd01_4.eps
 2396share/scribus/swatches/Sericol_UCG_MatchingSystem_bs00_3.eps
 2397share/scribus/swatches/Sericol_UCG_MatchingSystem_bs01_3.eps
 2398share/scribus/swatches/Sericol_UCG_MatchingSystem_kd01_4.eps
 2399share/scribus/swatches/Sericol_UCG_MatchingSystem_np01_4.eps
 2400share/scribus/swatches/Sericol_UCG_MatchingSystem_zd01_4.eps
 2401share/scribus/swatches/Standardised_Rock_Colours.xml
 2402share/scribus/swatches/TAG Farbe erleben_bs00_3.eps
 2403share/scribus/swatches/TAG Farbe erleben_bs01_3.eps
 2404share/scribus/swatches/TAG Farbe erleben_kd01_4.eps
 2405share/scribus/swatches/TAG Farbe erleben_np01_4.eps
 2406share/scribus/swatches/TAG Farbe erleben_zd01_4.eps
 2407share/scribus/swatches/Tango.xml
 2408share/scribus/swatches/US_FS_595.xml
 2409share/scribus/swatches/Ubuntu_CMYK.xml
 2410share/scribus/swatches/Ubuntu_RGB.xml
 2411share/scribus/swatches/X11.xml
 2412share/scribus/swatches/X11Grey.xml
 2413share/scribus/swatches/Xfig.xml
 2414share/scribus/swatches/dtp-studio-free-palettes-license.rtf
 2415share/scribus/swatches/givelife_colors_license.rtf
 2416share/scribus/swatches/ispo 2001_bs00_3.eps
 2417share/scribus/swatches/ispo 2001_bs01_3.eps
 2418share/scribus/swatches/ispo 2001_kd01_4.eps
 2419share/scribus/swatches/ispo 2001_np01_4.eps
 2420share/scribus/swatches/ispo 2001_zd01_4.eps
 2421share/scribus/swatches/ispo 840_bs00_3.eps
 2422share/scribus/swatches/ispo 840_bs01_3.eps
 2423share/scribus/swatches/ispo 840_kd01_4.eps
 2424share/scribus/swatches/ispo 840_np01_4.eps
 2425share/scribus/swatches/ispo 840_zd01_4.eps
 2426share/scribus/swatches/kera Colour-Line_bs00_3.eps
 2427share/scribus/swatches/kera Colour-Line_bs01_3.eps
 2428share/scribus/swatches/kera Colour-Line_kd01_4.eps
 2429share/scribus/swatches/kera Colour-Line_np01_4.eps
 2430share/scribus/swatches/kera Colour-Line_zd01_4.eps
 2431share/scribus/swatches/swedex_bs00_3.eps
 2432share/scribus/swatches/swedex_bs01_3.eps
 2433share/scribus/swatches/swedex_kd01_4.eps
 2434share/scribus/swatches/swedex_np01_4.eps
 2435share/scribus/swatches/swedex_zd01_4.eps
2101share/scribus/templates/br1/br1.png 2436share/scribus/templates/br1/br1.png
2102share/scribus/templates/br1/br1.sla.gz 2437share/scribus/templates/br1/br1.sla.gz
2103share/scribus/templates/br1/br1tn.png 2438share/scribus/templates/br1/br1tn.png
2104share/scribus/templates/br1/map.jpg 2439share/scribus/templates/br1/map.jpg
2105share/scribus/templates/buscard1/Business_Card_1.png 2440share/scribus/templates/buscard1/Business_Card_1.png
2106share/scribus/templates/buscard1/Business_Card_1tn.png 2441share/scribus/templates/buscard1/Business_Card_1tn.png
2107share/scribus/templates/buscard1/buscard1.sla.gz 2442share/scribus/templates/buscard1/buscard1.sla.gz
2108share/scribus/templates/buscard10/Business_Card_10.png 2443share/scribus/templates/buscard10/Business_Card_10.png
2109share/scribus/templates/buscard10/Business_Card_10tn.png 2444share/scribus/templates/buscard10/Business_Card_10tn.png
2110share/scribus/templates/buscard10/buscard10.sla.gz 2445share/scribus/templates/buscard10/buscard10.sla.gz
2111share/scribus/templates/buscard11/Business_Card_11.png 2446share/scribus/templates/buscard11/Business_Card_11.png
2112share/scribus/templates/buscard11/Business_Card_11tn.png 2447share/scribus/templates/buscard11/Business_Card_11tn.png
2113share/scribus/templates/buscard11/buscard11.sla.gz 2448share/scribus/templates/buscard11/buscard11.sla.gz

cvs diff -r1.3 -r1.4 pkgsrc/print/scribus-qt4/distinfo (expand / switch to unified diff)

--- pkgsrc/print/scribus-qt4/distinfo 2012/01/09 17:44:12 1.3
+++ pkgsrc/print/scribus-qt4/distinfo 2012/05/09 09:28:32 1.4
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1$NetBSD: distinfo,v 1.3 2012/01/09 17:44:12 drochner Exp $ 1$NetBSD: distinfo,v 1.4 2012/05/09 09:28:32 drochner Exp $
2 2
3SHA1 (scribus-1.4.0.tar.bz2) = d19e455f261c4075076f1d6f4a55fbd934a66c60 3SHA1 (scribus-1.4.1.tar.bz2) = 7e0c0122ed557ebf4f85690e0e6939236718bad2
4RMD160 (scribus-1.4.0.tar.bz2) = f4a0813c1961f1929bccaaa4c0a21f84dfd75c62 4RMD160 (scribus-1.4.1.tar.bz2) = 7adaa24db873315bb958de016492394efb713031
5Size (scribus-1.4.0.tar.bz2) = 42134397 bytes 5Size (scribus-1.4.1.tar.bz2) = 68006491 bytes
6SHA1 (patch-ag) = 906fa6305015ec3b2589350d338cf2dcb30d5c58 6SHA1 (patch-ag) = 906fa6305015ec3b2589350d338cf2dcb30d5c58
7SHA1 (patch-ah) = c9748c867c04e3c4f23b562cb3943cc829ec73a0 7SHA1 (patch-ah) = c9748c867c04e3c4f23b562cb3943cc829ec73a0
8SHA1 (patch-ai) = fbd6212fc9190d1b2ede4d54806355e5d0ed389e 8SHA1 (patch-ai) = fbd6212fc9190d1b2ede4d54806355e5d0ed389e
9SHA1 (patch-ba) = c7e7a2157d0b5e22971764d4870e72db5f3f5c63 9SHA1 (patch-ba) = c7e7a2157d0b5e22971764d4870e72db5f3f5c63
10SHA1 (patch-bb) = 4d8a0a38ace1241c870de049489b25cded4d97cb 10SHA1 (patch-bb) = 4d8a0a38ace1241c870de049489b25cded4d97cb
11SHA1 (patch-bc) = 309d33b5bd69f2092a298b48c657ba77c0edb8bb 11SHA1 (patch-bc) = 309d33b5bd69f2092a298b48c657ba77c0edb8bb