diff --git a/print/scribus/Makefile b/print/scribus/Makefile index b5bca16b617..8f843af467f 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,13 +1,14 @@ -# $OpenBSD: Makefile,v 1.8 2006/09/18 11:59:59 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2006/10/20 22:52:47 kili Exp $ SHARED_ONLY= Yes COMMENT= "DTP program" -DISTNAME= scribus-1.2.2.1 -PKGNAME= ${DISTNAME}p3 +DISTNAME= scribus-1.3.3.4 CATEGORIES= print -HOMEPAGE= http://www.scribus.org.uk/ +HOMEPAGE= http://www.scribus.net/ + +MAINTAINER= Marc Balmer # GPL PERMIT_PACKAGE_CDROM?= Yes @@ -16,13 +17,13 @@ PERMIT_DISTFILES_CDROM?=Yes PERMIT_DISTFILES_FTP?= Yes WANTLIB= ICE SM X11 Xext c freetype gcrypt gnutls gpg-error \ - m pthread stdc++ z + m pthread stdc++ z util fontconfig MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scribus/} EXTRACT_SUFX= .tar.bz2 -MODULES= x11/qt3 devel/gettext +MODULES= x11/qt3 devel/gettext lang/python MODQT_MT= Yes LIB_DEPENDS= jpeg::graphics/jpeg \ @@ -30,7 +31,7 @@ LIB_DEPENDS= jpeg::graphics/jpeg \ art_lgpl_2::graphics/libart \ png::graphics/png \ tiff::graphics/tiff \ - python2.4:python-2.4.*:lang/python/2.4 \ + python${MODPY_VERSION}:python-${MODPY_VERSION}.*:lang/python/${MODPY_VERSION} \ cups::print/cups \ xml2::textproc/libxml @@ -38,7 +39,6 @@ USE_GMAKE= Yes USE_LIBTOOL= Yes CONFIGURE_STYLE=gnu -#AUTOCONF_VERSION= 2.59 CONFIGURE_ARGS= ${MODQT_CONFIGURE_ARGS} \ --with-extra-libs=${LOCALBASE}/lib \ --with-extra-includes=${LOCALBASE}/include/libpng:${LOCALBASE}/include @@ -59,9 +59,15 @@ CXXFLAGS+=-g PLUGINS=about charselect csvim fontpreview htmlim importps \ newfromtemplateplugin odtimplugin oodrawimp pdf postscript preferences \ preview saveastemplateplugin scribusexportpixmap scribusshortwords \ - scriptplugin svgexplugin svgimplugin sxwimplugin textfilterplugin txtim + scriptplugin svgexplugin svgimplugin sxwimplugin textfilterplugin \ + txtim barcodegenerator colorwheel docim oldscribusformat pdbim .for _n in ${PLUGINS} MAKE_FLAGS+= lib${_n}_la_LDFLAGS='-module -avoid-version' .endfor +post-install: + rm -rf ${WRKINST}/usr/local/share/doc/scribus + mv ${WRKINST}/usr/local/share/doc/${DISTNAME} \ + ${WRKINST}/usr/local/share/doc/scribus + .include diff --git a/print/scribus/distinfo b/print/scribus/distinfo index d475b048575..936891f9793 100644 --- a/print/scribus/distinfo +++ b/print/scribus/distinfo @@ -1,4 +1,4 @@ -MD5 (scribus-1.2.2.1.tar.bz2) = 8c2eac0a358b04c39252586d9d85ab24 -RMD160 (scribus-1.2.2.1.tar.bz2) = c3193cfcfac65079dc674615f0ef30a2fe7aa7df -SHA1 (scribus-1.2.2.1.tar.bz2) = 89dff737856d2d73068d0715fa27aad96262e1a4 -SIZE (scribus-1.2.2.1.tar.bz2) = 7718632 +MD5 (scribus-1.3.3.4.tar.bz2) = ccd7fb34a77b7e3d83e902fb3f5b731b +RMD160 (scribus-1.3.3.4.tar.bz2) = 71f1313299d0f38083fb3909773c643539f93f9e +SHA1 (scribus-1.3.3.4.tar.bz2) = e8fb443035125e9db604202991f65729998c7538 +SIZE (scribus-1.3.3.4.tar.bz2) = 11505553 diff --git a/print/scribus/patches/patch-configure b/print/scribus/patches/patch-configure index 31f1f6b3599..af959df3992 100644 --- a/print/scribus/patches/patch-configure +++ b/print/scribus/patches/patch-configure @@ -1,7 +1,7 @@ -$OpenBSD: patch-configure,v 1.2 2005/09/04 23:48:35 espie Exp $ ---- configure.orig Tue Jul 5 15:14:21 2005 -+++ configure Sun Aug 28 13:43:28 2005 -@@ -4969,7 +4969,7 @@ if test "${ac_cv_lib_tiff_TIFFOpen+set}" +$OpenBSD: patch-configure,v 1.3 2006/10/20 22:52:47 kili Exp $ +--- configure.orig Tue Oct 3 01:07:51 2006 ++++ configure Sun Oct 15 13:46:10 2006 +@@ -6039,7 +6039,7 @@ if test "${ac_cv_lib_tiff_TIFFOpen+set}" echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS @@ -10,3 +10,28 @@ $OpenBSD: patch-configure,v 1.2 2005/09/04 23:48:35 espie Exp $ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF +@@ -34119,10 +34119,10 @@ else + GS_VER_MINOR=`gs --version | cut -d . -f 2` + echo "$as_me:$LINENO: result: ${GS_VER_MAJOR}.${GS_VER_MINOR}" >&5 + echo "${ECHO_T}${GS_VER_MAJOR}.${GS_VER_MINOR}" >&6 +- if (( "${GS_VER_MAJOR}" < 7 )) ; then ++ if [ "${GS_VER_MAJOR}" -lt 7 ] ; then + { echo "$as_me:$LINENO: WARNING: \"GhostScript found" >&5 + echo "$as_me: WARNING: \"GhostScript found" >&2;} +- elif (( "${GS_VER_MAJOR}" < 8 )) ; then ++ elif [ "${GS_VER_MAJOR}" -lt 8 ] ; then + { echo "$as_me:$LINENO: WARNING: \"GhostScript v7 found. v8 recommended.\"" >&5 + echo "$as_me: WARNING: \"GhostScript v7 found. v8 recommended.\"" >&2;} + fi +@@ -44116,9 +44116,9 @@ if test -z "${GS_PATH}" ; then + echo "***GhostScript could not be found. See README.***" + else + echo "GhostScript ${GS_VER_MAJOR}.${GS_VER_MINOR} was found at ${GS_PATH}" +- if (( "${GS_VER_MAJOR}" < 7 )) ; then ++ if [ "${GS_VER_MAJOR}" -lt 7 ] ; then + echo " *** GhostScript versions older than 7 MAY NOT WORK; v8 recommended ***" +- elif (( "${GS_VER_MAJOR}" < 8 )) ; then ++ elif [ "${GS_VER_MAJOR}" -lt 8 ] ; then + echo " *** GhostScript 8 is STRONGLY recommended ***" + fi + fi diff --git a/print/scribus/patches/patch-scribus_Makefile_in b/print/scribus/patches/patch-scribus_Makefile_in new file mode 100644 index 00000000000..1c3aec8eeef --- /dev/null +++ b/print/scribus/patches/patch-scribus_Makefile_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-scribus_Makefile_in,v 1.1 2006/10/20 22:52:47 kili Exp $ +--- scribus/Makefile.in.orig Sun Oct 1 15:36:06 2006 ++++ scribus/Makefile.in Sun Oct 1 15:36:49 2006 +@@ -946,7 +946,7 @@ DISTCLEANFILES = $(scribus_METASOURCES) + # this is to enable Qt behavoir of am_edit + KDE_OPTIONS = qtonly + AM_CPPFLAGS = \ +- -DDOCDIR=\"$(datadir)/doc/scribus-$(VERSION)/\" \ ++ -DDOCDIR=\"$(datadir)/doc/scribus/\" \ + -DICONDIR=\"$(datadir)/scribus/icons/\" \ + -DSAMPLESDIR=\"$(datadir)/scribus/samples/\" \ + -DSCRIPTSDIR=\"$(datadir)/scribus/scripts/\" \ diff --git a/print/scribus/patches/patch-scribus_scribus_cpp b/print/scribus/patches/patch-scribus_scribus_cpp new file mode 100644 index 00000000000..de6df7877cf --- /dev/null +++ b/print/scribus/patches/patch-scribus_scribus_cpp @@ -0,0 +1,23 @@ +$OpenBSD: patch-scribus_scribus_cpp,v 1.4 2006/10/20 22:52:47 kili Exp $ +--- scribus/scribus.cpp.orig Mon Oct 2 01:08:04 2006 ++++ scribus/scribus.cpp Sun Oct 8 23:02:58 2006 +@@ -2230,7 +2230,6 @@ void ScribusMainWindow::SwitchWin() + view->updateLayerMenu(); + view->setLayerMenuText(doc->activeLayerName()); + doc->currentParaStyle = 0; +- nodePalette->setDoc(doc, view); + slotChangeUnit(doc->unitIndex(), false); + if (doc->EditClip) + { +@@ -3988,10 +3987,7 @@ bool ScribusMainWindow::DoFileClose() + // if (doc->EditClip) + // nodePalette->doc = 0; + if (doc->EditClip) +- { +- ToggleFrameEdit(); +- nodePalette->setDoc(0,0); +- } ++ NoFrameEdit(); + + bookmarkPalette->BView->clear(); + bookmarkPalette->BView->NrItems = 0; diff --git a/print/scribus/pkg/PLIST b/print/scribus/pkg/PLIST index 59b6fe05389..aafe1dff93a 100644 --- a/print/scribus/pkg/PLIST +++ b/print/scribus/pkg/PLIST @@ -1,63 +1,182 @@ -@comment $OpenBSD: PLIST,v 1.3 2006/01/06 08:20:20 sturm Exp $ +@comment $OpenBSD: PLIST,v 1.4 2006/10/20 22:52:48 kili Exp $ bin/scribus include/scribus/ +include/scribus/about.h +include/scribus/actionmanager.h +include/scribus/aligndistribute.h include/scribus/alignselect.h +include/scribus/annot.h +include/scribus/annota.h +include/scribus/annotation.h +include/scribus/applytemplatedialog.h +include/scribus/arrowchooser.h +include/scribus/autoform.h +include/scribus/autoformbuttongroup.h include/scribus/bookmwin.h include/scribus/bookpalette.h -include/scribus/cmykcolor.h +include/scribus/buttonicon.h +include/scribus/charselect.h +include/scribus/checkDocument.h +include/scribus/cmsprefs.h +include/scribus/cmsutil.h +include/scribus/cmykfw.h +include/scribus/collect4output.h +include/scribus/color.h +include/scribus/colorchart.h +include/scribus/colorcombo.h include/scribus/colorm.h include/scribus/cpalette.h +include/scribus/crypt.h +include/scribus/cupsoptions.h include/scribus/customfdialog.h +include/scribus/dcolor.h +include/scribus/delpages.h +include/scribus/docinfo.h +include/scribus/docitemattrprefs.h +include/scribus/documentchecker.h +include/scribus/documentinformation.h +include/scribus/druck.h +include/scribus/dynamictip.h +include/scribus/edit1format.h +include/scribus/editformats.h +include/scribus/editor.h +include/scribus/extimageprops.h +include/scribus/fileloader.h +include/scribus/fileunzip.h +include/scribus/filewatcher.h +include/scribus/fmitem.h include/scribus/fontcombo.h +include/scribus/fontprefs.h +include/scribus/fontreplacedialog.h include/scribus/fparser.h +include/scribus/fpconfig.h include/scribus/fpoint.h include/scribus/fpointarray.h +include/scribus/fptypes.h include/scribus/frameedit.h include/scribus/gradienteditor.h include/scribus/gtaction.h +include/scribus/gtdialogs.h include/scribus/gtfont.h include/scribus/gtframestyle.h +include/scribus/gtgettext.h include/scribus/gtmeasure.h include/scribus/gtparagraphstyle.h include/scribus/gtstyle.h include/scribus/gtwriter.h +include/scribus/guidemanager.h include/scribus/helpbrowser.h +include/scribus/hnjalloc.h include/scribus/hruler.h +include/scribus/hyask.h include/scribus/hyphen.h include/scribus/hyphenator.h -include/scribus/langlist.h +include/scribus/hysettings.h +include/scribus/icons5.h +include/scribus/icons6.h +include/scribus/insertTable.h +include/scribus/inspage.h +include/scribus/ioapi.h +include/scribus/javadocs.h +include/scribus/keymanager.h +include/scribus/langmgr.h include/scribus/layers.h -include/scribus/libpdf/ -include/scribus/libpdf/pdflib.h -include/scribus/libpostscript/ -include/scribus/libpostscript/pslib.h include/scribus/linecombo.h +include/scribus/lineformats.h include/scribus/linkbutton.h +include/scribus/loremipsum.h +include/scribus/marginWidget.h +include/scribus/margindialog.h +include/scribus/md5.h +include/scribus/mdup.h +include/scribus/measurements.h +include/scribus/menumanager.h +include/scribus/mergedoc.h include/scribus/missing.h +include/scribus/movepage.h include/scribus/mpalette.h include/scribus/mspinbox.h +include/scribus/multiline.h +include/scribus/multiprogressdialog.h include/scribus/muster.h +include/scribus/navigator.h +include/scribus/newfile.h +include/scribus/newtemp.h include/scribus/page.h include/scribus/pageitem.h +include/scribus/pageitemattributes.h +include/scribus/pagelayout.h include/scribus/pageselector.h +include/scribus/pagesize.h +include/scribus/pagestructs.h +include/scribus/pdfopts.h +include/scribus/picsearch.h +include/scribus/picstatus.h +include/scribus/pluginmanager.h +include/scribus/polygonwidget.h +include/scribus/polyprops.h +include/scribus/prefs.h include/scribus/prefscontext.h +include/scribus/prefsdialogbase.h include/scribus/prefsfile.h +include/scribus/prefsmanager.h +include/scribus/prefspanel.h +include/scribus/prefsreader.h include/scribus/prefstable.h +include/scribus/preview.h include/scribus/query.h +include/scribus/rc4.h +include/scribus/reformdoc.h +include/scribus/rulermover.h +include/scribus/sampleitem.h +include/scribus/sccolor.h +include/scribus/scfontmetrics.h include/scribus/scfonts.h +include/scribus/scfonts_ttf.h +include/scribus/scmenu.h +include/scribus/scmessagebox.h include/scribus/scpainter.h +include/scribus/scpaths.h +include/scribus/scpixmapcache.h +include/scribus/scplugin.h +include/scribus/scpreview.h +include/scribus/scraction.h include/scribus/scrap.h include/scribus/scribus.h include/scribus/scribusXml.h +include/scribus/scribusapp.h include/scribus/scribusdoc.h +include/scribus/scribusstructs.h include/scribus/scribusview.h include/scribus/scribuswin.h +include/scribus/scrpalettebase.h +include/scribus/search.h include/scribus/seiten.h +include/scribus/selection.h +include/scribus/selfield.h +include/scribus/serializer.h include/scribus/shadebutton.h include/scribus/spalette.h include/scribus/splash.h +include/scribus/stencilreader.h +include/scribus/story.h include/scribus/styleselect.h +include/scribus/tabcheckdoc.h +include/scribus/tabguides.h +include/scribus/tabmanager.h +include/scribus/tabpdfoptions.h +include/scribus/tabruler.h +include/scribus/tabtools.h +include/scribus/tabtypography.h +include/scribus/tocgenerator.h +include/scribus/tocindexprefs.h include/scribus/tree.h +include/scribus/undogui.h +include/scribus/undomanager.h +include/scribus/undoobject.h +include/scribus/undostate.h +include/scribus/units.h +include/scribus/unzip.h include/scribus/vgradient.h include/scribus/vruler.h include/scribus/werktoolb.h @@ -73,6 +192,7 @@ lib/scribus/dicts/README_en_GB.txt lib/scribus/dicts/README_es_ES.txt lib/scribus/dicts/README_fi_FI.txt lib/scribus/dicts/README_hu_HU.txt +lib/scribus/dicts/README_hyph_is_IS.txt lib/scribus/dicts/README_lt_LT.txt lib/scribus/dicts/README_no_NO.txt lib/scribus/dicts/README_pl_PL.txt @@ -96,9 +216,11 @@ lib/scribus/dicts/hyph_fr.dic lib/scribus/dicts/hyph_ga.dic lib/scribus/dicts/hyph_hr.dic lib/scribus/dicts/hyph_hu.dic +lib/scribus/dicts/hyph_is.dic lib/scribus/dicts/hyph_it.dic lib/scribus/dicts/hyph_lt.dic lib/scribus/dicts/hyph_nl.dic +lib/scribus/dicts/hyph_nn.dic lib/scribus/dicts/hyph_pl.dic lib/scribus/dicts/hyph_pt.dic lib/scribus/dicts/hyph_pt_BR.dic @@ -108,30 +230,25 @@ lib/scribus/dicts/hyph_sl.dic lib/scribus/dicts/hyph_sv.dic lib/scribus/dicts/hyph_uk.dic lib/scribus/import.prolog -lib/scribus/libs/ -lib/scribus/libs/libabout.a -lib/scribus/libs/libabout.la -lib/scribus/libs/libabout.so -lib/scribus/libs/libpdf.a -lib/scribus/libs/libpdf.la -lib/scribus/libs/libpdf.so -lib/scribus/libs/libpostscript.a -lib/scribus/libs/libpostscript.la -lib/scribus/libs/libpostscript.so -lib/scribus/libs/libpreferences.a -lib/scribus/libs/libpreferences.la -lib/scribus/libs/libpreferences.so +lib/scribus/keysets/ +lib/scribus/keysets/scribus13.ksxml lib/scribus/plugins/ lib/scribus/plugins/gettext/ lib/scribus/plugins/gettext/libcsvim.a lib/scribus/plugins/gettext/libcsvim.la lib/scribus/plugins/gettext/libcsvim.so +lib/scribus/plugins/gettext/libdocim.a +lib/scribus/plugins/gettext/libdocim.la +lib/scribus/plugins/gettext/libdocim.so lib/scribus/plugins/gettext/libhtmlim.a lib/scribus/plugins/gettext/libhtmlim.la lib/scribus/plugins/gettext/libhtmlim.so lib/scribus/plugins/gettext/libodtimplugin.a lib/scribus/plugins/gettext/libodtimplugin.la lib/scribus/plugins/gettext/libodtimplugin.so +lib/scribus/plugins/gettext/libpdbim.a +lib/scribus/plugins/gettext/libpdbim.la +lib/scribus/plugins/gettext/libpdbim.so lib/scribus/plugins/gettext/libsxwimplugin.a lib/scribus/plugins/gettext/libsxwimplugin.la lib/scribus/plugins/gettext/libsxwimplugin.so @@ -141,9 +258,12 @@ lib/scribus/plugins/gettext/libtextfilterplugin.so lib/scribus/plugins/gettext/libtxtim.a lib/scribus/plugins/gettext/libtxtim.la lib/scribus/plugins/gettext/libtxtim.so -lib/scribus/plugins/libcharselect.a -lib/scribus/plugins/libcharselect.la -lib/scribus/plugins/libcharselect.so +lib/scribus/plugins/libbarcodegenerator.a +lib/scribus/plugins/libbarcodegenerator.la +lib/scribus/plugins/libbarcodegenerator.so +lib/scribus/plugins/libcolorwheel.a +lib/scribus/plugins/libcolorwheel.la +lib/scribus/plugins/libcolorwheel.so lib/scribus/plugins/libfontpreview.a lib/scribus/plugins/libfontpreview.la lib/scribus/plugins/libfontpreview.so @@ -153,12 +273,12 @@ lib/scribus/plugins/libimportps.so lib/scribus/plugins/libnewfromtemplateplugin.a lib/scribus/plugins/libnewfromtemplateplugin.la lib/scribus/plugins/libnewfromtemplateplugin.so +lib/scribus/plugins/liboldscribusformat.a +lib/scribus/plugins/liboldscribusformat.la +lib/scribus/plugins/liboldscribusformat.so lib/scribus/plugins/liboodrawimp.a lib/scribus/plugins/liboodrawimp.la lib/scribus/plugins/liboodrawimp.so -lib/scribus/plugins/libpreview.a -lib/scribus/plugins/libpreview.la -lib/scribus/plugins/libpreview.so lib/scribus/plugins/libsaveastemplateplugin.a lib/scribus/plugins/libsaveastemplateplugin.la lib/scribus/plugins/libsaveastemplateplugin.so @@ -178,11 +298,10 @@ lib/scribus/plugins/libsvgimplugin.a lib/scribus/plugins/libsvgimplugin.la lib/scribus/plugins/libsvgimplugin.so lib/scribus/profiles/ +lib/scribus/profiles/Fogra27L.icm lib/scribus/profiles/ReadMe -lib/scribus/rgbscribus.txt -lib/scribus/rgbscribusgnome.txt -lib/scribus/rgbscribusgreys.txt -lib/scribus/rgbsvg.txt +lib/scribus/profiles/sRGB.icm +lib/scribus/profiles/srgb.license lib/scribus/scribus.af.qm lib/scribus/scribus.bg.qm lib/scribus/scribus.ca.qm @@ -190,9 +309,14 @@ lib/scribus/scribus.cs.qm lib/scribus/scribus.cy.qm lib/scribus/scribus.da.qm lib/scribus/scribus.de.qm +lib/scribus/scribus.de_ol.qm +lib/scribus/scribus.dz.qm +lib/scribus/scribus.el.qm lib/scribus/scribus.en_GB.qm lib/scribus/scribus.eo.qm lib/scribus/scribus.es.qm +lib/scribus/scribus.es_LA.qm +lib/scribus/scribus.et.qm lib/scribus/scribus.eu.qm lib/scribus/scribus.fi.qm lib/scribus/scribus.fr.qm @@ -200,6 +324,7 @@ lib/scribus/scribus.gl.qm lib/scribus/scribus.hu.qm lib/scribus/scribus.id.qm lib/scribus/scribus.it.qm +lib/scribus/scribus.ja.qm lib/scribus/scribus.ko.qm lib/scribus/scribus.lt.qm lib/scribus/scribus.nb.qm @@ -212,242 +337,407 @@ lib/scribus/scribus.sk.qm lib/scribus/scribus.sl.qm lib/scribus/scribus.sq.qm lib/scribus/scribus.sr.qm +lib/scribus/scribus.th_TH.qm lib/scribus/scribus.tr.qm lib/scribus/scribus.uk.qm lib/scribus/scribus.zh.qm +lib/scribus/swatches/ +lib/scribus/swatches/Scribus_Gnome.txt +lib/scribus/swatches/Scribus_OpenOffice.txt +lib/scribus/swatches/Scribus_SVG.txt +lib/scribus/swatches/Scribus_X11.txt +lib/scribus/swatches/Scribus_X11Grey.txt @man man/man1/scribus.1 man/pl/ man/pl/man1/ @man man/pl/man1/scribus.1 +share/doc/scribus/ +share/doc/scribus/AUTHORS +share/doc/scribus/BUILDING +share/doc/scribus/COPYING +share/doc/scribus/ChangeLog +share/doc/scribus/ChangeLogCVS +share/doc/scribus/INSTALL +share/doc/scribus/NEWS +share/doc/scribus/PACKAGING +share/doc/scribus/README +share/doc/scribus/README.MacOSX +share/doc/scribus/TODO +share/doc/scribus/cs/ +share/doc/scribus/cs/tutorials/ +share/doc/scribus/cs/tutorials/scribus-short-words/ +share/doc/scribus/cs/tutorials/scribus-short-words/after_short_words.png +share/doc/scribus/cs/tutorials/scribus-short-words/before_short_words.png +share/doc/scribus/cs/tutorials/scribus-short-words/dialog.png +share/doc/scribus/cs/tutorials/scribus-short-words/menu.png +share/doc/scribus/cs/tutorials/scribus-short-words/menu.xml +share/doc/scribus/cs/tutorials/scribus-short-words/short-words-manual.html +share/doc/scribus/de/ +share/doc/scribus/de/about1.html +share/doc/scribus/de/about2.html +share/doc/scribus/de/cms.html +share/doc/scribus/de/cms2.html +share/doc/scribus/de/cms3.html +share/doc/scribus/de/cms4.html +share/doc/scribus/de/codingstandards.html +share/doc/scribus/de/contributions.html +share/doc/scribus/de/cross-platform.html +share/doc/scribus/de/cups.html +share/doc/scribus/de/developers.html +share/doc/scribus/de/doccopyright.html +share/doc/scribus/de/docinfo.html +share/doc/scribus/de/documentation.html +share/doc/scribus/de/download.html +share/doc/scribus/de/faq1.html +share/doc/scribus/de/faq2.html +share/doc/scribus/de/faq3.html +share/doc/scribus/de/fonts1.html +share/doc/scribus/de/fonts2.html +share/doc/scribus/de/fonts3.html +share/doc/scribus/de/fonts4.html +share/doc/scribus/de/fonts5.html +share/doc/scribus/de/gettexthowto.html +share/doc/scribus/de/gsfont.html +share/doc/scribus/de/hyphenator.html +share/doc/scribus/de/importhints.html +share/doc/scribus/de/importhints1.html +share/doc/scribus/de/importhints2.html +share/doc/scribus/de/importhints3.html +share/doc/scribus/de/index.html +share/doc/scribus/de/install-dpkg.html +share/doc/scribus/de/install.html +share/doc/scribus/de/install1.html +share/doc/scribus/de/install2.html +share/doc/scribus/de/install3.html +share/doc/scribus/de/intro.html +share/doc/scribus/de/irc.html +share/doc/scribus/de/javascriptpdf.html +share/doc/scribus/de/keys.html +share/doc/scribus/de/machints1.html +share/doc/scribus/de/machints2.html +share/doc/scribus/de/menu.xml +share/doc/scribus/de/moncal.html +share/doc/scribus/de/mouse.html +share/doc/scribus/de/otherinfo.html +share/doc/scribus/de/pagetemplate1.html +share/doc/scribus/de/parallel-install.html +share/doc/scribus/de/pdf_form.html +share/doc/scribus/de/pdfexport1.html +share/doc/scribus/de/pdfexport2.html +share/doc/scribus/de/pdfexport3.html +share/doc/scribus/de/pdfexport4.html +share/doc/scribus/de/pdflavor.html +share/doc/scribus/de/pdfx3.html +share/doc/scribus/de/plugin_howto.html +share/doc/scribus/de/prepress.html +share/doc/scribus/de/print1.html +share/doc/scribus/de/print2.html +share/doc/scribus/de/print3.html +share/doc/scribus/de/readme.html +share/doc/scribus/de/resources.html +share/doc/scribus/de/scprinters.html +share/doc/scribus/de/scribus-svg.html +share/doc/scribus/de/scribuscopyright.html +share/doc/scribus/de/scribusfileformat.html +share/doc/scribus/de/scripter-extensions.html +share/doc/scribus/de/scripter-faq.html +share/doc/scribus/de/scripter1.html +share/doc/scribus/de/scripterapi-ImageExport.html +share/doc/scribus/de/scripterapi-PDFfile.html +share/doc/scribus/de/scripterapi-Printer.html +share/doc/scribus/de/scripterapi-color.html +share/doc/scribus/de/scripterapi-constants.html +share/doc/scribus/de/scripterapi-dialogs.html +share/doc/scribus/de/scripterapi-doc.html +share/doc/scribus/de/scripterapi-font.html +share/doc/scribus/de/scripterapi-getobjprop.html +share/doc/scribus/de/scripterapi-layer.html +share/doc/scribus/de/scripterapi-manobj.html +share/doc/scribus/de/scripterapi-object.html +share/doc/scribus/de/scripterapi-page.html +share/doc/scribus/de/scripterapi-pydoc.html +share/doc/scribus/de/scripterapi-select.html +share/doc/scribus/de/scripterapi-setobjprop.html +share/doc/scribus/de/scripterapi-textframes.html +share/doc/scribus/de/scripterapi.html +share/doc/scribus/de/settings1.html +share/doc/scribus/de/short-words.html +share/doc/scribus/de/specs.html +share/doc/scribus/de/toolbox.html +share/doc/scribus/de/toolbox1.html +share/doc/scribus/de/toolbox10.html +share/doc/scribus/de/toolbox11.html +share/doc/scribus/de/toolbox12.html +share/doc/scribus/de/toolbox13.html +share/doc/scribus/de/toolbox2.html +share/doc/scribus/de/toolbox3.html +share/doc/scribus/de/toolbox4.html +share/doc/scribus/de/toolbox5.html +share/doc/scribus/de/toolbox6.html +share/doc/scribus/de/toolbox7.html +share/doc/scribus/de/toolbox8.html +share/doc/scribus/de/toolbox9.html +share/doc/scribus/de/topten.html +share/doc/scribus/de/translation_howto.html +share/doc/scribus/de/tutorials.html +share/doc/scribus/en/ +share/doc/scribus/en/about1.html +share/doc/scribus/en/about2.html +share/doc/scribus/en/cms.html +share/doc/scribus/en/cms2.html +share/doc/scribus/en/cms3.html +share/doc/scribus/en/cms4.html +share/doc/scribus/en/codingstandards.html +share/doc/scribus/en/contributions.html +share/doc/scribus/en/cross-platform.html +share/doc/scribus/en/cups.html +share/doc/scribus/en/developers.html +share/doc/scribus/en/doccopyright.html +share/doc/scribus/en/docinfo.html +share/doc/scribus/en/documentation.html +share/doc/scribus/en/download.html +share/doc/scribus/en/faq1.html +share/doc/scribus/en/faq2.html +share/doc/scribus/en/faq3.html +share/doc/scribus/en/fonts-win32.html +share/doc/scribus/en/fonts1.html +share/doc/scribus/en/fonts2.html +share/doc/scribus/en/fonts3.html +share/doc/scribus/en/fonts4.html +share/doc/scribus/en/fonts5.html +share/doc/scribus/en/gettexthowto.html +share/doc/scribus/en/gsfont.html +share/doc/scribus/en/hyphenator.html +share/doc/scribus/en/images/ +share/doc/scribus/en/images/RDF.png +share/doc/scribus/en/images/Scripter.png +share/doc/scribus/en/images/Scripter_error_string.png +share/doc/scribus/en/images/acro1.png +share/doc/scribus/en/images/acro2.png +share/doc/scribus/en/images/acro3.png +share/doc/scribus/en/images/acroinfo.png +share/doc/scribus/en/images/acropass.png +share/doc/scribus/en/images/acroreader5.1.png +share/doc/scribus/en/images/acrosec.png +share/doc/scribus/en/images/after_short_words.png +share/doc/scribus/en/images/batik1.png +share/doc/scribus/en/images/before_short_words.png +share/doc/scribus/en/images/cmsmodify1.png +share/doc/scribus/en/images/cmspanel.png +share/doc/scribus/en/images/colormanager2.png +share/doc/scribus/en/images/colormgmtscreen.png +share/doc/scribus/en/images/cups1.png +share/doc/scribus/en/images/cups2.png +share/doc/scribus/en/images/docheader1.png +share/doc/scribus/en/images/docheader2.png +share/doc/scribus/en/images/docinfo.png +share/doc/scribus/en/images/docinfo2.png +share/doc/scribus/en/images/fontpref1.png +share/doc/scribus/en/images/fontpref2.png +share/doc/scribus/en/images/fontpref3.png +share/doc/scribus/en/images/fontpref4.png +share/doc/scribus/en/images/fontprev.png +share/doc/scribus/en/images/fonts.png +share/doc/scribus/en/images/fonts2.png +share/doc/scribus/en/images/fonts3.png +share/doc/scribus/en/images/fonts4.png +share/doc/scribus/en/images/fontsampler.png +share/doc/scribus/en/images/fontsampler2.png +share/doc/scribus/en/images/formularz_export_PDF.png +share/doc/scribus/en/images/formularz_js_skrypt.png +share/doc/scribus/en/images/formularz_js_sprawdzanie.png +share/doc/scribus/en/images/formularz_nowy.png +share/doc/scribus/en/images/formularz_pole_num.png +share/doc/scribus/en/images/gammagrayscale.png +share/doc/scribus/en/images/gimpoptions1.png +share/doc/scribus/en/images/gimpoptions2.png +share/doc/scribus/en/images/gimpoptions3.png +share/doc/scribus/en/images/gsadv1.png +share/doc/scribus/en/images/gsadv2.png +share/doc/scribus/en/images/gsadv3.png +share/doc/scribus/en/images/htmlimport.png +share/doc/scribus/en/images/htmlstyle.png +share/doc/scribus/en/images/hyphen1.png +share/doc/scribus/en/images/hyphen2.png +share/doc/scribus/en/images/hyphen3.png +share/doc/scribus/en/images/inkscape.png +share/doc/scribus/en/images/kfontinstaller.png +share/doc/scribus/en/images/ksnapshot.png +share/doc/scribus/en/images/monprof1.png +share/doc/scribus/en/images/monprof2.png +share/doc/scribus/en/images/monprof3.png +share/doc/scribus/en/images/monprof4.png +share/doc/scribus/en/images/oochart.png +share/doc/scribus/en/images/ooeps1.png +share/doc/scribus/en/images/oogettext1.png +share/doc/scribus/en/images/pagetemplate1.png +share/doc/scribus/en/images/pdfeffect1.png +share/doc/scribus/en/images/pdfeffect2.png +share/doc/scribus/en/images/pdfx3-1.png +share/doc/scribus/en/images/pdfxcolor.png +share/doc/scribus/en/images/pdfxintent.png +share/doc/scribus/en/images/prefs-mac-1.png +share/doc/scribus/en/images/prefs.png +share/doc/scribus/en/images/prefs10.png +share/doc/scribus/en/images/prefs11.png +share/doc/scribus/en/images/prefs12.png +share/doc/scribus/en/images/prefs15.png +share/doc/scribus/en/images/prefs2.png +share/doc/scribus/en/images/prefs3.png +share/doc/scribus/en/images/prefs4.png +share/doc/scribus/en/images/prefs5.png +share/doc/scribus/en/images/prefs6.png +share/doc/scribus/en/images/prefs8.png +share/doc/scribus/en/images/prefsblgrid1.png +share/doc/scribus/en/images/prefsdisplay.png +share/doc/scribus/en/images/printer1.png +share/doc/scribus/en/images/printer2.png +share/doc/scribus/en/images/printpreview.png +share/doc/scribus/en/images/printseps.png +share/doc/scribus/en/images/pstoedit1.png +share/doc/scribus/en/images/result.png +share/doc/scribus/en/images/scribus2.png +share/doc/scribus/en/images/scribuscms1.png +share/doc/scribus/en/images/scribustru4.png +share/doc/scribus/en/images/siatka_jednostki_miar.png +share/doc/scribus/en/images/siatka_menu.png +share/doc/scribus/en/images/spinbox1.png +share/doc/scribus/en/images/svg1.png +share/doc/scribus/en/images/swdialog.png +share/doc/scribus/en/images/swmenu.png +share/doc/scribus/en/images/symbole.png +share/doc/scribus/en/images/ulica.png +share/doc/scribus/en/images/wlasciwosci_pola.png +share/doc/scribus/en/images/wyslij_formularz.png +share/doc/scribus/en/images/xnview.png +share/doc/scribus/en/importhints.html +share/doc/scribus/en/importhints1.html +share/doc/scribus/en/importhints2.html +share/doc/scribus/en/importhints3.html +share/doc/scribus/en/importhints4.html +share/doc/scribus/en/index.html +share/doc/scribus/en/install-dpkg.html +share/doc/scribus/en/install.html +share/doc/scribus/en/install1.html +share/doc/scribus/en/install2.html +share/doc/scribus/en/install3.html +share/doc/scribus/en/intro.html +share/doc/scribus/en/irc.html +share/doc/scribus/en/javascriptpdf.html +share/doc/scribus/en/keys.html +share/doc/scribus/en/lipsum.html +share/doc/scribus/en/machints1.html +share/doc/scribus/en/machints2.html +share/doc/scribus/en/menu.xml +share/doc/scribus/en/moncal.html +share/doc/scribus/en/mouse.html +share/doc/scribus/en/otherinfo.html +share/doc/scribus/en/pagetemplate1.html +share/doc/scribus/en/parallel-install.html +share/doc/scribus/en/pdf_form.html +share/doc/scribus/en/pdfexport1.html +share/doc/scribus/en/pdfexport2.html +share/doc/scribus/en/pdfexport3.html +share/doc/scribus/en/pdfexport4.html +share/doc/scribus/en/pdflavor.html +share/doc/scribus/en/pdfx3.html +share/doc/scribus/en/plugin_howto.html +share/doc/scribus/en/prepress.html +share/doc/scribus/en/print1.html +share/doc/scribus/en/print2.html +share/doc/scribus/en/print3.html +share/doc/scribus/en/readme-win32.html +share/doc/scribus/en/readme.html +share/doc/scribus/en/resources.html +share/doc/scribus/en/scprinters.html +share/doc/scribus/en/scribus-svg.html +share/doc/scribus/en/scribuscopyright.html +share/doc/scribus/en/scribusfileformat.html +share/doc/scribus/en/scripter-extensions.html +share/doc/scribus/en/scripter-faq.html +share/doc/scribus/en/scripter1.html +share/doc/scribus/en/scripterapi-ImageExport.html +share/doc/scribus/en/scripterapi-PDFfile.html +share/doc/scribus/en/scripterapi-Printer.html +share/doc/scribus/en/scripterapi-color.html +share/doc/scribus/en/scripterapi-constants.html +share/doc/scribus/en/scripterapi-dialogs.html +share/doc/scribus/en/scripterapi-doc.html +share/doc/scribus/en/scripterapi-font.html +share/doc/scribus/en/scripterapi-getobjprop.html +share/doc/scribus/en/scripterapi-layer.html +share/doc/scribus/en/scripterapi-manobj.html +share/doc/scribus/en/scripterapi-object.html +share/doc/scribus/en/scripterapi-page.html +share/doc/scribus/en/scripterapi-pydoc.html +share/doc/scribus/en/scripterapi-select.html +share/doc/scribus/en/scripterapi-setobjprop.html +share/doc/scribus/en/scripterapi-textframes.html +share/doc/scribus/en/scripterapi.html +share/doc/scribus/en/settings1.html +share/doc/scribus/en/short-words.html +share/doc/scribus/en/specs.html +share/doc/scribus/en/toolbox.html +share/doc/scribus/en/toolbox1.html +share/doc/scribus/en/toolbox10.html +share/doc/scribus/en/toolbox11.html +share/doc/scribus/en/toolbox12.html +share/doc/scribus/en/toolbox13.html +share/doc/scribus/en/toolbox2.html +share/doc/scribus/en/toolbox3.html +share/doc/scribus/en/toolbox4.html +share/doc/scribus/en/toolbox5.html +share/doc/scribus/en/toolbox6.html +share/doc/scribus/en/toolbox7.html +share/doc/scribus/en/toolbox8.html +share/doc/scribus/en/toolbox9.html +share/doc/scribus/en/topten.html +share/doc/scribus/en/translation_howto.html +share/doc/scribus/en/tutorials/ +share/doc/scribus/en/tutorials.html +share/doc/scribus/en/tutorials/scribus-short-words/ +share/doc/scribus/en/tutorials/scribus-short-words/after_short_words.png +share/doc/scribus/en/tutorials/scribus-short-words/before_short_words.png +share/doc/scribus/en/tutorials/scribus-short-words/dialog.png +share/doc/scribus/en/tutorials/scribus-short-words/menu.png +share/doc/scribus/en/tutorials/scribus-short-words/menu.xml +share/doc/scribus/en/tutorials/scribus-short-words/short-words-manual.html +share/doc/scribus/fr/ +share/doc/scribus/fr/tutorials/ +share/doc/scribus/fr/tutorials/scribus-short-words/ +share/doc/scribus/fr/tutorials/scribus-short-words/after_short_words.png +share/doc/scribus/fr/tutorials/scribus-short-words/before_short_words.png +share/doc/scribus/fr/tutorials/scribus-short-words/dialog.png +share/doc/scribus/fr/tutorials/scribus-short-words/menu.png +share/doc/scribus/fr/tutorials/scribus-short-words/menu.xml +share/doc/scribus/fr/tutorials/scribus-short-words/short-words-manual.html +share/doc/scribus/pl/ +share/doc/scribus/pl/tutorials/ +share/doc/scribus/pl/tutorials/scribus-short-words/ +share/doc/scribus/pl/tutorials/scribus-short-words/after_short_words.png +share/doc/scribus/pl/tutorials/scribus-short-words/before_short_words.png +share/doc/scribus/pl/tutorials/scribus-short-words/dialog.png +share/doc/scribus/pl/tutorials/scribus-short-words/menu.png +share/doc/scribus/pl/tutorials/scribus-short-words/menu.xml +share/doc/scribus/pl/tutorials/scribus-short-words/short-words-manual.html +share/mime/ +share/mime/packages/ +share/mime/packages/scribus.xml share/pixmaps/ share/pixmaps/scribusicon.png share/scribus/ -share/scribus/doc/ -share/scribus/doc/cs/ -share/scribus/doc/cs/tutorials/ -share/scribus/doc/cs/tutorials/scribus-short-words/ -share/scribus/doc/cs/tutorials/scribus-short-words/after_short_words.png -share/scribus/doc/cs/tutorials/scribus-short-words/before_short_words.png -share/scribus/doc/cs/tutorials/scribus-short-words/dialog.png -share/scribus/doc/cs/tutorials/scribus-short-words/menu.png -share/scribus/doc/cs/tutorials/scribus-short-words/menu.xml -share/scribus/doc/cs/tutorials/scribus-short-words/short-words-manual.html -share/scribus/doc/en/ -share/scribus/doc/en/about1.html -share/scribus/doc/en/about2.html -share/scribus/doc/en/cms.html -share/scribus/doc/en/cms2.html -share/scribus/doc/en/cms3.html -share/scribus/doc/en/cms4.html -share/scribus/doc/en/codingstandards.html -share/scribus/doc/en/contributions.html -share/scribus/doc/en/cross-platform.html -share/scribus/doc/en/cups.html -share/scribus/doc/en/cygwin.html -share/scribus/doc/en/developers.html -share/scribus/doc/en/doccopyright.html -share/scribus/doc/en/docinfo.html -share/scribus/doc/en/documentation.html -share/scribus/doc/en/download.html -share/scribus/doc/en/faq1.html -share/scribus/doc/en/faq2.html -share/scribus/doc/en/faq3.html -share/scribus/doc/en/fonts1.html -share/scribus/doc/en/fonts2.html -share/scribus/doc/en/fonts3.html -share/scribus/doc/en/fonts4.html -share/scribus/doc/en/fonts5.html -share/scribus/doc/en/gettexthowto.html -share/scribus/doc/en/gsadv.html -share/scribus/doc/en/gsfont.html -share/scribus/doc/en/gsview.html -share/scribus/doc/en/hyphenator.html -share/scribus/doc/en/images/ -share/scribus/doc/en/images/RDF.png -share/scribus/doc/en/images/Scripter.png -share/scribus/doc/en/images/Scripter_error_string.png -share/scribus/doc/en/images/acro1.png -share/scribus/doc/en/images/acro2.png -share/scribus/doc/en/images/acro3.png -share/scribus/doc/en/images/acroinfo.png -share/scribus/doc/en/images/acropass.png -share/scribus/doc/en/images/acroreader5.1.png -share/scribus/doc/en/images/acrosec.png -share/scribus/doc/en/images/after_short_words.png -share/scribus/doc/en/images/batik1.png -share/scribus/doc/en/images/before_short_words.png -share/scribus/doc/en/images/cmsmodify1.png -share/scribus/doc/en/images/cmspanel.png -share/scribus/doc/en/images/colormanager2.png -share/scribus/doc/en/images/colormgmtscreen.png -share/scribus/doc/en/images/cups1.png -share/scribus/doc/en/images/cups2.png -share/scribus/doc/en/images/docheader1.png -share/scribus/doc/en/images/docheader2.png -share/scribus/doc/en/images/fontpref1.png -share/scribus/doc/en/images/fontpref2.png -share/scribus/doc/en/images/fontpref3.png -share/scribus/doc/en/images/fontprev.png -share/scribus/doc/en/images/fonts.png -share/scribus/doc/en/images/fonts2.png -share/scribus/doc/en/images/fonts3.png -share/scribus/doc/en/images/fonts4.png -share/scribus/doc/en/images/fontsampler.png -share/scribus/doc/en/images/fontsampler2.png -share/scribus/doc/en/images/formularz_export_PDF.png -share/scribus/doc/en/images/formularz_js_skrypt.png -share/scribus/doc/en/images/formularz_js_sprawdzanie.png -share/scribus/doc/en/images/formularz_nowy.png -share/scribus/doc/en/images/formularz_pole_num.png -share/scribus/doc/en/images/gammagrayscale.png -share/scribus/doc/en/images/gimpoptions1.png -share/scribus/doc/en/images/gimpoptions2.png -share/scribus/doc/en/images/gimpoptions3.png -share/scribus/doc/en/images/gsadv1.png -share/scribus/doc/en/images/gsadv2.png -share/scribus/doc/en/images/gsadv3.png -share/scribus/doc/en/images/hyphen1.png -share/scribus/doc/en/images/hyphen2.png -share/scribus/doc/en/images/hyphen3.png -share/scribus/doc/en/images/inkscape.png -share/scribus/doc/en/images/kfontinstaller.png -share/scribus/doc/en/images/ksnapshot.png -share/scribus/doc/en/images/monprof1.png -share/scribus/doc/en/images/monprof2.png -share/scribus/doc/en/images/monprof3.png -share/scribus/doc/en/images/monprof4.png -share/scribus/doc/en/images/pdfx3-1.png -share/scribus/doc/en/images/pdfxcolor.png -share/scribus/doc/en/images/pdfxintent.png -share/scribus/doc/en/images/prefsblgrid1.png -share/scribus/doc/en/images/prefsguides.png -share/scribus/doc/en/images/prefspanel1.png -share/scribus/doc/en/images/prefspanel2.png -share/scribus/doc/en/images/prefspanel3.png -share/scribus/doc/en/images/prefspanel4.png -share/scribus/doc/en/images/prefspanel5.png -share/scribus/doc/en/images/printer1.png -share/scribus/doc/en/images/printer2.png -share/scribus/doc/en/images/printpreview.png -share/scribus/doc/en/images/printseps.png -share/scribus/doc/en/images/pstoedit1.png -share/scribus/doc/en/images/result.png -share/scribus/doc/en/images/scribus2.png -share/scribus/doc/en/images/scribuscms1.png -share/scribus/doc/en/images/scribustru4.png -share/scribus/doc/en/images/siatka_jednostki_miar.png -share/scribus/doc/en/images/siatka_menu.png -share/scribus/doc/en/images/spinbox1.png -share/scribus/doc/en/images/svg1.png -share/scribus/doc/en/images/swdialog.png -share/scribus/doc/en/images/swmenu.png -share/scribus/doc/en/images/symbole.png -share/scribus/doc/en/images/ulica.png -share/scribus/doc/en/images/wlasciwosci_pola.png -share/scribus/doc/en/images/wyslij_formularz.png -share/scribus/doc/en/images/xnview.png -share/scribus/doc/en/importhints.html -share/scribus/doc/en/importhints2.html -share/scribus/doc/en/index.html -share/scribus/doc/en/install-dpkg.html -share/scribus/doc/en/install.html -share/scribus/doc/en/install1.html -share/scribus/doc/en/install2.html -share/scribus/doc/en/install3.html -share/scribus/doc/en/install4.html -share/scribus/doc/en/intro.html -share/scribus/doc/en/javascriptpdf.html -share/scribus/doc/en/keys.html -share/scribus/doc/en/machints1.html -share/scribus/doc/en/machints2.html -share/scribus/doc/en/menu.xml -share/scribus/doc/en/moncal.html -share/scribus/doc/en/mouse.html -share/scribus/doc/en/otherinfo.html -share/scribus/doc/en/parallel-install.html -share/scribus/doc/en/pdf_form.html -share/scribus/doc/en/pdfexport1.html -share/scribus/doc/en/pdfexport2.html -share/scribus/doc/en/pdfexport3.html -share/scribus/doc/en/pdfexport4.html -share/scribus/doc/en/pdfx3.html -share/scribus/doc/en/plugin_howto.html -share/scribus/doc/en/prepress.html -share/scribus/doc/en/print1.html -share/scribus/doc/en/print2.html -share/scribus/doc/en/print3.html -share/scribus/doc/en/readme.html -share/scribus/doc/en/resources.html -share/scribus/doc/en/scribus-svg.html -share/scribus/doc/en/scribuscopyright.html -share/scribus/doc/en/scribusfileformat.html -share/scribus/doc/en/scripter-extensions.html -share/scribus/doc/en/scripter-faq.html -share/scribus/doc/en/scripter1.html -share/scribus/doc/en/scripterapi-ImageExport.html -share/scribus/doc/en/scripterapi-PDFfile.html -share/scribus/doc/en/scripterapi-Printer.html -share/scribus/doc/en/scripterapi-color.html -share/scribus/doc/en/scripterapi-constants.html -share/scribus/doc/en/scripterapi-dialogs.html -share/scribus/doc/en/scripterapi-doc.html -share/scribus/doc/en/scripterapi-font.html -share/scribus/doc/en/scripterapi-getobjprop.html -share/scribus/doc/en/scripterapi-layer.html -share/scribus/doc/en/scripterapi-manobj.html -share/scribus/doc/en/scripterapi-object.html -share/scribus/doc/en/scripterapi-page.html -share/scribus/doc/en/scripterapi-pydoc.html -share/scribus/doc/en/scripterapi-select.html -share/scribus/doc/en/scripterapi-setobjprop.html -share/scribus/doc/en/scripterapi-textframes.html -share/scribus/doc/en/scripterapi.html -share/scribus/doc/en/settings1.html -share/scribus/doc/en/short-words.html -share/scribus/doc/en/specs.html -share/scribus/doc/en/toolbox.html -share/scribus/doc/en/toolbox1.html -share/scribus/doc/en/toolbox10.html -share/scribus/doc/en/toolbox11.html -share/scribus/doc/en/toolbox12.html -share/scribus/doc/en/toolbox13.html -share/scribus/doc/en/toolbox2.html -share/scribus/doc/en/toolbox3.html -share/scribus/doc/en/toolbox4.html -share/scribus/doc/en/toolbox5.html -share/scribus/doc/en/toolbox6.html -share/scribus/doc/en/toolbox7.html -share/scribus/doc/en/toolbox8.html -share/scribus/doc/en/toolbox9.html -share/scribus/doc/en/topten.html -share/scribus/doc/en/translation_howto.html -share/scribus/doc/en/tutorials.html -share/scribus/doc/fr/ -share/scribus/doc/fr/tutorials/ -share/scribus/doc/fr/tutorials/scribus-short-words/ -share/scribus/doc/fr/tutorials/scribus-short-words/after_short_words.png -share/scribus/doc/fr/tutorials/scribus-short-words/before_short_words.png -share/scribus/doc/fr/tutorials/scribus-short-words/dialog.png -share/scribus/doc/fr/tutorials/scribus-short-words/menu.png -share/scribus/doc/fr/tutorials/scribus-short-words/menu.xml -share/scribus/doc/fr/tutorials/scribus-short-words/short-words-manual.html -share/scribus/doc/pl/ -share/scribus/doc/pl/tutorials/ -share/scribus/doc/pl/tutorials/scribus-short-words/ -share/scribus/doc/pl/tutorials/scribus-short-words/after_short_words.png -share/scribus/doc/pl/tutorials/scribus-short-words/before_short_words.png -share/scribus/doc/pl/tutorials/scribus-short-words/dialog.png -share/scribus/doc/pl/tutorials/scribus-short-words/menu.png -share/scribus/doc/pl/tutorials/scribus-short-words/menu.xml -share/scribus/doc/pl/tutorials/scribus-short-words/short-words-manual.html +share/scribus/dtd/ +share/scribus/dtd/scribuspdfoptions.dtd share/scribus/icons/ share/scribus/icons/AddNode.png share/scribus/icons/AddPoint.png +share/scribus/icons/AllCaps.png share/scribus/icons/AppIcon.png share/scribus/icons/AppIcon2.png share/scribus/icons/BevelJoin.png share/scribus/icons/BezierClose.png share/scribus/icons/Bild.xpm +share/scribus/icons/Bild16.xpm share/scribus/icons/ButtCap.png share/scribus/icons/Corner.xpm share/scribus/icons/DateiClos16.png @@ -464,15 +754,18 @@ share/scribus/icons/DelPoint.png share/scribus/icons/DeleteNode.png share/scribus/icons/Deletelayer.png share/scribus/icons/DragPix.xpm +share/scribus/icons/DrawFrame.xpm +share/scribus/icons/DrawImageFrame.xpm +share/scribus/icons/DrawPolylineFrame.xpm +share/scribus/icons/DrawTable.xpm +share/scribus/icons/DrawTextFrame.xpm share/scribus/icons/Editm.xpm share/scribus/icons/FlipH.xpm share/scribus/icons/FlipV.xpm -share/scribus/icons/Gross.xpm share/scribus/icons/HandC.xpm share/scribus/icons/Hoch.xpm share/scribus/icons/Kapital.xpm share/scribus/icons/Kern.xpm -share/scribus/icons/Klein.xpm share/scribus/icons/Kreise.xpm share/scribus/icons/Kreuz.xpm share/scribus/icons/Layervisible.xpm @@ -494,7 +787,7 @@ share/scribus/icons/Reset1Node.png share/scribus/icons/ResetNode.png share/scribus/icons/Revers.png share/scribus/icons/Rotieren.xpm -share/scribus/icons/Rotieren2.xpm +share/scribus/icons/Rotieren2.png share/scribus/icons/RoundCap.png share/scribus/icons/RoundJoin.png share/scribus/icons/Spacing.xpm @@ -502,112 +795,252 @@ share/scribus/icons/Splash.png share/scribus/icons/Split.png share/scribus/icons/SquareCap.png share/scribus/icons/Stift.xpm +share/scribus/icons/Stift16.xpm share/scribus/icons/Stiftalt.xpm +share/scribus/icons/Stiftalt16.xpm share/scribus/icons/Strike.xpm share/scribus/icons/Text.xpm +share/scribus/icons/Text16.xpm share/scribus/icons/Text2.xpm share/scribus/icons/Tief.xpm share/scribus/icons/Unlock.xpm share/scribus/icons/Unter.xpm share/scribus/icons/Winkel.xpm share/scribus/icons/Zeichen.xpm +share/scribus/icons/above.png share/scribus/icons/acrobat.png +share/scribus/icons/acroread.png share/scribus/icons/addf.png +share/scribus/icons/al_bottom_in.png +share/scribus/icons/al_bottom_out.png +share/scribus/icons/al_center_hor.png +share/scribus/icons/al_center_ver.png +share/scribus/icons/al_left_in.png +share/scribus/icons/al_left_out.png +share/scribus/icons/al_right_in.png +share/scribus/icons/al_right_out.png +share/scribus/icons/al_top_in.png +share/scribus/icons/al_top_out.png +share/scribus/icons/alert.png share/scribus/icons/back.png +share/scribus/icons/below.png share/scribus/icons/beziertool.png +share/scribus/icons/beziertool16.png +share/scribus/icons/blend.png share/scribus/icons/bottom.png share/scribus/icons/charset.png share/scribus/icons/checkbox.png +share/scribus/icons/checkdoc.png +share/scribus/icons/cmyk.png +share/scribus/icons/colorpicker.png share/scribus/icons/combobox.png share/scribus/icons/compfile.png share/scribus/icons/compfile16.png share/scribus/icons/crop.png share/scribus/icons/dist.png +share/scribus/icons/dist22.png +share/scribus/icons/distribute_bottom.png +share/scribus/icons/distribute_hcentre.png +share/scribus/icons/distribute_hdist.png +share/scribus/icons/distribute_hdist_val.png +share/scribus/icons/distribute_left.png +share/scribus/icons/distribute_right.png +share/scribus/icons/distribute_top.png +share/scribus/icons/distribute_vcentre.png +share/scribus/icons/distribute_vdist.png +share/scribus/icons/distribute_vdist_val.png share/scribus/icons/doc.png +share/scribus/icons/docattributes.png share/scribus/icons/document2.png share/scribus/icons/documentinfo.png +share/scribus/icons/documentinfo32.png share/scribus/icons/down.png share/scribus/icons/editcopy.png +share/scribus/icons/editcopy22.png share/scribus/icons/editcut.png +share/scribus/icons/editcut22.png share/scribus/icons/editdelete.png +share/scribus/icons/editdelete22.png share/scribus/icons/editpaste.png +share/scribus/icons/edittrash.png share/scribus/icons/exit.png share/scribus/icons/exit22.png share/scribus/icons/expand.png +share/scribus/icons/externaltools.png +share/scribus/icons/filenew.png +share/scribus/icons/fileopen.png share/scribus/icons/filesaveas.png share/scribus/icons/fill.png share/scribus/icons/find.png share/scribus/icons/find16.png share/scribus/icons/finish.png +share/scribus/icons/firstline.png +share/scribus/icons/font.png +share/scribus/icons/font_otf.png +share/scribus/icons/font_otf16.png +share/scribus/icons/font_truetype.png +share/scribus/icons/font_truetype16.png +share/scribus/icons/font_type1.png +share/scribus/icons/font_type1_16.png share/scribus/icons/forward.png share/scribus/icons/frame_table.png +share/scribus/icons/frame_table16.png share/scribus/icons/framenoresize.png share/scribus/icons/frameresize.png share/scribus/icons/gohome.png share/scribus/icons/goto.png +share/scribus/icons/guides.png share/scribus/icons/hmirror.png +share/scribus/icons/hyphenate.png share/scribus/icons/image.png share/scribus/icons/irreg.png +share/scribus/icons/key_bindings.png +share/scribus/icons/launch.png +share/scribus/icons/launch16.png +share/scribus/icons/leftindent.png +share/scribus/icons/linespacing.png share/scribus/icons/listbox.png share/scribus/icons/locked.png +share/scribus/icons/lower-to-bottom.png +share/scribus/icons/lower.png +share/scribus/icons/misc.png +share/scribus/icons/mover.png share/scribus/icons/nftabout.xpm share/scribus/icons/nftinfo.xpm +share/scribus/icons/noicon.xpm share/scribus/icons/ok.png share/scribus/icons/ok22.png share/scribus/icons/ooo_draw.png share/scribus/icons/ooo_writer.png share/scribus/icons/outlined.png +share/scribus/icons/page.png +share/scribus/icons/page16.png +share/scribus/icons/pagedouble.png +share/scribus/icons/pagedouble16.png +share/scribus/icons/pagequadro.png +share/scribus/icons/pagequadro16.png +share/scribus/icons/pagesingle.png +share/scribus/icons/pagesingle16.png +share/scribus/icons/pagetriple.png +share/scribus/icons/pagetriple16.png share/scribus/icons/pdf.png share/scribus/icons/penciladd.png share/scribus/icons/pencilsub.png +share/scribus/icons/plugins.png share/scribus/icons/postscript.png share/scribus/icons/pushbutton.png +share/scribus/icons/python.png +share/scribus/icons/raise-to-top.png +share/scribus/icons/raise.png +share/scribus/icons/register.png share/scribus/icons/reload.png share/scribus/icons/reload16.png share/scribus/icons/removef.png share/scribus/icons/revert.png +share/scribus/icons/rgb.png share/scribus/icons/rotate_ccw.png share/scribus/icons/rotate_cw.png +share/scribus/icons/scrap.png +share/scribus/icons/screen.png share/scribus/icons/scribus_logo.jpg share/scribus/icons/scribusdoc.png +share/scribus/icons/scribusdoc16.png share/scribus/icons/scribusicon.png +share/scribus/icons/shade.png +share/scribus/icons/shadow.png share/scribus/icons/shear_down.png share/scribus/icons/shear_left.png share/scribus/icons/shear_right.png share/scribus/icons/shear_up.png +share/scribus/icons/shortwords.png share/scribus/icons/signature.png +share/scribus/icons/signature2.png share/scribus/icons/spline.png +share/scribus/icons/spline16.png +share/scribus/icons/spot.png share/scribus/icons/start.png share/scribus/icons/tab.png +share/scribus/icons/tabtocindex.png share/scribus/icons/testfill.png share/scribus/icons/text_block.png share/scribus/icons/text_center.png share/scribus/icons/text_force.png share/scribus/icons/text_left.png share/scribus/icons/text_right.png +share/scribus/icons/textbase.png +share/scribus/icons/textkern.png +share/scribus/icons/textscaleh.png +share/scribus/icons/textscalev.png share/scribus/icons/textview.png +share/scribus/icons/tools.png share/scribus/icons/top.png share/scribus/icons/trashcan.png share/scribus/icons/trashcan2.png share/scribus/icons/triangle.png share/scribus/icons/txt.png +share/scribus/icons/typography.png +share/scribus/icons/u_align.png +share/scribus/icons/u_arrow.png +share/scribus/icons/u_create.png +share/scribus/icons/u_cut.png +share/scribus/icons/u_delete.png +share/scribus/icons/u_disableprint.png +share/scribus/icons/u_enableprint.png +share/scribus/icons/u_eps.png +share/scribus/icons/u_fill.png +share/scribus/icons/u_fliph.png +share/scribus/icons/u_flipv.png +share/scribus/icons/u_font.png +share/scribus/icons/u_group.png +share/scribus/icons/u_line.png +share/scribus/icons/u_lock.png +share/scribus/icons/u_margins.png +share/scribus/icons/u_margins_locked.png +share/scribus/icons/u_move.png +share/scribus/icons/u_multiple.png +share/scribus/icons/u_redo.png +share/scribus/icons/u_redo16.png +share/scribus/icons/u_resize.png +share/scribus/icons/u_rotate.png +share/scribus/icons/u_scale_image.png +share/scribus/icons/u_shade.png +share/scribus/icons/u_shape.png +share/scribus/icons/u_svg.png +share/scribus/icons/u_transp.png +share/scribus/icons/u_undo.png +share/scribus/icons/u_undo16.png +share/scribus/icons/u_unlock.png share/scribus/icons/unlock.png share/scribus/icons/up.png share/scribus/icons/vectorgfx.png share/scribus/icons/view.png +share/scribus/icons/viewmag1.png +share/scribus/icons/viewmagin.png +share/scribus/icons/viewmagout.png share/scribus/icons/vmirror.png +share/scribus/icons/wizard.png +share/scribus/icons/wordsOnly.png +share/scribus/loremipsum/ +share/scribus/loremipsum/arabic.xml +share/scribus/loremipsum/czech.xml +share/scribus/loremipsum/finnish.xml +share/scribus/loremipsum/german.xml +share/scribus/loremipsum/greek.xml +share/scribus/loremipsum/hebrew.xml +share/scribus/loremipsum/italian.xml +share/scribus/loremipsum/loremipsum.xml +share/scribus/loremipsum/russian.xml share/scribus/plugins/ +share/scribus/plugins/barcode.ps share/scribus/plugins/scribus-short-words.rc share/scribus/samples/ share/scribus/samples/3columnA4.py share/scribus/samples/3columnUSLTR.py share/scribus/samples/Calendar.py -share/scribus/samples/LoremIpsum.txt share/scribus/samples/ReadMe share/scribus/samples/Sample1.py share/scribus/samples/boilerplate.py share/scribus/samples/golden-mean.py -share/scribus/samples/htmlimport.py share/scribus/samples/legende.py share/scribus/samples/moins_10_pourcent_group.py share/scribus/samples/plus_10_pourcent_group.py @@ -617,6 +1050,7 @@ share/scribus/samples/sample_db_usage.py share/scribus/samples/trait_de_coupe.py share/scribus/samples/wordcount.py share/scribus/scripts/ +share/scribus/scripts/CalendarWizard.py share/scribus/scripts/ChangeLog share/scribus/scripts/FontSample.py share/scribus/scripts/NEWS