From b65991dc63a54cd78fa0b82e36584abef546596f Mon Sep 17 00:00:00 2001 From: espie Date: Wed, 11 Sep 2002 12:02:50 +0000 Subject: [PATCH] koffice 1.2 --- x11/kde/office3/Makefile | 24 +- x11/kde/office3/distinfo | 6 +- x11/kde/office3/patches/p-aclocal_m4 | 36 - x11/kde/office3/patches/p-admin_libtool_m4_in | 24 - x11/kde/office3/patches/p-admin_ltcf-c_sh | 20 - x11/kde/office3/patches/p-admin_ltcf-cxx_sh | 21 - x11/kde/office3/patches/p-admin_ltconfig | 37 - .../patch-kchart_kdchart_KDChartTable_h | 21 - .../patches/patch-kivio_kiviopart_Makefile_in | 12 - ..._kiviosdk_kivio_plugin_stencil_spawner_cpp | 38 - ...nnectortool_straight_connector_Makefile_am | 12 - ...nnectortool_straight_connector_Makefile_in | 12 - .../patches/patch-kontour_BezierTool_cc | 12 - .../office3/patches/patch-kontour_GBezier_cc | 12 - .../patches/patch-kontour_GDocument_cc | 12 - .../office3/patches/patch-kontour_GPage_cc | 12 - x11/kde/office3/pkg/PFRAG.shared | 50 +- x11/kde/office3/pkg/PLIST | 821 +++++++++++------- 18 files changed, 563 insertions(+), 619 deletions(-) delete mode 100644 x11/kde/office3/patches/p-aclocal_m4 delete mode 100644 x11/kde/office3/patches/p-admin_libtool_m4_in delete mode 100644 x11/kde/office3/patches/p-admin_ltcf-c_sh delete mode 100644 x11/kde/office3/patches/p-admin_ltcf-cxx_sh delete mode 100644 x11/kde/office3/patches/p-admin_ltconfig delete mode 100644 x11/kde/office3/patches/patch-kchart_kdchart_KDChartTable_h delete mode 100644 x11/kde/office3/patches/patch-kivio_kiviopart_Makefile_in delete mode 100644 x11/kde/office3/patches/patch-kivio_kiviopart_kiviosdk_kivio_plugin_stencil_spawner_cpp delete mode 100644 x11/kde/office3/patches/patch-kivio_plugins_kivioconnectortool_straight_connector_Makefile_am delete mode 100644 x11/kde/office3/patches/patch-kivio_plugins_kivioconnectortool_straight_connector_Makefile_in delete mode 100644 x11/kde/office3/patches/patch-kontour_BezierTool_cc delete mode 100644 x11/kde/office3/patches/patch-kontour_GBezier_cc delete mode 100644 x11/kde/office3/patches/patch-kontour_GDocument_cc delete mode 100644 x11/kde/office3/patches/patch-kontour_GPage_cc diff --git a/x11/kde/office3/Makefile b/x11/kde/office3/Makefile index f3eb15876d1..83f92431a71 100644 --- a/x11/kde/office3/Makefile +++ b/x11/kde/office3/Makefile @@ -1,21 +1,23 @@ -# $OpenBSD: Makefile,v 1.7 2002/09/01 08:25:26 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2002/09/11 12:02:50 espie Exp $ COMMENT= "office applications for kde" CATEGORIES= x11 x11/kde productivity -VERSION= 1.1.1 -DISTNAME= koffice-${VERSION} +VERSION= 3.0 VMEM_WARNING= Yes +MASTER_SITES?= ${MASTER_SITE_KDE:S@$@stable/${DISTNAME}/src/@} -FULLPKGNAME= koffice-${VERSION}-kde3 -MASTER_SITES= ${MASTER_SITE_KDE:=koffice-1.1.1-kde3/src/} -DISTFILES= koffice-${VERSION}-kde3.tar.bz2 +DISTNAME= koffice-1.2 +PKGNAME= koffice-1.2 -#BUILD_DEPENDS= ::x11/qt2-designer -LIB_DEPENDS= kdecore.3,DCOP,kdefx,kdeprint,kdesu,kdeui,kio,kparts,kspell::x11/kde/libs3 python2.2.0.0:python-2.2*:lang/python/2.2 +# kill docs for now, they don't compile yet. +#MAKE_FLAGS=TOPSUBDIRS="autocorrect karbon kchart kformula kivio kontour koshell kounavail kpresenter kspread kugar kword pics plugins servicetypes templates tools" +FAKE_FLAGS=${MAKE_FLAGS} TAR=tar DESTDIR=${WRKINST} -PATCHORIG= .bsdorig +LIB_DEPENDS=kdecore.4,DCOP,artskde,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kjava,kparts,kspell::x11/kde/libs3 python2.2.0.0:python-2.2*:lang/python/2.2 + +#PATCHORIG= .bsdorig MODULES= qt3 -PATCH_LIST= p-* patch-* +#PATCH_LIST= p-* patch-* -KDE=lib/kde3 +#KDE=lib/kde3 .include diff --git a/x11/kde/office3/distinfo b/x11/kde/office3/distinfo index edb65faaaa2..0f6b85cef86 100644 --- a/x11/kde/office3/distinfo +++ b/x11/kde/office3/distinfo @@ -1,3 +1,3 @@ -MD5 (kde/koffice-1.1.1-kde3.tar.bz2) = 91ba4cbf5a16678e59d3c08f4b6fc071 -RMD160 (kde/koffice-1.1.1-kde3.tar.bz2) = d5f9b3800742b4ba6200bc010eb24cc7b7a676b9 -SHA1 (kde/koffice-1.1.1-kde3.tar.bz2) = c2eeec46daac8a672cf11565fdf3dfdd899300f3 +MD5 (kde/koffice-1.2.tar.bz2) = 34cb13104bc1d4f0916b0dda6dec7ee0 +RMD160 (kde/koffice-1.2.tar.bz2) = d102b0d9c3cd6ba5c667295c2dce8ac9bb446b4c +SHA1 (kde/koffice-1.2.tar.bz2) = 5a959033358a27e8c6e9f02a1d0405fb1bd06b52 diff --git a/x11/kde/office3/patches/p-aclocal_m4 b/x11/kde/office3/patches/p-aclocal_m4 deleted file mode 100644 index cd6a1233564..00000000000 --- a/x11/kde/office3/patches/p-aclocal_m4 +++ /dev/null @@ -1,36 +0,0 @@ -$OpenBSD: p-aclocal_m4,v 1.1.1.1 2002/04/05 16:04:24 espie Exp $ ---- aclocal.m4.orig Fri Mar 29 16:16:47 2002 -+++ aclocal.m4 Fri Apr 5 02:03:31 2002 -@@ -3454,6 +3454,11 @@ LIBDL="-ldl" - ac_cv_have_dlfcn=yes - ]) - -+AC_CHECK_LIB(c, dlopen, [ -+LIBDL= -+ac_cv_have_dlfcn=yes -+]) -+ - AC_CHECK_LIB(dld, shl_unload, [ - LIBDL="-ldld" - ac_cv_have_shload=yes -@@ -5349,19 +5354,7 @@ netbsd*) - ;; - - openbsd* ) -- if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then -- case "$host_cpu" in -- i*86 ) -- changequote(,)dnl -- lt_cv_deplibs_check_method='file_magic OpenBSD/i[3-9]86 demand paged shared library' -- changequote([, ])dnl -- lt_cv_file_magic_cmd=/usr/bin/file -- lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` -- ;; -- esac -- else -- lt_cv_deplibs_check_method=pass_all -- fi -+ lt_cv_deplibs_check_method=pass_all - ;; - - newsos6) diff --git a/x11/kde/office3/patches/p-admin_libtool_m4_in b/x11/kde/office3/patches/p-admin_libtool_m4_in deleted file mode 100644 index 7b002a36cb1..00000000000 --- a/x11/kde/office3/patches/p-admin_libtool_m4_in +++ /dev/null @@ -1,24 +0,0 @@ -$OpenBSD: p-admin_libtool_m4_in,v 1.1.1.1 2002/04/05 16:04:24 espie Exp $ ---- admin/libtool.m4.in.orig Tue Jul 31 21:00:04 2001 -+++ admin/libtool.m4.in Fri Aug 17 00:02:40 2001 -@@ -617,19 +617,7 @@ netbsd*) - ;; - - openbsd* ) -- if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then -- case "$host_cpu" in -- i*86 ) -- changequote(,)dnl -- lt_cv_deplibs_check_method='file_magic OpenBSD/i[3-9]86 demand paged shared library' -- changequote([, ])dnl -- lt_cv_file_magic_cmd=/usr/bin/file -- lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` -- ;; -- esac -- else -- lt_cv_deplibs_check_method=pass_all -- fi -+ lt_cv_deplibs_check_method=pass_all - ;; - - newsos6) diff --git a/x11/kde/office3/patches/p-admin_ltcf-c_sh b/x11/kde/office3/patches/p-admin_ltcf-c_sh deleted file mode 100644 index c9826bddf17..00000000000 --- a/x11/kde/office3/patches/p-admin_ltcf-c_sh +++ /dev/null @@ -1,20 +0,0 @@ -$OpenBSD: p-admin_ltcf-c_sh,v 1.1.1.1 2002/04/05 16:04:24 espie Exp $ ---- admin/ltcf-c.sh.orig Sat May 19 09:19:10 2001 -+++ admin/ltcf-c.sh Fri Aug 17 00:02:40 2001 -@@ -457,10 +457,14 @@ else - ;; - - openbsd*) -- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' -- hardcode_libdir_flag_spec='-R$libdir' -+ archive_cmds='$CC $pic_flag -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' -+ archive_expsym_cmds='$CC $pic_flag -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' -+ old_archive_cmds="$old_archive_cmds~"'$RANLIB $oldlib' -+ hardcode_libdir_flag_spec='${wl}-R$libdir' - hardcode_direct=yes - hardcode_shlibpath_var=no -+ remove_lgcc=yes -+ output_verbose_link_cmds='$CC $ac_cv_prog_cc_pic -shared $CFLAGS -v conftest.$objext 2>&1 | egrep "\-L"' - ;; - - os2*) diff --git a/x11/kde/office3/patches/p-admin_ltcf-cxx_sh b/x11/kde/office3/patches/p-admin_ltcf-cxx_sh deleted file mode 100644 index 7e4404f3211..00000000000 --- a/x11/kde/office3/patches/p-admin_ltcf-cxx_sh +++ /dev/null @@ -1,21 +0,0 @@ -$OpenBSD: p-admin_ltcf-cxx_sh,v 1.1.1.1 2002/04/05 16:04:24 espie Exp $ ---- admin/ltcf-cxx.sh.orig Mon Mar 18 14:23:03 2002 -+++ admin/ltcf-cxx.sh Fri Apr 5 02:03:32 2002 -@@ -413,14 +413,14 @@ case $host_os in - openbsd*) - if test "$with_gcc" = yes && test "$with_gnu_ld" = no; then - # MM: OpenBSD 2.7 uses G++, but not GNU ld -- archive_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' -- archive_expsym_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' -+ archive_cmds='$CC $pic_flag -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' -+ archive_expsym_cmds='$CC $pic_flag -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' - old_archive_cmds="$old_archive_cmds~"'$RANLIB $oldlib' - hardcode_libdir_flag_spec='${wl}-R$libdir' - hardcode_direct=yes - hardcode_shlibpath_var=no -- whole_archive_flag_spec='${wl}-Bforcearchive' - remove_lgcc=yes -+ output_verbose_link_cmds='$CC $ac_cv_prog_cc_pic -shared $CFLAGS -v conftest.$objext 2>&1 | egrep "\-L"' - fi - ;; - osf3*) diff --git a/x11/kde/office3/patches/p-admin_ltconfig b/x11/kde/office3/patches/p-admin_ltconfig deleted file mode 100644 index 4d4ce3f8083..00000000000 --- a/x11/kde/office3/patches/p-admin_ltconfig +++ /dev/null @@ -1,37 +0,0 @@ -$OpenBSD: p-admin_ltconfig,v 1.1.1.1 2002/04/05 16:04:24 espie Exp $ ---- admin/ltconfig.orig Mon Mar 18 14:23:04 2002 -+++ admin/ltconfig Fri Apr 5 02:03:32 2002 -@@ -625,7 +625,12 @@ old_postuninstall_cmds= - - if test -n "$RANLIB"; then - old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" -- old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" -+ case $host_os in -+ openbsd*) -+ old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds";; -+ *) -+ old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds";; -+ esac - fi - - # Source the script associated with the $tagname tag configuration. -@@ -1246,15 +1251,15 @@ newsos6) - - openbsd*) - version_type=sunos -- if test "$with_gnu_ld" = yes; then -- need_lib_prefix=no -- need_version=no -- fi -+ need_lib_prefix=yes -+ need_version=yes - library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' - shlibpath_var=LD_LIBRARY_PATH - # OpenBSD 2.7 the overriding is needed for fast-install - shlibpath_overrides_runpath=yes -+ deplibs_check_method=pass_all -+ sys_lib_dlsearch_path_spec='/usr/lib /usr/local/lib /usr/X11R6/lib /usr/local/lib/qt2' - ;; - - os2*) diff --git a/x11/kde/office3/patches/patch-kchart_kdchart_KDChartTable_h b/x11/kde/office3/patches/patch-kchart_kdchart_KDChartTable_h deleted file mode 100644 index a22f6b38128..00000000000 --- a/x11/kde/office3/patches/patch-kchart_kdchart_KDChartTable_h +++ /dev/null @@ -1,21 +0,0 @@ -$OpenBSD: patch-kchart_kdchart_KDChartTable_h,v 1.1.1.1 2002/04/05 16:04:24 espie Exp $ ---- kchart/kdchart/KDChartTable.h.orig Mon Dec 10 12:53:35 2001 -+++ kchart/kdchart/KDChartTable.h Fri Apr 5 02:03:32 2002 -@@ -28,9 +28,17 @@ Copyright (C) 1998, 1999, 2000 Torben We - #define MAXDOUBLE DBL_MAX - #define MINDOUBLE DBL_MIN - #else -+#ifdef __OpenBSD__ -+#include -+#include -+#include -+#define MAXDOUBLE DBL_MAX -+#define MINDOUBLE DBL_MIN -+#else - #include - #include - #include -+#endif - #endif - - #if defined SUN7 || ( defined HP11_aCC && defined HP1100 ) diff --git a/x11/kde/office3/patches/patch-kivio_kiviopart_Makefile_in b/x11/kde/office3/patches/patch-kivio_kiviopart_Makefile_in deleted file mode 100644 index 4fe2765aff1..00000000000 --- a/x11/kde/office3/patches/patch-kivio_kiviopart_Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-kivio_kiviopart_Makefile_in,v 1.1.1.1 2002/04/05 16:04:24 espie Exp $ ---- kivio/kiviopart/Makefile.in.orig Fri Mar 29 16:17:43 2002 -+++ kivio/kiviopart/Makefile.in Fri Apr 5 02:05:58 2002 -@@ -244,7 +244,7 @@ x_libraries = @x_libraries@ - SUBDIRS = ui kiviosdk tklib tools pics tiles stencils . - - kde_module_LTLIBRARIES = libkiviopart.la --libkiviopart_la_LIBADD = $(top_builddir)/kivio/kiviopart/tools/libtools.la $(top_builddir)/kivio/kiviopart/tklib/libtklib.la $(top_builddir)/kivio/kiviopart/kiviosdk/libkiviosdk.la $(top_builddir)/kivio/kiviopart/ui/libui.la $(LIBPYTHON) $(PYTHONLIB) -+libkiviopart_la_LIBADD = $(top_builddir)/kivio/kiviopart/tools/libtools.la $(top_builddir)/kivio/kiviopart/tklib/libtklib.la $(top_builddir)/kivio/kiviopart/kiviosdk/libkiviosdk.la $(top_builddir)/kivio/kiviopart/ui/libui.la $(LIBPYTHON) $(PYTHONLIB) -lc_r - - - INCLUDES = -I$(srcdir)/ui -Iui -I$(srcdir)/kiviosdk -I$(srcdir)/tklib -I$(srcdir)/tools $(KOFFICE_INCLUDES) -I$(top_srcdir)/lib/kformula $(all_includes) diff --git a/x11/kde/office3/patches/patch-kivio_kiviopart_kiviosdk_kivio_plugin_stencil_spawner_cpp b/x11/kde/office3/patches/patch-kivio_kiviopart_kiviosdk_kivio_plugin_stencil_spawner_cpp deleted file mode 100644 index e4d3062a917..00000000000 --- a/x11/kde/office3/patches/patch-kivio_kiviopart_kiviosdk_kivio_plugin_stencil_spawner_cpp +++ /dev/null @@ -1,38 +0,0 @@ -$OpenBSD: patch-kivio_kiviopart_kiviosdk_kivio_plugin_stencil_spawner_cpp,v 1.1.1.1 2002/04/05 16:04:24 espie Exp $ ---- kivio/kiviopart/kiviosdk/kivio_plugin_stencil_spawner.cpp.orig Wed Sep 5 17:39:17 2001 -+++ kivio/kiviopart/kiviosdk/kivio_plugin_stencil_spawner.cpp Wed Sep 5 17:40:43 2001 -@@ -60,14 +60,14 @@ bool KivioPluginStencilSpawner::load( co - return false; - } - -- m_handle = dlopen( f.ascii(), RTLD_NOW | RTLD_GLOBAL ); -+ m_handle = dlopen( f.ascii(), 0); - if( !m_handle ) - { - kdDebug() << "KivioPluginStencilSpawner::load() - " << f << " is not a dll" << endl; - return false; - } - -- pNewStencil = pNewStencil = (NewStencilFunc)dlsym( m_handle, "NewStencil" ); -+ pNewStencil = pNewStencil = (NewStencilFunc)dlsym( m_handle, "_NewStencil" ); - if( (error=dlerror())!=NULL ) - { - kdDebug() << "KivioPluginStencilSpawner::load() - " << f << " - dlsym failed for NewStencil(): " << error << endl; -@@ -76,7 +76,7 @@ bool KivioPluginStencilSpawner::load( co - return false; - } - -- pGetIcon = pGetIcon = (GetIconFunc)dlsym( m_handle, "GetIcon" ); -+ pGetIcon = pGetIcon = (GetIconFunc)dlsym( m_handle, "_GetIcon" ); - if( (error=dlerror())!=NULL ) - { - kdDebug() << "KivioPluginStencilSpawner::load() - " << f << " - dlsym failed for GetIcon(): " << error << endl; -@@ -85,7 +85,7 @@ bool KivioPluginStencilSpawner::load( co - return false; - } - -- pGetSpawnerInfo = (GetSpawnerInfoFunc)dlsym( m_handle, "GetSpawnerInfo" ); -+ pGetSpawnerInfo = (GetSpawnerInfoFunc)dlsym( m_handle, "_GetSpawnerInfo" ); - if( (error=dlerror())!=NULL ) - { - kdDebug() << "KivioPluginStencilSpawner::load() - " << f << " - dlsym failed for GetIcon(): " << error << endl; diff --git a/x11/kde/office3/patches/patch-kivio_plugins_kivioconnectortool_straight_connector_Makefile_am b/x11/kde/office3/patches/patch-kivio_plugins_kivioconnectortool_straight_connector_Makefile_am deleted file mode 100644 index 12ef42f2ec9..00000000000 --- a/x11/kde/office3/patches/patch-kivio_plugins_kivioconnectortool_straight_connector_Makefile_am +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-kivio_plugins_kivioconnectortool_straight_connector_Makefile_am,v 1.1.1.1 2002/04/05 16:04:24 espie Exp $ ---- kivio/plugins/kivioconnectortool/straight_connector/Makefile.am.orig Thu Sep 6 14:54:44 2001 -+++ kivio/plugins/kivioconnectortool/straight_connector/Makefile.am Thu Sep 6 14:54:50 2001 -@@ -34,7 +34,7 @@ EXTRA_DIST = \ - install-libLTLIBRARIES: $(lib_LTLIBRARIES) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(libdir) -- $(LIBTOOL) --mode=install $(INSTALL) ./.libs/libstraight_connector.so $(DESTDIR)$(libdir)/straight_connector.ksp; -+ $(LIBTOOL) --mode=install $(INSTALL) ./.libs/libstraight_connector.so.1.0 $(DESTDIR)$(libdir)/straight_connector.ksp; - - uninstall-libLTLIBRARIES: - @$(NORMAL_UNINSTALL) diff --git a/x11/kde/office3/patches/patch-kivio_plugins_kivioconnectortool_straight_connector_Makefile_in b/x11/kde/office3/patches/patch-kivio_plugins_kivioconnectortool_straight_connector_Makefile_in deleted file mode 100644 index f6e93b3e810..00000000000 --- a/x11/kde/office3/patches/patch-kivio_plugins_kivioconnectortool_straight_connector_Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-kivio_plugins_kivioconnectortool_straight_connector_Makefile_in,v 1.1.1.1 2002/04/05 16:04:24 espie Exp $ ---- kivio/plugins/kivioconnectortool/straight_connector/Makefile.in.orig Fri Mar 29 16:17:44 2002 -+++ kivio/plugins/kivioconnectortool/straight_connector/Makefile.in Fri Apr 5 02:03:33 2002 -@@ -537,7 +537,7 @@ maintainer-clean: maintainer-clean-am - install-libLTLIBRARIES: $(lib_LTLIBRARIES) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(libdir) -- $(LIBTOOL) --mode=install $(INSTALL) ./.libs/libstraight_connector.so $(DESTDIR)$(libdir)/straight_connector.ksp; -+ $(LIBTOOL) --mode=install $(INSTALL) ./.libs/libstraight_connector.so.1.0 $(DESTDIR)$(libdir)/straight_connector.ksp; - - uninstall-libLTLIBRARIES: - @$(NORMAL_UNINSTALL) diff --git a/x11/kde/office3/patches/patch-kontour_BezierTool_cc b/x11/kde/office3/patches/patch-kontour_BezierTool_cc deleted file mode 100644 index d97df7796bb..00000000000 --- a/x11/kde/office3/patches/patch-kontour_BezierTool_cc +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-kontour_BezierTool_cc,v 1.1.1.1 2002/04/05 16:04:24 espie Exp $ ---- kontour/BezierTool.cc.orig Wed Sep 5 22:43:42 2001 -+++ kontour/BezierTool.cc Wed Sep 5 22:43:51 2001 -@@ -22,7 +22,7 @@ - - */ - --#if defined(__FreeBSD__) || defined(__NetBSD__) -+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) - #include - #else - #include diff --git a/x11/kde/office3/patches/patch-kontour_GBezier_cc b/x11/kde/office3/patches/patch-kontour_GBezier_cc deleted file mode 100644 index 02fb46ffb22..00000000000 --- a/x11/kde/office3/patches/patch-kontour_GBezier_cc +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-kontour_GBezier_cc,v 1.1.1.1 2002/04/05 16:04:24 espie Exp $ ---- kontour/GBezier.cc.orig Wed Sep 5 22:41:51 2001 -+++ kontour/GBezier.cc Wed Sep 5 22:42:02 2001 -@@ -22,7 +22,7 @@ - */ - - #include --#if defined(__FreeBSD__) || defined(__NetBSD__) -+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) - #include - #else - #include diff --git a/x11/kde/office3/patches/patch-kontour_GDocument_cc b/x11/kde/office3/patches/patch-kontour_GDocument_cc deleted file mode 100644 index fb79f143315..00000000000 --- a/x11/kde/office3/patches/patch-kontour_GDocument_cc +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-kontour_GDocument_cc,v 1.1.1.1 2002/04/05 16:04:24 espie Exp $ ---- kontour/GDocument.cc.orig Wed Sep 5 22:44:27 2001 -+++ kontour/GDocument.cc Wed Sep 5 22:44:36 2001 -@@ -41,7 +41,7 @@ - #include - #include - --#if defined(__FreeBSD__) || defined(__NetBSD__) -+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) - #include - #else - #include diff --git a/x11/kde/office3/patches/patch-kontour_GPage_cc b/x11/kde/office3/patches/patch-kontour_GPage_cc deleted file mode 100644 index b642e42ad83..00000000000 --- a/x11/kde/office3/patches/patch-kontour_GPage_cc +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-kontour_GPage_cc,v 1.1.1.1 2002/04/05 16:04:24 espie Exp $ ---- kontour/GPage.cc.orig Wed Sep 5 22:40:04 2001 -+++ kontour/GPage.cc Wed Sep 5 22:40:20 2001 -@@ -41,7 +41,7 @@ - #include - #include - --#if defined(__FreeBSD__) || defined(__NetBSD__) -+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) - #include - #else - #include diff --git a/x11/kde/office3/pkg/PFRAG.shared b/x11/kde/office3/pkg/PFRAG.shared index c3e617287bd..f7ea6d1fed2 100644 --- a/x11/kde/office3/pkg/PFRAG.shared +++ b/x11/kde/office3/pkg/PFRAG.shared @@ -1,40 +1,58 @@ -@comment $OpenBSD: PFRAG.shared,v 1.2 2002/04/15 06:53:54 espie Exp $ +@comment $OpenBSD: PFRAG.shared,v 1.3 2002/09/11 12:02:50 espie Exp $ ${KDE}/libabiwordexport.so.0.0 ${KDE}/libabiwordimport.so.0.0 -${KDE}/libapplixgraphicimport.so.0.0 +${KDE}/libamiproexport.so.0.0 +${KDE}/libamiproimport.so.0.0 ${KDE}/libapplixspreadimport.so.0.0 ${KDE}/libapplixwordimport.so.0.0 ${KDE}/libasciiexport.so.0.0 ${KDE}/libasciiimport.so.0.0 +${KDE}/libclipartthumbnail.so.0.0 ${KDE}/libcsvexport.so.0.0 ${KDE}/libcsvimport.so.0.0 +${KDE}/libdbaseimport.so.0.0 ${KDE}/libdocbookexport.so.0.0 ${KDE}/libgnumericexport.so.0.0 ${KDE}/libgnumericimport.so.0.0 ${KDE}/libhtmlexport.so.0.0 ${KDE}/libhtmlimport.so.0.0 ${KDE}/libkchartpart.so.0.0 +${KDE}/libkfile_koffice.so.0.0 +${KDE}/libkfolatexexport.so.0.0 +${KDE}/libkfopngexport.so.0.0 ${KDE}/libkformulapart.so.0.0 ${KDE}/libkiviopart.so.0.0 +${KDE}/libkodocinfopropspage.so.0.0 ${KDE}/libkofficescan.so.0.0 -${KDE}/libkontourpart.so.0.0 +${KDE}/libkofficethumbnail.so.0.0 +${KDE}/libkounavailpart.so.0.0 ${KDE}/libkpresenterpart.so.0.0 ${KDE}/libkprkword.so.0.0 ${KDE}/libkspelltool.so.0.0 ${KDE}/libkspreadcalc.so.0.0 ${KDE}/libkspreadhtmlexport.so.0.0 ${KDE}/libkspreadpart.so.0.0 +${KDE}/libkwmailmerge_classic.so.0.0 +${KDE}/libkwmailmerge_qtsqldb.so.0.0 +${KDE}/libkwmailmerge_qtsqldb_power.so.0.0 ${KDE}/libkwordpart.so.0.0 ${KDE}/liblatexexport.so.0.0 -${KDE}/libmsodimport.so.0.0 +${KDE}/liblateximport.so.0.0 +${KDE}/liblatexparser.so.0.0 +${KDE}/libmswriteimport.so.0.0 ${KDE}/libolefilter.so.0.0 +${KDE}/libpalmdocexport.so.0.0 +${KDE}/libpalmdocimport.so.0.0 ${KDE}/libqproimport.so.0.0 ${KDE}/librtfexport.so.0.0 -${KDE}/libsvgexport.so.0.0 -${KDE}/libsvgimport.so.0.0 -${KDE}/libwmfimport.so.0.0 +${KDE}/librtfimport.so.0.0 +${KDE}/libthesaurustool.so.0.0 +${KDE}/libwmlexport.so.0.0 +${KDE}/libwmlimport.so.0.0 +${KDE}/libwpexport.so.0.0 ${KDE}/libwpimport.so.0.0 -${KDE}/libxfigimport.so.0.0 +${KDE}/libxsltexport.so.0.0 +${KDE}/libxsltimport.so.0.0 lib/libkchart.so.0.0 lib/libkdchart.so.0.0 lib/libkformula.so.3.0 @@ -45,16 +63,18 @@ lib/libkivioselecttool.so.0.0 lib/libkiviotexttool.so.0.0 lib/libkiviozoomtool.so.0.0 lib/libkochart.so.1.0 -lib/libkodocinfopropspage.so.0.0 -lib/libkofficecore.so.1.0 -lib/libkofficeui.so.1.0 -lib/libkontour.so.0.0 -lib/libkoscript.so.1.0 +lib/libkofficecore.so.2.0 +lib/libkofficeui.so.2.0 +lib/libkoscript.so.2.0 lib/libkoshell.so.0.0 +lib/libkotext.so.2.0 lib/libkpresenter.so.0.0 lib/libkspread.so.0.0 -lib/libkstore.so.1.0 +lib/libkstore.so.2.0 +lib/libkugar.so.1.2 lib/libkugarpart.so.0.0 -lib/libkwmf.so.1.0 +lib/libkwmailmerge_interface.so.4.0 +lib/libkwmf.so.2.0 lib/libkword.so.0.0 +lib/libkwordexportfilters.so.1.0 DYNLIBDIR(%D/lib) diff --git a/x11/kde/office3/pkg/PLIST b/x11/kde/office3/pkg/PLIST index 7c5a3cd18e7..de417a38017 100644 --- a/x11/kde/office3/pkg/PLIST +++ b/x11/kde/office3/pkg/PLIST @@ -1,87 +1,124 @@ -@comment $OpenBSD: PLIST,v 1.2 2002/04/15 06:53:54 espie Exp $ -bin/filter_wrapper +@comment $OpenBSD: PLIST,v 1.3 2002/09/11 12:02:50 espie Exp $ bin/kchart bin/kformula bin/kivio -bin/kontour +bin/koconverter 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/kreportviewer.h +include/kugar.h +include/kugarqt.h +include/mcalcobject.h +include/mfieldobject.h +include/mlabelobject.h +include/mlineobject.h +include/mpagecollection.h +include/mpagedisplay.h +include/mreportdetail.h +include/mreportengine.h +include/mreportobject.h +include/mreportsection.h +include/mreportviewer.h +include/mspecialobject.h +include/mutil.h include/tkaction.h include/tkcoloractions.h include/tkcombobox.h include/tktoolbarbutton.h lib/kchart.la +${KDE}/clipartthumbnail.la +${KDE}/kfile_koffice.la +${KDE}/kodocinfopropspage.la ${KDE}/kofficescan.la +${KDE}/kofficethumbnail.la +${KDE}/kwmailmerge_classic.la +${KDE}/kwmailmerge_qtsqldb.la +${KDE}/kwmailmerge_qtsqldb_power.la ${KDE}/libabiwordexport.la ${KDE}/libabiwordimport.la -${KDE}/libapplixgraphicimport.la +${KDE}/libamiproexport.la +${KDE}/libamiproimport.la ${KDE}/libapplixspreadimport.la ${KDE}/libapplixwordimport.la ${KDE}/libasciiexport.la ${KDE}/libasciiimport.la ${KDE}/libcsvexport.la ${KDE}/libcsvimport.la +${KDE}/libdbaseimport.la ${KDE}/libdocbookexport.la ${KDE}/libgnumericexport.la ${KDE}/libgnumericimport.la ${KDE}/libhtmlexport.la ${KDE}/libhtmlimport.la ${KDE}/libkchartpart.la +${KDE}/libkfolatexexport.la +${KDE}/libkfopngexport.la ${KDE}/libkformulapart.la ${KDE}/libkiviopart.la -${KDE}/libkontourpart.la +${KDE}/libkounavailpart.la ${KDE}/libkpresenterpart.la ${KDE}/libkprkword.la ${KDE}/libkspelltool.la @@ -90,18 +127,24 @@ ${KDE}/libkspreadhtmlexport.la ${KDE}/libkspreadpart.la ${KDE}/libkwordpart.la ${KDE}/liblatexexport.la -${KDE}/libmsodimport.la +${KDE}/liblateximport.la +${KDE}/liblatexparser.la +${KDE}/libmswriteimport.la ${KDE}/libolefilter.la +${KDE}/libpalmdocexport.la +${KDE}/libpalmdocimport.la ${KDE}/libqproimport.la ${KDE}/librtfexport.la -${KDE}/libsvgexport.la -${KDE}/libsvgimport.la -${KDE}/libwmfimport.la +${KDE}/librtfimport.la +${KDE}/libthesaurustool.la +${KDE}/libwmlexport.la +${KDE}/libwmlimport.la +${KDE}/libwpexport.la ${KDE}/libwpimport.la -${KDE}/libxfigimport.la +${KDE}/libxsltexport.la +${KDE}/libxsltimport.la lib/kformulamain.la lib/kivio.la -lib/kontour.la lib/koshell.la lib/kpresenter.la lib/kspread.la @@ -113,21 +156,25 @@ lib/libkivioselecttool.la lib/libkiviotexttool.la lib/libkiviozoomtool.la lib/libkochart.la -lib/libkodocinfopropspage.la lib/libkofficecore.la lib/libkofficeui.la lib/libkoscript.la +lib/libkotext.la lib/libkstore.la +lib/libkugar.la lib/libkugarpart.la +lib/libkwmailmerge_interface.la lib/libkwmf.la +lib/libkwordexportfilters.la +lib/straight_connector.ksp +share/applnk/Office/KThesaurus.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/kchart/icons/hicolor/22x22/actions/areas.png @@ -158,6 +205,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 @@ -182,74 +230,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 @@ -329,6 +339,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 @@ -393,12 +404,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 @@ -411,6 +453,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 @@ -422,11 +471,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 @@ -444,11 +501,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 @@ -464,63 +530,7 @@ share/apps/koffice/pics/koKoolBarUp.png share/apps/koffice/pics/koRulerFirst.png share/apps/koffice/pics/koRulerLeft.png share/apps/koffice/pics/koffice-logo.png -share/apps/kontour/KIllustrator.rc -share/apps/kontour/icons/hicolor/16x16/actions/abottom.png -share/apps/kontour/icons/hicolor/16x16/actions/ahcenter.png -share/apps/kontour/icons/hicolor/16x16/actions/aleft.png -share/apps/kontour/icons/hicolor/16x16/actions/aright.png -share/apps/kontour/icons/hicolor/16x16/actions/atop.png -share/apps/kontour/icons/hicolor/16x16/actions/avcenter.png -share/apps/kontour/icons/hicolor/16x16/actions/beziertool.png -share/apps/kontour/icons/hicolor/16x16/actions/dbottom.png -share/apps/kontour/icons/hicolor/16x16/actions/deleteNode.png -share/apps/kontour/icons/hicolor/16x16/actions/deletelayer.png -share/apps/kontour/icons/hicolor/16x16/actions/dhcenter.png -share/apps/kontour/icons/hicolor/16x16/actions/dhdist.png -share/apps/kontour/icons/hicolor/16x16/actions/dleft.png -share/apps/kontour/icons/hicolor/16x16/actions/dright.png -share/apps/kontour/icons/hicolor/16x16/actions/dtop.png -share/apps/kontour/icons/hicolor/16x16/actions/dvcenter.png -share/apps/kontour/icons/hicolor/16x16/actions/dvdist.png -share/apps/kontour/icons/hicolor/16x16/actions/ellipse1.png -share/apps/kontour/icons/hicolor/16x16/actions/ellipse2.png -share/apps/kontour/icons/hicolor/16x16/actions/ellipse3.png -share/apps/kontour/icons/hicolor/16x16/actions/ellipsetool.png -share/apps/kontour/icons/hicolor/16x16/actions/eye.png -share/apps/kontour/icons/hicolor/16x16/actions/freehandtool.png -share/apps/kontour/icons/hicolor/16x16/actions/group.png -share/apps/kontour/icons/hicolor/16x16/actions/hmirror.png -share/apps/kontour/icons/hicolor/16x16/actions/insertclipart.png -share/apps/kontour/icons/hicolor/16x16/actions/item_add.png -share/apps/kontour/icons/hicolor/16x16/actions/item_remove.png -share/apps/kontour/icons/hicolor/16x16/actions/item_rename.png -share/apps/kontour/icons/hicolor/16x16/actions/joinNodes.png -share/apps/kontour/icons/hicolor/16x16/actions/linetool.png -share/apps/kontour/icons/hicolor/16x16/actions/lowerlayer.png -share/apps/kontour/icons/hicolor/16x16/actions/moveNode.png -share/apps/kontour/icons/hicolor/16x16/actions/newNode.png -share/apps/kontour/icons/hicolor/16x16/actions/newlayer.png -share/apps/kontour/icons/hicolor/16x16/actions/pointtool.png -share/apps/kontour/icons/hicolor/16x16/actions/polygontool.png -share/apps/kontour/icons/hicolor/16x16/actions/raiselayer.png -share/apps/kontour/icons/hicolor/16x16/actions/recttool.png -share/apps/kontour/icons/hicolor/16x16/actions/selecttool.png -share/apps/kontour/icons/hicolor/16x16/actions/snap_to_grid.png -share/apps/kontour/icons/hicolor/16x16/actions/split.png -share/apps/kontour/icons/hicolor/16x16/actions/tcenteralign.png -share/apps/kontour/icons/hicolor/16x16/actions/texttool.png -share/apps/kontour/icons/hicolor/16x16/actions/tleftalign.png -share/apps/kontour/icons/hicolor/16x16/actions/trightalign.png -share/apps/kontour/icons/hicolor/16x16/actions/ungroup.png -share/apps/kontour/icons/hicolor/16x16/actions/vmirror.png -share/apps/kontour/icons/hicolor/16x16/apps/kontour.png -share/apps/kontour/icons/hicolor/32x32/apps/kontour.png -share/apps/kontour/icons/hicolor/48x48/apps/kontour.png share/apps/kontour/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/Plain.desktop share/apps/kpresenter/autoforms/.autoforms share/apps/kpresenter/autoforms/Arrows/.directory share/apps/kpresenter/autoforms/Arrows/.icon/ArrowDown.png @@ -592,15 +602,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 @@ -608,7 +624,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 @@ -623,46 +647,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 @@ -717,6 +740,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 @@ -726,6 +750,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 @@ -735,6 +760,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 @@ -775,9 +801,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 @@ -910,32 +947,59 @@ 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.kud share/apps/kugar/templates/sample1.kut +share/apps/kugar/templates/sample2.kud share/apps/kugar/templates/sample2.kut +share/apps/kugar/templates/sample3.kud +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 @@ -944,60 +1008,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-apidocs/common 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 -share/doc/HTML/en/kontour/export.png -share/doc/HTML/en/kontour/freehand.png -share/doc/HTML/en/kontour/index.cache.bz2 -share/doc/HTML/en/kontour/index.docbook -share/doc/HTML/en/kontour/line.png -share/doc/HTML/en/kontour/logo.png -share/doc/HTML/en/kontour/movepoint.png -share/doc/HTML/en/kontour/newpoint.png -share/doc/HTML/en/kontour/open_dialog.png -share/doc/HTML/en/kontour/pfeil.png -share/doc/HTML/en/kontour/point.png -share/doc/HTML/en/kontour/polygon-setup.png -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 share/doc/HTML/en/koshell/index.docbook @@ -1011,7 +1112,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 @@ -1026,6 +1135,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 @@ -1050,45 +1176,63 @@ 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/kugar/tut_edit_height.png +share/doc/HTML/en/kugar/tut_empty_report.png +share/doc/HTML/en/kugar/tut_file_new.png +share/doc/HTML/en/kugar/tut_rep_complete.png +share/doc/HTML/en/kugar/tut_rep_generated.png +share/doc/HTML/en/kugar/tut_rep_look1.png +share/doc/HTML/en/kugar/tut_rep_look2.png +share/doc/HTML/en/kugar/tut_set_level.png +share/doc/HTML/en/kugar/tutorial.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 @@ -1096,66 +1240,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 @@ -1163,84 +1320,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 @@ -1250,53 +1411,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 @@ -1313,10 +1475,11 @@ share/icons/hicolor/16x16/actions/rsup.png share/icons/hicolor/16x16/actions/sqrt.png share/icons/hicolor/16x16/actions/sum.png share/icons/hicolor/16x16/apps/kchart.png +share/icons/hicolor/16x16/apps/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 @@ -1324,6 +1487,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 @@ -1331,6 +1496,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 @@ -1354,50 +1521,51 @@ share/icons/hicolor/32x32/actions/rsup.png share/icons/hicolor/32x32/actions/sqrt.png share/icons/hicolor/32x32/actions/sum.png share/icons/hicolor/32x32/apps/kchart.png +share/icons/hicolor/32x32/apps/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/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 share/icons/hicolor/48x48/apps/kspread.png 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/16x16/apps/kugar.png +share/icons/locolor/16x16/mimetypes/kugardata.png share/icons/locolor/22x22/apps/kspreadcalc.png +share/icons/locolor/22x22/apps/kugar.png +share/icons/locolor/22x22/mimetypes/kugardata.png share/icons/locolor/32x32/apps/kspreadcalc.png -@comment share/mimelnk/application/x-abiword.desktop -@comment share/mimelnk/application/x-quattropro.desktop -@comment share/mimelnk/image/x-msod.desktop -share/mimelnk/image/x-svg.desktop -@comment share/mimelnk/image/x-wmf.desktop -@comment share/mimelnk/image/x-xfig.desktop -@comment 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/icons/locolor/32x32/apps/kugar.png +share/icons/locolor/32x32/mimetypes/kugardata.png +share/mimelnk/application/x-kudesigner.desktop +share/services/clipartthumbnail.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/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 @@ -1405,6 +1573,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 @@ -1412,16 +1582,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 @@ -1431,16 +1616,31 @@ share/templates/Presentation.desktop share/templates/SpreadSheet.desktop share/templates/TextDocument.desktop %%SHARED%% +@dirrm share/icons/locolor/32x32/mimetypes +@dirrm share/icons/locolor/22x22/mimetypes @dirrm share/icons/locolor/22x22/apps @dirrm share/icons/locolor/22x22 +@dirrm share/icons/locolor/16x16/mimetypes @dirrm share/icons/hicolor/22x22/mimetypes +@dirrm share/doc/HTML/en/thesaurus @dirrm share/doc/HTML/en/kword @dirrm share/doc/HTML/en/kugar @dirrm share/doc/HTML/en/kspread @dirrm share/doc/HTML/en/kpresenter @dirrm share/doc/HTML/en/koshell -@dirrm share/doc/HTML/en/kontour +@exec mkdir -p %D/share/doc/HTML/en/koffice-apidocs/lib/html +@dirrm share/doc/HTML/en/koffice-apidocs/lib/html +@dirrm share/doc/HTML/en/koffice-apidocs/lib +@dirrm share/doc/HTML/en/koffice-apidocs @dirrm share/doc/HTML/en/koffice +@dirrm share/doc/HTML/en/kformula +@dirrm share/doc/HTML/en/kchart +@dirrm share/doc/HTML +@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 @@ -1461,6 +1661,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 @@ -1474,6 +1686,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 @@ -1502,20 +1716,7 @@ share/templates/TextDocument.desktop @dirrm share/apps/kpresenter/autoforms/Arrows @dirrm share/apps/kpresenter/autoforms @dirrm share/apps/kpresenter -@dirrm share/apps/kontour/templates/Simple/.source -@dirrm share/apps/kontour/templates/Simple/.icon -@dirrm share/apps/kontour/templates/Simple -@dirrm share/apps/kontour/templates @dirrm share/apps/kontour/kpartplugins -@dirrm share/apps/kontour/icons/hicolor/48x48/apps -@dirrm share/apps/kontour/icons/hicolor/48x48 -@dirrm share/apps/kontour/icons/hicolor/32x32/apps -@dirrm share/apps/kontour/icons/hicolor/32x32 -@dirrm share/apps/kontour/icons/hicolor/16x16/apps -@dirrm share/apps/kontour/icons/hicolor/16x16/actions -@dirrm share/apps/kontour/icons/hicolor/16x16 -@dirrm share/apps/kontour/icons/hicolor -@dirrm share/apps/kontour/icons @dirrm share/apps/kontour @dirrm share/apps/koffice/pics @dirrm share/apps/koffice/icons/hicolor/48x48/apps @@ -1531,7 +1732,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 @@ -1547,7 +1750,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 @@ -1558,3 +1760,4 @@ share/templates/TextDocument.desktop @dirrm share/apps/kchart/icons/hicolor @dirrm share/apps/kchart/icons @dirrm share/apps/kchart +@dirrm share/apps