summaryrefslogtreecommitdiff
path: root/editors/koffice
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-08-15 12:43:08 +0000
committerWill Andrews <will@FreeBSD.org>2001-08-15 12:43:08 +0000
commit3901adbb04b4df3e0a5076ff5dcdf7cac3a7b4de (patch)
treeddb3166c7c0ea212f40e1b9a963bac46eeda6964 /editors/koffice
parentAdd p5-URI-Find 0.11, perl module to find URIs in arbitrary text. (diff)
Update to KDE 2.2:
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop)
Notes
Notes: svn path=/head/; revision=46280
Diffstat (limited to 'editors/koffice')
-rw-r--r--editors/koffice/Makefile16
-rw-r--r--editors/koffice/distinfo2
-rw-r--r--editors/koffice/files/kivio.sh2
-rw-r--r--editors/koffice/files/patch-kpbackground.h.new10
-rw-r--r--editors/koffice/files/patch-kpobject.h11
-rw-r--r--editors/koffice/files/patch-kppixmapobject.h10
-rw-r--r--editors/koffice/files/patch-kpresenter::kpresenter_view.cc11
-rw-r--r--editors/koffice/files/patch-kspread.h10
-rw-r--r--editors/koffice/files/patch-kspread_cluster.h11
-rw-r--r--editors/koffice/files/patch-kword_frame.cc11
-rw-r--r--editors/koffice/files/patch-kword_page.cc10
-rw-r--r--editors/koffice/pkg-plist1794
12 files changed, 1140 insertions, 758 deletions
diff --git a/editors/koffice/Makefile b/editors/koffice/Makefile
index f3ad94e24bb0..4c8be6d57167 100644
--- a/editors/koffice/Makefile
+++ b/editors/koffice/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= koffice
-PORTVERSION= 2.0.1
-PORTREVISION= 2
+PORTVERSION= 1.1-rc1
+PORTEPOCH= 1
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src
@@ -22,4 +22,16 @@ INSTALLS_SHLIB= yes
USE_AUTOCONF= yes
USE_GMAKE= yes
+pre-configure:
+ find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \
+ "s@LIBPYTHON =@LIBPYTHON= ${PTHREAD_LIBS}@g"
+ ${PERL} -pi -e "s@la_LIBADD =@la_LIBADD= ${PTHREAD_LIBS}@g" \
+ ${WRKSRC}/kivio/plugins/*/Makefile.in
+ ${PERL} -pi -e "s@Exec=kivio@Exec=env LD_PRELOAD=/usr/lib/libc_r.so kivio@g" \
+ ${WRKSRC}/kivio/kiviopart/kivio.desktop
+
+post-install:
+ ${MV} ${PREFIX}/bin/kivio ${PREFIX}/bin/kivio.real
+ ${INSTALL_SCRIPT} ${FILESDIR}/kivio.sh ${PREFIX}/bin/kivio
+
.include <bsd.port.mk>
diff --git a/editors/koffice/distinfo b/editors/koffice/distinfo
index 94e1ca16ac7a..088e37c8b835 100644
--- a/editors/koffice/distinfo
+++ b/editors/koffice/distinfo
@@ -1 +1 @@
-MD5 (koffice-2.0.1.tar.bz2) = 77e6f47ba41d610793bcfc768dc3441e
+MD5 (koffice-1.1-rc1.tar.bz2) = 169046b5955d8ee0731cdce1873f2156
diff --git a/editors/koffice/files/kivio.sh b/editors/koffice/files/kivio.sh
new file mode 100644
index 000000000000..397df854628a
--- /dev/null
+++ b/editors/koffice/files/kivio.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+env LD_PRELOAD=/usr/lib/libc_r.so kivio.real
diff --git a/editors/koffice/files/patch-kpbackground.h.new b/editors/koffice/files/patch-kpbackground.h.new
deleted file mode 100644
index 271f1b05d2d2..000000000000
--- a/editors/koffice/files/patch-kpbackground.h.new
+++ /dev/null
@@ -1,10 +0,0 @@
---- kpresenter/kpbackground.h Sat Aug 26 04:53:37 2000
-+++ kpresenter/kpbackground.h.new Tue Feb 27 16:52:49 2001
-@@ -20,6 +20,7 @@
- #ifndef kpbackground_h
- #define kpbackground_h
-
-+#include <stdlib.h>
- #include <qcolor.h>
- #include <qstring.h>
- #include <qrect.h>
diff --git a/editors/koffice/files/patch-kpobject.h b/editors/koffice/files/patch-kpobject.h
deleted file mode 100644
index 79732b5824c7..000000000000
--- a/editors/koffice/files/patch-kpobject.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- kpresenter/kpobject.h Sun Sep 24 08:32:43 2000
-+++ kpresenter/kpobject.h.new Wed Feb 28 18:44:16 2001
-@@ -27,7 +27,7 @@
- #include <qbrush.h>
- #include <qcursor.h>
- #include <qcolor.h>
--
-+#include <stdlib.h>
- #include "global.h"
-
- #include <koStream.h>
diff --git a/editors/koffice/files/patch-kppixmapobject.h b/editors/koffice/files/patch-kppixmapobject.h
deleted file mode 100644
index ac30fba20bab..000000000000
--- a/editors/koffice/files/patch-kppixmapobject.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- kpresenter/kppixmapobject.h Sat Aug 26 04:53:37 2000
-+++ kpresenter/kppixmapobject.h.new Tue Feb 27 16:45:55 2001
-@@ -20,6 +20,7 @@
- #ifndef kppixmapobject_h
- #define kppixmapobject_h
-
-+#include <stdlib.h>
- #include <qdatetime.h>
-
- #include "kpobject.h"
diff --git a/editors/koffice/files/patch-kpresenter::kpresenter_view.cc b/editors/koffice/files/patch-kpresenter::kpresenter_view.cc
deleted file mode 100644
index f63aa16463d2..000000000000
--- a/editors/koffice/files/patch-kpresenter::kpresenter_view.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- kpresenter/kpresenter_view.cc Sat Oct 14 08:52:09 2000
-+++ kpresenter/kpresenter_view.cc.new Sat Mar 31 22:38:40 2001
-@@ -116,7 +116,7 @@
- };
-
- static const char *pagedown_xpm[] = {
--" 16 16 2 1",
-+" 14 14 2 1",
- ". c #000000",
- "# c none",
- "##############",
diff --git a/editors/koffice/files/patch-kspread.h b/editors/koffice/files/patch-kspread.h
deleted file mode 100644
index afdba0bb7a8a..000000000000
--- a/editors/koffice/files/patch-kspread.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- kspread/kspread_util.h Sun Jun 25 04:09:50 2000
-+++ kspread/kspread_util.h.new Tue Feb 27 17:00:17 2001
-@@ -20,6 +20,7 @@
- #ifndef __kspread_util_h__
- #define __kspread_util_h__
-
-+#include <stdlib.h>
- #include <qstring.h>
- #include <qrect.h>
-
diff --git a/editors/koffice/files/patch-kspread_cluster.h b/editors/koffice/files/patch-kspread_cluster.h
deleted file mode 100644
index 6df3e047c6b8..000000000000
--- a/editors/koffice/files/patch-kspread_cluster.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- kspread/kspread_cluster.h Thu Jul 13 14:35:01 2000
-+++ kspread/kspread_cluster.h.new Tue Feb 27 17:09:23 2001
-@@ -1,6 +1,8 @@
- #ifndef kspread_cluster_h
- #define kspread_cluster_h
-
-+#include <stdlib.h>
-+
- class KSpreadCell;
- class ColumnLayout;
- class RowLayout;
diff --git a/editors/koffice/files/patch-kword_frame.cc b/editors/koffice/files/patch-kword_frame.cc
deleted file mode 100644
index d26624673465..000000000000
--- a/editors/koffice/files/patch-kword_frame.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- kword/kword_frame.cc Sun Oct 15 15:48:52 2000
-+++ kword/kword_frame.cc.new Tue Feb 27 17:17:40 2001
-@@ -30,7 +30,7 @@
-
- #include <kdebug.h>
- #include <koPageLayoutDia.h>
--
-+#include <stdlib.h>
- #include <fstream>
- #include <unistd.h>
- #include <limits.h>
diff --git a/editors/koffice/files/patch-kword_page.cc b/editors/koffice/files/patch-kword_page.cc
deleted file mode 100644
index 80056bd94af4..000000000000
--- a/editors/koffice/files/patch-kword_page.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- kword/kword_page.cc Sun Oct 15 15:48:52 2000
-+++ kword/kword_page.cc.new Tue Feb 27 17:14:33 2001
-@@ -17,6 +17,7 @@
- Boston, MA 02111-1307, USA.
- */
-
-+#include <stdlib.h>
- #include <kfiledialog.h>
- #include <kapp.h>
- #include <kmimemagic.h>
diff --git a/editors/koffice/pkg-plist b/editors/koffice/pkg-plist
index e33269d20e2e..a9cc7be89f5d 100644
--- a/editors/koffice/pkg-plist
+++ b/editors/koffice/pkg-plist
@@ -1,24 +1,29 @@
+bin/filter_wrapper
bin/kchart
-bin/killustrator
+bin/kformula
+bin/kivio
+bin/kivio.real
+bin/kontour
bin/koscript
bin/koshell
bin/kprconverter.pl
bin/kpresenter
bin/kspread
+bin/kugar
bin/kword
+include/KDChartData.h
+include/KDChartTable.h
include/KoApplicationIface.h
include/KoDocumentIface.h
+include/KoMainWindowIface.h
include/KoViewIface.h
-include/MatrixDialog.h
-include/box.h
include/handler.h
include/kcoloractions.h
-include/kformula.h
-include/kformulaedit.h
-include/kformulatoolbar.h
include/koApplication.h
include/koChart.h
include/koChild.h
+include/koClipart.h
+include/koClipartCollection.h
include/koDataTool.h
include/koDocument.h
include/koDocumentChild.h
@@ -26,32 +31,104 @@ include/koDocumentInfo.h
include/koDocumentInfoDlg.h
include/koFactory.h
include/koFilter.h
-include/koFilterDialog.h
include/koFilterManager.h
+include/koFind.h
include/koFrame.h
include/koGlobal.h
+include/koImage.h
+include/koImageCollection.h
include/koKoolBar.h
include/koMainWindow.h
include/koPageLayoutDia.h
+include/koPartSelectAction.h
include/koPartSelectDia.h
+include/koPrintPreview.h
include/koQueryTrader.h
+include/koReplace.h
include/koRuler.h
include/koStore.h
include/koStoreDevice.h
-include/koStream.h
include/koTabChooser.h
include/koTemplateChooseDia.h
include/koTemplateCreateDia.h
include/koTemplates.h
include/koToolBox.h
include/koView.h
-include/komlParser.h
-include/komlWriter.h
-include/matrixbox.h
+include/koprinter.h
+include/tkaction.h
+include/tkcoloractions.h
+include/tkcombobox.h
+include/tktoolbarbutton.h
lib/kchart.la
lib/kchart.so
-lib/killustrator.la
-lib/killustrator.so
+lib/kde2/libabiwordexport.la
+lib/kde2/libabiwordexport.so
+lib/kde2/libabiwordimport.la
+lib/kde2/libabiwordimport.so
+lib/kde2/libapplixgraphicimport.la
+lib/kde2/libapplixgraphicimport.so
+lib/kde2/libapplixspreadimport.la
+lib/kde2/libapplixspreadimport.so
+lib/kde2/libapplixwordimport.la
+lib/kde2/libapplixwordimport.so
+lib/kde2/libasciiexport.la
+lib/kde2/libasciiexport.so
+lib/kde2/libasciiimport.la
+lib/kde2/libasciiimport.so
+lib/kde2/libcsvexport.la
+lib/kde2/libcsvexport.so
+lib/kde2/libcsvimport.la
+lib/kde2/libcsvimport.so
+lib/kde2/libdocbookexport.la
+lib/kde2/libdocbookexport.so
+lib/kde2/libhtmlexport.la
+lib/kde2/libhtmlexport.so
+lib/kde2/libhtmlimport.la
+lib/kde2/libhtmlimport.so
+lib/kde2/libkchartpart.la
+lib/kde2/libkchartpart.so
+lib/kde2/libkformulapart.la
+lib/kde2/libkformulapart.so
+lib/kde2/libkiviopart.la
+lib/kde2/libkiviopart.so
+lib/kde2/libkofficescan.la
+lib/kde2/libkofficescan.so
+lib/kde2/libkontourpart.la
+lib/kde2/libkontourpart.so
+lib/kde2/libkpresenterpart.la
+lib/kde2/libkpresenterpart.so
+lib/kde2/libkprkword.la
+lib/kde2/libkprkword.so
+lib/kde2/libkspelltool.la
+lib/kde2/libkspelltool.so
+lib/kde2/libkspreadcalc.la
+lib/kde2/libkspreadcalc.so
+lib/kde2/libkspreadhtmlexport.la
+lib/kde2/libkspreadhtmlexport.so
+lib/kde2/libkspreadpart.la
+lib/kde2/libkspreadpart.so
+lib/kde2/libkwordpart.la
+lib/kde2/libkwordpart.so
+lib/kde2/liblatexexport.la
+lib/kde2/liblatexexport.so
+lib/kde2/libmsodimport.la
+lib/kde2/libmsodimport.so
+lib/kde2/libolefilter.la
+lib/kde2/libolefilter.so
+lib/kde2/libqproimport.la
+lib/kde2/libqproimport.so
+lib/kde2/librtfexport.la
+lib/kde2/librtfexport.so
+lib/kde2/libwmfimport.la
+lib/kde2/libwmfimport.so
+lib/kde2/libxfigimport.la
+lib/kde2/libxfigimport.so
+lib/kformulamain.la
+lib/kformulamain.so
+lib/kivio.la
+lib/kivio.so
+lib/kontour.la
+lib/kontour.so
lib/koshell.la
lib/koshell.so
lib/kpresenter.la
@@ -60,27 +137,24 @@ lib/kspread.la
lib/kspread.so
lib/kword.la
lib/kword.so
-lib/libasciiexport.la
-lib/libasciiexport.so
-lib/libasciiimport.la
-lib/libasciiimport.so
-lib/libcsvexport.la
-lib/libcsvexport.so
-lib/libcsvfilterdia.la
-lib/libcsvfilterdia.so
-lib/libcsvimport.la
-lib/libcsvimport.so
-lib/libhtmlexport.la
-lib/libhtmlexport.so
-lib/libhtmlimport.la
-lib/libhtmlimport.so
-lib/libkchartpart.la
-lib/libkchartpart.so
+lib/libgnumericexport.la
+lib/libgnumericexport.so
+lib/libgnumericimport.la
+lib/libgnumericimport.so
+lib/libkdchart.la
+lib/libkdchart.so
+lib/libkdchart.so.0
lib/libkformula.la
lib/libkformula.so
lib/libkformula.so.3
-lib/libkillustratorpart.la
-lib/libkillustratorpart.so
+lib/libkivioconnectortool.la
+lib/libkivioconnectortool.so
+lib/libkivioselecttool.la
+lib/libkivioselecttool.so
+lib/libkiviotexttool.la
+lib/libkiviotexttool.so
+lib/libkiviozoomtool.la
+lib/libkiviozoomtool.so
lib/libkochart.la
lib/libkochart.so
lib/libkochart.so.1
@@ -93,33 +167,40 @@ lib/libkofficecore.so.1
lib/libkofficeui.la
lib/libkofficeui.so
lib/libkofficeui.so.1
-lib/libkoml.la
-lib/libkoml.so
-lib/libkoml.so.1
lib/libkoscript.la
lib/libkoscript.so
lib/libkoscript.so.1
-lib/libkpresenterpart.la
-lib/libkpresenterpart.so
-lib/libkspelltool.la
-lib/libkspelltool.so
-lib/libkspreadcalc.la
-lib/libkspreadcalc.so
-lib/libkspreadpart.la
-lib/libkspreadpart.so
lib/libkstore.la
lib/libkstore.so
lib/libkstore.so.1
-lib/libkwordpart.la
-lib/libkwordpart.so
-lib/libolefilter.la
-lib/libolefilter.so
+lib/libkugarpart.la
+lib/libkugarpart.so
+lib/libkwmf.la
+lib/libkwmf.so
+lib/libkwmf.so.1
share/applnk/Office/kchart.desktop
+share/applnk/Office/kformula.desktop
share/applnk/Office/killustrator.desktop
+share/applnk/Office/kivio.desktop
+share/applnk/Office/kontour.desktop
share/applnk/Office/koshell.desktop
share/applnk/Office/kpresenter.desktop
share/applnk/Office/kspread.desktop
+share/applnk/Office/kugar.desktop
share/applnk/Office/kword.desktop
+share/apps/kchart/icons/hicolor/22x22/actions/areas.png
+share/apps/kchart/icons/hicolor/22x22/actions/areas3d.png
+share/apps/kchart/icons/hicolor/22x22/actions/bars.png
+share/apps/kchart/icons/hicolor/22x22/actions/bars3d.png
+share/apps/kchart/icons/hicolor/22x22/actions/cakes.png
+share/apps/kchart/icons/hicolor/22x22/actions/cakes3d.png
+share/apps/kchart/icons/hicolor/22x22/actions/data.png
+share/apps/kchart/icons/hicolor/22x22/actions/hilo.png
+share/apps/kchart/icons/hicolor/22x22/actions/lines.png
+share/apps/kchart/icons/hicolor/22x22/actions/lines3d.png
+share/apps/kchart/icons/hicolor/22x22/actions/options.png
+share/apps/kchart/icons/hicolor/22x22/actions/ring.png
+share/apps/kchart/icons/hicolor/22x22/actions/wizard.png
share/apps/kchart/icons/locolor/16x16/actions/areas.png
share/apps/kchart/icons/locolor/16x16/actions/areas3d.png
share/apps/kchart/icons/locolor/16x16/actions/bars.png
@@ -127,21 +208,12 @@ share/apps/kchart/icons/locolor/16x16/actions/bars3d.png
share/apps/kchart/icons/locolor/16x16/actions/cakes.png
share/apps/kchart/icons/locolor/16x16/actions/cakes3d.png
share/apps/kchart/icons/locolor/16x16/actions/data.png
+share/apps/kchart/icons/locolor/16x16/actions/hilo.png
share/apps/kchart/icons/locolor/16x16/actions/lines.png
share/apps/kchart/icons/locolor/16x16/actions/lines3d.png
share/apps/kchart/icons/locolor/16x16/actions/options.png
+share/apps/kchart/icons/locolor/16x16/actions/ring.png
share/apps/kchart/icons/locolor/16x16/actions/wizard.png
-share/apps/kchart/icons/locolor/22x22/actions/areas.png
-share/apps/kchart/icons/locolor/22x22/actions/areas3d.png
-share/apps/kchart/icons/locolor/22x22/actions/bars.png
-share/apps/kchart/icons/locolor/22x22/actions/bars3d.png
-share/apps/kchart/icons/locolor/22x22/actions/cakes.png
-share/apps/kchart/icons/locolor/22x22/actions/cakes3d.png
-share/apps/kchart/icons/locolor/22x22/actions/data.png
-share/apps/kchart/icons/locolor/22x22/actions/lines.png
-share/apps/kchart/icons/locolor/22x22/actions/lines3d.png
-share/apps/kchart/icons/locolor/22x22/actions/options.png
-share/apps/kchart/icons/locolor/22x22/actions/wizard.png
share/apps/kchart/kchart.rc
share/apps/kchart/pics/3DAREA.png
share/apps/kchart/pics/3DBAR.png
@@ -167,228 +239,495 @@ share/apps/kchart/pics/chart_hiloclose.png
share/apps/kchart/pics/chart_lines.png
share/apps/kchart/pics/chart_pie2D.png
share/apps/kchart/pics/chart_pie3D.png
-share/apps/killustrator/KIllustrator.rc
-share/apps/killustrator/pics/abottom.png
-share/apps/killustrator/pics/ahcenter.png
-share/apps/killustrator/pics/aleft.png
-share/apps/killustrator/pics/aright.png
-share/apps/killustrator/pics/atop.png
-share/apps/killustrator/pics/avcenter.png
-share/apps/killustrator/pics/beziertool.png
-share/apps/killustrator/pics/dbottom.png
-share/apps/killustrator/pics/deleteNode.png
-share/apps/killustrator/pics/deletelayer.png
-share/apps/killustrator/pics/dhcenter.png
-share/apps/killustrator/pics/dhdist.png
-share/apps/killustrator/pics/dleft.png
-share/apps/killustrator/pics/dright.png
-share/apps/killustrator/pics/dtop.png
-share/apps/killustrator/pics/dvcenter.png
-share/apps/killustrator/pics/dvdist.png
-share/apps/killustrator/pics/ellipse1.png
-share/apps/killustrator/pics/ellipse2.png
-share/apps/killustrator/pics/ellipse3.png
-share/apps/killustrator/pics/ellipsetool.png
-share/apps/killustrator/pics/eye.png
-share/apps/killustrator/pics/freehandtool.png
-share/apps/killustrator/pics/hmirror.png
-share/apps/killustrator/pics/joinNodes.png
-share/apps/killustrator/pics/killustrator-intro.gif
-share/apps/killustrator/pics/linetool.png
-share/apps/killustrator/pics/logo.png
-share/apps/killustrator/pics/lowerlayer.png
-share/apps/killustrator/pics/moveNode.png
-share/apps/killustrator/pics/newNode.png
-share/apps/killustrator/pics/newlayer.png
-share/apps/killustrator/pics/pointtool.png
-share/apps/killustrator/pics/polygontool.png
-share/apps/killustrator/pics/raiselayer.png
-share/apps/killustrator/pics/recttool.png
-share/apps/killustrator/pics/selecttool.png
-share/apps/killustrator/pics/split.png
-share/apps/killustrator/pics/tcenteralign.png
-share/apps/killustrator/pics/texttool.png
-share/apps/killustrator/pics/tleftalign.png
-share/apps/killustrator/pics/trightalign.png
-share/apps/killustrator/pics/vmirror.png
-share/apps/killustrator/pics/zoomtool.png
-share/apps/killustrator/templates/Simple/.directory
-share/apps/killustrator/templates/Simple/.icon/Plain.png
-share/apps/killustrator/templates/Simple/.source/Plain.kil
-share/apps/killustrator/templates/Simple/Plain.desktop
+share/apps/kformula/kformula.rc
+share/apps/kformula/pics/Ihigher.png
+share/apps/kformula/pics/Ilower.png
+share/apps/kformula/pics/Shigher.png
+share/apps/kformula/pics/Slower.png
+share/apps/kformula/pics/bold.png
+share/apps/kformula/pics/centralign.png
+share/apps/kformula/pics/childrensw.png
+share/apps/kformula/pics/delimiter.png
+share/apps/kformula/pics/downalign.png
+share/apps/kformula/pics/elementsw.png
+share/apps/kformula/pics/enlarge.png
+share/apps/kformula/pics/enlargeall.png
+share/apps/kformula/pics/enlargenext.png
+share/apps/kformula/pics/far.png
+share/apps/kformula/pics/frac-vline.png
+share/apps/kformula/pics/greek.png
+share/apps/kformula/pics/index.png
+share/apps/kformula/pics/index0.png
+share/apps/kformula/pics/index1.png
+share/apps/kformula/pics/index2.png
+share/apps/kformula/pics/index3.png
+share/apps/kformula/pics/indexsw.png
+share/apps/kformula/pics/inscol.png
+share/apps/kformula/pics/insrow.png
+share/apps/kformula/pics/italic.png
+share/apps/kformula/pics/kformula1-0.png
+share/apps/kformula/pics/kformula2-0.png
+share/apps/kformula/pics/kformula2-1.png
+share/apps/kformula/pics/kformula2-2.png
+share/apps/kformula/pics/kformula2-3.png
+share/apps/kformula/pics/kformula3-2.png
+share/apps/kformula/pics/leftalign.png
+share/apps/kformula/pics/matrix.png
+share/apps/kformula/pics/midalign.png
+share/apps/kformula/pics/midline.png
+share/apps/kformula/pics/mini-bra.png
+share/apps/kformula/pics/mini-frac.png
+share/apps/kformula/pics/mini-integral.png
+share/apps/kformula/pics/mini-root.png
+share/apps/kformula/pics/mini-rootindex.png
+share/apps/kformula/pics/mini-symbols.png
+share/apps/kformula/pics/mini-vspace.png
+share/apps/kformula/pics/mini-xy.png
+share/apps/kformula/pics/near.png
+share/apps/kformula/pics/nextsw.png
+share/apps/kformula/pics/par1.xbm
+share/apps/kformula/pics/par2.xbm
+share/apps/kformula/pics/par3.xbm
+share/apps/kformula/pics/pixmap.png
+share/apps/kformula/pics/reduce.png
+share/apps/kformula/pics/reduceall.png
+share/apps/kformula/pics/remcol.png
+share/apps/kformula/pics/remrow.png
+share/apps/kformula/pics/rightalign.png
+share/apps/kformula/pics/rootindex.png
+share/apps/kformula/pics/split.png
+share/apps/kformula/pics/underl.png
+share/apps/kformula/pics/upalign.png
+share/apps/killustrator/kpartplugins/scan-killustrator.rc
+share/apps/kivio/autoloadStencils/Text.sml
+share/apps/kivio/autoloadStencils/Text.xpm
+share/apps/kivio/autoloadStencils/straight_connector.ksp
+share/apps/kivio/autoloadStencils/straight_connector.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/add_stencil.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/arrow_back.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/arrow_first.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/arrow_forward.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/arrow_last.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/bring_stencil_to_front.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/color_fill.png
+share/apps/kivio/icons/hicolor/16x16/actions/color_line.png
+share/apps/kivio/icons/hicolor/16x16/actions/copy_stencil.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/cut_stencil.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/fillcolor.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/font_bold.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/font_italic.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/font_names.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/font_size.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/font_under.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/group_stencils.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/guides_horizontal.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/guides_vertical.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/item_add.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/item_remove.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/item_rename.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/layer_add.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/layer_connect.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/layer_editable.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/layer_noconnect.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/layer_noeditable.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/layer_noprint.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/layer_novisible.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/layer_print.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/layer_remove.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/layer_visible.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/linewidth.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/open_stencilset.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/page_disabled.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/page_enabled.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/paste_stencil.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/pencolor.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/remove_stencil.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/send_stencil_to_back.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/textcolor.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/ungroup_stencils.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/view_grid.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/view_guidelines.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/view_manager.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/view_margins.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/view_page.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/view_pageborder.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/view_ruler.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/zoom_disabled.xpm
+share/apps/kivio/icons/hicolor/16x16/actions/zoom_enabled.xpm
+share/apps/kivio/icons/hicolor/22x22/actions/bring_stencil_to_front.xpm
+share/apps/kivio/icons/hicolor/22x22/actions/close_stencilset.xpm
+share/apps/kivio/icons/hicolor/22x22/actions/color_fill.png
+share/apps/kivio/icons/hicolor/22x22/actions/color_line.png
+share/apps/kivio/icons/hicolor/22x22/actions/font_bold.xpm
+share/apps/kivio/icons/hicolor/22x22/actions/font_italic.xpm
+share/apps/kivio/icons/hicolor/22x22/actions/font_under.xpm
+share/apps/kivio/icons/hicolor/22x22/actions/group_stencils.xpm
+share/apps/kivio/icons/hicolor/22x22/actions/open_stencilset.xpm
+share/apps/kivio/icons/hicolor/22x22/actions/select_all.xpm
+share/apps/kivio/icons/hicolor/22x22/actions/send_stencil_to_back.xpm
+share/apps/kivio/icons/hicolor/22x22/actions/ungroup_stencils.xpm
+share/apps/kivio/icons/hicolor/22x22/actions/unselect_all.xpm
+share/apps/kivio/icons/hicolor/22x22/actions/view_grid.xpm
+share/apps/kivio/icons/hicolor/22x22/actions/view_margins.xpm
+share/apps/kivio/icons/hicolor/22x22/actions/view_pageborder.xpm
+share/apps/kivio/icons/hicolor/22x22/actions/view_ruler.xpm
+share/apps/kivio/icons/hicolor/32x32/actions/bring_stencil_to_front.xpm
+share/apps/kivio/icons/hicolor/32x32/actions/close_stencilset.xpm
+share/apps/kivio/icons/hicolor/32x32/actions/font_bold.xpm
+share/apps/kivio/icons/hicolor/32x32/actions/font_italic.xpm
+share/apps/kivio/icons/hicolor/32x32/actions/font_under.xpm
+share/apps/kivio/icons/hicolor/32x32/actions/group_stencils.xpm
+share/apps/kivio/icons/hicolor/32x32/actions/open_stencilset.xpm
+share/apps/kivio/icons/hicolor/32x32/actions/select_all.xpm
+share/apps/kivio/icons/hicolor/32x32/actions/send_stencil_to_back.xpm
+share/apps/kivio/icons/hicolor/32x32/actions/ungroup_stencils.xpm
+share/apps/kivio/icons/hicolor/32x32/actions/unselect_all.xpm
+share/apps/kivio/icons/hicolor/32x32/actions/view_grid.xpm
+share/apps/kivio/icons/hicolor/32x32/actions/view_margins.xpm
+share/apps/kivio/icons/hicolor/32x32/actions/view_pageborder.xpm
+share/apps/kivio/icons/hicolor/32x32/actions/view_ruler.xpm
+share/apps/kivio/kivio.rc
+share/apps/kivio/kivio_tool.rc
+share/apps/kivio/kpartplugins/kivioconnectortool.rc
+share/apps/kivio/kpartplugins/kivioselecttool.rc
+share/apps/kivio/kpartplugins/kiviotexttool.rc
+share/apps/kivio/kpartplugins/kiviozoomtool.rc
+share/apps/kivio/pics/kivio_arrow.xpm
+share/apps/kivio/pics/kivio_connector.xpm
+share/apps/kivio/pics/kivio_connector_cursor1.xpm
+share/apps/kivio/pics/kivio_connector_cursor2.xpm
+share/apps/kivio/pics/kivio_text.xpm
+share/apps/kivio/pics/kivio_text_cursor.xpm
+share/apps/kivio/pics/kivio_zoom.xpm
+share/apps/kivio/pics/kivio_zoom_allobject.xpm
+share/apps/kivio/pics/kivio_zoom_hand.xpm
+share/apps/kivio/pics/kivio_zoom_height.xpm
+share/apps/kivio/pics/kivio_zoom_minus.xpm
+share/apps/kivio/pics/kivio_zoom_page.xpm
+share/apps/kivio/pics/kivio_zoom_plus.xpm
+share/apps/kivio/pics/kivio_zoom_selected.xpm
+share/apps/kivio/pics/kivio_zoom_width.xpm
+share/apps/kivio/pics/kiviosplash.png
+share/apps/kivio/pics/tile_scissors1.xpm
+share/apps/kivio/pics/tile_skulls1.xpm
+share/apps/kivio/pics/tile_yellow_swirl.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/Card.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/Card.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/Data.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/Data.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/Decision.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/Decision.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/DirectData.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/DirectData.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/Display.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/Display.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/Document.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/Document.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/InternalStorage.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/InternalStorage.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/LoopLimit.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/LoopLimit.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/ManualInput.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/ManualInput.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/ManualOperation.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/ManualOperation.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/OffPageRef.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/OffPageRef.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/OnPageRef.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/OnPageRef.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/PaperTape.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/PaperTape.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/PredefinedProcess.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/PredefinedProcess.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/Preperation.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/Preperation.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/Process.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/Process.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/SequentialData.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/SequentialData.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/StoredData.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/StoredData.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/Terminator.sml
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/Terminator.xpm
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/desc
+share/apps/kivio/stencils/Flowcharting/BasicFlowcharting/icon.xpm
+share/apps/kivio/stencils/Flowcharting/desc
+share/apps/kivio/stencils/Flowcharting/icon.xpm
+share/apps/koffice/icons/hicolor/16x16/actions/delete_table_col.png
+share/apps/koffice/icons/hicolor/16x16/actions/delete_table_row.png
+share/apps/koffice/icons/hicolor/16x16/actions/documentinfo.png
+share/apps/koffice/icons/hicolor/16x16/actions/enum_list.png
+share/apps/koffice/icons/hicolor/16x16/actions/format_decreaseindent.png
+share/apps/koffice/icons/hicolor/16x16/actions/format_increaseindent.png
+share/apps/koffice/icons/hicolor/16x16/actions/frame_edit.png
+share/apps/koffice/icons/hicolor/16x16/actions/frame_formula.png
+share/apps/koffice/icons/hicolor/16x16/actions/frame_image.png
+share/apps/koffice/icons/hicolor/16x16/actions/frame_query.png
+share/apps/koffice/icons/hicolor/16x16/actions/frame_spreadsheet.png
+share/apps/koffice/icons/hicolor/16x16/actions/frame_text.png
+share/apps/koffice/icons/hicolor/16x16/actions/inline_image.png
+share/apps/koffice/icons/hicolor/16x16/actions/inline_table.png
+share/apps/koffice/icons/hicolor/16x16/actions/insert_table_col.png
+share/apps/koffice/icons/hicolor/16x16/actions/insert_table_row.png
+share/apps/koffice/icons/hicolor/16x16/actions/text_strike.png
+share/apps/koffice/icons/hicolor/16x16/actions/text_sub.png
+share/apps/koffice/icons/hicolor/16x16/actions/text_super.png
+share/apps/koffice/icons/hicolor/16x16/actions/textcolor.png
+share/apps/koffice/icons/hicolor/16x16/actions/unsorted_list.png
+share/apps/koffice/icons/hicolor/16x16/actions/view_orientation.png
+share/apps/koffice/icons/hicolor/16x16/actions/view_remove.png
+share/apps/koffice/icons/hicolor/16x16/actions/view_split.png
+share/apps/koffice/icons/hicolor/16x16/apps/go.png
+share/apps/koffice/icons/hicolor/16x16/apps/key_bindings.png
+share/apps/koffice/icons/hicolor/16x16/apps/style.png
+share/apps/koffice/icons/hicolor/22x22/actions/cancel.png
+share/apps/koffice/icons/hicolor/22x22/actions/clipart.png
+share/apps/koffice/icons/hicolor/22x22/actions/clipart_from_file.png
share/apps/koffice/icons/hicolor/22x22/actions/delete_table_col.png
share/apps/koffice/icons/hicolor/22x22/actions/delete_table_row.png
+share/apps/koffice/icons/hicolor/22x22/actions/format_decreaseindent.png
+share/apps/koffice/icons/hicolor/22x22/actions/format_increaseindent.png
+share/apps/koffice/icons/hicolor/22x22/actions/frame_chart.png
+share/apps/koffice/icons/hicolor/22x22/actions/frame_edit.png
+share/apps/koffice/icons/hicolor/22x22/actions/frame_formula.png
+share/apps/koffice/icons/hicolor/22x22/actions/frame_image.png
+share/apps/koffice/icons/hicolor/22x22/actions/frame_query.png
+share/apps/koffice/icons/hicolor/22x22/actions/frame_spreadsheet.png
+share/apps/koffice/icons/hicolor/22x22/actions/frame_text.png
+share/apps/koffice/icons/hicolor/22x22/actions/inline_image.png
+share/apps/koffice/icons/hicolor/22x22/actions/inline_table.png
share/apps/koffice/icons/hicolor/22x22/actions/insert_table_col.png
share/apps/koffice/icons/hicolor/22x22/actions/insert_table_row.png
-share/apps/koffice/icons/hicolor/22x22/actions/text_color.png
+share/apps/koffice/icons/hicolor/22x22/actions/neonpen.png
+share/apps/koffice/icons/hicolor/22x22/actions/ok.png
+share/apps/koffice/icons/hicolor/22x22/actions/part/killustrator.png
+share/apps/koffice/icons/hicolor/22x22/actions/part/kword.png
+share/apps/koffice/icons/hicolor/22x22/actions/tab_first.png
+share/apps/koffice/icons/hicolor/22x22/actions/tab_last.png
+share/apps/koffice/icons/hicolor/22x22/actions/tab_left.png
+share/apps/koffice/icons/hicolor/22x22/actions/tab_right.png
+share/apps/koffice/icons/hicolor/22x22/actions/text_strike.png
+share/apps/koffice/icons/hicolor/22x22/actions/view_remove.png
share/apps/koffice/icons/hicolor/32x32/actions/delete_table_col.png
share/apps/koffice/icons/hicolor/32x32/actions/delete_table_row.png
share/apps/koffice/icons/hicolor/32x32/actions/insert_table_col.png
share/apps/koffice/icons/hicolor/32x32/actions/insert_table_row.png
share/apps/koffice/icons/hicolor/32x32/actions/sort_az.png
-share/apps/koffice/icons/hicolor/32x32/actions/text_color.png
-share/apps/koffice/icons/locolor/16x16/actions/delete_table_col.png
-share/apps/koffice/icons/locolor/16x16/actions/delete_table_row.png
-share/apps/koffice/icons/locolor/16x16/actions/documentinfo.png
-share/apps/koffice/icons/locolor/16x16/actions/enum_list.png
-share/apps/koffice/icons/locolor/16x16/actions/insert_table_col.png
-share/apps/koffice/icons/locolor/16x16/actions/insert_table_row.png
-share/apps/koffice/icons/locolor/16x16/actions/text_color.png
-share/apps/koffice/icons/locolor/16x16/actions/text_sub.png
-share/apps/koffice/icons/locolor/16x16/actions/text_super.png
-share/apps/koffice/icons/locolor/16x16/actions/unsorted_list.png
-share/apps/koffice/icons/locolor/22x22/actions/alignBlock.png
-share/apps/koffice/icons/locolor/22x22/actions/alignCenter.png
-share/apps/koffice/icons/locolor/22x22/actions/alignLeft.png
-share/apps/koffice/icons/locolor/22x22/actions/alignRight.png
-share/apps/koffice/icons/locolor/22x22/actions/cancel.png
-share/apps/koffice/icons/locolor/22x22/actions/clipart.png
-share/apps/koffice/icons/locolor/22x22/actions/clipart_from_file.png
-share/apps/koffice/icons/locolor/22x22/actions/neonpen.png
-share/apps/koffice/icons/locolor/22x22/actions/ok.png
-share/apps/koffice/icons/locolor/22x22/actions/part/kchart.png
-share/apps/koffice/icons/locolor/22x22/actions/part/kformula.png
-share/apps/koffice/icons/locolor/22x22/actions/part/killustrator.png
-share/apps/koffice/icons/locolor/22x22/actions/part/kimage.png
-share/apps/koffice/icons/locolor/22x22/actions/part/kimageshop.png
-share/apps/koffice/icons/locolor/22x22/actions/part/kspread.png
-share/apps/koffice/icons/locolor/22x22/actions/part/kword.png
-share/apps/koffice/icons/locolor/22x22/actions/part/unspecif.png
-share/apps/koffice/icons/locolor/22x22/actions/parts.png
-share/apps/koffice/icons/locolor/22x22/actions/picture.png
+share/apps/koffice/icons/hicolor/32x32/actions/view_remove.png
+share/apps/koffice/icons/hicolor/32x32/apps/go.png
+share/apps/koffice/icons/hicolor/48x48/apps/key_bindings.png
share/apps/koffice/koffice_shell.rc
share/apps/koffice/pics/koKoolBarDown.png
share/apps/koffice/pics/koKoolBarUp.png
share/apps/koffice/pics/koRulerFirst.png
share/apps/koffice/pics/koRulerLeft.png
share/apps/koffice/pics/koffice-logo.png
+share/apps/kontour/KIllustrator.rc
+share/apps/kontour/icons/hicolor/16x16/actions/abottom.png
+share/apps/kontour/icons/hicolor/16x16/actions/ahcenter.png
+share/apps/kontour/icons/hicolor/16x16/actions/aleft.png
+share/apps/kontour/icons/hicolor/16x16/actions/aright.png
+share/apps/kontour/icons/hicolor/16x16/actions/atop.png
+share/apps/kontour/icons/hicolor/16x16/actions/avcenter.png
+share/apps/kontour/icons/hicolor/16x16/actions/beziertool.png
+share/apps/kontour/icons/hicolor/16x16/actions/dbottom.png
+share/apps/kontour/icons/hicolor/16x16/actions/deleteNode.png
+share/apps/kontour/icons/hicolor/16x16/actions/deletelayer.png
+share/apps/kontour/icons/hicolor/16x16/actions/dhcenter.png
+share/apps/kontour/icons/hicolor/16x16/actions/dhdist.png
+share/apps/kontour/icons/hicolor/16x16/actions/dleft.png
+share/apps/kontour/icons/hicolor/16x16/actions/dright.png
+share/apps/kontour/icons/hicolor/16x16/actions/dtop.png
+share/apps/kontour/icons/hicolor/16x16/actions/dvcenter.png
+share/apps/kontour/icons/hicolor/16x16/actions/dvdist.png
+share/apps/kontour/icons/hicolor/16x16/actions/ellipse1.png
+share/apps/kontour/icons/hicolor/16x16/actions/ellipse2.png
+share/apps/kontour/icons/hicolor/16x16/actions/ellipse3.png
+share/apps/kontour/icons/hicolor/16x16/actions/ellipsetool.png
+share/apps/kontour/icons/hicolor/16x16/actions/eye.png
+share/apps/kontour/icons/hicolor/16x16/actions/freehandtool.png
+share/apps/kontour/icons/hicolor/16x16/actions/group.png
+share/apps/kontour/icons/hicolor/16x16/actions/hmirror.png
+share/apps/kontour/icons/hicolor/16x16/actions/insertclipart.png
+share/apps/kontour/icons/hicolor/16x16/actions/item_add.png
+share/apps/kontour/icons/hicolor/16x16/actions/item_remove.png
+share/apps/kontour/icons/hicolor/16x16/actions/item_rename.png
+share/apps/kontour/icons/hicolor/16x16/actions/joinNodes.png
+share/apps/kontour/icons/hicolor/16x16/actions/linetool.png
+share/apps/kontour/icons/hicolor/16x16/actions/lowerlayer.png
+share/apps/kontour/icons/hicolor/16x16/actions/moveNode.png
+share/apps/kontour/icons/hicolor/16x16/actions/newNode.png
+share/apps/kontour/icons/hicolor/16x16/actions/newlayer.png
+share/apps/kontour/icons/hicolor/16x16/actions/pointtool.png
+share/apps/kontour/icons/hicolor/16x16/actions/polygontool.png
+share/apps/kontour/icons/hicolor/16x16/actions/raiselayer.png
+share/apps/kontour/icons/hicolor/16x16/actions/recttool.png
+share/apps/kontour/icons/hicolor/16x16/actions/selecttool.png
+share/apps/kontour/icons/hicolor/16x16/actions/snap_to_grid.png
+share/apps/kontour/icons/hicolor/16x16/actions/split.png
+share/apps/kontour/icons/hicolor/16x16/actions/tcenteralign.png
+share/apps/kontour/icons/hicolor/16x16/actions/texttool.png
+share/apps/kontour/icons/hicolor/16x16/actions/tleftalign.png
+share/apps/kontour/icons/hicolor/16x16/actions/trightalign.png
+share/apps/kontour/icons/hicolor/16x16/actions/ungroup.png
+share/apps/kontour/icons/hicolor/16x16/actions/vmirror.png
+share/apps/kontour/icons/hicolor/16x16/apps/kontour.png
+share/apps/kontour/icons/hicolor/32x32/apps/kontour.png
+share/apps/kontour/icons/hicolor/48x48/apps/kontour.png
+share/apps/kontour/templates/Simple/.directory
+share/apps/kontour/templates/Simple/.icon/Plain.png
+share/apps/kontour/templates/Simple/.source/Plain.kil
+share/apps/kontour/templates/Simple/Plain.desktop
share/apps/kpresenter/autoforms/.autoforms
-share/apps/kpresenter/autoforms/Arrows/ArrowDown.atf
-share/apps/kpresenter/autoforms/Arrows/ArrowDown.png
-share/apps/kpresenter/autoforms/Arrows/ArrowLeft.atf
-share/apps/kpresenter/autoforms/Arrows/ArrowLeft.png
-share/apps/kpresenter/autoforms/Arrows/ArrowLeftDown.atf
-share/apps/kpresenter/autoforms/Arrows/ArrowLeftDown.png
-share/apps/kpresenter/autoforms/Arrows/ArrowLeftUp.atf
-share/apps/kpresenter/autoforms/Arrows/ArrowLeftUp.png
-share/apps/kpresenter/autoforms/Arrows/ArrowRight.atf
-share/apps/kpresenter/autoforms/Arrows/ArrowRight.png
-share/apps/kpresenter/autoforms/Arrows/ArrowRightDown.atf
-share/apps/kpresenter/autoforms/Arrows/ArrowRightDown.png
-share/apps/kpresenter/autoforms/Arrows/ArrowRightUp.atf
-share/apps/kpresenter/autoforms/Arrows/ArrowRightUp.png
-share/apps/kpresenter/autoforms/Arrows/ArrowUp.atf
-share/apps/kpresenter/autoforms/Arrows/ArrowUp.png
-share/apps/kpresenter/autoforms/Connections/Connection1.atf
-share/apps/kpresenter/autoforms/Connections/Connection1.png
-share/apps/kpresenter/autoforms/Connections/Connection10.atf
-share/apps/kpresenter/autoforms/Connections/Connection10.png
-share/apps/kpresenter/autoforms/Connections/Connection11.atf
-share/apps/kpresenter/autoforms/Connections/Connection11.png
-share/apps/kpresenter/autoforms/Connections/Connection12.atf
-share/apps/kpresenter/autoforms/Connections/Connection12.png
-share/apps/kpresenter/autoforms/Connections/Connection2.atf
-share/apps/kpresenter/autoforms/Connections/Connection2.png
-share/apps/kpresenter/autoforms/Connections/Connection3.atf
-share/apps/kpresenter/autoforms/Connections/Connection3.png
-share/apps/kpresenter/autoforms/Connections/Connection4.atf
-share/apps/kpresenter/autoforms/Connections/Connection4.png
-share/apps/kpresenter/autoforms/Connections/Connection5.atf
-share/apps/kpresenter/autoforms/Connections/Connection5.png
-share/apps/kpresenter/autoforms/Connections/Connection6.atf
-share/apps/kpresenter/autoforms/Connections/Connection6.png
-share/apps/kpresenter/autoforms/Connections/Connection7.atf
-share/apps/kpresenter/autoforms/Connections/Connection7.png
-share/apps/kpresenter/autoforms/Connections/Connection8.atf
-share/apps/kpresenter/autoforms/Connections/Connection8.png
-share/apps/kpresenter/autoforms/Connections/Connection9.atf
-share/apps/kpresenter/autoforms/Connections/Connection9.png
+share/apps/kpresenter/autoforms/Arrows/.directory
+share/apps/kpresenter/autoforms/Arrows/.icon/ArrowDown.png
+share/apps/kpresenter/autoforms/Arrows/.icon/ArrowLeft.png
+share/apps/kpresenter/autoforms/Arrows/.icon/ArrowLeftDown.png
+share/apps/kpresenter/autoforms/Arrows/.icon/ArrowLeftUp.png
+share/apps/kpresenter/autoforms/Arrows/.icon/ArrowRight.png
+share/apps/kpresenter/autoforms/Arrows/.icon/ArrowRightDown.png
+share/apps/kpresenter/autoforms/Arrows/.icon/ArrowRightUp.png
+share/apps/kpresenter/autoforms/Arrows/.icon/ArrowUp.png
+share/apps/kpresenter/autoforms/Arrows/.source/ArrowDown.atf
+share/apps/kpresenter/autoforms/Arrows/.source/ArrowLeft.atf
+share/apps/kpresenter/autoforms/Arrows/.source/ArrowLeftDown.atf
+share/apps/kpresenter/autoforms/Arrows/.source/ArrowLeftUp.atf
+share/apps/kpresenter/autoforms/Arrows/.source/ArrowRight.atf
+share/apps/kpresenter/autoforms/Arrows/.source/ArrowRightDown.atf
+share/apps/kpresenter/autoforms/Arrows/.source/ArrowRightUp.atf
+share/apps/kpresenter/autoforms/Arrows/.source/ArrowUp.atf
+share/apps/kpresenter/autoforms/Arrows/ArrowDown.desktop
+share/apps/kpresenter/autoforms/Arrows/ArrowLeft.desktop
+share/apps/kpresenter/autoforms/Arrows/ArrowLeftDown.desktop
+share/apps/kpresenter/autoforms/Arrows/ArrowLeftUp.desktop
+share/apps/kpresenter/autoforms/Arrows/ArrowRight.desktop
+share/apps/kpresenter/autoforms/Arrows/ArrowRightDown.desktop
+share/apps/kpresenter/autoforms/Arrows/ArrowRightUp.desktop
+share/apps/kpresenter/autoforms/Arrows/ArrowUp.desktop
+share/apps/kpresenter/autoforms/Connections/.directory
+share/apps/kpresenter/autoforms/Connections/.icon/Connection1.png
+share/apps/kpresenter/autoforms/Connections/.icon/Connection10.png
+share/apps/kpresenter/autoforms/Connections/.icon/Connection11.png
+share/apps/kpresenter/autoforms/Connections/.icon/Connection12.png
+share/apps/kpresenter/autoforms/Connections/.icon/Connection2.png
+share/apps/kpresenter/autoforms/Connections/.icon/Connection3.png
+share/apps/kpresenter/autoforms/Connections/.icon/Connection4.png
+share/apps/kpresenter/autoforms/Connections/.icon/Connection5.png
+share/apps/kpresenter/autoforms/Connections/.icon/Connection6.png
+share/apps/kpresenter/autoforms/Connections/.icon/Connection7.png
+share/apps/kpresenter/autoforms/Connections/.icon/Connection8.png
+share/apps/kpresenter/autoforms/Connections/.icon/Connection9.png
+share/apps/kpresenter/autoforms/Connections/.source/Connection1.atf
+share/apps/kpresenter/autoforms/Connections/.source/Connection10.atf
+share/apps/kpresenter/autoforms/Connections/.source/Connection11.atf
+share/apps/kpresenter/autoforms/Connections/.source/Connection12.atf
+share/apps/kpresenter/autoforms/Connections/.source/Connection2.atf
+share/apps/kpresenter/autoforms/Connections/.source/Connection3.atf
+share/apps/kpresenter/autoforms/Connections/.source/Connection4.atf
+share/apps/kpresenter/autoforms/Connections/.source/Connection5.atf
+share/apps/kpresenter/autoforms/Connections/.source/Connection6.atf
+share/apps/kpresenter/autoforms/Connections/.source/Connection7.atf
+share/apps/kpresenter/autoforms/Connections/.source/Connection8.atf
+share/apps/kpresenter/autoforms/Connections/.source/Connection9.atf
+share/apps/kpresenter/autoforms/Connections/Connection1.desktop
+share/apps/kpresenter/autoforms/Connections/Connection10.desktop
+share/apps/kpresenter/autoforms/Connections/Connection11.desktop
+share/apps/kpresenter/autoforms/Connections/Connection12.desktop
+share/apps/kpresenter/autoforms/Connections/Connection2.desktop
+share/apps/kpresenter/autoforms/Connections/Connection3.desktop
+share/apps/kpresenter/autoforms/Connections/Connection4.desktop
+share/apps/kpresenter/autoforms/Connections/Connection5.desktop
+share/apps/kpresenter/autoforms/Connections/Connection6.desktop
+share/apps/kpresenter/autoforms/Connections/Connection7.desktop
+share/apps/kpresenter/autoforms/Connections/Connection8.desktop
+share/apps/kpresenter/autoforms/Connections/Connection9.desktop
share/apps/kpresenter/dtd/kpresenter.dtd
-share/apps/kpresenter/icons/locolor/22x22/actions/121.png
-share/apps/kpresenter/icons/locolor/22x22/actions/alignobjs.png
-share/apps/kpresenter/icons/locolor/22x22/actions/aobottom.png
-share/apps/kpresenter/icons/locolor/22x22/actions/aocenterh.png
-share/apps/kpresenter/icons/locolor/22x22/actions/aocenterv.png
-share/apps/kpresenter/icons/locolor/22x22/actions/aoleft.png
-share/apps/kpresenter/icons/locolor/22x22/actions/aoright.png
-share/apps/kpresenter/icons/locolor/22x22/actions/aotop.png
-share/apps/kpresenter/icons/locolor/22x22/actions/autoform.png
-share/apps/kpresenter/icons/locolor/22x22/actions/chart.png
-share/apps/kpresenter/icons/locolor/22x22/actions/circle.png
-share/apps/kpresenter/icons/locolor/22x22/actions/configure.png
-share/apps/kpresenter/icons/locolor/22x22/actions/delete.png
-share/apps/kpresenter/icons/locolor/22x22/actions/delslide.png
-share/apps/kpresenter/icons/locolor/22x22/actions/depth+.png
-share/apps/kpresenter/icons/locolor/22x22/actions/depth-.png
-share/apps/kpresenter/icons/locolor/22x22/actions/dot.png
-share/apps/kpresenter/icons/locolor/22x22/actions/edit_pie.png
-share/apps/kpresenter/icons/locolor/22x22/actions/edit_text.png
-share/apps/kpresenter/icons/locolor/22x22/actions/effect.png
-share/apps/kpresenter/icons/locolor/22x22/actions/enumList.png
-share/apps/kpresenter/icons/locolor/22x22/actions/first.png
-share/apps/kpresenter/icons/locolor/22x22/actions/formula.png
-share/apps/kpresenter/icons/locolor/22x22/actions/group.png
-share/apps/kpresenter/icons/locolor/22x22/actions/kpnext.png
-share/apps/kpresenter/icons/locolor/22x22/actions/kpprev.png
-share/apps/kpresenter/icons/locolor/22x22/actions/kpstart.png
-share/apps/kpresenter/icons/locolor/22x22/actions/last.png
-share/apps/kpresenter/icons/locolor/22x22/actions/line.png
-share/apps/kpresenter/icons/locolor/22x22/actions/line_arrow_begin.png
-share/apps/kpresenter/icons/locolor/22x22/actions/line_arrow_end.png
-share/apps/kpresenter/icons/locolor/22x22/actions/line_begin.png
-share/apps/kpresenter/icons/locolor/22x22/actions/line_circle_begin.png
-share/apps/kpresenter/icons/locolor/22x22/actions/line_circle_end.png
-share/apps/kpresenter/icons/locolor/22x22/actions/line_end.png
-share/apps/kpresenter/icons/locolor/22x22/actions/line_normal_begin.png
-share/apps/kpresenter/icons/locolor/22x22/actions/line_normal_end.png
-share/apps/kpresenter/icons/locolor/22x22/actions/line_rect_begin.png
-share/apps/kpresenter/icons/locolor/22x22/actions/line_rect_end.png
-share/apps/kpresenter/icons/locolor/22x22/actions/lined1.png
-share/apps/kpresenter/icons/locolor/22x22/actions/lined2.png
-share/apps/kpresenter/icons/locolor/22x22/actions/lineh.png
-share/apps/kpresenter/icons/locolor/22x22/actions/linev.png
-share/apps/kpresenter/icons/locolor/22x22/actions/lower.png
-share/apps/kpresenter/icons/locolor/22x22/actions/mini_autoform.png
-share/apps/kpresenter/icons/locolor/22x22/actions/mini_circle.png
-share/apps/kpresenter/icons/locolor/22x22/actions/mini_clipart.png
-share/apps/kpresenter/icons/locolor/22x22/actions/mini_line.png
-share/apps/kpresenter/icons/locolor/22x22/actions/mini_picture.png
-share/apps/kpresenter/icons/locolor/22x22/actions/mini_pie.png
-share/apps/kpresenter/icons/locolor/22x22/actions/mini_rect.png
-share/apps/kpresenter/icons/locolor/22x22/actions/mini_text.png
-share/apps/kpresenter/icons/locolor/22x22/actions/mouse.png
-share/apps/kpresenter/icons/locolor/22x22/actions/newPoint.png
-share/apps/kpresenter/icons/locolor/22x22/actions/newfolder.png
-share/apps/kpresenter/icons/locolor/22x22/actions/newslide.png
-share/apps/kpresenter/icons/locolor/22x22/actions/normalText.png
-share/apps/kpresenter/icons/locolor/22x22/actions/pause.png
-share/apps/kpresenter/icons/locolor/22x22/actions/pen.png
-share/apps/kpresenter/icons/locolor/22x22/actions/pgnum.png
-share/apps/kpresenter/icons/locolor/22x22/actions/pie.png
-share/apps/kpresenter/icons/locolor/22x22/actions/raise.png
-share/apps/kpresenter/icons/locolor/22x22/actions/rectangle.png
-share/apps/kpresenter/icons/locolor/22x22/actions/rectangle2.png
-share/apps/kpresenter/icons/locolor/22x22/actions/rectangleRound.png
-share/apps/kpresenter/icons/locolor/22x22/actions/rotate.png
-share/apps/kpresenter/icons/locolor/22x22/actions/screen.png
-share/apps/kpresenter/icons/locolor/22x22/actions/shadow.png
-share/apps/kpresenter/icons/locolor/22x22/actions/shadowB.png
-share/apps/kpresenter/icons/locolor/22x22/actions/shadowL.png
-share/apps/kpresenter/icons/locolor/22x22/actions/shadowLB.png
-share/apps/kpresenter/icons/locolor/22x22/actions/shadowLU.png
-share/apps/kpresenter/icons/locolor/22x22/actions/shadowR.png
-share/apps/kpresenter/icons/locolor/22x22/actions/shadowRB.png
-share/apps/kpresenter/icons/locolor/22x22/actions/shadowRU.png
-share/apps/kpresenter/icons/locolor/22x22/actions/shadowU.png
-share/apps/kpresenter/icons/locolor/22x22/actions/spacing.png
-share/apps/kpresenter/icons/locolor/22x22/actions/stop.png
-share/apps/kpresenter/icons/locolor/22x22/actions/style.png
-share/apps/kpresenter/icons/locolor/22x22/actions/table.png
-share/apps/kpresenter/icons/locolor/22x22/actions/text.png
-share/apps/kpresenter/icons/locolor/22x22/actions/ungroup.png
-share/apps/kpresenter/icons/locolor/22x22/actions/unsortedList.png
-share/apps/kpresenter/icons/locolor/22x22/actions/webpres.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/alignobjs.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/aobottom.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/aocenterh.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/aocenterv.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/aoleft.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/aoright.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/aotop.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/autoform.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/circle.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/delete.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/delslide.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/depth+.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/depth-.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/edit_pie.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/effect.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/enumList.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/group.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line_arrow_begin.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line_arrow_end.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line_begin.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line_circle_begin.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line_circle_end.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line_end.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line_normal_begin.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line_normal_end.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line_rect_begin.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line_rect_end.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/lined1.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/lined2.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/lineh.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/linev.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/lower.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/mini_autoform.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/mini_circle.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/mini_clipart.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/mini_line.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/mini_pie.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/mini_rect.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/newPoint.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/newslide.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/normalText.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen_style.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen_style_dash.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen_style_dot.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen_style_dotdot.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen_style_nopen.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen_style_solid.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen_width.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen_width1.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen_width10.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen_width4.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen_width7.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pgnum.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pie.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/raise.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/rectangle.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/rectangle2.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/rectangleRound.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/screen.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/shadow.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/shadowB.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/shadowL.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/shadowLB.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/shadowLU.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/shadowR.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/shadowRB.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/shadowRU.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/shadowU.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/spacing.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/style.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/text.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/ungroup.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/unsortedList.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/webpres.png
+share/apps/kpresenter/kpartplugins/scan-kpresenter.rc
share/apps/kpresenter/kpresenter.rc
+share/apps/kpresenter/pics/OneColumnLandscape.png
+share/apps/kpresenter/pics/OneColumnPortrait.png
+share/apps/kpresenter/pics/TitleLandscape.png
+share/apps/kpresenter/pics/TitlePortrait.png
+share/apps/kpresenter/pics/TwoColumnLandscape.png
+share/apps/kpresenter/pics/TwoColumnPortrait.png
+share/apps/kpresenter/pics/emptyLandscape.png
+share/apps/kpresenter/pics/emptyPortrait.png
share/apps/kpresenter/pics/kautoformedit.png
share/apps/kpresenter/slideshow/first.bmp
share/apps/kpresenter/slideshow/first.jpeg
@@ -405,132 +744,228 @@ share/apps/kpresenter/slideshow/next.png
share/apps/kpresenter/slideshow/prev.bmp
share/apps/kpresenter/slideshow/prev.jpeg
share/apps/kpresenter/slideshow/prev.png
-share/apps/kpresenter/templates/Professional/.directory
-share/apps/kpresenter/templates/Professional/.icon/One.png
-share/apps/kpresenter/templates/Professional/.icon/Title.png
-share/apps/kpresenter/templates/Professional/.icon/Two.png
-share/apps/kpresenter/templates/Professional/.source/One.kpt
-share/apps/kpresenter/templates/Professional/.source/Title.kpt
-share/apps/kpresenter/templates/Professional/.source/Two.kpt
-share/apps/kpresenter/templates/Professional/One.desktop
-share/apps/kpresenter/templates/Professional/Title.desktop
-share/apps/kpresenter/templates/Professional/Two.desktop
+share/apps/kpresenter/templates/A4/.directory
+share/apps/kpresenter/templates/A4/.source/OneColumnLandscape.kpt
+share/apps/kpresenter/templates/A4/.source/OneColumnPortrait.kpt
+share/apps/kpresenter/templates/A4/.source/TitleLandscape.kpt
+share/apps/kpresenter/templates/A4/.source/TitlePortrait.kpt
+share/apps/kpresenter/templates/A4/.source/TwoColumnLandscape.kpt
+share/apps/kpresenter/templates/A4/.source/TwoColumnPortrait.kpt
+share/apps/kpresenter/templates/A4/.source/emptyLandscape.kpt
+share/apps/kpresenter/templates/A4/.source/emptyPortrait.kpt
+share/apps/kpresenter/templates/A4/OneColumnLandscape.desktop
+share/apps/kpresenter/templates/A4/OneColumnPortrait.desktop
+share/apps/kpresenter/templates/A4/TitleLandscape.desktop
+share/apps/kpresenter/templates/A4/TitlePortrait.desktop
+share/apps/kpresenter/templates/A4/TwoColumnLandscape.desktop
+share/apps/kpresenter/templates/A4/TwoColumnPortrait.desktop
+share/apps/kpresenter/templates/A4/emptyLandscape.desktop
+share/apps/kpresenter/templates/A4/emptyPortrait.desktop
+share/apps/kpresenter/templates/Screen/.directory
+share/apps/kpresenter/templates/Screen/.source/OneColumnLandscape.kpt
+share/apps/kpresenter/templates/Screen/.source/TitleLandscape.kpt
+share/apps/kpresenter/templates/Screen/.source/TwoColumnLandscape.kpt
+share/apps/kpresenter/templates/Screen/.source/emptyLandscape.kpt
+share/apps/kpresenter/templates/Screen/OneColumnLandscape.desktop
+share/apps/kpresenter/templates/Screen/TitleLandscape.desktop
+share/apps/kpresenter/templates/Screen/TwoColumnLandscape.desktop
+share/apps/kpresenter/templates/Screen/emptyLandscape.desktop
share/apps/kpresenter/templates/Screenpresentations/.directory
+share/apps/kpresenter/templates/Screenpresentations/.icon/BlueBreezeDouble.png
+share/apps/kpresenter/templates/Screenpresentations/.icon/BlueBreezePicture.png
+share/apps/kpresenter/templates/Screenpresentations/.icon/BlueBreezeSingle.png
share/apps/kpresenter/templates/Screenpresentations/.icon/Gradient-Blue-Red.png
share/apps/kpresenter/templates/Screenpresentations/.icon/Plain.png
+share/apps/kpresenter/templates/Screenpresentations/.icon/SnowyMountains.png
+share/apps/kpresenter/templates/Screenpresentations/.icon/TotallyNewProduct.png
share/apps/kpresenter/templates/Screenpresentations/.icon/kde.png
share/apps/kpresenter/templates/Screenpresentations/.icon/kde2.png
+share/apps/kpresenter/templates/Screenpresentations/.source/BlueBreezeDouble.kpt
+share/apps/kpresenter/templates/Screenpresentations/.source/BlueBreezePicture.kpt
+share/apps/kpresenter/templates/Screenpresentations/.source/BlueBreezeSingle.kpt
share/apps/kpresenter/templates/Screenpresentations/.source/Gradient-Blue-Red.kpt
share/apps/kpresenter/templates/Screenpresentations/.source/Plain.kpt
+share/apps/kpresenter/templates/Screenpresentations/.source/SnowyMountains.kpt
+share/apps/kpresenter/templates/Screenpresentations/.source/TotallyNewProduct.kpt
share/apps/kpresenter/templates/Screenpresentations/.source/kde.kpt
share/apps/kpresenter/templates/Screenpresentations/.source/kde2.kpt
+share/apps/kpresenter/templates/Screenpresentations/BlueBreezeDouble.desktop
+share/apps/kpresenter/templates/Screenpresentations/BlueBreezePicture.desktop
+share/apps/kpresenter/templates/Screenpresentations/BlueBreezeSingle.desktop
share/apps/kpresenter/templates/Screenpresentations/Gradient-Blue-Red.desktop
share/apps/kpresenter/templates/Screenpresentations/Plain.desktop
+share/apps/kpresenter/templates/Screenpresentations/SnowyMountains.desktop
+share/apps/kpresenter/templates/Screenpresentations/TotallyNewProduct.desktop
share/apps/kpresenter/templates/Screenpresentations/kde.desktop
share/apps/kpresenter/templates/Screenpresentations/kde2.desktop
+share/apps/kpresenter/templates/legal/.directory
+share/apps/kpresenter/templates/legal/.source/OneColumnLandscape.kpt
+share/apps/kpresenter/templates/legal/.source/OneColumnPortrait.kpt
+share/apps/kpresenter/templates/legal/.source/TitleLandscape.kpt
+share/apps/kpresenter/templates/legal/.source/TitlePortrait.kpt
+share/apps/kpresenter/templates/legal/.source/TwoColumnLandscape.kpt
+share/apps/kpresenter/templates/legal/.source/TwoColumnPortrait.kpt
+share/apps/kpresenter/templates/legal/.source/emptyLandscape.kpt
+share/apps/kpresenter/templates/legal/.source/emptyPortrait.kpt
+share/apps/kpresenter/templates/legal/OneColumnLandscape.desktop
+share/apps/kpresenter/templates/legal/OneColumnPortrait.desktop
+share/apps/kpresenter/templates/legal/TitleLandscape.desktop
+share/apps/kpresenter/templates/legal/TitlePortrait.desktop
+share/apps/kpresenter/templates/legal/TwoColumnLandscape.desktop
+share/apps/kpresenter/templates/legal/TwoColumnPortrait.desktop
+share/apps/kpresenter/templates/legal/emptyLandscape.desktop
+share/apps/kpresenter/templates/legal/emptyPortrait.desktop
+share/apps/kpresenter/templates/letter/.directory
+share/apps/kpresenter/templates/letter/.source/OneColumnLandscape.kpt
+share/apps/kpresenter/templates/letter/.source/OneColumnPortrait.kpt
+share/apps/kpresenter/templates/letter/.source/TitleLandscape.kpt
+share/apps/kpresenter/templates/letter/.source/TitlePortrait.kpt
+share/apps/kpresenter/templates/letter/.source/TwoColumnLandscape.kpt
+share/apps/kpresenter/templates/letter/.source/TwoColumnPortrait.kpt
+share/apps/kpresenter/templates/letter/.source/emptyLandscape.kpt
+share/apps/kpresenter/templates/letter/.source/emptyPortrait.kpt
+share/apps/kpresenter/templates/letter/OneColumnLandscape.desktop
+share/apps/kpresenter/templates/letter/OneColumnPortrait.desktop
+share/apps/kpresenter/templates/letter/TitleLandscape.desktop
+share/apps/kpresenter/templates/letter/TitlePortrait.desktop
+share/apps/kpresenter/templates/letter/TwoColumnLandscape.desktop
+share/apps/kpresenter/templates/letter/TwoColumnPortrait.desktop
+share/apps/kpresenter/templates/letter/emptyLandscape.desktop
+share/apps/kpresenter/templates/letter/emptyPortrait.desktop
+share/apps/krayon/kpartplugins/scan-krayon.rc
share/apps/kspread/dtd/kspread.dtd
share/apps/kspread/extensions/builtin.xml
share/apps/kspread/extensions/math.ks
-share/apps/kspread/icons/locolor/16x16/actions/adjustcol.png
-share/apps/kspread/icons/locolor/16x16/actions/adjustrow.png
-share/apps/kspread/icons/locolor/16x16/actions/black_sum.png
-share/apps/kspread/icons/locolor/16x16/actions/border_all.png
-share/apps/kspread/icons/locolor/16x16/actions/border_bottom.png
-share/apps/kspread/icons/locolor/16x16/actions/border_fall.png
-share/apps/kspread/icons/locolor/16x16/actions/border_horizontal.png
-share/apps/kspread/icons/locolor/16x16/actions/border_inside.png
-share/apps/kspread/icons/locolor/16x16/actions/border_left.png
-share/apps/kspread/icons/locolor/16x16/actions/border_outline.png
-share/apps/kspread/icons/locolor/16x16/actions/border_remove.png
-share/apps/kspread/icons/locolor/16x16/actions/border_right.png
-share/apps/kspread/icons/locolor/16x16/actions/border_top.png
-share/apps/kspread/icons/locolor/16x16/actions/border_up.png
-share/apps/kspread/icons/locolor/16x16/actions/border_vertical.png
-share/apps/kspread/icons/locolor/16x16/actions/bottom.png
-share/apps/kspread/icons/locolor/16x16/actions/cell_edit.png
-share/apps/kspread/icons/locolor/16x16/actions/cell_layout.png
-share/apps/kspread/icons/locolor/16x16/actions/center.png
-share/apps/kspread/icons/locolor/16x16/actions/chart.png
-share/apps/kspread/icons/locolor/16x16/actions/comment.png
-share/apps/kspread/icons/locolor/16x16/actions/delete_table.png
-share/apps/kspread/icons/locolor/16x16/actions/deletecell.png
-share/apps/kspread/icons/locolor/16x16/actions/dissociatecell.png
-share/apps/kspread/icons/locolor/16x16/actions/first_letter_upper.png
-share/apps/kspread/icons/locolor/16x16/actions/fontsizedown.png
-share/apps/kspread/icons/locolor/16x16/actions/fontsizeup.png
-share/apps/kspread/icons/locolor/16x16/actions/funct.png
-share/apps/kspread/icons/locolor/16x16/actions/insertcell.png
-share/apps/kspread/icons/locolor/16x16/actions/inserttable.png
-share/apps/kspread/icons/locolor/16x16/actions/left.png
-share/apps/kspread/icons/locolor/16x16/actions/lower.png
-share/apps/kspread/icons/locolor/16x16/actions/mergecell.png
-share/apps/kspread/icons/locolor/16x16/actions/middle.png
-share/apps/kspread/icons/locolor/16x16/actions/money.png
-share/apps/kspread/icons/locolor/16x16/actions/multirow.png
-share/apps/kspread/icons/locolor/16x16/actions/oscilloscope.png
-share/apps/kspread/icons/locolor/16x16/actions/percent.png
-share/apps/kspread/icons/locolor/16x16/actions/precminus.png
-share/apps/kspread/icons/locolor/16x16/actions/precplus.png
-share/apps/kspread/icons/locolor/16x16/actions/removecell.png
-share/apps/kspread/icons/locolor/16x16/actions/removecomment.png
-share/apps/kspread/icons/locolor/16x16/actions/resizecol.png
-share/apps/kspread/icons/locolor/16x16/actions/resizerow.png
-share/apps/kspread/icons/locolor/16x16/actions/right.png
-share/apps/kspread/icons/locolor/16x16/actions/series.png
-share/apps/kspread/icons/locolor/16x16/actions/sort_decrease.png
-share/apps/kspread/icons/locolor/16x16/actions/sort_incr.png
-share/apps/kspread/icons/locolor/16x16/actions/special_paste.png
-share/apps/kspread/icons/locolor/16x16/actions/strike_out.png
-share/apps/kspread/icons/locolor/16x16/actions/top.png
-share/apps/kspread/icons/locolor/16x16/actions/upper.png
-share/apps/kspread/icons/locolor/16x16/actions/vertical_text.png
-share/apps/kspread/icons/locolor/22x22/actions/abort.png
-share/apps/kspread/icons/locolor/22x22/actions/adjustcol.png
-share/apps/kspread/icons/locolor/22x22/actions/adjustrow.png
-share/apps/kspread/icons/locolor/22x22/actions/black_sum.png
-share/apps/kspread/icons/locolor/22x22/actions/bottom.png
-share/apps/kspread/icons/locolor/22x22/actions/cell_edit.png
-share/apps/kspread/icons/locolor/22x22/actions/cell_layout.png
-share/apps/kspread/icons/locolor/22x22/actions/center.png
-share/apps/kspread/icons/locolor/22x22/actions/chart.png
-share/apps/kspread/icons/locolor/22x22/actions/colout.png
-share/apps/kspread/icons/locolor/22x22/actions/comment.png
-share/apps/kspread/icons/locolor/22x22/actions/delete_table.png
-share/apps/kspread/icons/locolor/22x22/actions/deletecell.png
-share/apps/kspread/icons/locolor/22x22/actions/dissociatecell.png
-share/apps/kspread/icons/locolor/22x22/actions/done.png
-share/apps/kspread/icons/locolor/22x22/actions/find.png
-share/apps/kspread/icons/locolor/22x22/actions/first_letter_upper.png
-share/apps/kspread/icons/locolor/22x22/actions/fontsizedown.png
-share/apps/kspread/icons/locolor/22x22/actions/fontsizeup.png
-share/apps/kspread/icons/locolor/22x22/actions/goto.png
-share/apps/kspread/icons/locolor/22x22/actions/insertcell.png
-share/apps/kspread/icons/locolor/22x22/actions/inserttable.png
-share/apps/kspread/icons/locolor/22x22/actions/left.png
-share/apps/kspread/icons/locolor/22x22/actions/lower.png
-share/apps/kspread/icons/locolor/22x22/actions/mergecell.png
-share/apps/kspread/icons/locolor/22x22/actions/middle.png
-share/apps/kspread/icons/locolor/22x22/actions/money.png
-share/apps/kspread/icons/locolor/22x22/actions/multirow.png
-share/apps/kspread/icons/locolor/22x22/actions/neonpen.png
-share/apps/kspread/icons/locolor/22x22/actions/oscilloscope.png
-share/apps/kspread/icons/locolor/22x22/actions/removecell.png
-share/apps/kspread/icons/locolor/22x22/actions/removecomment.png
-share/apps/kspread/icons/locolor/22x22/actions/resizecol.png
-share/apps/kspread/icons/locolor/22x22/actions/resizerow.png
-share/apps/kspread/icons/locolor/22x22/actions/right.png
-share/apps/kspread/icons/locolor/22x22/actions/rowout.png
-share/apps/kspread/icons/locolor/22x22/actions/sort_decrease.png
-share/apps/kspread/icons/locolor/22x22/actions/sort_incr.png
-share/apps/kspread/icons/locolor/22x22/actions/special_paste.png
-share/apps/kspread/icons/locolor/22x22/actions/strike_out.png
-share/apps/kspread/icons/locolor/22x22/actions/tab_first.png
-share/apps/kspread/icons/locolor/22x22/actions/tab_last.png
-share/apps/kspread/icons/locolor/22x22/actions/tab_left.png
-share/apps/kspread/icons/locolor/22x22/actions/tab_right.png
-share/apps/kspread/icons/locolor/22x22/actions/top.png
-share/apps/kspread/icons/locolor/22x22/actions/upper.png
-share/apps/kspread/icons/locolor/22x22/actions/vertical_text.png
+share/apps/kspread/icons/hicolor/16x16/actions/adjustcol.png
+share/apps/kspread/icons/hicolor/16x16/actions/adjustrow.png
+share/apps/kspread/icons/hicolor/16x16/actions/black_sum.png
+share/apps/kspread/icons/hicolor/16x16/actions/border_all.png
+share/apps/kspread/icons/hicolor/16x16/actions/border_bottom.png
+share/apps/kspread/icons/hicolor/16x16/actions/border_fall.png
+share/apps/kspread/icons/hicolor/16x16/actions/border_horizontal.png
+share/apps/kspread/icons/hicolor/16x16/actions/border_inside.png
+share/apps/kspread/icons/hicolor/16x16/actions/border_left.png
+share/apps/kspread/icons/hicolor/16x16/actions/border_outline.png
+share/apps/kspread/icons/hicolor/16x16/actions/border_remove.png
+share/apps/kspread/icons/hicolor/16x16/actions/border_right.png
+share/apps/kspread/icons/hicolor/16x16/actions/border_top.png
+share/apps/kspread/icons/hicolor/16x16/actions/border_up.png
+share/apps/kspread/icons/hicolor/16x16/actions/border_vertical.png
+share/apps/kspread/icons/hicolor/16x16/actions/cell_edit.png
+share/apps/kspread/icons/hicolor/16x16/actions/cell_layout.png
+share/apps/kspread/icons/hicolor/16x16/actions/chart.png
+share/apps/kspread/icons/hicolor/16x16/actions/color_fill.png
+share/apps/kspread/icons/hicolor/16x16/actions/color_line.png
+share/apps/kspread/icons/hicolor/16x16/actions/comment.png
+share/apps/kspread/icons/hicolor/16x16/actions/delete_table.png
+share/apps/kspread/icons/hicolor/16x16/actions/deletecell.png
+share/apps/kspread/icons/hicolor/16x16/actions/dissociatecell.png
+share/apps/kspread/icons/hicolor/16x16/actions/first_letter_upper.png
+share/apps/kspread/icons/hicolor/16x16/actions/fontsizedown.png
+share/apps/kspread/icons/hicolor/16x16/actions/fontsizeup.png
+share/apps/kspread/icons/hicolor/16x16/actions/funct.png
+share/apps/kspread/icons/hicolor/16x16/actions/hide_table_column.png
+share/apps/kspread/icons/hicolor/16x16/actions/hide_table_row.png
+share/apps/kspread/icons/hicolor/16x16/actions/insertcell.png
+share/apps/kspread/icons/hicolor/16x16/actions/insertcellcopy.png
+share/apps/kspread/icons/hicolor/16x16/actions/inserttable.png
+share/apps/kspread/icons/hicolor/16x16/actions/lower.png
+share/apps/kspread/icons/hicolor/16x16/actions/mergecell.png
+share/apps/kspread/icons/hicolor/16x16/actions/middle.png
+share/apps/kspread/icons/hicolor/16x16/actions/money.png
+share/apps/kspread/icons/hicolor/16x16/actions/multirow.png
+share/apps/kspread/icons/hicolor/16x16/actions/oscilloscope.png
+share/apps/kspread/icons/hicolor/16x16/actions/percent.png
+share/apps/kspread/icons/hicolor/16x16/actions/precminus.png
+share/apps/kspread/icons/hicolor/16x16/actions/precplus.png
+share/apps/kspread/icons/hicolor/16x16/actions/removecell.png
+share/apps/kspread/icons/hicolor/16x16/actions/removecomment.png
+share/apps/kspread/icons/hicolor/16x16/actions/resizecol.png
+share/apps/kspread/icons/hicolor/16x16/actions/resizerow.png
+share/apps/kspread/icons/hicolor/16x16/actions/series.png
+share/apps/kspread/icons/hicolor/16x16/actions/show_table_column.png
+share/apps/kspread/icons/hicolor/16x16/actions/show_table_row.png
+share/apps/kspread/icons/hicolor/16x16/actions/sort_decrease.png
+share/apps/kspread/icons/hicolor/16x16/actions/sort_incr.png
+share/apps/kspread/icons/hicolor/16x16/actions/special_paste.png
+share/apps/kspread/icons/hicolor/16x16/actions/text_bottom.png
+share/apps/kspread/icons/hicolor/16x16/actions/text_top.png
+share/apps/kspread/icons/hicolor/16x16/actions/upper.png
+share/apps/kspread/icons/hicolor/16x16/actions/vertical_text.png
+share/apps/kspread/icons/hicolor/22x22/actions/abort.png
+share/apps/kspread/icons/hicolor/22x22/actions/adjustcol.png
+share/apps/kspread/icons/hicolor/22x22/actions/adjustrow.png
+share/apps/kspread/icons/hicolor/22x22/actions/black_sum.png
+share/apps/kspread/icons/hicolor/22x22/actions/border_all.png
+share/apps/kspread/icons/hicolor/22x22/actions/border_bottom.png
+share/apps/kspread/icons/hicolor/22x22/actions/border_fall.png
+share/apps/kspread/icons/hicolor/22x22/actions/border_horizontal.png
+share/apps/kspread/icons/hicolor/22x22/actions/border_inside.png
+share/apps/kspread/icons/hicolor/22x22/actions/border_left.png
+share/apps/kspread/icons/hicolor/22x22/actions/border_outline.png
+share/apps/kspread/icons/hicolor/22x22/actions/border_remove.png
+share/apps/kspread/icons/hicolor/22x22/actions/border_right.png
+share/apps/kspread/icons/hicolor/22x22/actions/border_top.png
+share/apps/kspread/icons/hicolor/22x22/actions/border_up.png
+share/apps/kspread/icons/hicolor/22x22/actions/border_vertical.png
+share/apps/kspread/icons/hicolor/22x22/actions/cell_layout.png
+share/apps/kspread/icons/hicolor/22x22/actions/color_fill.png
+share/apps/kspread/icons/hicolor/22x22/actions/color_line.png
+share/apps/kspread/icons/hicolor/22x22/actions/colout.png
+share/apps/kspread/icons/hicolor/22x22/actions/comment.png
+share/apps/kspread/icons/hicolor/22x22/actions/delete_table.png
+share/apps/kspread/icons/hicolor/22x22/actions/deletecell.png
+share/apps/kspread/icons/hicolor/22x22/actions/dissociatecell.png
+share/apps/kspread/icons/hicolor/22x22/actions/done.png
+share/apps/kspread/icons/hicolor/22x22/actions/first_letter_upper.png
+share/apps/kspread/icons/hicolor/22x22/actions/fontsizedown.png
+share/apps/kspread/icons/hicolor/22x22/actions/fontsizeup.png
+share/apps/kspread/icons/hicolor/22x22/actions/funct.png
+share/apps/kspread/icons/hicolor/22x22/actions/hide_table_column.png
+share/apps/kspread/icons/hicolor/22x22/actions/hide_table_row.png
+share/apps/kspread/icons/hicolor/22x22/actions/insertcell.png
+share/apps/kspread/icons/hicolor/22x22/actions/insertcellcopy.png
+share/apps/kspread/icons/hicolor/22x22/actions/inserttable.png
+share/apps/kspread/icons/hicolor/22x22/actions/lower.png
+share/apps/kspread/icons/hicolor/22x22/actions/mergecell.png
+share/apps/kspread/icons/hicolor/22x22/actions/middle.png
+share/apps/kspread/icons/hicolor/22x22/actions/money.png
+share/apps/kspread/icons/hicolor/22x22/actions/multirow.png
+share/apps/kspread/icons/hicolor/22x22/actions/neonpen.png
+share/apps/kspread/icons/hicolor/22x22/actions/oscilloscope.png
+share/apps/kspread/icons/hicolor/22x22/actions/percent.png
+share/apps/kspread/icons/hicolor/22x22/actions/prec_minus.png
+share/apps/kspread/icons/hicolor/22x22/actions/prec_plus.png
+share/apps/kspread/icons/hicolor/22x22/actions/removecell.png
+share/apps/kspread/icons/hicolor/22x22/actions/removecomment.png
+share/apps/kspread/icons/hicolor/22x22/actions/resizecol.png
+share/apps/kspread/icons/hicolor/22x22/actions/resizerow.png
+share/apps/kspread/icons/hicolor/22x22/actions/rowout.png
+share/apps/kspread/icons/hicolor/22x22/actions/show_table_column.png
+share/apps/kspread/icons/hicolor/22x22/actions/show_table_row.png
+share/apps/kspread/icons/hicolor/22x22/actions/sort_decrease.png
+share/apps/kspread/icons/hicolor/22x22/actions/sort_incr.png
+share/apps/kspread/icons/hicolor/22x22/actions/special_paste.png
+share/apps/kspread/icons/hicolor/22x22/actions/text_bottom.png
+share/apps/kspread/icons/hicolor/22x22/actions/text_top.png
+share/apps/kspread/icons/hicolor/22x22/actions/upper.png
+share/apps/kspread/icons/hicolor/22x22/actions/vertical_text.png
+share/apps/kspread/icons/hicolor/32x32/actions/border_all.png
+share/apps/kspread/icons/hicolor/32x32/actions/border_bottom.png
+share/apps/kspread/icons/hicolor/32x32/actions/border_fall.png
+share/apps/kspread/icons/hicolor/32x32/actions/border_horizontal.png
+share/apps/kspread/icons/hicolor/32x32/actions/border_inside.png
+share/apps/kspread/icons/hicolor/32x32/actions/border_left.png
+share/apps/kspread/icons/hicolor/32x32/actions/border_outline.png
+share/apps/kspread/icons/hicolor/32x32/actions/border_remove.png
+share/apps/kspread/icons/hicolor/32x32/actions/border_right.png
+share/apps/kspread/icons/hicolor/32x32/actions/border_top.png
+share/apps/kspread/icons/hicolor/32x32/actions/border_up.png
+share/apps/kspread/icons/hicolor/32x32/actions/border_vertical.png
+share/apps/kspread/icons/hicolor/32x32/actions/funct.png
+share/apps/kspread/icons/hicolor/32x32/actions/percent.png
+share/apps/kspread/icons/hicolor/32x32/actions/prec_minus.png
+share/apps/kspread/icons/hicolor/32x32/actions/prec_plus.png
share/apps/kspread/kpartplugins/kspreadcalc.rc
share/apps/kspread/kspread.rc
share/apps/kspread/tablestyles/standard1.ksts
@@ -539,39 +974,39 @@ share/apps/kspread/tablestyles/standard1.xml
share/apps/kspread/tablestyles/standard2.ksts
share/apps/kspread/tablestyles/standard2.png
share/apps/kspread/tablestyles/standard2.xml
+share/apps/kugar/dtd/kugartemplate.dtd
+share/apps/kugar/kugarpart.rc
+share/apps/kugar/kugarui.rc
+share/apps/kugar/templates/sample1.kut
+share/apps/kugar/templates/sample2.kut
share/apps/kword/dtd/kword.dtd
-share/apps/kword/icons/locolor/22x22/actions/borderbottom.png
-share/apps/kword/icons/locolor/22x22/actions/borderleft.png
-share/apps/kword/icons/locolor/22x22/actions/borderright.png
-share/apps/kword/icons/locolor/22x22/actions/bordertop.png
-share/apps/kword/icons/locolor/22x22/actions/char.png
-share/apps/kword/icons/locolor/22x22/actions/colout.png
-share/apps/kword/icons/locolor/22x22/actions/editframetool.png
-share/apps/kword/icons/locolor/22x22/actions/edittool.png
-share/apps/kword/icons/locolor/22x22/actions/enumList.png
-share/apps/kword/icons/locolor/22x22/actions/formula.png
-share/apps/kword/icons/locolor/22x22/actions/kwsearch.png
-share/apps/kword/icons/locolor/22x22/actions/picframetool.png
-share/apps/kword/icons/locolor/22x22/actions/return.png
-share/apps/kword/icons/locolor/22x22/actions/rowout.png
-share/apps/kword/icons/locolor/22x22/actions/run_bounding.png
-share/apps/kword/icons/locolor/22x22/actions/run_not.png
-share/apps/kword/icons/locolor/22x22/actions/run_skip.png
-share/apps/kword/icons/locolor/22x22/actions/sl_addentry.png
-share/apps/kword/icons/locolor/22x22/actions/sl_addrecord.png
-share/apps/kword/icons/locolor/22x22/actions/sl_delentry.png
-share/apps/kword/icons/locolor/22x22/actions/sl_delrecord.png
-share/apps/kword/icons/locolor/22x22/actions/sub.png
-share/apps/kword/icons/locolor/22x22/actions/super.png
-share/apps/kword/icons/locolor/22x22/actions/table.png
-share/apps/kword/icons/locolor/22x22/actions/textframetool.png
-share/apps/kword/icons/locolor/22x22/actions/tree_arrange.png
-share/apps/kword/icons/locolor/22x22/actions/tree_clipart.png
-share/apps/kword/icons/locolor/22x22/actions/tree_embedded.png
-share/apps/kword/icons/locolor/22x22/actions/tree_picture.png
-share/apps/kword/icons/locolor/22x22/actions/tree_table.png
-share/apps/kword/icons/locolor/22x22/actions/tree_textframes.png
-share/apps/kword/icons/locolor/22x22/actions/unsortedList.png
+share/apps/kword/expression/expression.xml
+share/apps/kword/icons/hicolor/16x16/actions/color_fill.png
+share/apps/kword/icons/hicolor/16x16/actions/color_line.png
+share/apps/kword/icons/hicolor/22x22/actions/borderbottom.png
+share/apps/kword/icons/hicolor/22x22/actions/borderleft.png
+share/apps/kword/icons/hicolor/22x22/actions/borderoutline.png
+share/apps/kword/icons/hicolor/22x22/actions/borderright.png
+share/apps/kword/icons/hicolor/22x22/actions/bordertop.png
+share/apps/kword/icons/hicolor/22x22/actions/char.png
+share/apps/kword/icons/hicolor/22x22/actions/color_fill.png
+share/apps/kword/icons/hicolor/22x22/actions/color_line.png
+share/apps/kword/icons/hicolor/22x22/actions/edittool.png
+share/apps/kword/icons/hicolor/22x22/actions/enumList.png
+share/apps/kword/icons/hicolor/22x22/actions/kwsearch.png
+share/apps/kword/icons/hicolor/22x22/actions/return.png
+share/apps/kword/icons/hicolor/22x22/actions/run_bounding.png
+share/apps/kword/icons/hicolor/22x22/actions/run_not.png
+share/apps/kword/icons/hicolor/22x22/actions/run_skip.png
+share/apps/kword/icons/hicolor/22x22/actions/sl_addentry.png
+share/apps/kword/icons/hicolor/22x22/actions/sl_addrecord.png
+share/apps/kword/icons/hicolor/22x22/actions/sl_delentry.png
+share/apps/kword/icons/hicolor/22x22/actions/sl_delrecord.png
+share/apps/kword/icons/hicolor/22x22/actions/sub.png
+share/apps/kword/icons/hicolor/22x22/actions/super.png
+share/apps/kword/icons/hicolor/22x22/actions/tree_arrange.png
+share/apps/kword/icons/hicolor/22x22/actions/unsortedList.png
+share/apps/kword/kpartplugins/scan-kword.rc
share/apps/kword/kword.rc
share/apps/kword/templates/Normal/.directory
share/apps/kword/templates/Normal/.icon/A4.png
@@ -588,45 +1023,19 @@ share/apps/kword/templates/Normal/PlainText.desktop
share/apps/kword/templates/Normal/TwoColumns.desktop
share/apps/kword/templates/Publishing/.directory
share/apps/kword/templates/Publishing/.icon/SimpleLayout.png
-share/apps/kword/templates/Publishing/.icon/Test.png
share/apps/kword/templates/Publishing/.source/SimpleLayout.kwt
-share/apps/kword/templates/Publishing/.source/Test.kwt
share/apps/kword/templates/Publishing/SimpleLayout.desktop
-share/apps/kword/templates/Publishing/Test.desktop
-share/doc/HTML/en/doc/README.documentation
-share/doc/HTML/en/doc/index.html
-share/doc/HTML/en/doc/kdelogo.png
-share/doc/HTML/en/doc/koffice-authors.html
-share/doc/HTML/en/doc/koffice-document-conventions.html
-share/doc/HTML/en/doc/koffice-misc.html
-share/doc/HTML/en/doc/koffice-search-help.html
-share/doc/HTML/en/doc/koffice-search.html
-share/doc/HTML/en/doc/koffice.html
-share/doc/HTML/en/killustrator/.anchors
-share/doc/HTML/en/killustrator/about-the-handbook.html
share/doc/HTML/en/killustrator/align.png
share/doc/HTML/en/killustrator/align2.png
-share/doc/HTML/en/killustrator/appendix.html
share/doc/HTML/en/killustrator/bezier.png
share/doc/HTML/en/killustrator/blend_dialog.png
-share/doc/HTML/en/killustrator/changing-the-standard-parameters.html
share/doc/HTML/en/killustrator/colour.png
share/doc/HTML/en/killustrator/common
-share/doc/HTML/en/killustrator/compilation-and-installation.html
-share/doc/HTML/en/killustrator/copyright.html
-share/doc/HTML/en/killustrator/drawing-2d-primitives.html
share/doc/HTML/en/killustrator/ellipse.png
share/doc/HTML/en/killustrator/export.png
share/doc/HTML/en/killustrator/freehand.png
-share/doc/HTML/en/killustrator/frequently-asked-questions.html
-share/doc/HTML/en/killustrator/handling-colours.html
-share/doc/HTML/en/killustrator/history-of-killustrator.html
-share/doc/HTML/en/killustrator/index.cvlog
+share/doc/HTML/en/killustrator/index.cache.bz2
share/doc/HTML/en/killustrator/index.docbook
-share/doc/HTML/en/killustrator/index.html
-share/doc/HTML/en/killustrator/installation-of-binary-packages.html
-share/doc/HTML/en/killustrator/installation.html
-share/doc/HTML/en/killustrator/introduction.html
share/doc/HTML/en/killustrator/line.png
share/doc/HTML/en/killustrator/logo.png
share/doc/HTML/en/killustrator/movepoint.png
@@ -636,97 +1045,75 @@ share/doc/HTML/en/killustrator/pfeil.png
share/doc/HTML/en/killustrator/point.png
share/doc/HTML/en/killustrator/polygon-setup.png
share/doc/HTML/en/killustrator/polygon.png
-share/doc/HTML/en/killustrator/positioning-objects.html
share/doc/HTML/en/killustrator/rect.png
share/doc/HTML/en/killustrator/rmpoint.png
share/doc/HTML/en/killustrator/save_dialog.png
share/doc/HTML/en/killustrator/schichten.png
-share/doc/HTML/en/killustrator/system-requirements.html
share/doc/HTML/en/killustrator/text.png
-share/doc/HTML/en/killustrator/the-layer-concept.html
-share/doc/HTML/en/killustrator/to-do.html
-share/doc/HTML/en/killustrator/transformation-of-2d-primitives.html
-share/doc/HTML/en/killustrator/undo--redo.html
-share/doc/HTML/en/killustrator/usage.html
share/doc/HTML/en/killustrator/verteilen.png
-share/doc/HTML/en/killustrator/working-with-files.html
-share/doc/HTML/en/killustrator/zoom-tool.html
share/doc/HTML/en/killustrator/zoom.png
-share/doc/HTML/en/koffice/.anchors
+share/doc/HTML/en/koffice/README.documentation
share/doc/HTML/en/koffice/common
-share/doc/HTML/en/koffice/compilingproblems.html
-share/doc/HTML/en/koffice/customgui.html
-share/doc/HTML/en/koffice/customization.html
-share/doc/HTML/en/koffice/faq.html
-share/doc/HTML/en/koffice/firststeps.html
-share/doc/HTML/en/koffice/frombinaries.html
-share/doc/HTML/en/koffice/fromsource.html
-share/doc/HTML/en/koffice/gettingbinaries.html
-share/doc/HTML/en/koffice/gettingsource.html
-share/doc/HTML/en/koffice/glossary.html
+share/doc/HTML/en/koffice/index.cache.bz2
share/doc/HTML/en/koffice/index.docbook
-share/doc/HTML/en/koffice/index.html
-share/doc/HTML/en/koffice/installation.html
-share/doc/HTML/en/koffice/introduction.html
-share/doc/HTML/en/koffice/kparts.html
-share/doc/HTML/en/koffice/kpartstryit.html
-share/doc/HTML/en/koffice/legal.html
-share/doc/HTML/en/koffice/links.html
-share/doc/HTML/en/koffice/moreinfo.html
-share/doc/HTML/en/koffice/programmersinfo.html
-share/doc/HTML/en/koffice/todo.html
-share/doc/HTML/en/koffice/whoreads.html
-share/doc/HTML/en/kpresenter/.anchors
-share/doc/HTML/en/kpresenter/addshadow.html
-share/doc/HTML/en/kpresenter/appendix.html
+share/doc/HTML/en/koshell/common
+share/doc/HTML/en/koshell/index.cache.bz2
+share/doc/HTML/en/koshell/index.docbook
share/doc/HTML/en/kpresenter/common
-share/doc/HTML/en/kpresenter/credits.html
-share/doc/HTML/en/kpresenter/guides.html
+share/doc/HTML/en/kpresenter/faq.docbook
+share/doc/HTML/en/kpresenter/guides.docbook
+share/doc/HTML/en/kpresenter/index.cache.bz2
share/doc/HTML/en/kpresenter/index.docbook
-share/doc/HTML/en/kpresenter/index.html
-share/doc/HTML/en/kpresenter/insertpage.html
-share/doc/HTML/en/kpresenter/insertpic.html
-share/doc/HTML/en/kpresenter/introduction.html
-share/doc/HTML/en/kpresenter/menuitems.html
-share/doc/HTML/en/kpresenter/options.html
-share/doc/HTML/en/kpresenter/qanda.html
-share/doc/HTML/en/kpresenter/screendesc.html
-share/doc/HTML/en/kpresenter/textcolor.html
-share/doc/HTML/en/kpresenter/todo.html
-share/doc/HTML/en/kpresenter/tutorial.html
-share/doc/HTML/en/kspread/.anchors
-share/doc/HTML/en/kspread/appendix.html
+share/doc/HTML/en/kpresenter/menus.docbook
+share/doc/HTML/en/kpresenter/options.docbook
+share/doc/HTML/en/kpresenter/screen.docbook
+share/doc/HTML/en/kpresenter/tutorial.docbook
+share/doc/HTML/en/krayon/airbrush.png
+share/doc/HTML/en/krayon/colorpicker.png
+share/doc/HTML/en/krayon/common
+share/doc/HTML/en/krayon/documentinfo.png
+share/doc/HTML/en/krayon/editcopy.png
+share/doc/HTML/en/krayon/editcut.png
+share/doc/HTML/en/krayon/editpaste.png
+share/doc/HTML/en/krayon/eraser.png
+share/doc/HTML/en/krayon/exit.png
+share/doc/HTML/en/krayon/fileclose.png
+share/doc/HTML/en/krayon/filenew.png
+share/doc/HTML/en/krayon/fileopen.png
+share/doc/HTML/en/krayon/fileprint.png
+share/doc/HTML/en/krayon/filesave.png
+share/doc/HTML/en/krayon/fill.png
+share/doc/HTML/en/krayon/generictool.png
+share/doc/HTML/en/krayon/gradient.png
+share/doc/HTML/en/krayon/index.cache.bz2
+share/doc/HTML/en/krayon/index.docbook
+share/doc/HTML/en/krayon/krayon-commands.docbook
+share/doc/HTML/en/krayon/krayon-faq.docbook
+share/doc/HTML/en/krayon/krayon-using.docbook
+share/doc/HTML/en/krayon/move.png
+share/doc/HTML/en/krayon/paintbrush.png
+share/doc/HTML/en/krayon/pencil.png
+share/doc/HTML/en/krayon/redo.png
+share/doc/HTML/en/krayon/undo.png
+share/doc/HTML/en/krayon/unfinished.png
+share/doc/HTML/en/krayon/viewmag+.png
+share/doc/HTML/en/krayon/viewmag-.png
+share/doc/HTML/en/krayon/viewmag.png
+share/doc/HTML/en/krayon/wizard.png
share/doc/HTML/en/kspread/common
-share/doc/HTML/en/kspread/compilingproblems.html
-share/doc/HTML/en/kspread/credits.html
-share/doc/HTML/en/kspread/dragdrop.html
-share/doc/HTML/en/kspread/frombinaries.html
-share/doc/HTML/en/kspread/fromsource.html
-share/doc/HTML/en/kspread/fundamental.html
-share/doc/HTML/en/kspread/gettingbinaries.html
-share/doc/HTML/en/kspread/gettingsource.html
-share/doc/HTML/en/kspread/guides.html
-share/doc/HTML/en/kspread/guides2.html
-share/doc/HTML/en/kspread/guides3.html
-share/doc/HTML/en/kspread/guides4.html
+share/doc/HTML/en/kspread/index.cache.bz2
share/doc/HTML/en/kspread/index.docbook
-share/doc/HTML/en/kspread/index.html
-share/doc/HTML/en/kspread/installation.html
-share/doc/HTML/en/kspread/introduction.html
-share/doc/HTML/en/kspread/keys.html
-share/doc/HTML/en/kspread/kspreadscreen.html
-share/doc/HTML/en/kspread/loading.html
-share/doc/HTML/en/kspread/menuitems.html
-share/doc/HTML/en/kspread/options.html
-share/doc/HTML/en/kspread/printing.html
-share/doc/HTML/en/kspread/qanda.html
-share/doc/HTML/en/kspread/saving.html
-share/doc/HTML/en/kspread/themes.html
-share/doc/HTML/en/kspread/todo.html
-share/doc/HTML/en/kspread/tutorial.html
-share/doc/HTML/en/kspread/updates.html
-share/doc/HTML/en/kspread/whoreads.html
-share/doc/HTML/en/kword/.anchors
+share/doc/HTML/en/kugar/common
+share/doc/HTML/en/kugar/datadtd.docbook
+share/doc/HTML/en/kugar/dataref.docbok
+share/doc/HTML/en/kugar/dataref.docbook
+share/doc/HTML/en/kugar/index.cache.bz2
+share/doc/HTML/en/kugar/index.docbook
+share/doc/HTML/en/kugar/index.html
+share/doc/HTML/en/kugar/kugar.png
+share/doc/HTML/en/kugar/template-elements.docbook
+share/doc/HTML/en/kugar/template.docbook
+share/doc/HTML/en/kugar/templatedtd.docbook
share/doc/HTML/en/kword/ChooseTempDia.png
share/doc/HTML/en/kword/Tut1.png
share/doc/HTML/en/kword/Tut10.png
@@ -752,55 +1139,47 @@ share/doc/HTML/en/kword/Tut6.png
share/doc/HTML/en/kword/Tut7.png
share/doc/HTML/en/kword/Tut8.png
share/doc/HTML/en/kword/Tut9.png
-share/doc/HTML/en/kword/addframe.html
share/doc/HTML/en/kword/alignBlock.png
share/doc/HTML/en/kword/alignCenter.png
share/doc/HTML/en/kword/alignLeft.png
share/doc/HTML/en/kword/alignRight.png
-share/doc/HTML/en/kword/appendix.html
share/doc/HTML/en/kword/auto1.png
share/doc/HTML/en/kword/auto2.png
-share/doc/HTML/en/kword/autocorrect.html
+share/doc/HTML/en/kword/auto3.png
share/doc/HTML/en/kword/basic.png
-share/doc/HTML/en/kword/basicedittoolbar.html
-share/doc/HTML/en/kword/basicmenubar.html
share/doc/HTML/en/kword/bbord.png
+share/doc/HTML/en/kword/bdcolorbut.png
share/doc/HTML/en/kword/bdselbut.png
share/doc/HTML/en/kword/bdsizebut.png
+share/doc/HTML/en/kword/bkgdcolorbut.png
share/doc/HTML/en/kword/bold.png
share/doc/HTML/en/kword/borbutB.png
share/doc/HTML/en/kword/borbutL.png
share/doc/HTML/en/kword/borbutR.png
share/doc/HTML/en/kword/borbutT.png
share/doc/HTML/en/kword/bord.png
+share/doc/HTML/en/kword/bordtb.png
share/doc/HTML/en/kword/bultxtbut.png
share/doc/HTML/en/kword/cancel.png
share/doc/HTML/en/kword/cftb.png
-share/doc/HTML/en/kword/charformattoolbar.html
share/doc/HTML/en/kword/chcolorbut.png
share/doc/HTML/en/kword/chfontbut.png
share/doc/HTML/en/kword/chsizebut.png
share/doc/HTML/en/kword/chstylebut.png
share/doc/HTML/en/kword/clipart-from-file.png
share/doc/HTML/en/kword/clipart.png
-share/doc/HTML/en/kword/clipboard.html
share/doc/HTML/en/kword/close.png
share/doc/HTML/en/kword/colin.png
share/doc/HTML/en/kword/colout.png
-share/doc/HTML/en/kword/columns.html
share/doc/HTML/en/kword/common
-share/doc/HTML/en/kword/conventions.html
-share/doc/HTML/en/kword/credits.html
share/doc/HTML/en/kword/ctab.png
share/doc/HTML/en/kword/ctab2.png
-share/doc/HTML/en/kword/datetime.html
+share/doc/HTML/en/kword/decindbut.png
share/doc/HTML/en/kword/delcoldlg.png
share/doc/HTML/en/kword/delete-table-col.png
share/doc/HTML/en/kword/delete-table-row.png
-share/doc/HTML/en/kword/delframe.html
share/doc/HTML/en/kword/delrowdlg.png
share/doc/HTML/en/kword/details.png
-share/doc/HTML/en/kword/dragdrop.html
share/doc/HTML/en/kword/dtab.png
share/doc/HTML/en/kword/dtab2.png
share/doc/HTML/en/kword/dtpfmtpg1.png
@@ -811,83 +1190,92 @@ share/doc/HTML/en/kword/editcut.png
share/doc/HTML/en/kword/editpaste.png
share/doc/HTML/en/kword/editspace.png
share/doc/HTML/en/kword/edittb.png
-share/doc/HTML/en/kword/endfoot.html
share/doc/HTML/en/kword/exit.png
share/doc/HTML/en/kword/extra.png
share/doc/HTML/en/kword/fchardlg.png
share/doc/HTML/en/kword/fcrtb.png
share/doc/HTML/en/kword/file.png
-share/doc/HTML/en/kword/filedlg.html
share/doc/HTML/en/kword/filefloppy.png
share/doc/HTML/en/kword/filenew2.png
share/doc/HTML/en/kword/fileopen.png
share/doc/HTML/en/kword/fileprint.png
+share/doc/HTML/en/kword/fileprint2.png
+share/doc/HTML/en/kword/filequickprint.png
share/doc/HTML/en/kword/filetb.png
-share/doc/HTML/en/kword/filetoolbar.html
-share/doc/HTML/en/kword/filters.html
share/doc/HTML/en/kword/find.png
share/doc/HTML/en/kword/finddlg.png
+share/doc/HTML/en/kword/formabs.png
share/doc/HTML/en/kword/format.png
-share/doc/HTML/en/kword/formatchar.html
-share/doc/HTML/en/kword/formatframe.html
-share/doc/HTML/en/kword/formatpara.html
+share/doc/HTML/en/kword/formbrac.png
+share/doc/HTML/en/kword/formcbrac.png
+share/doc/HTML/en/kword/formfrac.png
share/doc/HTML/en/kword/formframe1.png
share/doc/HTML/en/kword/formframe2.png
share/doc/HTML/en/kword/formframe3.png
share/doc/HTML/en/kword/formframe4.png
-share/doc/HTML/en/kword/formulas.html
+share/doc/HTML/en/kword/forminteg.png
+share/doc/HTML/en/kword/formllind.png
+share/doc/HTML/en/kword/formlrind.png
+share/doc/HTML/en/kword/formmat.png
+share/doc/HTML/en/kword/formprod.png
+share/doc/HTML/en/kword/formsbrac.png
+share/doc/HTML/en/kword/formsqrt.png
+share/doc/HTML/en/kword/formsum.png
+share/doc/HTML/en/kword/formulind.png
+share/doc/HTML/en/kword/formurind.png
share/doc/HTML/en/kword/fpara1.png
share/doc/HTML/en/kword/fpara2.png
share/doc/HTML/en/kword/fpara3.png
share/doc/HTML/en/kword/fpara4.png
share/doc/HTML/en/kword/fpara5.png
-share/doc/HTML/en/kword/framecreatetoolbar.html
+share/doc/HTML/en/kword/fpicture.png
share/doc/HTML/en/kword/framemode.png
share/doc/HTML/en/kword/framers.png
-share/doc/HTML/en/kword/frames.html
-share/doc/HTML/en/kword/frameselect.html
-share/doc/HTML/en/kword/fundimental.html
-share/doc/HTML/en/kword/glossery.html
-share/doc/HTML/en/kword/graphics.html
-share/doc/HTML/en/kword/guides.html
-share/doc/HTML/en/kword/guides2.html
-share/doc/HTML/en/kword/guides3.html
-share/doc/HTML/en/kword/guides4.html
-share/doc/HTML/en/kword/headfoot.html
+share/doc/HTML/en/kword/incindbut.png
+share/doc/HTML/en/kword/index.cache.bz2
share/doc/HTML/en/kword/index.docbook
-share/doc/HTML/en/kword/index.html
share/doc/HTML/en/kword/inscoldlg.png
share/doc/HTML/en/kword/insert-table-col.png
share/doc/HTML/en/kword/insert-table-row.png
share/doc/HTML/en/kword/insert.png
-share/doc/HTML/en/kword/inserttoolbar.html
-share/doc/HTML/en/kword/inskspread.html
share/doc/HTML/en/kword/insrowdlg.png
share/doc/HTML/en/kword/inssc.png
share/doc/HTML/en/kword/instab1.png
share/doc/HTML/en/kword/instab2.png
share/doc/HTML/en/kword/instb.png
-share/doc/HTML/en/kword/introduction.html
+share/doc/HTML/en/kword/intro1.png
+share/doc/HTML/en/kword/intro2.png
+share/doc/HTML/en/kword/intro3.png
share/doc/HTML/en/kword/ital.png
share/doc/HTML/en/kword/italic.png
share/doc/HTML/en/kword/joincell.png
-share/doc/HTML/en/kword/keys.html
-share/doc/HTML/en/kword/kwordrc.html
-share/doc/HTML/en/kword/kwordscreen.html
+share/doc/HTML/en/kword/kpart.png
+share/doc/HTML/en/kword/kwordbasics.docbook
+share/doc/HTML/en/kword/kwordfundimentals.docbook
+share/doc/HTML/en/kword/kwordguides1.docbook
+share/doc/HTML/en/kword/kwordguides2.docbook
+share/doc/HTML/en/kword/kwordguides3.docbook
+share/doc/HTML/en/kword/kwordguides3b.docbook
+share/doc/HTML/en/kword/kwordguides3c.docbook
+share/doc/HTML/en/kword/kwordguides4.docbook
+share/doc/HTML/en/kword/kwordmbtb.docbook
+share/doc/HTML/en/kword/kwordopt.docbook
+share/doc/HTML/en/kword/kwordtutorial.docbook
+share/doc/HTML/en/kword/landscape.png
+share/doc/HTML/en/kword/larrow.png
share/doc/HTML/en/kword/lbord.png
-share/doc/HTML/en/kword/loading.html
share/doc/HTML/en/kword/lspcbut.png
share/doc/HTML/en/kword/ltab.png
share/doc/HTML/en/kword/ltab2.png
-share/doc/HTML/en/kword/menuitems.html
-share/doc/HTML/en/kword/moveframe.html
share/doc/HTML/en/kword/neonpen.png
share/doc/HTML/en/kword/newfolder.png
share/doc/HTML/en/kword/nodet.png
share/doc/HTML/en/kword/numtxtbut.png
share/doc/HTML/en/kword/ok.png
share/doc/HTML/en/kword/opendlg.png
-share/doc/HTML/en/kword/options.html
+share/doc/HTML/en/kword/opt1.png
+share/doc/HTML/en/kword/opt2.png
+share/doc/HTML/en/kword/paratb.png
share/doc/HTML/en/kword/part-kchart.png
share/doc/HTML/en/kword/part-kformula.png
share/doc/HTML/en/kword/part-killustrator.png
@@ -897,40 +1285,31 @@ share/doc/HTML/en/kword/part-kspread.png
share/doc/HTML/en/kword/part-kword.png
share/doc/HTML/en/kword/part-unspecif.png
share/doc/HTML/en/kword/parts.png
-share/doc/HTML/en/kword/pgnumber.html
share/doc/HTML/en/kword/picture.png
share/doc/HTML/en/kword/pntdlg.png
-share/doc/HTML/en/kword/predefinedstyles.html
-share/doc/HTML/en/kword/printing.html
+share/doc/HTML/en/kword/portrait.png
share/doc/HTML/en/kword/product.png
-share/doc/HTML/en/kword/qanda.html
-share/doc/HTML/en/kword/qd2.html
-share/doc/HTML/en/kword/qd3.html
-share/doc/HTML/en/kword/qd4.html
-share/doc/HTML/en/kword/qd5.html
-share/doc/HTML/en/kword/quickdirty.html
+share/doc/HTML/en/kword/rarrow.png
share/doc/HTML/en/kword/rbord.png
share/doc/HTML/en/kword/redo.png
share/doc/HTML/en/kword/repldlg.png
-share/doc/HTML/en/kword/resizeframe.html
share/doc/HTML/en/kword/rowin.png
share/doc/HTML/en/kword/rowout.png
share/doc/HTML/en/kword/rtab.png
share/doc/HTML/en/kword/rtab2.png
-share/doc/HTML/en/kword/rulers.html
+share/doc/HTML/en/kword/ruler.png
+share/doc/HTML/en/kword/saved1.png
+share/doc/HTML/en/kword/saved2.png
share/doc/HTML/en/kword/savedlg.png
share/doc/HTML/en/kword/savetmpl1.png
share/doc/HTML/en/kword/savetmpl2.png
share/doc/HTML/en/kword/savetmpl3.png
share/doc/HTML/en/kword/savetmpl4.png
-share/doc/HTML/en/kword/saving.html
share/doc/HTML/en/kword/screen.png
-share/doc/HTML/en/kword/searchreplace.html
-share/doc/HTML/en/kword/selcolor.html
-share/doc/HTML/en/kword/shuffleframes.html
+share/doc/HTML/en/kword/select1.png
share/doc/HTML/en/kword/spell.png
-share/doc/HTML/en/kword/spellcheck.html
share/doc/HTML/en/kword/spelldlg.png
+share/doc/HTML/en/kword/stkout.png
share/doc/HTML/en/kword/styldlg1.png
share/doc/HTML/en/kword/styldlg2.png
share/doc/HTML/en/kword/styldlg3.png
@@ -939,14 +1318,10 @@ share/doc/HTML/en/kword/styldlg5.png
share/doc/HTML/en/kword/styldlg6.png
share/doc/HTML/en/kword/styldlg7.png
share/doc/HTML/en/kword/styldlg8.png
-share/doc/HTML/en/kword/styles.html
share/doc/HTML/en/kword/subscbut.png
share/doc/HTML/en/kword/sum.png
share/doc/HTML/en/kword/supscbut.png
share/doc/HTML/en/kword/table.png
-share/doc/HTML/en/kword/tableedittoolbar.html
-share/doc/HTML/en/kword/tables.html
-share/doc/HTML/en/kword/tabstops.html
share/doc/HTML/en/kword/tb1.png
share/doc/HTML/en/kword/tb2.png
share/doc/HTML/en/kword/tb3.png
@@ -955,146 +1330,144 @@ share/doc/HTML/en/kword/tbmax.png
share/doc/HTML/en/kword/tbmin.png
share/doc/HTML/en/kword/tbord.png
share/doc/HTML/en/kword/tedittb.png
-share/doc/HTML/en/kword/tempcr.html
-share/doc/HTML/en/kword/templateintro.html
share/doc/HTML/en/kword/text-bold.png
share/doc/HTML/en/kword/text-italic.png
share/doc/HTML/en/kword/text-underlined.png
-share/doc/HTML/en/kword/textandframe.html
share/doc/HTML/en/kword/textmode.png
share/doc/HTML/en/kword/tfcreatebut.png
-share/doc/HTML/en/kword/themes.html
-share/doc/HTML/en/kword/toc.html
-share/doc/HTML/en/kword/todo.html
-share/doc/HTML/en/kword/toolbars.html
share/doc/HTML/en/kword/tools.png
-share/doc/HTML/en/kword/tutorial.html
share/doc/HTML/en/kword/underl.png
share/doc/HTML/en/kword/undl.png
share/doc/HTML/en/kword/undo.png
-share/doc/HTML/en/kword/undoredo.html
-share/doc/HTML/en/kword/updates.html
share/doc/HTML/en/kword/uplevel.png
share/doc/HTML/en/kword/view.png
-share/doc/HTML/en/kword/whoreads.html
share/doc/HTML/en/kword/wpfmtpg1.png
share/doc/HTML/en/kword/wpfmtpg2.png
share/doc/HTML/en/kword/wpfmtpg3.png
-share/doc/HTML/en/kword/wpvsdtp.html
+share/doc/HTML/en/kword/zoom.png
+share/icons/hicolor/16x16/actions/abs.png
+share/icons/hicolor/16x16/actions/brace.png
+share/icons/hicolor/16x16/actions/brackets.png
+share/icons/hicolor/16x16/actions/frac.png
+share/icons/hicolor/16x16/actions/int.png
+share/icons/hicolor/16x16/actions/lsub.png
+share/icons/hicolor/16x16/actions/lsup.png
+share/icons/hicolor/16x16/actions/matrix.png
+share/icons/hicolor/16x16/actions/onetwomatrix.png
+share/icons/hicolor/16x16/actions/paren.png
+share/icons/hicolor/16x16/actions/prod.png
+share/icons/hicolor/16x16/actions/rsub.png
+share/icons/hicolor/16x16/actions/rsup.png
+share/icons/hicolor/16x16/actions/sqrt.png
+share/icons/hicolor/16x16/actions/sum.png
+share/icons/hicolor/16x16/apps/kchart.png
+share/icons/hicolor/16x16/apps/kivio.png
+share/icons/hicolor/16x16/apps/kontour.png
+share/icons/hicolor/16x16/apps/kpresenter.png
+share/icons/hicolor/16x16/apps/kspread.png
+share/icons/hicolor/16x16/apps/kugar.png
+share/icons/hicolor/16x16/apps/kword.png
+share/icons/hicolor/16x16/mimetypes/kugardata.png
share/icons/hicolor/22x22/actions/abs.png
-share/icons/hicolor/22x22/actions/border_all.png
-share/icons/hicolor/22x22/actions/border_bottom.png
-share/icons/hicolor/22x22/actions/border_fall.png
-share/icons/hicolor/22x22/actions/border_horizontal.png
-share/icons/hicolor/22x22/actions/border_inside.png
-share/icons/hicolor/22x22/actions/border_left.png
-share/icons/hicolor/22x22/actions/border_outline.png
-share/icons/hicolor/22x22/actions/border_remove.png
-share/icons/hicolor/22x22/actions/border_right.png
-share/icons/hicolor/22x22/actions/border_top.png
-share/icons/hicolor/22x22/actions/border_up.png
-share/icons/hicolor/22x22/actions/border_vertical.png
share/icons/hicolor/22x22/actions/brace.png
share/icons/hicolor/22x22/actions/brackets.png
share/icons/hicolor/22x22/actions/frac.png
-share/icons/hicolor/22x22/actions/funct.png
share/icons/hicolor/22x22/actions/int.png
share/icons/hicolor/22x22/actions/lsub.png
share/icons/hicolor/22x22/actions/lsup.png
share/icons/hicolor/22x22/actions/matrix.png
+share/icons/hicolor/22x22/actions/onetwomatrix.png
share/icons/hicolor/22x22/actions/paren.png
-share/icons/hicolor/22x22/actions/percent.png
-share/icons/hicolor/22x22/actions/prec_minus.png
-share/icons/hicolor/22x22/actions/prec_plus.png
share/icons/hicolor/22x22/actions/prod.png
share/icons/hicolor/22x22/actions/rsub.png
share/icons/hicolor/22x22/actions/rsup.png
share/icons/hicolor/22x22/actions/sqrt.png
share/icons/hicolor/22x22/actions/sum.png
+share/icons/hicolor/22x22/apps/kivio.png
+share/icons/hicolor/22x22/apps/kugar.png
+share/icons/hicolor/22x22/mimetypes/kugardata.png
share/icons/hicolor/32x32/actions/abs.png
-share/icons/hicolor/32x32/actions/border_all.png
-share/icons/hicolor/32x32/actions/border_bottom.png
-share/icons/hicolor/32x32/actions/border_fall.png
-share/icons/hicolor/32x32/actions/border_horizontal.png
-share/icons/hicolor/32x32/actions/border_inside.png
-share/icons/hicolor/32x32/actions/border_left.png
-share/icons/hicolor/32x32/actions/border_outline.png
-share/icons/hicolor/32x32/actions/border_remove.png
-share/icons/hicolor/32x32/actions/border_right.png
-share/icons/hicolor/32x32/actions/border_top.png
-share/icons/hicolor/32x32/actions/border_up.png
-share/icons/hicolor/32x32/actions/border_vertical.png
share/icons/hicolor/32x32/actions/brace.png
share/icons/hicolor/32x32/actions/brackets.png
share/icons/hicolor/32x32/actions/frac.png
-share/icons/hicolor/32x32/actions/funct.png
share/icons/hicolor/32x32/actions/int.png
share/icons/hicolor/32x32/actions/lsub.png
share/icons/hicolor/32x32/actions/lsup.png
share/icons/hicolor/32x32/actions/matrix.png
+share/icons/hicolor/32x32/actions/onetwomatrix.png
share/icons/hicolor/32x32/actions/paren.png
-share/icons/hicolor/32x32/actions/percent.png
-share/icons/hicolor/32x32/actions/prec_minus.png
-share/icons/hicolor/32x32/actions/prec_plus.png
share/icons/hicolor/32x32/actions/prod.png
share/icons/hicolor/32x32/actions/rsub.png
share/icons/hicolor/32x32/actions/rsup.png
share/icons/hicolor/32x32/actions/sqrt.png
share/icons/hicolor/32x32/actions/sum.png
share/icons/hicolor/32x32/apps/kchart.png
-share/icons/hicolor/32x32/apps/killustrator.png
+share/icons/hicolor/32x32/apps/kivio.png
+share/icons/hicolor/32x32/apps/kontour.png
share/icons/hicolor/32x32/apps/kpresenter.png
share/icons/hicolor/32x32/apps/kspread.png
+share/icons/hicolor/32x32/apps/kugar.png
share/icons/hicolor/32x32/apps/kword.png
+share/icons/hicolor/32x32/mimetypes/kugardata.png
share/icons/hicolor/48x48/apps/kchart.png
-share/icons/hicolor/48x48/apps/killustrator.png
+share/icons/hicolor/48x48/apps/kivio.png
+share/icons/hicolor/48x48/apps/kontour.png
share/icons/hicolor/48x48/apps/kpresenter.png
share/icons/hicolor/48x48/apps/kspread.png
+share/icons/hicolor/48x48/apps/kugar.png
share/icons/hicolor/48x48/apps/kword.png
-share/icons/locolor/16x16/actions/abs.png
-share/icons/locolor/16x16/actions/brace.png
-share/icons/locolor/16x16/actions/brackets.png
-share/icons/locolor/16x16/actions/frac.png
-share/icons/locolor/16x16/actions/int.png
-share/icons/locolor/16x16/actions/lsub.png
-share/icons/locolor/16x16/actions/lsup.png
-share/icons/locolor/16x16/actions/matrix.png
-share/icons/locolor/16x16/actions/paren.png
-share/icons/locolor/16x16/actions/prod.png
-share/icons/locolor/16x16/actions/rsub.png
-share/icons/locolor/16x16/actions/rsup.png
-share/icons/locolor/16x16/actions/sqrt.png
-share/icons/locolor/16x16/actions/sum.png
-share/icons/locolor/16x16/apps/kchart.png
-share/icons/locolor/16x16/apps/killustrator.png
-share/icons/locolor/16x16/apps/kpresenter.png
-share/icons/locolor/16x16/apps/kspread.png
+share/icons/hicolor/48x48/mimetypes/kugardata.png
share/icons/locolor/16x16/apps/kspreadcalc.png
-share/icons/locolor/16x16/apps/kword.png
share/icons/locolor/22x22/apps/kspreadcalc.png
-share/icons/locolor/32x32/apps/kchart.png
-share/icons/locolor/32x32/apps/killustrator.png
-share/icons/locolor/32x32/apps/kpresenter.png
-share/icons/locolor/32x32/apps/kspread.png
share/icons/locolor/32x32/apps/kspreadcalc.png
-share/icons/locolor/32x32/apps/kword.png
+share/mimelnk/application/x-abiword.desktop
share/mimelnk/application/x-kchart.desktop
+share/mimelnk/application/x-kformula.desktop
share/mimelnk/application/x-killustrator.desktop
+share/mimelnk/application/x-kivio.desktop
+share/mimelnk/application/x-kontour.desktop
share/mimelnk/application/x-kpresenter.desktop
share/mimelnk/application/x-kspread.desktop
+share/mimelnk/application/x-kugar.desktop
share/mimelnk/application/x-kword.desktop
+share/mimelnk/application/x-quattropro.desktop
+share/mimelnk/image/x-msod.desktop
+share/mimelnk/image/x-wmf.desktop
+share/mimelnk/image/x-xfig.desktop
share/mimelnk/text/x-csv.desktop
+share/mimelnk/text/x-gnumeric.desktop
+share/services/ki_rtf_export.desktop
+share/services/killustrator_applixgraphic_import.desktop
+share/services/killustrator_msod_import.desktop
+share/services/killustrator_wmf_import.desktop
+share/services/killustrator_xfig_import.desktop
+share/services/kivioconnectortool.desktop
+share/services/kivioselecttool.desktop
+share/services/kiviotexttool.desktop
+share/services/kiviozoomtool.desktop
share/services/kodocinfopropspage.desktop
+share/services/kprkword.desktop
share/services/kspelltool.desktop
+share/services/kspelltool_kword.desktop
+share/services/kspread_applixspread_import.desktop
share/services/kspread_csv_export.desktop
-share/services/kspread_csv_export_dia.desktop
share/services/kspread_csv_import.desktop
-share/services/kspread_csv_import_dia.desktop
+share/services/kspread_gnumeric_export.desktop
+share/services/kspread_gnumeric_import.desktop
+share/services/kspread_html_export.desktop
+share/services/kspread_qpro_import.desktop
share/services/kspreadcalc.desktop
+share/services/kword_abiword_export.desktop
+share/services/kword_abiword_import.desktop
+share/services/kword_applixword_import.desktop
share/services/kword_ascii_export.desktop
share/services/kword_ascii_import.desktop
+share/services/kword_docbook_export.desktop
share/services/kword_html_export.desktop
+share/services/kword_html_export_dia.desktop
share/services/kword_html_import.desktop
+share/services/kword_latex_export.desktop
+share/services/kword_rtf_export.desktop
share/services/ole_excel97_import.desktop
share/services/ole_powerpoint97_import.desktop
share/services/ole_winword97_import.desktop
@@ -1104,12 +1477,39 @@ share/servicetypes/kofilter.desktop
share/servicetypes/kofilterdialog.desktop
share/servicetypes/koplugin.desktop
share/servicetypes/kotool.desktop
+share/templates/.source/Illustration.kil
+share/templates/.source/Presentation.kpt
+share/templates/.source/SpreadSheet.ksp
+share/templates/.source/TextDocument.kwt
+share/templates/Illustration.desktop
+share/templates/Presentation.desktop
+share/templates/SpreadSheet.desktop
+share/templates/TextDocument.desktop
+@dirrm share/icons/locolor/32x32/apps
+@dirrm share/icons/locolor/22x22/apps
+@dirrm share/icons/locolor/22x22
+@dirrm share/icons/locolor/16x16/apps
+@dirrm share/icons/locolor
+@dirrm share/icons/hicolor/48x48/mimetypes
+@dirrm share/icons/hicolor/48x48/apps
+@dirrm share/icons/hicolor/32x32/mimetypes
+@dirrm share/icons/hicolor/32x32/apps
+@dirrm share/icons/hicolor/32x32/actions
+@dirrm share/icons/hicolor/22x22/mimetypes
+@dirrm share/icons/hicolor/22x22/apps
+@dirrm share/icons/hicolor/22x22/actions
+@dirrm share/icons/hicolor/22x22
+@dirrm share/icons/hicolor/16x16/mimetypes
+@dirrm share/icons/hicolor/16x16/apps
+@dirrm share/icons/hicolor/16x16/actions
@dirrm share/doc/HTML/en/kword
+@dirrm share/doc/HTML/en/kugar
@dirrm share/doc/HTML/en/kspread
+@dirrm share/doc/HTML/en/krayon
@dirrm share/doc/HTML/en/kpresenter
+@dirrm share/doc/HTML/en/koshell
@dirrm share/doc/HTML/en/koffice
@dirrm share/doc/HTML/en/killustrator
-@dirrm share/doc/HTML/en/doc
@dirrm share/apps/kword/templates/Publishing/.source
@dirrm share/apps/kword/templates/Publishing/.icon
@dirrm share/apps/kword/templates/Publishing
@@ -1117,66 +1517,118 @@ share/servicetypes/kotool.desktop
@dirrm share/apps/kword/templates/Normal/.icon
@dirrm share/apps/kword/templates/Normal
@dirrm share/apps/kword/templates
-@dirrm share/apps/kword/icons/locolor/22x22/actions
-@dirrm share/apps/kword/icons/locolor/22x22
-@dirrm share/apps/kword/icons/locolor
+@dirrm share/apps/kword/kpartplugins
+@dirrm share/apps/kword/icons/hicolor/22x22/actions
+@dirrm share/apps/kword/icons/hicolor/22x22
+@dirrm share/apps/kword/icons/hicolor/16x16/actions
+@dirrm share/apps/kword/icons/hicolor/16x16
+@dirrm share/apps/kword/icons/hicolor
@dirrm share/apps/kword/icons
+@dirrm share/apps/kword/expression
@dirrm share/apps/kword/dtd
@dirrm share/apps/kword
+@dirrm share/apps/kugar/templates
+@dirrm share/apps/kugar/dtd
+@dirrm share/apps/kugar
@dirrm share/apps/kspread/tablestyles
@dirrm share/apps/kspread/kpartplugins
-@dirrm share/apps/kspread/icons/locolor/22x22/actions
-@dirrm share/apps/kspread/icons/locolor/22x22
-@dirrm share/apps/kspread/icons/locolor/16x16/actions
-@dirrm share/apps/kspread/icons/locolor/16x16
-@dirrm share/apps/kspread/icons/locolor
+@dirrm share/apps/kspread/icons/hicolor/32x32/actions
+@dirrm share/apps/kspread/icons/hicolor/32x32
+@dirrm share/apps/kspread/icons/hicolor/22x22/actions
+@dirrm share/apps/kspread/icons/hicolor/22x22
+@dirrm share/apps/kspread/icons/hicolor/16x16/actions
+@dirrm share/apps/kspread/icons/hicolor/16x16
+@dirrm share/apps/kspread/icons/hicolor
@dirrm share/apps/kspread/icons
@dirrm share/apps/kspread/extensions
@dirrm share/apps/kspread/dtd
@dirrm share/apps/kspread
+@dirrm share/apps/krayon/kpartplugins
+@dirrm share/apps/krayon
+@dirrm share/apps/kpresenter/templates/letter/.source
+@dirrm share/apps/kpresenter/templates/letter
+@dirrm share/apps/kpresenter/templates/legal/.source
+@dirrm share/apps/kpresenter/templates/legal
@dirrm share/apps/kpresenter/templates/Screenpresentations/.source
@dirrm share/apps/kpresenter/templates/Screenpresentations/.icon
@dirrm share/apps/kpresenter/templates/Screenpresentations
-@dirrm share/apps/kpresenter/templates/Professional/.source
-@dirrm share/apps/kpresenter/templates/Professional/.icon
-@dirrm share/apps/kpresenter/templates/Professional
+@dirrm share/apps/kpresenter/templates/Screen/.source
+@dirrm share/apps/kpresenter/templates/Screen
+@dirrm share/apps/kpresenter/templates/A4/.source
+@dirrm share/apps/kpresenter/templates/A4
@dirrm share/apps/kpresenter/templates
@dirrm share/apps/kpresenter/slideshow
@dirrm share/apps/kpresenter/pics
-@dirrm share/apps/kpresenter/icons/locolor/22x22/actions
-@dirrm share/apps/kpresenter/icons/locolor/22x22
-@dirrm share/apps/kpresenter/icons/locolor
+@dirrm share/apps/kpresenter/kpartplugins
+@dirrm share/apps/kpresenter/icons/hicolor/22x22/actions
+@dirrm share/apps/kpresenter/icons/hicolor/22x22
+@dirrm share/apps/kpresenter/icons/hicolor
@dirrm share/apps/kpresenter/icons
@dirrm share/apps/kpresenter/dtd
+@dirrm share/apps/kpresenter/autoforms/Connections/.source
+@dirrm share/apps/kpresenter/autoforms/Connections/.icon
@dirrm share/apps/kpresenter/autoforms/Connections
+@dirrm share/apps/kpresenter/autoforms/Arrows/.source
+@dirrm share/apps/kpresenter/autoforms/Arrows/.icon
@dirrm share/apps/kpresenter/autoforms/Arrows
@dirrm share/apps/kpresenter/autoforms
@dirrm share/apps/kpresenter
+@dirrm share/apps/kontour/templates/Simple/.source
+@dirrm share/apps/kontour/templates/Simple/.icon
+@dirrm share/apps/kontour/templates/Simple
+@dirrm share/apps/kontour/templates
+@dirrm share/apps/kontour/icons/hicolor/48x48/apps
+@dirrm share/apps/kontour/icons/hicolor/48x48
+@dirrm share/apps/kontour/icons/hicolor/32x32/apps
+@dirrm share/apps/kontour/icons/hicolor/32x32
+@dirrm share/apps/kontour/icons/hicolor/16x16/apps
+@dirrm share/apps/kontour/icons/hicolor/16x16/actions
+@dirrm share/apps/kontour/icons/hicolor/16x16
+@dirrm share/apps/kontour/icons/hicolor
+@dirrm share/apps/kontour/icons
+@dirrm share/apps/kontour
@dirrm share/apps/koffice/pics
-@dirrm share/apps/koffice/icons/locolor/22x22/actions/part
-@dirrm share/apps/koffice/icons/locolor/22x22/actions
-@dirrm share/apps/koffice/icons/locolor/22x22
-@dirrm share/apps/koffice/icons/locolor/16x16/actions
-@dirrm share/apps/koffice/icons/locolor/16x16
-@dirrm share/apps/koffice/icons/locolor
+@dirrm share/apps/koffice/icons/hicolor/48x48/apps
+@dirrm share/apps/koffice/icons/hicolor/48x48
+@dirrm share/apps/koffice/icons/hicolor/32x32/apps
@dirrm share/apps/koffice/icons/hicolor/32x32/actions
@dirrm share/apps/koffice/icons/hicolor/32x32
+@dirrm share/apps/koffice/icons/hicolor/22x22/actions/part
@dirrm share/apps/koffice/icons/hicolor/22x22/actions
@dirrm share/apps/koffice/icons/hicolor/22x22
+@dirrm share/apps/koffice/icons/hicolor/16x16/apps
+@dirrm share/apps/koffice/icons/hicolor/16x16/actions
+@dirrm share/apps/koffice/icons/hicolor/16x16
@dirrm share/apps/koffice/icons/hicolor
@dirrm share/apps/koffice/icons
@dirrm share/apps/koffice
-@dirrm share/apps/killustrator/templates/Simple/.source
-@dirrm share/apps/killustrator/templates/Simple/.icon
-@dirrm share/apps/killustrator/templates/Simple
-@dirrm share/apps/killustrator/templates
-@dirrm share/apps/killustrator/pics
+@dirrm share/apps/kivio/stencils/Flowcharting/BasicFlowcharting
+@dirrm share/apps/kivio/stencils/Flowcharting
+@dirrm share/apps/kivio/stencils
+@dirrm share/apps/kivio/pics
+@dirrm share/apps/kivio/kpartplugins
+@dirrm share/apps/kivio/icons/hicolor/32x32/actions
+@dirrm share/apps/kivio/icons/hicolor/32x32
+@dirrm share/apps/kivio/icons/hicolor/22x22/actions
+@dirrm share/apps/kivio/icons/hicolor/22x22
+@dirrm share/apps/kivio/icons/hicolor/16x16/actions
+@dirrm share/apps/kivio/icons/hicolor/16x16
+@dirrm share/apps/kivio/icons/hicolor
+@dirrm share/apps/kivio/icons
+@dirrm share/apps/kivio/autoloadStencils
+@dirrm share/apps/kivio
+@dirrm share/apps/killustrator/kpartplugins
@dirrm share/apps/killustrator
+@dirrm share/apps/kformula/pics
+@dirrm share/apps/kformula
@dirrm share/apps/kchart/pics
-@dirrm share/apps/kchart/icons/locolor/22x22/actions
-@dirrm share/apps/kchart/icons/locolor/22x22
@dirrm share/apps/kchart/icons/locolor/16x16/actions
@dirrm share/apps/kchart/icons/locolor/16x16
@dirrm share/apps/kchart/icons/locolor
+@dirrm share/apps/kchart/icons/hicolor/22x22/actions
+@dirrm share/apps/kchart/icons/hicolor/22x22
+@dirrm share/apps/kchart/icons/hicolor
@dirrm share/apps/kchart/icons
@dirrm share/apps/kchart
+@dirrm share/applnk/Office
+@dirrm lib/kde2