summaryrefslogtreecommitdiff
path: root/editors/calligra
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-08-27 15:01:40 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-08-27 15:01:40 +0000
commitb56f80f99ea91eacab5b5e685f011316722d3e20 (patch)
tree06cd47cbe8a50dc18cfdc9cff40b591893e6ac76 /editors/calligra
parentTarball has been rerolled to fix some Hugs-FFI incompatibilities. (diff)
Update to koffice 1.2rc1.
Notes
Notes: svn path=/head/; revision=65103
Diffstat (limited to 'editors/calligra')
-rw-r--r--editors/calligra/Makefile11
-rw-r--r--editors/calligra/distinfo2
-rw-r--r--editors/calligra/files/patch-KDChartData.h15
-rw-r--r--editors/calligra/files/patch-KDChartPainter.cpp11
-rw-r--r--editors/calligra/files/patch-KDChartTable.h18
-rw-r--r--editors/calligra/files/patch-abiword19
-rw-r--r--editors/calligra/files/patch-applixgraphics16
-rw-r--r--editors/calligra/files/patch-applixword16
-rw-r--r--editors/calligra/files/patch-ascii19
-rw-r--r--editors/calligra/files/patch-csv21
-rw-r--r--editors/calligra/files/patch-docbook16
-rw-r--r--editors/calligra/files/patch-gnumeric21
-rw-r--r--editors/calligra/files/patch-html16
-rw-r--r--editors/calligra/files/patch-html218
-rw-r--r--editors/calligra/files/patch-kofficeui16
-rw-r--r--editors/calligra/files/patch-kspread_interpreter.cc26
-rw-r--r--editors/calligra/files/patch-kword16
-rw-r--r--editors/calligra/files/patch-latex19
-rw-r--r--editors/calligra/files/patch-msod16
-rw-r--r--editors/calligra/files/patch-olefilters16
-rw-r--r--editors/calligra/files/patch-qpro16
-rw-r--r--editors/calligra/files/patch-store10
-rw-r--r--editors/calligra/files/patch-svg21
-rw-r--r--editors/calligra/files/patch-wmf16
-rw-r--r--editors/calligra/files/patch-xfig16
-rw-r--r--editors/calligra/pkg-comment2
-rw-r--r--editors/calligra/pkg-descr10
-rw-r--r--editors/calligra/pkg-plist850
28 files changed, 632 insertions, 637 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile
index 5a7c805e4088..079b336fea11 100644
--- a/editors/calligra/Makefile
+++ b/editors/calligra/Makefile
@@ -6,22 +6,23 @@
#
PORTNAME= koffice
-PORTVERSION= 1.1.1
+PORTVERSION= 1.2.rc1
PORTEPOCH= 1
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}-kde3/src
-DISTNAME= ${PORTNAME}-${PORTVERSION}-kde3
+MASTER_SITE_SUBDIR= unstable/${PORTNAME}-${PORTVERSION:S/.rc1/-rc1/g}/src
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.rc1/-rc1/g}
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \
automake:${PORTSDIR}/devel/automake
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
+ art_lgpl.5:${PORTSDIR}/graphics/libart_lgpl2
_NO_KDE_PATCHUP=yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.rc1/-rc1/g}
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_PYTHON= yes
diff --git a/editors/calligra/distinfo b/editors/calligra/distinfo
index a907cdc3bf69..21628c3bb308 100644
--- a/editors/calligra/distinfo
+++ b/editors/calligra/distinfo
@@ -1 +1 @@
-MD5 (KDE/koffice-1.1.1-kde3.tar.bz2) = 91ba4cbf5a16678e59d3c08f4b6fc071
+MD5 (KDE/koffice-1.2-rc1.tar.bz2) = ab92b156d93e659ff5d51e84fadb9dda
diff --git a/editors/calligra/files/patch-KDChartData.h b/editors/calligra/files/patch-KDChartData.h
deleted file mode 100644
index d759e0333010..000000000000
--- a/editors/calligra/files/patch-KDChartData.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./kchart/kdchart/KDChartData.h.orig Mon Dec 10 18:01:12 2001
-+++ ./kchart/kdchart/KDChartData.h Sat May 25 13:27:21 2002
-@@ -12,12 +12,8 @@
-
- #include <qstring.h>
- #include <qdatetime.h>
--#ifdef unix
--#include <values.h>
--#else
- #include <float.h>
- #define MINDOUBLE DBL_MIN
--#endif
-
- // Please leave all methods in this class inline!
- // It's necessary since it's part of the interface provided by KDChart
diff --git a/editors/calligra/files/patch-KDChartPainter.cpp b/editors/calligra/files/patch-KDChartPainter.cpp
deleted file mode 100644
index 3cb0a7c17df3..000000000000
--- a/editors/calligra/files/patch-KDChartPainter.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./kchart/kdchart/KDChartPainter.cpp.orig Tue Aug 13 18:11:14 2002
-+++ ./kchart/kdchart/KDChartPainter.cpp Tue Aug 13 18:11:41 2002
-@@ -8,6 +8,8 @@
- Copyright (C) 2001 by Klarälvdalens Datakonsult AB
- */
-
-+#include <cmath>
-+#include <stdlib.h>
- #include <KDDrawText.h>
- #include <KDChartPainter.h>
- #include <KDChartEnums.h>
diff --git a/editors/calligra/files/patch-KDChartTable.h b/editors/calligra/files/patch-KDChartTable.h
deleted file mode 100644
index dbff1d90355a..000000000000
--- a/editors/calligra/files/patch-KDChartTable.h
+++ /dev/null
@@ -1,18 +0,0 @@
-$FreeBSD$
-
---- ./kchart/kdchart/KDChartTable.h.orig Tue Aug 13 18:05:16 2002
-+++ ./kchart/kdchart/KDChartTable.h Tue Aug 13 18:07:10 2002
-@@ -23,12 +23,10 @@
- #define MAXDOUBLE DBL_MAX
- #define MINDOUBLE DBL_MIN
- #define std
--#elif defined __APPLE__
-+#else
- #include <float.h>
- #define MAXDOUBLE DBL_MAX
- #define MINDOUBLE DBL_MIN
--#else
--#include <values.h>
- #include <limits.h>
- #include <math.h>
- #endif
diff --git a/editors/calligra/files/patch-abiword b/editors/calligra/files/patch-abiword
deleted file mode 100644
index c1de0bbc83aa..000000000000
--- a/editors/calligra/files/patch-abiword
+++ /dev/null
@@ -1,19 +0,0 @@
-Index: filters/kword/abiword/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/kword/abiword/Makefile.am,v
-retrieving revision 1.4
-diff -u -3 -p -r1.4 Makefile.am
---- filters/kword/abiword/Makefile.am 2001/03/22 14:02:18 1.4
-+++ filters/kword/abiword/Makefile.am 2002/04/02 17:02:08
-@@ -1,9 +1,9 @@
- ####### General stuff
-
- INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
--libabiwordimport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libabiwordimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libabiwordimport_la_LIBADD = $(KOFFICE_LIBS)
--libabiwordexport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libabiwordexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libabiwordexport_la_LIBADD = $(KOFFICE_LIBS)
-
- ####### Files
diff --git a/editors/calligra/files/patch-applixgraphics b/editors/calligra/files/patch-applixgraphics
deleted file mode 100644
index f7190ea5d0de..000000000000
--- a/editors/calligra/files/patch-applixgraphics
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: filters/kontour/applixgraphics/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/kontour/applixgraphics/Makefile.am,v
-retrieving revision 1.2.2.1
-diff -u -3 -p -r1.2.2.1 Makefile.am
---- filters/kontour/applixgraphics/Makefile.am 2001/08/26 22:02:24 1.2.2.1
-+++ filters/kontour/applixgraphics/Makefile.am 2002/04/02 17:01:46
-@@ -1,7 +1,7 @@
- ####### General stuff
-
- INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
--libapplixgraphicimport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libapplixgraphicimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-
- ####### Files
-
diff --git a/editors/calligra/files/patch-applixword b/editors/calligra/files/patch-applixword
deleted file mode 100644
index 4111db997cd1..000000000000
--- a/editors/calligra/files/patch-applixword
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: filters/kword/applixword/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/kword/applixword/Makefile.am,v
-retrieving revision 1.4.2.1
-diff -u -3 -p -r1.4.2.1 Makefile.am
---- filters/kword/applixword/Makefile.am 2001/08/26 22:02:24 1.4.2.1
-+++ filters/kword/applixword/Makefile.am 2002/04/02 17:02:00
-@@ -1,7 +1,7 @@
- ####### General stuff
-
- INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
--libapplixwordimport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libapplixwordimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-
- ####### Files
-
diff --git a/editors/calligra/files/patch-ascii b/editors/calligra/files/patch-ascii
deleted file mode 100644
index 355ca8ee02cd..000000000000
--- a/editors/calligra/files/patch-ascii
+++ /dev/null
@@ -1,19 +0,0 @@
-Index: filters/kword/ascii/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/kword/ascii/Makefile.am,v
-retrieving revision 1.6
-diff -u -3 -p -r1.6 Makefile.am
---- filters/kword/ascii/Makefile.am 2001/03/22 14:02:18 1.6
-+++ filters/kword/ascii/Makefile.am 2002/04/02 17:01:59
-@@ -1,9 +1,9 @@
- ####### General stuff
-
- INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
--libasciiimport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libasciiimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libasciiimport_la_LIBADD = $(KOFFICE_LIBS)
--libasciiexport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libasciiexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libasciiexport_la_LIBADD = $(KOFFICE_LIBS)
-
- ####### Files
diff --git a/editors/calligra/files/patch-csv b/editors/calligra/files/patch-csv
deleted file mode 100644
index 1073f254abe4..000000000000
--- a/editors/calligra/files/patch-csv
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: filters/kspread/csv/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/kspread/csv/Makefile.am,v
-retrieving revision 1.16
-diff -u -3 -p -r1.16 Makefile.am
---- filters/kspread/csv/Makefile.am 2001/06/11 08:40:36 1.16
-+++ filters/kspread/csv/Makefile.am 2002/04/02 17:01:51
-@@ -9,11 +9,11 @@ kde_module_LTLIBRARIES = libcsvimport.la
-
- libcsvimport_la_SOURCES = csvimport.cc xmltree.cc csvimport_factory.cc \
- csvdialog.cpp dialogui.ui
--libcsvimport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libcsvimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libcsvimport_la_LIBADD = $(KOFFICE_LIBS) ../../../kspread/libkspreadpart.la
-
- libcsvexport_la_SOURCES = csvexport.cc csvexport_factory.cc
--libcsvexport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libcsvexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libcsvexport_la_LIBADD = $(KOFFICE_LIBS) ../../../kspread/libkspreadpart.la
-
- METASOURCES = AUTO
diff --git a/editors/calligra/files/patch-docbook b/editors/calligra/files/patch-docbook
deleted file mode 100644
index 6f51a8ae0d24..000000000000
--- a/editors/calligra/files/patch-docbook
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: filters/kword/docbook/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/kword/docbook/Makefile.am,v
-retrieving revision 1.2
-diff -u -3 -p -r1.2 Makefile.am
---- filters/kword/docbook/Makefile.am 2001/03/22 14:02:18 1.2
-+++ filters/kword/docbook/Makefile.am 2002/04/02 17:02:04
-@@ -1,7 +1,7 @@
- ####### General stuff
-
- INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
--libdocbookexport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libdocbookexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libdocbookexport_la_LIBADD = $(KOFFICE_LIBS)
-
- ####### Files
diff --git a/editors/calligra/files/patch-gnumeric b/editors/calligra/files/patch-gnumeric
deleted file mode 100644
index 2ea29b354915..000000000000
--- a/editors/calligra/files/patch-gnumeric
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: filters/kspread/gnumeric/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/kspread/gnumeric/Makefile.am,v
-retrieving revision 1.2
-diff -u -3 -p -r1.2 Makefile.am
---- filters/kspread/gnumeric/Makefile.am 2001/08/04 16:59:59 1.2
-+++ filters/kspread/gnumeric/Makefile.am 2002/04/02 17:01:53
-@@ -7,11 +7,11 @@ INCLUDES= -I$(srcdir) -I$(top_srcdir)/ks
- kde_module_LTLIBRARIES = libgnumericexport.la libgnumericimport.la
-
- libgnumericexport_la_SOURCES = gnumericexport.cc gnumericexport_factory.cc
--libgnumericexport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libgnumericexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libgnumericexport_la_LIBADD = $(KOFFICE_LIBS) ../../../kspread/libkspreadpart.la
-
- libgnumericimport_la_SOURCES = gnumericimport.cc gnumericimport_factory.cc
--libgnumericimport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libgnumericimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libgnumericimport_la_LIBADD = $(KOFFICE_LIBS) ../../../kspread/libkspreadpart.la
-
- METASOURCES = AUTO
diff --git a/editors/calligra/files/patch-html b/editors/calligra/files/patch-html
deleted file mode 100644
index c5f96c2509f1..000000000000
--- a/editors/calligra/files/patch-html
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: filters/kspread/html/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/kspread/html/Makefile.am,v
-retrieving revision 1.2.2.1
-diff -u -3 -p -r1.2.2.1 Makefile.am
---- filters/kspread/html/Makefile.am 2001/08/26 21:43:21 1.2.2.1
-+++ filters/kspread/html/Makefile.am 2002/04/02 17:01:57
-@@ -8,7 +8,7 @@ INCLUDES= -I$(srcdir) -I$(top_srcdir)/ks
- kde_module_LTLIBRARIES = libkspreadhtmlexport.la
-
- libkspreadhtmlexport_la_SOURCES = htmlexport.cc htmlexport_factory.cc
--libkspreadhtmlexport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libkspreadhtmlexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libkspreadhtmlexport_la_LIBADD = $(KOFFICE_LIBS) ../../../kspread/libkspreadpart.la
-
- METASOURCES = AUTO
diff --git a/editors/calligra/files/patch-html2 b/editors/calligra/files/patch-html2
deleted file mode 100644
index 92eff454cc98..000000000000
--- a/editors/calligra/files/patch-html2
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: filters/kword/html/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/kword/html/Makefile.am,v
-retrieving revision 2.13.2.1
-diff -u -3 -p -r2.13.2.1 Makefile.am
---- filters/kword/html/Makefile.am 2001/08/26 21:39:01 2.13.2.1
-+++ filters/kword/html/Makefile.am 2002/04/02 17:02:02
-@@ -2,8 +2,8 @@
-
- INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
-
--libhtmlimport_la_LDFLAGS = -module -avoid-version -no-undefined
--libhtmlexport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libhtmlimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-+libhtmlexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-
- libhtmlimport_la_LIBADD = $(KOFFICE_LIBS)
- libhtmlexport_la_LIBADD = $(KOFFICE_LIBS)
diff --git a/editors/calligra/files/patch-kofficeui b/editors/calligra/files/patch-kofficeui
deleted file mode 100644
index 9c9ab5c0fdc6..000000000000
--- a/editors/calligra/files/patch-kofficeui
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: lib/kofficeui/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/lib/kofficeui/Makefile.am,v
-retrieving revision 1.43
-diff -u -3 -p -r1.43 Makefile.am
---- lib/kofficeui/Makefile.am 2001/06/22 20:31:54 1.43
-+++ lib/kofficeui/Makefile.am 2002/04/02 17:01:38
-@@ -2,7 +2,7 @@
-
- KDE_CXXFLAGS = $(USE_RTTI)
- INCLUDES = -I$(top_srcdir)/lib/kofficecore -I$(top_builddir)/lib/kofficecore $(all_includes)
--libkofficeui_la_LDFLAGS = -version-info 1:0:0 -no-undefined
-+libkofficeui_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
- libkofficeui_la_LIBADD = ../kofficecore/libkofficecore.la
-
- ####### Files
diff --git a/editors/calligra/files/patch-kspread_interpreter.cc b/editors/calligra/files/patch-kspread_interpreter.cc
deleted file mode 100644
index 3b71bb0a64b0..000000000000
--- a/editors/calligra/files/patch-kspread_interpreter.cc
+++ /dev/null
@@ -1,26 +0,0 @@
-$FreeBSD$
-
---- ./kspread/kspread_interpreter.cc.orig Tue Aug 13 18:08:16 2002
-+++ ./kspread/kspread_interpreter.cc Tue Aug 13 18:09:55 2002
-@@ -2547,10 +2547,10 @@
- }
- // This is not correct solution for problem with floating point numbers and probably
- // will fail in platforms where float and double lenghts are same.
-- if (approx_equal(floor(args[0]->doubleValue()*pow(10,digits)), args[0]->doubleValue()*pow(10,digits)))
-+ if (approx_equal(floor(args[0]->doubleValue()*::pow(10,digits)), args[0]->doubleValue()*::pow(10,digits)))
- result = args[0]->doubleValue();
- else
-- result=floor(args[0]->doubleValue()*pow(10,digits)+1)/pow(10,digits);
-+ result=floor(args[0]->doubleValue()*::pow(10,digits)+1)/::pow(10,digits);
- context.setValue( new KSValue( result) );
-
- return true;
-@@ -3404,7 +3404,7 @@
- return false;
- }
-
-- double arg=pow(sqrt(pow(imag,2)+pow(real,2)),args[1]->intValue());
-+ double arg=::pow(sqrt(pow(imag,2)+pow(real,2)),args[1]->intValue());
- double angle=atan(imag/real);
-
- double real_res=arg*cos(angle*args[1]->intValue());
diff --git a/editors/calligra/files/patch-kword b/editors/calligra/files/patch-kword
deleted file mode 100644
index ef4755fbfa3d..000000000000
--- a/editors/calligra/files/patch-kword
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: filters/kpresenter/kword/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/kpresenter/kword/Makefile.am,v
-retrieving revision 1.1.1.1.2.1
-diff -u -3 -p -r1.1.1.1.2.1 Makefile.am
---- filters/kpresenter/kword/Makefile.am 2001/08/26 22:02:24 1.1.1.1.2.1
-+++ filters/kpresenter/kword/Makefile.am 2002/04/02 17:02:11
-@@ -3,7 +3,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES
- kde_module_LTLIBRARIES = libkprkword.la
-
- libkprkword_la_SOURCES = kprkword.cc kprkword_factory.cc
--libkprkword_la_LDFLAGS = -module -avoid-version -no-undefined
-+libkprkword_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libkprkword_la_LIBADD = $(KOFFICE_LIBS)
-
- METASOURCES = AUTO
diff --git a/editors/calligra/files/patch-latex b/editors/calligra/files/patch-latex
deleted file mode 100644
index 9423a6310402..000000000000
--- a/editors/calligra/files/patch-latex
+++ /dev/null
@@ -1,19 +0,0 @@
-Index: filters/kword/latex/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/kword/latex/Makefile.am,v
-retrieving revision 1.11.2.1
-diff -u -3 -p -r1.11.2.1 Makefile.am
---- filters/kword/latex/Makefile.am 2001/08/26 21:39:01 1.11.2.1
-+++ filters/kword/latex/Makefile.am 2002/04/02 17:02:05
-@@ -1,9 +1,9 @@
- ####### General stuff
-
- INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) -I$(top_srcdir)/lib/kformula $(all_includes)
--#liblateximport_la_LDFLAGS = -module -avoid-version -no-undefined
-+#liblateximport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- #liblateximport_la_LIBADD = $(KOFFICE_LIBS)
--liblatexexport_la_LDFLAGS = -module -avoid-version -no-undefined
-+liblatexexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- liblatexexport_la_LIBADD = $(KOFFICE_LIBS) $(top_builddir)/lib/kformula/libkformula.la
-
- ####### Files
diff --git a/editors/calligra/files/patch-msod b/editors/calligra/files/patch-msod
deleted file mode 100644
index 64916e0b7740..000000000000
--- a/editors/calligra/files/patch-msod
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: filters/kontour/msod/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/kontour/msod/Makefile.am,v
-retrieving revision 1.4
-diff -u -3 -p -r1.4 Makefile.am
---- filters/kontour/msod/Makefile.am 2001/03/22 14:02:18 1.4
-+++ filters/kontour/msod/Makefile.am 2002/04/02 17:01:40
-@@ -1,7 +1,7 @@
- ####### General stuff
-
- INCLUDES= -I$(srcdir) $(KWMF_INCLUDES) $(KOFFICE_INCLUDES) $(all_includes)
--libmsodimport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libmsodimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libmsodimport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KWMF)
-
- ####### Files
diff --git a/editors/calligra/files/patch-olefilters b/editors/calligra/files/patch-olefilters
deleted file mode 100644
index 0308fe73f5e7..000000000000
--- a/editors/calligra/files/patch-olefilters
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: filters/olefilters/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/olefilters/Makefile.am,v
-retrieving revision 1.6
-diff -u -3 -p -r1.6 Makefile.am
---- filters/olefilters/Makefile.am 2001/03/22 14:02:17 1.6
-+++ filters/olefilters/Makefile.am 2002/04/02 17:02:13
-@@ -3,7 +3,7 @@ INCLUDES = -I$(srcdir) -I$(srcdir)/lib -
- -I$(srcdir)/excel97 -I$(srcdir)/powerpoint97 $(KOFFICE_INCLUDES) \
- $(KOFFICECORE_INCLUDES) $(all_includes)
-
--libolefilter_la_LDFLAGS = -module -avoid-version -no-undefined
-+libolefilter_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libolefilter_la_LIBADD = ./lib/libfilterbase.la ./lib/libklaola.la \
- ./winword97/libwinword97.la ./excel97/libexcel97.la \
- ./powerpoint97/libpowerpoint97.la $(LIB_KOFFICECORE)
diff --git a/editors/calligra/files/patch-qpro b/editors/calligra/files/patch-qpro
deleted file mode 100644
index 1fda2853741e..000000000000
--- a/editors/calligra/files/patch-qpro
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: filters/kspread/qpro/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/kspread/qpro/Makefile.am,v
-retrieving revision 1.2.2.1
-diff -u -3 -p -r1.2.2.1 Makefile.am
---- filters/kspread/qpro/Makefile.am 2001/08/26 22:02:24 1.2.2.1
-+++ filters/kspread/qpro/Makefile.am 2002/04/02 17:01:55
-@@ -11,7 +11,7 @@ kde_module_LTLIBRARIES = libqproimport.l
-
- libqproimport_la_SOURCES = qproimport.cc qproimport_factory.cc qproformula.cc
-
--libqproimport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libqproimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libqproimport_la_LIBADD = $(KOFFICE_LIBS) ../../../kspread/libkspreadpart.la \
- libqpro/src/libqpro.la
-
diff --git a/editors/calligra/files/patch-store b/editors/calligra/files/patch-store
deleted file mode 100644
index 7caf9d254b6a..000000000000
--- a/editors/calligra/files/patch-store
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -b -p -u -r1.24 -r1.24.4.1
---- lib/store/Makefile.am 2001/03/30 22:47:33 1.24
-+++ lib/store/Makefile.am.new 2002/04/02 14:55:00 1.24.4.1
-@@ -7,5 +7,5 @@ INCLUDES = $(all_includes)
-
- libkstore_la_LIBADD = $(LIB_KSYCOCA)
- libkstore_la_SOURCES = koStore.cc
--libkstore_la_LDFLAGS = -version-info 1:0:0 $(KDE_LDFLAGS) -no-undefined
-+libkstore_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 $(KDE_LDFLAGS) -no-undefined
- include_HEADERS = koStore.h koStoreDevice.h
diff --git a/editors/calligra/files/patch-svg b/editors/calligra/files/patch-svg
deleted file mode 100644
index 2e3e745fc8f8..000000000000
--- a/editors/calligra/files/patch-svg
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: filters/kontour/svg/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/kontour/svg/Makefile.am,v
-retrieving revision 1.4
-diff -u -3 -p -r1.4 Makefile.am
---- filters/kontour/svg/Makefile.am 2001/08/05 06:53:30 1.4
-+++ filters/kontour/svg/Makefile.am 2002/04/02 17:01:49
-@@ -7,11 +7,11 @@ INCLUDES= -I$(srcdir) -I$(top_srcdir)/ko
- kde_module_LTLIBRARIES = libsvgimport.la libsvgexport.la
-
- libsvgimport_la_SOURCES = svgimport.cc svgimport_factory.cc basicshapes.h basicshapes.cc datatypes.h datatypes.cc path.h path.cc transform.h transform.cc style.h style.cc text.h text.cc svgmain.h svgmain.cc
--libsvgimport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libsvgimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libsvgimport_la_LIBADD = $(KOFFICE_LIBS) ../../../kontour/libkontourpart.la
-
- libsvgexport_la_SOURCES = svgexport.cc svgexport_factory.cc
--libsvgexport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libsvgexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libsvgexport_la_LIBADD = $(KOFFICE_LIBS) ../../../kontour/libkontourpart.la
-
- METASOURCES = AUTO
diff --git a/editors/calligra/files/patch-wmf b/editors/calligra/files/patch-wmf
deleted file mode 100644
index 21cc07574df4..000000000000
--- a/editors/calligra/files/patch-wmf
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: filters/kontour/wmf/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/kontour/wmf/Makefile.am,v
-retrieving revision 1.4
-diff -u -3 -p -r1.4 Makefile.am
---- filters/kontour/wmf/Makefile.am 2001/03/22 14:02:18 1.4
-+++ filters/kontour/wmf/Makefile.am 2002/04/02 17:01:41
-@@ -1,7 +1,7 @@
- ####### General stuff
-
- INCLUDES= -I$(srcdir) $(KWMF_INCLUDES) $(KOFFICE_INCLUDES) $(all_includes)
--libwmfimport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libwmfimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libwmfimport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KWMF)
-
- ####### Files
diff --git a/editors/calligra/files/patch-xfig b/editors/calligra/files/patch-xfig
deleted file mode 100644
index 9084799e8018..000000000000
--- a/editors/calligra/files/patch-xfig
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: filters/kontour/xfig/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/kontour/xfig/Makefile.am,v
-retrieving revision 1.3
-diff -u -3 -p -r1.3 Makefile.am
---- filters/kontour/xfig/Makefile.am 2001/07/16 19:19:48 1.3
-+++ filters/kontour/xfig/Makefile.am 2002/04/02 17:01:48
-@@ -1,7 +1,7 @@
- ####### General stuff
-
- INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) -I$(top_srcdir)/kontour $(all_includes)
--libxfigimport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libxfigimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libxfigimport_la_LIBADD = $(KOFFICE_LIBS) ../../../kontour/libkontourpart.la
-
- ####### Files
diff --git a/editors/calligra/pkg-comment b/editors/calligra/pkg-comment
index a00e38c832f0..edffe56b8eac 100644
--- a/editors/calligra/pkg-comment
+++ b/editors/calligra/pkg-comment
@@ -1 +1 @@
-Office suite for KDE3
+Office Suite for KDE3 (Release Candidate)
diff --git a/editors/calligra/pkg-descr b/editors/calligra/pkg-descr
index d9c7928fcab3..406aed1a67e3 100644
--- a/editors/calligra/pkg-descr
+++ b/editors/calligra/pkg-descr
@@ -1,10 +1,10 @@
This is the office suite for KDE3 that includes
KWord, KSpread, KPresenter, KChart, and so forth.
-KOffice tries to improve over many earlier attempts
-by UNIX hackers to create a decent office suite
-that can be used under productivity situations. So
-far, it looks quite good! :-)
+
+This is a Release Candidate, and therefore may have
+some unresolved issues. The final release should be
+more polished.
WWW: http://www.koffice.org/
---Will <andrews@technologist.com>
+--AlanE <ports@geeksrus.net>
diff --git a/editors/calligra/pkg-plist b/editors/calligra/pkg-plist
index 1d9204b53f63..47c9a0b78032 100644
--- a/editors/calligra/pkg-plist
+++ b/editors/calligra/pkg-plist
@@ -1,75 +1,106 @@
-@comment files/links
-bin/filter_wrapper
+bin/karbon
bin/kchart
bin/kformula
bin/kivio
+bin/koconverter
bin/kontour
bin/koscript
bin/koshell
bin/kprconverter.pl
bin/kpresenter
bin/kspread
+bin/kthesaurus
+bin/kudesigner
bin/kugar
bin/kword
include/KDChartData.h
+include/KDChartListTable.h
include/KDChartTable.h
+include/KDChartTableBase.h
+include/KDChartVectorTable.h
include/KoApplicationIface.h
include/KoDocumentIface.h
include/KoMainWindowIface.h
include/KoViewIface.h
include/handler.h
include/kcoloractions.h
+include/kformulaconfigpage.h
include/kformulacontainer.h
+include/kformuladefs.h
include/kformuladocument.h
include/kformulaview.h
include/koApplication.h
+include/koCharSelectDia.h
include/koChart.h
include/koChild.h
-include/koClipart.h
-include/koClipartCollection.h
-include/koDataTool.h
include/koDocument.h
include/koDocumentChild.h
include/koDocumentInfo.h
include/koDocumentInfoDlg.h
include/koFactory.h
include/koFilter.h
+include/koFilterChain.h
include/koFilterManager.h
include/koFind.h
include/koFrame.h
include/koGlobal.h
-include/koImage.h
-include/koImageCollection.h
+include/koInsertLink.h
include/koKoolBar.h
include/koMainWindow.h
include/koPageLayoutDia.h
include/koPartSelectAction.h
include/koPartSelectDia.h
-include/koPrintPreview.h
+include/koPicture.h
+include/koPictureCollection.h
+include/koPictureFilePreview.h
+include/koPictureKey.h
+include/koPoint.h
include/koQueryTrader.h
+include/koRect.h
include/koReplace.h
include/koRuler.h
+include/koSize.h
include/koStore.h
include/koStoreDevice.h
include/koTabChooser.h
include/koTemplateChooseDia.h
include/koTemplateCreateDia.h
-include/koTemplates.h
include/koToolBox.h
+include/koUnit.h
include/koView.h
-include/koprinter.h
+include/kotoolbutton.h
include/tkaction.h
include/tkcoloractions.h
include/tkcombobox.h
include/tktoolbarbutton.h
+lib/karbon.la
+lib/karbon.so
lib/kchart.la
lib/kchart.so
+lib/kde3/clipartthumbnail.la
+lib/kde3/clipartthumbnail.so
+lib/kde3/kfile_koffice.la
+lib/kde3/kfile_koffice.so
+lib/kde3/kodocinfopropspage.la
+lib/kde3/kodocinfopropspage.so
lib/kde3/kofficescan.la
lib/kde3/kofficescan.so
+lib/kde3/kofficethumbnail.la
+lib/kde3/kofficethumbnail.so
+lib/kde3/kwmailmerge_classic.la
+lib/kde3/kwmailmerge_classic.so
+lib/kde3/kwmailmerge_qtsqldb.la
+lib/kde3/kwmailmerge_qtsqldb.so
+lib/kde3/kwmailmerge_qtsqldb_power.la
+lib/kde3/kwmailmerge_qtsqldb_power.so
lib/kde3/libabiwordexport.la
lib/kde3/libabiwordexport.so
lib/kde3/libabiwordimport.la
lib/kde3/libabiwordimport.so
+lib/kde3/libamiproexport.la
+lib/kde3/libamiproexport.so
+lib/kde3/libamiproimport.la
+lib/kde3/libamiproimport.so
lib/kde3/libapplixgraphicimport.la
lib/kde3/libapplixgraphicimport.so
lib/kde3/libapplixspreadimport.la
@@ -84,6 +115,8 @@ lib/kde3/libcsvexport.la
lib/kde3/libcsvexport.so
lib/kde3/libcsvimport.la
lib/kde3/libcsvimport.so
+lib/kde3/libdbaseimport.la
+lib/kde3/libdbaseimport.so
lib/kde3/libdocbookexport.la
lib/kde3/libdocbookexport.so
lib/kde3/libgnumericexport.la
@@ -94,14 +127,45 @@ lib/kde3/libhtmlexport.la
lib/kde3/libhtmlexport.so
lib/kde3/libhtmlimport.la
lib/kde3/libhtmlimport.so
+lib/kde3/libkarbonaiimport.la
+lib/kde3/libkarbonaiimport.so
+lib/kde3/libkarbonaiimport.so.1
+lib/kde3/libkarbonepsexport.la
+lib/kde3/libkarbonepsexport.so
+lib/kde3/libkarbonepsimport.la
+lib/kde3/libkarbonepsimport.so
+lib/kde3/libkarbonkontourimport.la
+lib/kde3/libkarbonkontourimport.so
+lib/kde3/libkarbonpart.la
+lib/kde3/libkarbonpart.so
+lib/kde3/libkarbonpngexport.la
+lib/kde3/libkarbonpngexport.so
+lib/kde3/libkarbonsvgexport.la
+lib/kde3/libkarbonsvgexport.so
lib/kde3/libkchartpart.la
lib/kde3/libkchartpart.so
+lib/kde3/libkfolatexexport.la
+lib/kde3/libkfolatexexport.so
+lib/kde3/libkfopngexport.la
+lib/kde3/libkfopngexport.so
lib/kde3/libkformulapart.la
lib/kde3/libkformulapart.so
+lib/kde3/libkivioconnectortool.la
+lib/kde3/libkivioconnectortool.so
lib/kde3/libkiviopart.la
lib/kde3/libkiviopart.so
+lib/kde3/libkivioselecttool.la
+lib/kde3/libkivioselecttool.so
+lib/kde3/libkiviotexttool.la
+lib/kde3/libkiviotexttool.so
+lib/kde3/libkiviozoomtool.la
+lib/kde3/libkiviozoomtool.so
lib/kde3/libkontourpart.la
lib/kde3/libkontourpart.so
+lib/kde3/libkontourrtfexport.la
+lib/kde3/libkontourrtfexport.so
+lib/kde3/libkounavailpart.la
+lib/kde3/libkounavailpart.so
lib/kde3/libkpresenterpart.la
lib/kde3/libkpresenterpart.so
lib/kde3/libkprkword.la
@@ -118,24 +182,44 @@ lib/kde3/libkwordpart.la
lib/kde3/libkwordpart.so
lib/kde3/liblatexexport.la
lib/kde3/liblatexexport.so
+lib/kde3/liblateximport.la
+lib/kde3/liblateximport.so
+lib/kde3/liblatexparser.la
+lib/kde3/liblatexparser.so
lib/kde3/libmsodimport.la
lib/kde3/libmsodimport.so
+lib/kde3/libmswriteimport.la
+lib/kde3/libmswriteimport.so
lib/kde3/libolefilter.la
lib/kde3/libolefilter.so
+lib/kde3/libpalmdocexport.la
+lib/kde3/libpalmdocexport.so
+lib/kde3/libpalmdocimport.la
+lib/kde3/libpalmdocimport.so
lib/kde3/libqproimport.la
lib/kde3/libqproimport.so
lib/kde3/librtfexport.la
lib/kde3/librtfexport.so
-lib/kde3/libsvgexport.la
-lib/kde3/libsvgexport.so
-lib/kde3/libsvgimport.la
-lib/kde3/libsvgimport.so
+lib/kde3/librtfimport.la
+lib/kde3/librtfimport.so
+lib/kde3/libtexgraphexport.la
+lib/kde3/libtexgraphexport.so
+lib/kde3/libthesaurustool.la
+lib/kde3/libthesaurustool.so
lib/kde3/libwmfimport.la
lib/kde3/libwmfimport.so
+lib/kde3/libwmlexport.la
+lib/kde3/libwmlexport.so
+lib/kde3/libwmlimport.la
+lib/kde3/libwmlimport.so
+lib/kde3/libwpexport.la
+lib/kde3/libwpexport.so
lib/kde3/libwpimport.la
lib/kde3/libwpimport.so
-lib/kde3/libxfigimport.la
-lib/kde3/libxfigimport.so
+lib/kde3/libxsltexport.la
+lib/kde3/libxsltexport.so
+lib/kde3/libxsltimport.la
+lib/kde3/libxsltimport.so
lib/kformulamain.la
lib/kformulamain.so
lib/kivio.la
@@ -156,47 +240,84 @@ lib/libkdchart.so.0
lib/libkformula.la
lib/libkformula.so
lib/libkformula.so.3
-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
-lib/libkodocinfopropspage.la
-lib/libkodocinfopropspage.so
-lib/libkodocinfopropspage.so.0
lib/libkofficecore.la
lib/libkofficecore.so
-lib/libkofficecore.so.1
+lib/libkofficecore.so.2
lib/libkofficeui.la
lib/libkofficeui.so
-lib/libkofficeui.so.1
+lib/libkofficeui.so.2
+lib/libkopainter.la
+lib/libkopainter.so
+lib/libkopainter.so.1
lib/libkoscript.la
lib/libkoscript.so
-lib/libkoscript.so.1
+lib/libkoscript.so.2
+lib/libkotext.la
+lib/libkotext.so
+lib/libkotext.so.2
lib/libkstore.la
lib/libkstore.so
-lib/libkstore.so.1
+lib/libkstore.so.2
lib/libkugarpart.la
lib/libkugarpart.so
+lib/libkwmailmerge_interface.la
+lib/libkwmailmerge_interface.so
+lib/libkwmailmerge_interface.so.4
lib/libkwmf.la
lib/libkwmf.so
-lib/libkwmf.so.1
+lib/libkwmf.so.2
+lib/libkwordexportfilters.la
+lib/libkwordexportfilters.so
+lib/libkwordexportfilters.so.1
+lib/straight_connector.ksp
+share/applnk/Office/KThesaurus.desktop
+share/applnk/Office/karbon.desktop
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/kudesigner.desktop
share/applnk/Office/kugar.desktop
share/applnk/Office/kword.desktop
+share/apps/karbon/icons/hicolor/16x16/actions/cap_butt.png
+share/apps/karbon/icons/hicolor/16x16/actions/cap_round.png
+share/apps/karbon/icons/hicolor/16x16/actions/cap_square.png
+share/apps/karbon/icons/hicolor/16x16/actions/join_bevel.png
+share/apps/karbon/icons/hicolor/16x16/actions/join_miter.png
+share/apps/karbon/icons/hicolor/16x16/actions/join_round.png
+share/apps/karbon/icons/hicolor/16x16/actions/rotate.png
+share/apps/karbon/icons/hicolor/16x16/actions/shear.png
+share/apps/karbon/icons/hicolor/16x16/actions/translate.png
+share/apps/karbon/icons/hicolor/16x16/apps/karbon.png
+share/apps/karbon/icons/hicolor/22x22/actions/14_ellipse.png
+share/apps/karbon/icons/hicolor/22x22/actions/14_gradient.png
+share/apps/karbon/icons/hicolor/22x22/actions/14_polygon.png
+share/apps/karbon/icons/hicolor/22x22/actions/14_polyline.png
+share/apps/karbon/icons/hicolor/22x22/actions/14_rectangle.png
+share/apps/karbon/icons/hicolor/22x22/actions/14_rotate.png
+share/apps/karbon/icons/hicolor/22x22/actions/14_roundrect.png
+share/apps/karbon/icons/hicolor/22x22/actions/14_select.png
+share/apps/karbon/icons/hicolor/22x22/actions/14_selectnodes.png
+share/apps/karbon/icons/hicolor/22x22/actions/14_shear.png
+share/apps/karbon/icons/hicolor/22x22/actions/14_sinus.png
+share/apps/karbon/icons/hicolor/22x22/actions/14_spiral.png
+share/apps/karbon/icons/hicolor/22x22/actions/14_star.png
+share/apps/karbon/icons/hicolor/22x22/actions/14_text.png
+share/apps/karbon/icons/hicolor/22x22/actions/colorman.png
+share/apps/karbon/icons/hicolor/22x22/actions/gradientdlg.png
+share/apps/karbon/icons/hicolor/22x22/actions/outlinedlg.png
+share/apps/karbon/icons/hicolor/22x22/actions/pagesetup.png
+share/apps/karbon/icons/hicolor/22x22/actions/solidfilldlg.png
+share/apps/karbon/icons/hicolor/32x32/apps/karbon.png
+share/apps/karbon/icons/hicolor/48x48/apps/karbon.png
+share/apps/karbon/karbon.rc
+share/apps/karbon/karbon_readonly.rc
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
@@ -225,6 +346,7 @@ 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/kchart.rc
+share/apps/kchart/kchart_readonly.rc
share/apps/kchart/pics/3DAREA.png
share/apps/kchart/pics/3DBAR.png
share/apps/kchart/pics/3DCOMBO_HLC_AREA.png
@@ -249,74 +371,36 @@ 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/kformula/esstixeight.font
+share/apps/kformula/esstixeleven.font
+share/apps/kformula/esstixfifteen.font
+share/apps/kformula/esstixfive.font
+share/apps/kformula/esstixfour.font
+share/apps/kformula/esstixfourteen.font
+share/apps/kformula/esstixnine.font
+share/apps/kformula/esstixone.font
+share/apps/kformula/esstixseven.font
+share/apps/kformula/esstixseventeen.font
+share/apps/kformula/esstixsix.font
+share/apps/kformula/esstixsixteen.font
+share/apps/kformula/esstixten.font
+share/apps/kformula/esstixthirteen.font
+share/apps/kformula/esstixthree.font
+share/apps/kformula/esstixtwelve.font
+share/apps/kformula/esstixtwo.font
+share/apps/kformula/euclid%20math%20one.font
+share/apps/kformula/euclid%20math%20two.font
+share/apps/kformula/euclid%20symbol.font
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/kformula/kformula_readonly.rc
+share/apps/kformula/mt%20extra.font
+share/apps/kformula/mt%20symbol.font
+share/apps/kformula/symbol.font
+share/apps/kformula/unicode.tbl
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
@@ -396,6 +480,7 @@ 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_readonly.rc
share/apps/kivio/kivio_tool.rc
share/apps/kivio/kpartplugins/kivioconnectortool.rc
share/apps/kivio/kpartplugins/kivioselecttool.rc
@@ -460,12 +545,43 @@ 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/Logic/and.sml
+share/apps/kivio/stencils/Flowcharting/Logic/and.xpm
+share/apps/kivio/stencils/Flowcharting/Logic/buffer.sml
+share/apps/kivio/stencils/Flowcharting/Logic/buffer.xpm
+share/apps/kivio/stencils/Flowcharting/Logic/connector.sml
+share/apps/kivio/stencils/Flowcharting/Logic/connector.xpm
+share/apps/kivio/stencils/Flowcharting/Logic/icon.xpm
+share/apps/kivio/stencils/Flowcharting/Logic/inverter.sml
+share/apps/kivio/stencils/Flowcharting/Logic/inverter.xpm
+share/apps/kivio/stencils/Flowcharting/Logic/nand.sml
+share/apps/kivio/stencils/Flowcharting/Logic/nand.xpm
+share/apps/kivio/stencils/Flowcharting/Logic/nor.sml
+share/apps/kivio/stencils/Flowcharting/Logic/nor.xpm
+share/apps/kivio/stencils/Flowcharting/Logic/not.sml
+share/apps/kivio/stencils/Flowcharting/Logic/not.xpm
+share/apps/kivio/stencils/Flowcharting/Logic/or.sml
+share/apps/kivio/stencils/Flowcharting/Logic/or.xpm
+share/apps/kivio/stencils/Flowcharting/Logic/xor.sml
+share/apps/kivio/stencils/Flowcharting/Logic/xor.xpm
share/apps/kivio/stencils/Flowcharting/desc
share/apps/kivio/stencils/Flowcharting/icon.xpm
+share/apps/koffice/autocorrect/autocorrect.xml
+share/apps/koffice/autocorrect/cs.xml
+share/apps/koffice/autocorrect/de.xml
+share/apps/koffice/autocorrect/en_US.xml
+share/apps/koffice/autocorrect/es.xml
+share/apps/koffice/autocorrect/fr.xml
+share/apps/koffice/autocorrect/hu.xml
+share/apps/koffice/autocorrect/it.xml
+share/apps/koffice/autocorrect/nn.xml
+share/apps/koffice/autocorrect/sk.xml
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/fontsizedown.png
+share/apps/koffice/icons/hicolor/16x16/actions/fontsizeup.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
@@ -478,6 +594,13 @@ 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/kdb_form.png
+share/apps/koffice/icons/hicolor/16x16/actions/kdb_table.png
+share/apps/koffice/icons/hicolor/16x16/actions/linewidth.png
+share/apps/koffice/icons/hicolor/16x16/actions/tab_first.png
+share/apps/koffice/icons/hicolor/16x16/actions/tab_last.png
+share/apps/koffice/icons/hicolor/16x16/actions/tab_left.png
+share/apps/koffice/icons/hicolor/16x16/actions/tab_right.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
@@ -489,11 +612,19 @@ 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/borderbottom.png
+share/apps/koffice/icons/hicolor/22x22/actions/borderleft.png
+share/apps/koffice/icons/hicolor/22x22/actions/borderright.png
+share/apps/koffice/icons/hicolor/22x22/actions/bordertop.png
+share/apps/koffice/icons/hicolor/22x22/actions/bring_forward.png
share/apps/koffice/icons/hicolor/22x22/actions/cancel.png
+share/apps/koffice/icons/hicolor/22x22/actions/char.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/fontsizedown.png
+share/apps/koffice/icons/hicolor/22x22/actions/fontsizeup.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
@@ -511,11 +642,20 @@ 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/send_backward.png
+share/apps/koffice/icons/hicolor/22x22/actions/shadow.png
+share/apps/koffice/icons/hicolor/22x22/actions/shadowB.png
+share/apps/koffice/icons/hicolor/22x22/actions/shadowL.png
+share/apps/koffice/icons/hicolor/22x22/actions/shadowLB.png
+share/apps/koffice/icons/hicolor/22x22/actions/shadowLU.png
+share/apps/koffice/icons/hicolor/22x22/actions/shadowR.png
+share/apps/koffice/icons/hicolor/22x22/actions/shadowRB.png
+share/apps/koffice/icons/hicolor/22x22/actions/shadowRU.png
+share/apps/koffice/icons/hicolor/22x22/actions/shadowU.png
+share/apps/koffice/icons/hicolor/22x22/actions/sub.png
+share/apps/koffice/icons/hicolor/22x22/actions/super.png
share/apps/koffice/icons/hicolor/22x22/actions/text_strike.png
+share/apps/koffice/icons/hicolor/22x22/actions/toggle_docbrowser.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
@@ -531,7 +671,6 @@ 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
@@ -539,6 +678,9 @@ 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/cap_butt.png
+share/apps/kontour/icons/hicolor/16x16/actions/cap_round.png
+share/apps/kontour/icons/hicolor/16x16/actions/cap_square.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
@@ -562,6 +704,9 @@ 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/join_bevel.png
+share/apps/kontour/icons/hicolor/16x16/actions/join_miter.png
+share/apps/kontour/icons/hicolor/16x16/actions/join_round.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
@@ -571,7 +716,6 @@ 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
@@ -581,12 +725,23 @@ 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/22x22/actions/selecttool.png
+share/apps/kontour/icons/hicolor/32x32/actions/rect1.png
+share/apps/kontour/icons/hicolor/32x32/actions/rect2.png
+share/apps/kontour/icons/hicolor/32x32/actions/rect3.png
+share/apps/kontour/icons/hicolor/32x32/actions/rect4.png
+share/apps/kontour/icons/hicolor/32x32/actions/rect5.png
+share/apps/kontour/icons/hicolor/32x32/actions/rect6.png
+share/apps/kontour/icons/hicolor/32x32/actions/rect7.png
+share/apps/kontour/icons/hicolor/32x32/actions/rect8.png
share/apps/kontour/icons/hicolor/32x32/apps/kontour.png
share/apps/kontour/icons/hicolor/48x48/apps/kontour.png
+share/apps/kontour/kontour.rc
+share/apps/kontour/kontour_readonly.rc
share/apps/kontour/kpartplugins/scan-kontour.rc
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/.source/Plain.kon
share/apps/kontour/templates/Simple/Plain.desktop
share/apps/kpresenter/autoforms/.autoforms
share/apps/kpresenter/autoforms/Arrows/.directory
@@ -659,15 +814,21 @@ 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/arrange.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/closed_cubicbeziercurve.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/closed_freehand.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/closed_polyline.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/closed_quadricbeziercurve.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/cubicbeziercurve.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_picture.png
share/apps/kpresenter/icons/hicolor/22x22/actions/edit_pie.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/edit_polygon.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/freehand.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
@@ -675,7 +836,15 @@ 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_dimension_line_begin.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line_dimension_line_end.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line_double_arrow_begin.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line_double_arrow_end.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line_double_line_arrow_begin.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line_double_line_arrow_end.png
share/apps/kpresenter/icons/hicolor/22x22/actions/line_end.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line_line_arrow_begin.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/line_line_arrow_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
@@ -690,46 +859,45 @@ 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_polygon.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_dashdot.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen_style_dashdotdot.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_width2.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen_width3.png
share/apps/kpresenter/icons/hicolor/22x22/actions/pen_width4.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen_width5.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen_width6.png
share/apps/kpresenter/icons/hicolor/22x22/actions/pen_width7.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen_width8.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/pen_width9.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/penbrush.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/polygon.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/polyline.png
+share/apps/kpresenter/icons/hicolor/22x22/actions/quadricbeziercurve.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/kpresenter_readonly.rc
share/apps/kpresenter/pics/OneColumnLandscape.png
share/apps/kpresenter/pics/OneColumnPortrait.png
share/apps/kpresenter/pics/TitleLandscape.png
@@ -784,6 +952,7 @@ 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/CopperPlain.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
@@ -793,6 +962,7 @@ 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/CopperPlain.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
@@ -802,6 +972,7 @@ 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/CopperPlain.desktop
share/apps/kpresenter/templates/Screenpresentations/Gradient-Blue-Red.desktop
share/apps/kpresenter/templates/Screenpresentations/Plain.desktop
share/apps/kpresenter/templates/Screenpresentations/SnowyMountains.desktop
@@ -842,9 +1013,20 @@ 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/krita/kpartplugins/scan-krita.rc
share/apps/kspread/dtd/kspread.dtd
share/apps/kspread/extensions/builtin.xml
+share/apps/kspread/extensions/conversion.xml
+share/apps/kspread/extensions/datetime.xml
+share/apps/kspread/extensions/engineering.xml
+share/apps/kspread/extensions/financial.xml
+share/apps/kspread/extensions/information.xml
+share/apps/kspread/extensions/logic.xml
share/apps/kspread/extensions/math.ks
+share/apps/kspread/extensions/math.xml
+share/apps/kspread/extensions/statistical.xml
+share/apps/kspread/extensions/text.xml
+share/apps/kspread/extensions/trig.xml
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
@@ -977,32 +1159,56 @@ 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/kspread_readonly.rc
share/apps/kspread/tablestyles/standard1.ksts
share/apps/kspread/tablestyles/standard1.png
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/kspread/templates/General/.directory
+share/apps/kspread/templates/General/.icon/Worksheet.png
+share/apps/kspread/templates/General/.source/Worksheet.kst
+share/apps/kspread/templates/General/Worksheet.desktop
+share/apps/kudesigner/icons/hicolor/22x22/actions/frame_field.png
+share/apps/kudesigner/icons/hicolor/22x22/actions/id.png
+share/apps/kudesigner/icons/hicolor/22x22/actions/idf.png
+share/apps/kudesigner/icons/hicolor/22x22/actions/idh.png
+share/apps/kudesigner/icons/hicolor/22x22/actions/ipf.png
+share/apps/kudesigner/icons/hicolor/22x22/actions/iph.png
+share/apps/kudesigner/icons/hicolor/22x22/actions/irf.png
+share/apps/kudesigner/icons/hicolor/22x22/actions/irh.png
+share/apps/kudesigner/icons/locolor/22x22/actions/frame_field.png
+share/apps/kudesigner/icons/locolor/22x22/actions/id.png
+share/apps/kudesigner/icons/locolor/22x22/actions/idf.png
+share/apps/kudesigner/icons/locolor/22x22/actions/idh.png
+share/apps/kudesigner/icons/locolor/22x22/actions/ipf.png
+share/apps/kudesigner/icons/locolor/22x22/actions/iph.png
+share/apps/kudesigner/icons/locolor/22x22/actions/irf.png
+share/apps/kudesigner/icons/locolor/22x22/actions/irh.png
+share/apps/kudesigner/kudesignerui.rc
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/kugar/templates/sample3.kut
+share/apps/kword/dtd/framestyles.dtd
share/apps/kword/dtd/kword.dtd
+share/apps/kword/dtd/tablestyles.dtd
+share/apps/kword/dtd/tabletemplates.dtd
share/apps/kword/expression/expression.xml
+share/apps/kword/framestyles.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/lower.png
+share/apps/kword/icons/hicolor/22x22/actions/raise.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
@@ -1011,37 +1217,97 @@ 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/kword_readonly.rc
+share/apps/kword/tablestyles.xml
+share/apps/kword/tabletemplates.xml
share/apps/kword/templates/Normal/.directory
share/apps/kword/templates/Normal/.icon/A4.png
share/apps/kword/templates/Normal/.icon/Letter.png
+share/apps/kword/templates/Normal/.icon/Memo.png
share/apps/kword/templates/Normal/.icon/PlainText.png
share/apps/kword/templates/Normal/.icon/TwoColumns.png
share/apps/kword/templates/Normal/.source/A4.kwt
share/apps/kword/templates/Normal/.source/Letter.kwt
+share/apps/kword/templates/Normal/.source/Memo.kwt
share/apps/kword/templates/Normal/.source/PlainText.kwt
share/apps/kword/templates/Normal/.source/TwoColumns.kwt
share/apps/kword/templates/Normal/A4.desktop
share/apps/kword/templates/Normal/Letter.desktop
+share/apps/kword/templates/Normal/Memo.desktop
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/fax.png
share/apps/kword/templates/Publishing/.source/SimpleLayout.kwt
+share/apps/kword/templates/Publishing/.source/fax.kwt
share/apps/kword/templates/Publishing/SimpleLayout.desktop
+share/apps/kword/templates/Publishing/fax.desktop
+share/apps/thesaurus/thesaurus.txt
+share/apps/xsltfilter/export/kword/xslfo/kword2xslfo-table.xsl
+share/apps/xsltfilter/export/kword/xslfo/main.xsl
+share/doc/HTML/en/kchart/commands.html
+share/doc/HTML/en/kchart/common
+share/doc/HTML/en/kchart/compilation.html
+share/doc/HTML/en/kchart/credits.html
+share/doc/HTML/en/kchart/faq.html
+share/doc/HTML/en/kchart/file-toolbar.png
+share/doc/HTML/en/kchart/file-toolbar2.png
+share/doc/HTML/en/kchart/frame_chart.png
+share/doc/HTML/en/kchart/index.cache.bz2
+share/doc/HTML/en/kchart/index.docbook
+share/doc/HTML/en/kchart/index.html
+share/doc/HTML/en/kchart/installation.html
+share/doc/HTML/en/kchart/introduction.html
+share/doc/HTML/en/kchart/kchart-kspread-bar.png
+share/doc/HTML/en/kchart/kchart-kspread.png
+share/doc/HTML/en/kchart/kchart.tar.gz
+share/doc/HTML/en/kchart/requirements.html
+share/doc/HTML/en/kchart/shortcut.png
+share/doc/HTML/en/kchart/toolbars.png
+share/doc/HTML/en/kformula/additional_fonts1.png
+share/doc/HTML/en/kformula/ambiguous-string.png
+share/doc/HTML/en/kformula/common
+share/doc/HTML/en/kformula/correct_index_location.png
+share/doc/HTML/en/kformula/definite_integral.png
+share/doc/HTML/en/kformula/file-toolbar.png
+share/doc/HTML/en/kformula/file-toolbar2.png
+share/doc/HTML/en/kformula/green1.png
+share/doc/HTML/en/kformula/green2.png
+share/doc/HTML/en/kformula/greens.png
+share/doc/HTML/en/kformula/incorrect_index_location.png
+share/doc/HTML/en/kformula/index.cache.bz2
+share/doc/HTML/en/kformula/index.docbook
+share/doc/HTML/en/kformula/index_smear.png
+share/doc/HTML/en/kformula/kfontinst-right.png
+share/doc/HTML/en/kformula/kfontinst1.png
+share/doc/HTML/en/kformula/kfontinst2.png
+share/doc/HTML/en/kformula/kfontinst3.png
+share/doc/HTML/en/kformula/kfontinst4.png
+share/doc/HTML/en/kformula/kfontinst5.png
+share/doc/HTML/en/kformula/lower-index.png
+share/doc/HTML/en/kformula/matrix-view.png
+share/doc/HTML/en/kformula/matrix.png
+share/doc/HTML/en/kformula/path-integral.png
+share/doc/HTML/en/kformula/rk-edit0.png
+share/doc/HTML/en/kformula/rk-edit1.png
+share/doc/HTML/en/kformula/rk-edit2.png
+share/doc/HTML/en/kformula/scilab-edit.png
+share/doc/HTML/en/kformula/scilab.png
+share/doc/HTML/en/kformula/shortcut0.png
+share/doc/HTML/en/kformula/shortcut1.png
+share/doc/HTML/en/kformula/sin.png
+share/doc/HTML/en/kformula/toolbars.png
+share/doc/HTML/en/kformula/upper-index.png
share/doc/HTML/en/koffice/README.documentation
share/doc/HTML/en/koffice/common
share/doc/HTML/en/koffice/index.cache.bz2
share/doc/HTML/en/koffice/index.docbook
-share/doc/HTML/en/kontour/align.png
-share/doc/HTML/en/kontour/align2.png
share/doc/HTML/en/kontour/bezier.png
-share/doc/HTML/en/kontour/blend_dialog.png
share/doc/HTML/en/kontour/colour.png
share/doc/HTML/en/kontour/common
share/doc/HTML/en/kontour/ellipse.png
@@ -1061,9 +1327,7 @@ share/doc/HTML/en/kontour/polygon.png
share/doc/HTML/en/kontour/rect.png
share/doc/HTML/en/kontour/rmpoint.png
share/doc/HTML/en/kontour/save_dialog.png
-share/doc/HTML/en/kontour/schichten.png
share/doc/HTML/en/kontour/text.png
-share/doc/HTML/en/kontour/verteilen.png
share/doc/HTML/en/kontour/zoom.png
share/doc/HTML/en/koshell/common
share/doc/HTML/en/koshell/index.cache.bz2
@@ -1078,7 +1342,15 @@ share/doc/HTML/en/kpresenter/barstyle6.png
share/doc/HTML/en/kpresenter/barstyle7.png
share/doc/HTML/en/kpresenter/common
share/doc/HTML/en/kpresenter/faq.docbook
+share/doc/HTML/en/kpresenter/great-presentations.docbook
share/doc/HTML/en/kpresenter/guides.docbook
+share/doc/HTML/en/kpresenter/htmlshow00.png
+share/doc/HTML/en/kpresenter/htmlshow01.png
+share/doc/HTML/en/kpresenter/htmlshow02.png
+share/doc/HTML/en/kpresenter/htmlshow03.png
+share/doc/HTML/en/kpresenter/htmlshow04.png
+share/doc/HTML/en/kpresenter/htmlshow05.png
+share/doc/HTML/en/kpresenter/htmlshow07.png
share/doc/HTML/en/kpresenter/index.cache.bz2
share/doc/HTML/en/kpresenter/index.docbook
share/doc/HTML/en/kpresenter/menuedit.png
@@ -1093,6 +1365,23 @@ share/doc/HTML/en/kpresenter/menutools.png
share/doc/HTML/en/kpresenter/menuview.png
share/doc/HTML/en/kpresenter/options.docbook
share/doc/HTML/en/kpresenter/screen.docbook
+share/doc/HTML/en/kpresenter/settings01.png
+share/doc/HTML/en/kpresenter/settings03.png
+share/doc/HTML/en/kpresenter/settings04.png
+share/doc/HTML/en/kpresenter/settings05.png
+share/doc/HTML/en/kpresenter/settings06.png
+share/doc/HTML/en/kpresenter/template02.png
+share/doc/HTML/en/kpresenter/template03.png
+share/doc/HTML/en/kpresenter/template04.png
+share/doc/HTML/en/kpresenter/template05.png
+share/doc/HTML/en/kpresenter/template06.png
+share/doc/HTML/en/kpresenter/template07.png
+share/doc/HTML/en/kpresenter/textmenu01.png
+share/doc/HTML/en/kpresenter/textmenu02.png
+share/doc/HTML/en/kpresenter/textmenu03.png
+share/doc/HTML/en/kpresenter/textmenu03a.png
+share/doc/HTML/en/kpresenter/textmenu04.png
+share/doc/HTML/en/kpresenter/toolsmenu01.png
share/doc/HTML/en/kpresenter/tut01.png
share/doc/HTML/en/kpresenter/tut02.png
share/doc/HTML/en/kpresenter/tut03.png
@@ -1117,45 +1406,55 @@ share/doc/HTML/en/kpresenter/tut21.png
share/doc/HTML/en/kpresenter/tut22.png
share/doc/HTML/en/kpresenter/tut23.png
share/doc/HTML/en/kpresenter/tutorial.docbook
+share/doc/HTML/en/kspread/chart1.png
share/doc/HTML/en/kspread/common
+share/doc/HTML/en/kspread/copy1.png
share/doc/HTML/en/kspread/index.cache.bz2
share/doc/HTML/en/kspread/index.docbook
+share/doc/HTML/en/kspread/shortcut1.png
+share/doc/HTML/en/kspread/shortcut2.png
+share/doc/HTML/en/kspread/sort1.png
+share/doc/HTML/en/kspread/starting1.png
+share/doc/HTML/en/kugar/add_detail.png
+share/doc/HTML/en/kugar/add_detail_footer.png
+share/doc/HTML/en/kugar/add_detail_header.png
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/designer.docbook
+share/doc/HTML/en/kugar/file_new.png
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/progguide.docbook
+share/doc/HTML/en/kugar/props.png
+share/doc/HTML/en/kugar/starting.docbook
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
share/doc/HTML/en/kword/Tut11a.png
share/doc/HTML/en/kword/Tut11b.png
-share/doc/HTML/en/kword/Tut12.png
share/doc/HTML/en/kword/Tut13.png
share/doc/HTML/en/kword/Tut14.png
share/doc/HTML/en/kword/Tut14a.png
+share/doc/HTML/en/kword/Tut14b.png
share/doc/HTML/en/kword/Tut15.png
-share/doc/HTML/en/kword/Tut15a.png
+share/doc/HTML/en/kword/Tut15b.png
share/doc/HTML/en/kword/Tut16.png
-share/doc/HTML/en/kword/Tut17.png
share/doc/HTML/en/kword/Tut18.png
share/doc/HTML/en/kword/Tut19.png
share/doc/HTML/en/kword/Tut2.png
-share/doc/HTML/en/kword/Tut20.png
share/doc/HTML/en/kword/Tut21.png
share/doc/HTML/en/kword/Tut22.png
share/doc/HTML/en/kword/Tut3.png
share/doc/HTML/en/kword/Tut4.png
-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/addentry.png
+share/doc/HTML/en/kword/addrecord.png
share/doc/HTML/en/kword/alignBlock.png
share/doc/HTML/en/kword/alignCenter.png
share/doc/HTML/en/kword/alignLeft.png
@@ -1163,66 +1462,79 @@ share/doc/HTML/en/kword/alignRight.png
share/doc/HTML/en/kword/auto1.png
share/doc/HTML/en/kword/auto2.png
share/doc/HTML/en/kword/auto3.png
+share/doc/HTML/en/kword/auto4.png
+share/doc/HTML/en/kword/autocompdlg.png
+share/doc/HTML/en/kword/back.png
share/doc/HTML/en/kword/basic.png
+share/doc/HTML/en/kword/basics.docbook
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/beginning.png
share/doc/HTML/en/kword/bkgdcolorbut.png
share/doc/HTML/en/kword/bold.png
+share/doc/HTML/en/kword/bookmarks.docbook
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/bullist.png
share/doc/HTML/en/kword/cftb.png
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/close.png
+share/doc/HTML/en/kword/clearright.png
share/doc/HTML/en/kword/colin.png
+share/doc/HTML/en/kword/colorseldlg.png
share/doc/HTML/en/kword/colout.png
+share/doc/HTML/en/kword/columns.docbook
share/doc/HTML/en/kword/common
share/doc/HTML/en/kword/ctab.png
share/doc/HTML/en/kword/ctab2.png
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/delrowdlg.png
-share/doc/HTML/en/kword/details.png
+share/doc/HTML/en/kword/delentry.png
+share/doc/HTML/en/kword/delrecord.png
+share/doc/HTML/en/kword/doccomments.docbook
+share/doc/HTML/en/kword/doclinks.docbook
+share/doc/HTML/en/kword/docstruct.docbook
+share/doc/HTML/en/kword/docstruct.png
+share/doc/HTML/en/kword/docvariables.docbook
share/doc/HTML/en/kword/dtab.png
share/doc/HTML/en/kword/dtab2.png
share/doc/HTML/en/kword/dtpfmtpg1.png
-share/doc/HTML/en/kword/dtpfmtpg2.png
-share/doc/HTML/en/kword/edit.png
share/doc/HTML/en/kword/editcopy.png
share/doc/HTML/en/kword/editcut.png
+share/doc/HTML/en/kword/editing.docbook
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/exit.png
-share/doc/HTML/en/kword/extra.png
+share/doc/HTML/en/kword/end.png
+share/doc/HTML/en/kword/enumlist.png
+share/doc/HTML/en/kword/expression.png
+share/doc/HTML/en/kword/expressions.docbook
+share/doc/HTML/en/kword/exst.png
+share/doc/HTML/en/kword/exul.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/fchardlg2.png
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/find.png
share/doc/HTML/en/kword/finddlg.png
+share/doc/HTML/en/kword/finddlg2.png
+share/doc/HTML/en/kword/footcfg1.png
+share/doc/HTML/en/kword/footcfg3.png
+share/doc/HTML/en/kword/footendnotes.docbook
share/doc/HTML/en/kword/formabs.png
-share/doc/HTML/en/kword/format.png
+share/doc/HTML/en/kword/formatchar.docbook
+share/doc/HTML/en/kword/formatframes.docbook
+share/doc/HTML/en/kword/formatpara.docbook
share/doc/HTML/en/kword/formbrac.png
share/doc/HTML/en/kword/formcbrac.png
share/doc/HTML/en/kword/formfrac.png
@@ -1230,84 +1542,88 @@ 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/formframe5.png
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/formspecchar.png
share/doc/HTML/en/kword/formsqrt.png
share/doc/HTML/en/kword/formsum.png
+share/doc/HTML/en/kword/formtb.png
+share/doc/HTML/en/kword/formulas.docbook
share/doc/HTML/en/kword/formulind.png
share/doc/HTML/en/kword/formurind.png
+share/doc/HTML/en/kword/forward.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/fpara6.png
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.docbook
+share/doc/HTML/en/kword/framestylist.png
+share/doc/HTML/en/kword/fundimentals.docbook
+share/doc/HTML/en/kword/graphics.docbook
+share/doc/HTML/en/kword/headerfooter.docbook
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/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/insdate.png
+share/doc/HTML/en/kword/insertfile.docbook
+share/doc/HTML/en/kword/insgrph1.png
+share/doc/HTML/en/kword/insgrph2.png
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/instime.png
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/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/kparts.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/lspcbut.png
+share/doc/HTML/en/kword/linkdlg.png
+share/doc/HTML/en/kword/listdepth1.png
+share/doc/HTML/en/kword/listdepth2.png
+share/doc/HTML/en/kword/listdepth3.png
+share/doc/HTML/en/kword/lists.docbook
share/doc/HTML/en/kword/ltab.png
share/doc/HTML/en/kword/ltab2.png
-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/mailmerge.docbook
+share/doc/HTML/en/kword/mbtb.docbook
+share/doc/HTML/en/kword/mmerge1.png
+share/doc/HTML/en/kword/mmerge2.png
+share/doc/HTML/en/kword/mmergesql1.png
+share/doc/HTML/en/kword/mmergesql2.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/opt.docbook
share/doc/HTML/en/kword/opt1.png
share/doc/HTML/en/kword/opt2.png
+share/doc/HTML/en/kword/opt3.png
+share/doc/HTML/en/kword/opt4.png
+share/doc/HTML/en/kword/opt5.png
share/doc/HTML/en/kword/optkb.png
+share/doc/HTML/en/kword/optkb2.png
share/doc/HTML/en/kword/opttb.png
+share/doc/HTML/en/kword/pageformat.docbook
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
-share/doc/HTML/en/kword/part-kimage.png
-share/doc/HTML/en/kword/part-kimageshop.png
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/picture.png
share/doc/HTML/en/kword/pntdlg.png
+share/doc/HTML/en/kword/pntdlg1.png
share/doc/HTML/en/kword/portrait.png
-share/doc/HTML/en/kword/product.png
share/doc/HTML/en/kword/rarrow.png
share/doc/HTML/en/kword/rbord.png
share/doc/HTML/en/kword/redo.png
@@ -1317,53 +1633,54 @@ 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/ruler.png
+share/doc/HTML/en/kword/saturation.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/screen.png
share/doc/HTML/en/kword/select1.png
share/doc/HTML/en/kword/spell.png
share/doc/HTML/en/kword/spelldlg.png
share/doc/HTML/en/kword/stkout.png
+share/doc/HTML/en/kword/storeprint.docbook
share/doc/HTML/en/kword/styldlg1.png
share/doc/HTML/en/kword/styldlg2.png
-share/doc/HTML/en/kword/styldlg3.png
-share/doc/HTML/en/kword/styldlg4.png
-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.docbook
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/table.docbook
+share/doc/HTML/en/kword/tableprop1.png
+share/doc/HTML/en/kword/tableprop2.png
+share/doc/HTML/en/kword/tablestylist.png
+share/doc/HTML/en/kword/tabstops.docbook
share/doc/HTML/en/kword/tb1.png
share/doc/HTML/en/kword/tb2.png
share/doc/HTML/en/kword/tb3.png
share/doc/HTML/en/kword/tb4.png
+share/doc/HTML/en/kword/tblsty.png
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/techinfo.docbook
share/doc/HTML/en/kword/tedittb.png
-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/textmode.png
+share/doc/HTML/en/kword/templatecreation.docbook
+share/doc/HTML/en/kword/textstyex.png
share/doc/HTML/en/kword/tfcreatebut.png
-share/doc/HTML/en/kword/tools.png
-share/doc/HTML/en/kword/underl.png
+share/doc/HTML/en/kword/thesaurus.png
+share/doc/HTML/en/kword/toc.docbook
+share/doc/HTML/en/kword/tutorial.docbook
share/doc/HTML/en/kword/undl.png
share/doc/HTML/en/kword/undo.png
-share/doc/HTML/en/kword/uplevel.png
-share/doc/HTML/en/kword/view.png
+share/doc/HTML/en/kword/value.png
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/zoom.png
+share/doc/HTML/en/thesaurus/common
+share/doc/HTML/en/thesaurus/index.cache.bz2
+share/doc/HTML/en/thesaurus/index.docbook
share/icons/hicolor/16x16/actions/abs.png
share/icons/hicolor/16x16/actions/brace.png
share/icons/hicolor/16x16/actions/brackets.png
@@ -1379,11 +1696,14 @@ 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/karbon.png
share/icons/hicolor/16x16/apps/kchart.png
+share/icons/hicolor/16x16/apps/kformula.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/kudesigner.png
share/icons/hicolor/16x16/apps/kugar.png
share/icons/hicolor/16x16/apps/kword.png
share/icons/hicolor/16x16/mimetypes/kugardata.png
@@ -1391,6 +1711,8 @@ share/icons/hicolor/22x22/actions/abs.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/inscol.png
+share/icons/hicolor/22x22/actions/insrow.png
share/icons/hicolor/22x22/actions/int.png
share/icons/hicolor/22x22/actions/lsub.png
share/icons/hicolor/22x22/actions/lsup.png
@@ -1398,6 +1720,8 @@ 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/prod.png
+share/icons/hicolor/22x22/actions/remcol.png
+share/icons/hicolor/22x22/actions/remrow.png
share/icons/hicolor/22x22/actions/rsub.png
share/icons/hicolor/22x22/actions/rsup.png
share/icons/hicolor/22x22/actions/sqrt.png
@@ -1420,15 +1744,20 @@ 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/karbon.png
share/icons/hicolor/32x32/apps/kchart.png
+share/icons/hicolor/32x32/apps/kformula.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/kudesigner.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/karbon.png
share/icons/hicolor/48x48/apps/kchart.png
+share/icons/hicolor/48x48/apps/kformula.png
share/icons/hicolor/48x48/apps/kivio.png
share/icons/hicolor/48x48/apps/kontour.png
share/icons/hicolor/48x48/apps/kpresenter.png
@@ -1437,34 +1766,40 @@ share/icons/hicolor/48x48/apps/kugar.png
share/icons/hicolor/48x48/apps/kword.png
share/icons/hicolor/48x48/mimetypes/kugardata.png
share/icons/locolor/16x16/apps/kspreadcalc.png
+share/icons/locolor/16x16/apps/kudesigner.png
share/icons/locolor/22x22/apps/kspreadcalc.png
share/icons/locolor/32x32/apps/kspreadcalc.png
-share/mimelnk/application/x-abiword.desktop
-share/mimelnk/application/x-quattropro.desktop
-share/mimelnk/image/x-msod.desktop
-share/mimelnk/image/x-svg.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_svg_export.desktop
-share/services/killustrator_svg_import.desktop
-share/services/killustrator_wmf_import.desktop
-share/services/killustrator_xfig_import.desktop
+share/icons/locolor/32x32/apps/kudesigner.png
+share/services/clipartthumbnail.desktop
+share/services/karbon_ai_import.desktop
+share/services/karbon_eps_export.desktop
+share/services/karbon_eps_import.desktop
+share/services/karbon_kontour_import.desktop
+share/services/karbon_png_export.desktop
+share/services/karbon_ps_import.desktop
+share/services/karbon_svg_export.desktop
+share/services/karbon_wmf_import.desktop
+share/services/kfile_koffice.desktop
+share/services/kformula_latex_export.desktop
+share/services/kformula_png_export.desktop
share/services/kivioconnectortool.desktop
share/services/kivioselecttool.desktop
share/services/kiviotexttool.desktop
share/services/kiviozoomtool.desktop
share/services/kodocinfopropspage.desktop
+share/services/kofficethumbnail.desktop
+share/services/kontour_applixgraphic_import.desktop
+share/services/kontour_latex_export.desktop
+share/services/kontour_msod_import.desktop
+share/services/kontour_rtf_export.desktop
+share/services/kontour_wmf_import.desktop
+share/services/kounavail.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_import.desktop
+share/services/kspread_dbase_import.desktop
share/services/kspread_gnumeric_export.desktop
share/services/kspread_gnumeric_import.desktop
share/services/kspread_html_export.desktop
@@ -1472,6 +1807,8 @@ 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_amipro_export.desktop
+share/services/kword_amipro_import.desktop
share/services/kword_applixword_import.desktop
share/services/kword_ascii_export.desktop
share/services/kword_ascii_import.desktop
@@ -1479,16 +1816,31 @@ share/services/kword_docbook_export.desktop
share/services/kword_html_export.desktop
share/services/kword_html_import.desktop
share/services/kword_latex_export.desktop
+share/services/kword_latex_import.desktop
+share/services/kword_mswrite_import.desktop
+share/services/kword_palmdoc_export.desktop
+share/services/kword_palmdoc_import.desktop
share/services/kword_rtf_export.desktop
+share/services/kword_rtf_import.desktop
+share/services/kword_wml_export.desktop
+share/services/kword_wml_import.desktop
+share/services/kword_wp_export.desktop
share/services/kword_wp_import.desktop
+share/services/kwserialletter_classic.desktop
+share/services/kwserialletter_qtsqldb_power.desktop
share/services/ole_excel97_import.desktop
+share/services/ole_hancomword_import.desktop
share/services/ole_powerpoint97_import.desktop
share/services/ole_winword97_import.desktop
+share/services/otherofficethumbnail.desktop
+share/services/thesaurustool.desktop
+share/services/xslt_export.desktop
+share/services/xslt_import.desktop
share/servicetypes/kochart.desktop
share/servicetypes/kofficepart.desktop
share/servicetypes/kofilter.desktop
share/servicetypes/koplugin.desktop
-share/servicetypes/kotool.desktop
+share/servicetypes/kwmailmerge.desktop
share/templates/.source/Illustration.kil
share/templates/.source/Presentation.kpt
share/templates/.source/SpreadSheet.ksp
@@ -1502,10 +1854,6 @@ share/templates/TextDocument.desktop
@dirrm share/templates
@dirrm share/servicetypes
@dirrm share/services
-@dirrm share/mimelnk/text
-@dirrm share/mimelnk/image
-@dirrm share/mimelnk/application
-@dirrm share/mimelnk
@dirrm share/icons/locolor/32x32/apps
@dirrm share/icons/locolor/32x32
@dirrm share/icons/locolor/22x22/apps
@@ -1530,6 +1878,7 @@ share/templates/TextDocument.desktop
@dirrm share/icons/hicolor/16x16
@dirrm share/icons/hicolor
@dirrm share/icons
+@dirrm share/doc/HTML/en/thesaurus
@dirrm share/doc/HTML/en/kword
@dirrm share/doc/HTML/en/kugar
@dirrm share/doc/HTML/en/kspread
@@ -1537,8 +1886,16 @@ share/templates/TextDocument.desktop
@dirrm share/doc/HTML/en/koshell
@dirrm share/doc/HTML/en/kontour
@dirrm share/doc/HTML/en/koffice
+@dirrm share/doc/HTML/en/kformula
+@dirrm share/doc/HTML/en/kchart
@dirrm share/doc/HTML/en
@dirrm share/doc/HTML
+@dirrm share/doc
+@dirrm share/apps/xsltfilter/export/kword/xslfo
+@dirrm share/apps/xsltfilter/export/kword
+@dirrm share/apps/xsltfilter/export
+@dirrm share/apps/xsltfilter
+@dirrm share/apps/thesaurus
@dirrm share/apps/kword/templates/Publishing/.source
@dirrm share/apps/kword/templates/Publishing/.icon
@dirrm share/apps/kword/templates/Publishing
@@ -1559,6 +1916,18 @@ share/templates/TextDocument.desktop
@dirrm share/apps/kugar/templates
@dirrm share/apps/kugar/dtd
@dirrm share/apps/kugar
+@dirrm share/apps/kudesigner/icons/locolor/22x22/actions
+@dirrm share/apps/kudesigner/icons/locolor/22x22
+@dirrm share/apps/kudesigner/icons/locolor
+@dirrm share/apps/kudesigner/icons/hicolor/22x22/actions
+@dirrm share/apps/kudesigner/icons/hicolor/22x22
+@dirrm share/apps/kudesigner/icons/hicolor
+@dirrm share/apps/kudesigner/icons
+@dirrm share/apps/kudesigner
+@dirrm share/apps/kspread/templates/General/.source
+@dirrm share/apps/kspread/templates/General/.icon
+@dirrm share/apps/kspread/templates/General
+@dirrm share/apps/kspread/templates
@dirrm share/apps/kspread/tablestyles
@dirrm share/apps/kspread/kpartplugins
@dirrm share/apps/kspread/icons/hicolor/32x32/actions
@@ -1572,6 +1941,8 @@ share/templates/TextDocument.desktop
@dirrm share/apps/kspread/extensions
@dirrm share/apps/kspread/dtd
@dirrm share/apps/kspread
+@dirrm share/apps/krita/kpartplugins
+@dirrm share/apps/krita
@dirrm share/apps/kpresenter/templates/letter/.source
@dirrm share/apps/kpresenter/templates/letter
@dirrm share/apps/kpresenter/templates/legal/.source
@@ -1608,7 +1979,10 @@ share/templates/TextDocument.desktop
@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/actions
@dirrm share/apps/kontour/icons/hicolor/32x32
+@dirrm share/apps/kontour/icons/hicolor/22x22/actions
+@dirrm share/apps/kontour/icons/hicolor/22x22
@dirrm share/apps/kontour/icons/hicolor/16x16/apps
@dirrm share/apps/kontour/icons/hicolor/16x16/actions
@dirrm share/apps/kontour/icons/hicolor/16x16
@@ -1629,7 +2003,9 @@ share/templates/TextDocument.desktop
@dirrm share/apps/koffice/icons/hicolor/16x16
@dirrm share/apps/koffice/icons/hicolor
@dirrm share/apps/koffice/icons
+@dirrm share/apps/koffice/autocorrect
@dirrm share/apps/koffice
+@dirrm share/apps/kivio/stencils/Flowcharting/Logic
@dirrm share/apps/kivio/stencils/Flowcharting/BasicFlowcharting
@dirrm share/apps/kivio/stencils/Flowcharting
@dirrm share/apps/kivio/stencils
@@ -1645,7 +2021,6 @@ share/templates/TextDocument.desktop
@dirrm share/apps/kivio/icons
@dirrm share/apps/kivio/autoloadStencils
@dirrm share/apps/kivio
-@dirrm share/apps/kformula/pics
@dirrm share/apps/kformula
@dirrm share/apps/kchart/pics
@dirrm share/apps/kchart/icons/locolor/16x16/actions
@@ -1656,6 +2031,19 @@ share/templates/TextDocument.desktop
@dirrm share/apps/kchart/icons/hicolor
@dirrm share/apps/kchart/icons
@dirrm share/apps/kchart
+@dirrm share/apps/karbon/icons/hicolor/48x48/apps
+@dirrm share/apps/karbon/icons/hicolor/48x48
+@dirrm share/apps/karbon/icons/hicolor/32x32/apps
+@dirrm share/apps/karbon/icons/hicolor/32x32
+@dirrm share/apps/karbon/icons/hicolor/22x22/actions
+@dirrm share/apps/karbon/icons/hicolor/22x22
+@dirrm share/apps/karbon/icons/hicolor/16x16/apps
+@dirrm share/apps/karbon/icons/hicolor/16x16/actions
+@dirrm share/apps/karbon/icons/hicolor/16x16
+@dirrm share/apps/karbon/icons/hicolor
+@dirrm share/apps/karbon/icons
+@dirrm share/apps/karbon
@dirrm share/apps
@dirrm share/applnk/Office
@dirrm share/applnk
+@dirrm lib/kde3