diff options
Diffstat (limited to 'misc/kdeutils2')
-rw-r--r-- | misc/kdeutils2/Makefile | 6 | ||||
-rw-r--r-- | misc/kdeutils2/distinfo | 21 | ||||
-rw-r--r-- | misc/kdeutils2/patches/patch-aa | 33 | ||||
-rw-r--r-- | misc/kdeutils2/patches/patch-ab | 61 | ||||
-rw-r--r-- | misc/kdeutils2/patches/patch-ac | 35 | ||||
-rw-r--r-- | misc/kdeutils2/patches/patch-ad | 56 | ||||
-rw-r--r-- | misc/kdeutils2/patches/patch-ae | 40 | ||||
-rw-r--r-- | misc/kdeutils2/patches/patch-af | 33 | ||||
-rw-r--r-- | misc/kdeutils2/patches/patch-ag | 41 | ||||
-rw-r--r-- | misc/kdeutils2/patches/patch-ah | 13 | ||||
-rw-r--r-- | misc/kdeutils2/pkg/PLIST | 404 |
11 files changed, 277 insertions, 466 deletions
diff --git a/misc/kdeutils2/Makefile b/misc/kdeutils2/Makefile index 65e108b3711..54b923312a3 100644 --- a/misc/kdeutils2/Makefile +++ b/misc/kdeutils2/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.4 2001/09/07 14:27:12 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2001/10/15 22:45:58 skrll Exp $ # -DISTNAME= kdeutils-2.1 +DISTNAME= kdeutils-2.2.1 CATEGORIES= misc kde .include "../../x11/kde2/Makefile.part1" COMMENT= Utilities for the KDE integrated X11 desktop -DEPENDS+= kdebase>=2.1:../../x11/kdebase2 +DEPENDS+= kdebase>=2.2.1:../../x11/kdebase2 .include "../../x11/kde2/Makefile.part2" diff --git a/misc/kdeutils2/distinfo b/misc/kdeutils2/distinfo index 19b208a6af6..569b129bb78 100644 --- a/misc/kdeutils2/distinfo +++ b/misc/kdeutils2/distinfo @@ -1,13 +1,12 @@ -$NetBSD: distinfo,v 1.4 2001/07/29 05:51:50 tron Exp $ +$NetBSD: distinfo,v 1.5 2001/10/15 22:45:58 skrll Exp $ -SHA1 (kdeutils-2.1.tar.bz2) = 99b9fec70c619c41a3878391ca277ab2a9e88275 -Size (kdeutils-2.1.tar.bz2) = 1210641 bytes -SHA1 (patch-aa) = 7fa3b66189e92496b5f54ff0464569039becc436 -SHA1 (patch-ab) = 4a021a96abd230bc391cd097fd8cafa26a89023b -SHA1 (patch-ac) = 79bd1891001bf6bab438a3a28e6beb6cc36a28ea -SHA1 (patch-ad) = 2f44bcb04de116789b2f380388a09deb5560720b -SHA1 (patch-ae) = 0176cdb16b8933e5c3ca713242c4c432d636e38d -SHA1 (patch-af) = 99d187f91a773aa85a99ff9b0778ff701626a45e -SHA1 (patch-ag) = af3aa6f6e0eed4dc321d1ac4de3a868209ce1336 -SHA1 (patch-ah) = 148525fad0faee112a925f0bb5b2b1c812acc473 +SHA1 (kdeutils-2.2.1.tar.bz2) = 0a61b862c47417adafa93f123a6eaab9086f19f1 +Size (kdeutils-2.2.1.tar.bz2) = 1454038 bytes +SHA1 (patch-aa) = 212bc33ee7419b0339c7f2fd299d0433e5a8b145 +SHA1 (patch-ab) = cde257af59b4202deda897de04cd3d4f603bafab +SHA1 (patch-ac) = 7fa3b66189e92496b5f54ff0464569039becc436 +SHA1 (patch-ad) = 4a021a96abd230bc391cd097fd8cafa26a89023b +SHA1 (patch-ae) = 8c5fc5eb276d79ef96b373ee8f014e586416fc3d +SHA1 (patch-af) = 75cf91c960fe26cc977e47ba5292609ba0d7aac0 +SHA1 (patch-ag) = d494f9459b903cb1a49633741643b705ae15386a SHA1 (patch-ai) = a0845618f0657043aa466105d70f6277b69ecfd9 diff --git a/misc/kdeutils2/patches/patch-aa b/misc/kdeutils2/patches/patch-aa index 703df836e6a..a15a88a4ceb 100644 --- a/misc/kdeutils2/patches/patch-aa +++ b/misc/kdeutils2/patches/patch-aa @@ -1,22 +1,13 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/03/14 16:05:49 skrll Exp $ +$NetBSD: patch-aa,v 1.2 2001/10/15 22:45:58 skrll Exp $ ---- khexedit/chartabledialog.cc.orig Mon Jul 10 19:41:46 2000 -+++ khexedit/chartabledialog.cc -@@ -18,7 +18,7 @@ - * - */ - --#include <values.h> -+#include <limits.h> - - #include <qlabel.h> - #include <qframe.h> -@@ -75,7 +75,7 @@ - - mInputCountSpin = new QSpinBox( plainPage(), "spin" ); - mInputCountSpin->setMinimumWidth( fontMetrics().maxWidth()*7 ); -- mInputCountSpin->setRange( 1, MAXINT ); -+ mInputCountSpin->setRange( 1, INT_MAX ); - mInputCountSpin->setValue( 1 ); - hbox->addWidget( mInputCountSpin ); - +--- kdf/kwikdisk.h.orig Sat Dec 23 14:29:09 2000 ++++ kdf/kwikdisk.h +@@ -106,7 +106,7 @@ + void updateDF( void ); + void updateDFDone( void ); + void setUpdateFrequency( int frequency ); +- void sysCallError(DiskEntry *disk, int errno); ++ void sysCallError(DiskEntry *disk, int err_no); + + protected: + void mousePressEvent(QMouseEvent *); diff --git a/misc/kdeutils2/patches/patch-ab b/misc/kdeutils2/patches/patch-ab index 22c039fa432..5f4d531d0b6 100644 --- a/misc/kdeutils2/patches/patch-ab +++ b/misc/kdeutils2/patches/patch-ab @@ -1,48 +1,19 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/03/14 16:05:49 skrll Exp $ +$NetBSD: patch-ab,v 1.2 2001/10/15 22:45:58 skrll Exp $ ---- khexedit/dialog.cc.orig Tue Aug 1 17:06:40 2000 -+++ khexedit/dialog.cc -@@ -1,6 +1,6 @@ - /* - * khexedit - Versatile hex editor -- * Copyright (C) 1999 Espen Sand, espensa@online.no -+ * Copyright (C) 1999 Eepen Sand, espensa@online.no - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by -@@ -20,7 +20,7 @@ +--- kfind/pics/Makefile.in.orig Sat Sep 8 01:46:33 2001 ++++ kfind/pics/Makefile.in +@@ -349,14 +349,6 @@ - #include <ctype.h> - #include <iostream.h> --#include <values.h> -+#include <limits.h> + #>+ 19 + install-kde-icons: +- $(mkinstalldirs) $(DESTDIR)$(datadir)/locolor/22x22/actions +- $(INSTALL_DATA) $(srcdir)/lo22-action-archive.png $(DESTDIR)$(datadir)/locolor/22x22/actions/archive.png +- $(INSTALL_DATA) $(srcdir)/lo22-action-delete.png $(DESTDIR)$(datadir)/locolor/22x22/actions/delete.png +- $(INSTALL_DATA) $(srcdir)/lo22-action-idea.png $(DESTDIR)$(datadir)/locolor/22x22/actions/idea.png +- $(INSTALL_DATA) $(srcdir)/lo22-action-info.png $(DESTDIR)$(datadir)/locolor/22x22/actions/info.png +- $(INSTALL_DATA) $(srcdir)/lo22-action-openfile.png $(DESTDIR)$(datadir)/locolor/22x22/actions/openfile.png +- $(INSTALL_DATA) $(srcdir)/lo22-action-save.png $(DESTDIR)$(datadir)/locolor/22x22/actions/save.png +- $(INSTALL_DATA) $(srcdir)/lo22-action-search.png $(DESTDIR)$(datadir)/locolor/22x22/actions/search.png - #include <qbuttongroup.h> - #include <qfileinfo.h> -@@ -940,7 +940,7 @@ - mGroupSpin = new QSpinBox( page ); - if( mGroupSpin == 0 ) { return; } - mGroupSpin->setMinimumWidth( fontMetrics().width("M")*20 ); -- mGroupSpin->setRange(1, MAXINT ); -+ mGroupSpin->setRange(1, INT_MAX ); - - text = i18n("&Group size [bytes]"); - QLabel *label = new QLabel( mGroupSpin, text, page ); -@@ -952,7 +952,7 @@ - mBitSpin = new QSpinBox( page ); - if( mBitSpin == 0 ) { return; } - mBitSpin->setMinimumWidth( fontMetrics().width("M")*20 ); -- mBitSpin->setRange(-MAXINT, MAXINT); -+ mBitSpin->setRange(INT_MIN, INT_MAX); - - text = i18n("S&hift size [bits]"); - label = new QLabel( mBitSpin, text, page ); -@@ -1098,7 +1098,7 @@ - mSizeBox = new QSpinBox( plainPage() ); - if( mSizeBox == 0 ) { return; } - mSizeBox->setMinimumWidth( fontMetrics().maxWidth()*17 ); -- mSizeBox->setRange( 1, MAXINT ); -+ mSizeBox->setRange( 1, INT_MAX ); - mSizeBox->setValue( 1 ); - - QLabel *label = new QLabel( mSizeBox, i18n("&Size"), plainPage() ); + uninstall-kde-icons: + -rm -f $(DESTDIR)$(datadir)/locolor/22x22/actions/archive.png diff --git a/misc/kdeutils2/patches/patch-ac b/misc/kdeutils2/patches/patch-ac index 157f101baf8..fd7db64b8df 100644 --- a/misc/kdeutils2/patches/patch-ac +++ b/misc/kdeutils2/patches/patch-ac @@ -1,7 +1,7 @@ -$NetBSD: patch-ac,v 1.1.1.1 2001/03/14 16:05:49 skrll Exp $ +$NetBSD: patch-ac,v 1.2 2001/10/15 22:45:58 skrll Exp $ ---- khexedit/exportdialog.cc.orig Wed Dec 13 18:28:03 2000 -+++ khexedit/exportdialog.cc +--- khexedit/chartabledialog.cc.orig Mon Jul 10 19:41:46 2000 ++++ khexedit/chartabledialog.cc @@ -18,7 +18,7 @@ * */ @@ -9,23 +9,14 @@ $NetBSD: patch-ac,v 1.1.1.1 2001/03/14 16:05:49 skrll Exp $ -#include <values.h> +#include <limits.h> - #include <qbuttongroup.h> - #include <qcombobox.h> -@@ -321,7 +321,7 @@ + #include <qlabel.h> + #include <qframe.h> +@@ -75,7 +75,7 @@ + + mInputCountSpin = new QSpinBox( plainPage(), "spin" ); + mInputCountSpin->setMinimumWidth( fontMetrics().maxWidth()*7 ); +- mInputCountSpin->setRange( 1, MAXINT ); ++ mInputCountSpin->setRange( 1, INT_MAX ); + mInputCountSpin->setValue( 1 ); + hbox->addWidget( mInputCountSpin ); - mHtml.lineSpin = new QSpinBox( frame ); - mHtml.lineSpin->setMinimumWidth( fontMetrics().maxWidth()*10 ); -- mHtml.lineSpin->setRange( 5, MAXINT ); -+ mHtml.lineSpin->setRange( 5, INT_MAX ); - gbox->addWidget( mHtml.lineSpin, 0, 1 ); - - text = i18n("&Lines per table"); -@@ -432,7 +432,7 @@ - - mArray.lineSizeSpin = new QSpinBox( page ); - mArray.lineSizeSpin->setMinimumWidth( fontMetrics().maxWidth()*10 ); -- mArray.lineSizeSpin->setRange( 1, MAXINT ); -+ mArray.lineSizeSpin->setRange( 1, INT_MAX ); - gbox->addWidget( mArray.lineSizeSpin, 2, 1 ); - text = i18n("Elements per line:"); - label = new QLabel( mArray.lineSizeSpin, text, page ); diff --git a/misc/kdeutils2/patches/patch-ad b/misc/kdeutils2/patches/patch-ad index 57af6652da8..3c1e2f0527d 100644 --- a/misc/kdeutils2/patches/patch-ad +++ b/misc/kdeutils2/patches/patch-ad @@ -1,22 +1,48 @@ -$NetBSD: patch-ad,v 1.1.1.1 2001/03/14 16:05:48 skrll Exp $ +$NetBSD: patch-ad,v 1.2 2001/10/15 22:45:58 skrll Exp $ ---- khexedit/optiondialog.cc.orig Wed Dec 13 18:28:04 2000 -+++ khexedit/optiondialog.cc -@@ -24,7 +24,7 @@ - #include <qvbuttongroup.h> - +--- khexedit/dialog.cc.orig Tue Aug 1 17:06:40 2000 ++++ khexedit/dialog.cc +@@ -1,6 +1,6 @@ + /* + * khexedit - Versatile hex editor +- * Copyright (C) 1999 Espen Sand, espensa@online.no ++ * Copyright (C) 1999 Eepen Sand, espensa@online.no + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by +@@ -20,7 +20,7 @@ + #include <ctype.h> + #include <iostream.h> -#include <values.h> +#include <limits.h> - #include <qbuttongroup.h> - #include <qcheckbox.h> -@@ -495,7 +495,7 @@ + #include <qbuttongroup.h> + #include <qfileinfo.h> +@@ -940,7 +940,7 @@ + mGroupSpin = new QSpinBox( page ); + if( mGroupSpin == 0 ) { return; } + mGroupSpin->setMinimumWidth( fontMetrics().width("M")*20 ); +- mGroupSpin->setRange(1, MAXINT ); ++ mGroupSpin->setRange(1, INT_MAX ); - mMisc.thresholdSpin = new QSpinBox( page ); - mMisc.thresholdSpin->setMinimumWidth( fontMetrics().width("M") * 10 ); -- mMisc.thresholdSpin->setRange( 5, MAXINT ); -+ mMisc.thresholdSpin->setRange( 5, INT_MAX ); - mMisc.thresholdSpin->setSteps( 5, 5 ); - mMisc.thresholdSpin->setValue( 5 ); + text = i18n("&Group size [bytes]"); + QLabel *label = new QLabel( mGroupSpin, text, page ); +@@ -952,7 +952,7 @@ + mBitSpin = new QSpinBox( page ); + if( mBitSpin == 0 ) { return; } + mBitSpin->setMinimumWidth( fontMetrics().width("M")*20 ); +- mBitSpin->setRange(-MAXINT, MAXINT); ++ mBitSpin->setRange(INT_MIN, INT_MAX); + text = i18n("S&hift size [bits]"); + label = new QLabel( mBitSpin, text, page ); +@@ -1098,7 +1098,7 @@ + mSizeBox = new QSpinBox( plainPage() ); + if( mSizeBox == 0 ) { return; } + mSizeBox->setMinimumWidth( fontMetrics().maxWidth()*17 ); +- mSizeBox->setRange( 1, MAXINT ); ++ mSizeBox->setRange( 1, INT_MAX ); + mSizeBox->setValue( 1 ); + + QLabel *label = new QLabel( mSizeBox, i18n("&Size"), plainPage() ); diff --git a/misc/kdeutils2/patches/patch-ae b/misc/kdeutils2/patches/patch-ae index bae4e8ba66a..34d7071f59e 100644 --- a/misc/kdeutils2/patches/patch-ae +++ b/misc/kdeutils2/patches/patch-ae @@ -1,7 +1,7 @@ -$NetBSD: patch-ae,v 1.1.1.1 2001/03/14 16:05:48 skrll Exp $ +$NetBSD: patch-ae,v 1.2 2001/10/15 22:45:58 skrll Exp $ ---- khexedit/printerdialog.cc.orig Sun Oct 1 13:14:02 2000 -+++ khexedit/printerdialog.cc +--- khexedit/exportdialog.cc.orig Sun Nov 26 11:37:15 2000 ++++ khexedit/exportdialog.cc @@ -18,7 +18,7 @@ * */ @@ -11,21 +11,21 @@ $NetBSD: patch-ae,v 1.1.1.1 2001/03/14 16:05:48 skrll Exp $ #include <qbuttongroup.h> #include <qcombobox.h> -@@ -590,7 +590,7 @@ - mOption.pageSpin->setFixedHeight( mOption.pageSpin->sizeHint().height() ); - mOption.pageSpin->setMinimumWidth( - mOption.pageSpin->fontMetrics().width("M")*10 ); -- mOption.pageSpin->setRange( 1, MAXINT ); -+ mOption.pageSpin->setRange( 1, INT_MAX ); +@@ -321,7 +321,7 @@ - text = i18n("&Number of copies"); - QLabel *pageLabel = new QLabel( mOption.pageSpin, text, page ); -@@ -707,7 +707,7 @@ - mLayout.marginSpin[i]->sizeHint().height() ); - mLayout.marginSpin[i]->setMinimumWidth( - mLayout.marginSpin[i]->fontMetrics().width("M")*10 ); -- mLayout.marginSpin[i]->setRange( 0, MAXINT ); -+ mLayout.marginSpin[i]->setRange( 0, INT_MAX ); - - QLabel *label = new QLabel( mLayout.marginSpin[i], name[i], group ); - label->setFixedHeight( mLayout.marginSpin[i]->sizeHint().height() ); + mHtml.lineSpin = new QSpinBox( frame ); + mHtml.lineSpin->setMinimumWidth( fontMetrics().maxWidth()*10 ); +- mHtml.lineSpin->setRange( 5, MAXINT ); ++ mHtml.lineSpin->setRange( 5, INT_MAX ); + gbox->addWidget( mHtml.lineSpin, 0, 1 ); + + text = i18n("&Lines per table"); +@@ -432,7 +432,7 @@ + + mArray.lineSizeSpin = new QSpinBox( page ); + mArray.lineSizeSpin->setMinimumWidth( fontMetrics().maxWidth()*10 ); +- mArray.lineSizeSpin->setRange( 1, MAXINT ); ++ mArray.lineSizeSpin->setRange( 1, INT_MAX ); + gbox->addWidget( mArray.lineSizeSpin, 2, 1 ); + text = i18n("Elements per line:"); + label = new QLabel( mArray.lineSizeSpin, text, page ); diff --git a/misc/kdeutils2/patches/patch-af b/misc/kdeutils2/patches/patch-af index c21a2a1157b..ed10dcbc9ef 100644 --- a/misc/kdeutils2/patches/patch-af +++ b/misc/kdeutils2/patches/patch-af @@ -1,13 +1,22 @@ -$NetBSD: patch-af,v 1.1 2001/03/22 14:02:24 tron Exp $ +$NetBSD: patch-af,v 1.2 2001/10/15 22:45:58 skrll Exp $ ---- kdf/kwikdisk.h.orig Mon Jan 22 13:16:47 2001 -+++ kdf/kwikdisk.h Thu Mar 22 14:30:36 2001 -@@ -106,7 +106,7 @@ - void updateDF( void ); - void updateDFDone( void ); - void setUpdateFrequency( int frequency ); -- void sysCallError(DiskEntry *disk, int errno); -+ void sysCallError(DiskEntry *disk, int err_no); - - protected: - void mousePressEvent(QMouseEvent *); +--- khexedit/optiondialog.cc.orig Mon Dec 11 23:32:34 2000 ++++ khexedit/optiondialog.cc +@@ -24,7 +24,7 @@ + #include <qvbuttongroup.h> + + +-#include <values.h> ++#include <limits.h> + + #include <qbuttongroup.h> + #include <qcheckbox.h> +@@ -495,7 +495,7 @@ + + mMisc.thresholdSpin = new QSpinBox( page ); + mMisc.thresholdSpin->setMinimumWidth( fontMetrics().width("M") * 10 ); +- mMisc.thresholdSpin->setRange( 5, MAXINT ); ++ mMisc.thresholdSpin->setRange( 5, INT_MAX ); + mMisc.thresholdSpin->setSteps( 5, 5 ); + mMisc.thresholdSpin->setValue( 5 ); + diff --git a/misc/kdeutils2/patches/patch-ag b/misc/kdeutils2/patches/patch-ag index c51db7b3d98..bea246ecc42 100644 --- a/misc/kdeutils2/patches/patch-ag +++ b/misc/kdeutils2/patches/patch-ag @@ -1,16 +1,31 @@ -$NetBSD: patch-ag,v 1.2 2001/03/28 22:06:05 wennmach Exp $ +$NetBSD: patch-ag,v 1.3 2001/10/15 22:45:58 skrll Exp $ ---- kdf/kwikdisk.cpp.orig Mon Jan 22 13:16:47 2001 -+++ kdf/kwikdisk.cpp Thu Mar 22 14:32:51 2001 -@@ -287,9 +287,9 @@ - } +--- khexedit/printerdialog.cc.orig Wed May 16 03:38:29 2001 ++++ khexedit/printerdialog.cc +@@ -18,7 +18,7 @@ + * + */ +-#include <values.h> ++#include <limits.h> --void DockWidget::sysCallError( DiskEntry *disk, int errno ) -+void DockWidget::sysCallError( DiskEntry *disk, int err_no ) - { -- if( errno != 0 ) -+ if( err_no != 0 ) - { - KMessageBox::sorry( this, disk->lastSysError() ); - } + #include <qbuttongroup.h> + #include <qcombobox.h> +@@ -590,7 +590,7 @@ + mOption.pageSpin->setFixedHeight( mOption.pageSpin->sizeHint().height() ); + mOption.pageSpin->setMinimumWidth( + mOption.pageSpin->fontMetrics().width("M")*10 ); +- mOption.pageSpin->setRange( 1, MAXINT ); ++ mOption.pageSpin->setRange( 1, INT_MAX ); + + text = i18n("&Number of copies"); + QLabel *pageLabel = new QLabel( mOption.pageSpin, text, page ); +@@ -707,7 +707,7 @@ + mLayout.marginSpin[i]->sizeHint().height() ); + mLayout.marginSpin[i]->setMinimumWidth( + mLayout.marginSpin[i]->fontMetrics().width("M")*10 ); +- mLayout.marginSpin[i]->setRange( 0, MAXINT ); ++ mLayout.marginSpin[i]->setRange( 0, INT_MAX ); + + QLabel *label = new QLabel( mLayout.marginSpin[i], name[i], group ); + label->setFixedHeight( mLayout.marginSpin[i]->sizeHint().height() ); diff --git a/misc/kdeutils2/patches/patch-ah b/misc/kdeutils2/patches/patch-ah deleted file mode 100644 index e850c23340c..00000000000 --- a/misc/kdeutils2/patches/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ah,v 1.1 2001/03/22 14:02:24 tron Exp $ - ---- kdf/disks.h.orig Mon Jul 31 21:33:42 2000 -+++ kdf/disks.h Thu Mar 22 14:43:50 2001 -@@ -82,7 +82,7 @@ - float percentFull() const; - - signals: -- void sysCallError(DiskEntry *disk, int errno); -+ void sysCallError(DiskEntry *disk, int err_no); - void deviceNameChanged(); - void mountPointChanged(); - void mountOptionsChanged(); diff --git a/misc/kdeutils2/pkg/PLIST b/misc/kdeutils2/pkg/PLIST index 1c6b1769143..afd046c98be 100644 --- a/misc/kdeutils2/pkg/PLIST +++ b/misc/kdeutils2/pkg/PLIST @@ -1,5 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/14 16:05:48 skrll Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/10/15 22:45:59 skrll Exp $ bin/ark +bin/efax +bin/efix +bin/fax bin/kab bin/karm bin/kcalc @@ -15,279 +18,105 @@ bin/kjots bin/klaptopdaemon bin/kljettool bin/klpq +bin/klprfax +bin/klprfax_filter +bin/klprfax_lpd bin/knotes +bin/ktimer bin/kwikdisk -include/knotesdcop.h +include/KNotesIface.h lib/kcalc.a lib/kcalc.la lib/kcalc.so -lib/kedit.a -lib/kedit.la -lib/kedit.so -lib/kedit.so.0 -lib/kedit.so.0.0 +lib/kde2/kedit.a +lib/kde2/kedit.la +lib/kde2/kedit.so lib/kfind.a lib/kfind.la lib/kfind.so +lib/libark.a +lib/libark.la +lib/libark.so +lib/libark.so.1 +lib/libark.so.1.0 +lib/libkcharselectapplet.a +lib/libkcharselectapplet.la +lib/libkcharselectapplet.so +lib/libkcharselectapplet.so.1 +lib/libkcharselectapplet.so.1.0 lib/libkcm_kdf.a lib/libkcm_kdf.la lib/libkcm_kdf.so lib/libkcm_laptop.a lib/libkcm_laptop.la lib/libkcm_laptop.so -lib/libktimemon.a -lib/libktimemon.la -lib/libktimemon.so -lib/libktimemon.so.1 -lib/libktimemon.so.1.0 -share/doc/kde/HTML/en/ark/.anchors -share/doc/kde/HTML/en/ark/actionmenu.html -share/doc/kde/HTML/en/ark/ark-create.html -share/doc/kde/HTML/en/ark/ark-extract.html -share/doc/kde/HTML/en/ark/ark-work-files.html -share/doc/kde/HTML/en/ark/commands.html +man/man1/efax.1 +man/man1/efix.1 +man/man1/fax.1 share/doc/kde/HTML/en/ark/common -share/doc/kde/HTML/en/ark/compilation.html -share/doc/kde/HTML/en/ark/credits.html -share/doc/kde/HTML/en/ark/editmenu.html +share/doc/kde/HTML/en/ark/index.cache.bz2 share/doc/kde/HTML/en/ark/index.docbook -share/doc/kde/HTML/en/ark/index.html -share/doc/kde/HTML/en/ark/installation.html -share/doc/kde/HTML/en/ark/introduction.html -share/doc/kde/HTML/en/ark/requirements.html -share/doc/kde/HTML/en/ark/settingsmenu.html -share/doc/kde/HTML/en/ark/using-ark.html -share/doc/kde/HTML/en/kab/.anchors -share/doc/kde/HTML/en/kab/commands.html share/doc/kde/HTML/en/kab/common -share/doc/kde/HTML/en/kab/credits.html -share/doc/kde/HTML/en/kab/faq.html +share/doc/kde/HTML/en/kab/index.cache.bz2 share/doc/kde/HTML/en/kab/index.docbook -share/doc/kde/HTML/en/kab/index.html -share/doc/kde/HTML/en/kab/installation.html -share/doc/kde/HTML/en/kab/introduction.html -share/doc/kde/HTML/en/kab/kab-edit.html share/doc/kde/HTML/en/kab/kab-edit.png share/doc/kde/HTML/en/kab/kab-using.png -share/doc/kde/HTML/en/karm/.anchors share/doc/kde/HTML/en/karm/common -share/doc/kde/HTML/en/karm/credits.html -share/doc/kde/HTML/en/karm/general-use.html +share/doc/kde/HTML/en/karm/index.cache.bz2 share/doc/kde/HTML/en/karm/index.docbook -share/doc/kde/HTML/en/karm/index.html -share/doc/kde/HTML/en/karm/installation.html -share/doc/kde/HTML/en/karm/interface.html -share/doc/kde/HTML/en/karm/introduction.html share/doc/kde/HTML/en/karm/karm.png -share/doc/kde/HTML/en/karm/menus.html -share/doc/kde/HTML/en/karm/status-bar.html -share/doc/kde/HTML/en/karm/tool-bar.html -share/doc/kde/HTML/en/karm/using-karm.html -share/doc/kde/HTML/en/kcalc/.anchors -share/doc/kde/HTML/en/kcalc/and-or-xor.html -share/doc/kde/HTML/en/kcalc/comments-on-specific-functions.html share/doc/kde/HTML/en/kcalc/common -share/doc/kde/HTML/en/kcalc/copyright.html -share/doc/kde/HTML/en/kcalc/enable-long-double-precision.html +share/doc/kde/HTML/en/kcalc/index.cache.bz2 share/doc/kde/HTML/en/kcalc/index.docbook -share/doc/kde/HTML/en/kcalc/index.html -share/doc/kde/HTML/en/kcalc/installation.html -share/doc/kde/HTML/en/kcalc/introduction.html share/doc/kde/HTML/en/kcalc/kcalc_on_Aix.txt share/doc/kde/HTML/en/kcalc/kcalc_on_OSF.txt -share/doc/kde/HTML/en/kcalc/key-accels.html -share/doc/kde/HTML/en/kcalc/lsh-rsh.html -share/doc/kde/HTML/en/kcalc/percent.html -share/doc/kde/HTML/en/kcalc/questions-and-answers.html -share/doc/kde/HTML/en/kcalc/trigonometric-mode.html -share/doc/kde/HTML/en/kcalc/usage.html -share/doc/kde/HTML/en/kdf/.anchors share/doc/kde/HTML/en/kdf/common -share/doc/kde/HTML/en/kdf/credits.html +share/doc/kde/HTML/en/kdf/index.cache.bz2 share/doc/kde/HTML/en/kdf/index.docbook -share/doc/kde/HTML/en/kdf/index.html -share/doc/kde/HTML/en/kdf/installation.html -share/doc/kde/HTML/en/kdf/introduction.html share/doc/kde/HTML/en/kdf/kdf.png share/doc/kde/HTML/en/kdf/kdf_config.png -share/doc/kde/HTML/en/kdf/main-window.html -share/doc/kde/HTML/en/kdf/the-menus.html -share/doc/kde/HTML/en/kdf/using-kdf.html -share/doc/kde/HTML/en/kedit/.anchors -share/doc/kde/HTML/en/kedit/command-line-options.html share/doc/kde/HTML/en/kedit/common -share/doc/kde/HTML/en/kedit/credits.html -share/doc/kde/HTML/en/kedit/edit.html -share/doc/kde/HTML/en/kedit/go.html -share/doc/kde/HTML/en/kedit/help.html +share/doc/kde/HTML/en/kedit/index.cache.bz2 share/doc/kde/HTML/en/kedit/index.docbook -share/doc/kde/HTML/en/kedit/index.html -share/doc/kde/HTML/en/kedit/installation.html -share/doc/kde/HTML/en/kedit/introduction.html -share/doc/kde/HTML/en/kedit/keybindings.html -share/doc/kde/HTML/en/kedit/on-screen-fundamentals.html -share/doc/kde/HTML/en/kedit/pref-dialog.html -share/doc/kde/HTML/en/kedit/prefcolors.html -share/doc/kde/HTML/en/kedit/prefmisc.html -share/doc/kde/HTML/en/kedit/prefspellchecker.html -share/doc/kde/HTML/en/kedit/settings.html -share/doc/kde/HTML/en/kedit/the-menu-entries.html -share/doc/kde/HTML/en/kedit/tools.html -share/doc/kde/HTML/en/kfind/.anchors -share/doc/kde/HTML/en/kfind/authors.html share/doc/kde/HTML/en/kfind/common -share/doc/kde/HTML/en/kfind/compilation-and-installation.html -share/doc/kde/HTML/en/kfind/configuration.html -share/doc/kde/HTML/en/kfind/edit.html -share/doc/kde/HTML/en/kfind/epilog.html -share/doc/kde/HTML/en/kfind/help.html +share/doc/kde/HTML/en/kfind/index.cache.bz2 share/doc/kde/HTML/en/kfind/index.docbook -share/doc/kde/HTML/en/kfind/index.html -share/doc/kde/HTML/en/kfind/installation.html -share/doc/kde/HTML/en/kfind/introduction.html -share/doc/kde/HTML/en/kfind/onscreenfundamentals.html -share/doc/kde/HTML/en/kfind/options.html -share/doc/kde/HTML/en/kfind/requirements.html -share/doc/kde/HTML/en/kfind/search-parameters-dialog.html -share/doc/kde/HTML/en/kfind/themenuentries.html -share/doc/kde/HTML/en/kfind/viewing-area.html -share/doc/kde/HTML/en/kfloppy/.anchors -share/doc/kde/HTML/en/kfloppy/buttons.html -share/doc/kde/HTML/en/kfloppy/command-line.html share/doc/kde/HTML/en/kfloppy/common -share/doc/kde/HTML/en/kfloppy/credits.html -share/doc/kde/HTML/en/kfloppy/formatting-options.html +share/doc/kde/HTML/en/kfloppy/index.cache.bz2 share/doc/kde/HTML/en/kfloppy/index.docbook -share/doc/kde/HTML/en/kfloppy/index.html -share/doc/kde/HTML/en/kfloppy/installation.html -share/doc/kde/HTML/en/kfloppy/introduction.html -share/doc/kde/HTML/en/kfloppy/usingkfloppy.html -share/doc/kde/HTML/en/khexedit/.anchors -share/doc/kde/HTML/en/khexedit/bookmarks.html share/doc/kde/HTML/en/khexedit/common -share/doc/kde/HTML/en/khexedit/credits.html -share/doc/kde/HTML/en/khexedit/document-menu.html -share/doc/kde/HTML/en/khexedit/edit-menu.html -share/doc/kde/HTML/en/khexedit/help-menu.html +share/doc/kde/HTML/en/khexedit/index.cache.bz2 share/doc/kde/HTML/en/khexedit/index.docbook -share/doc/kde/HTML/en/khexedit/index.html -share/doc/kde/HTML/en/khexedit/installation.html -share/doc/kde/HTML/en/khexedit/introduction.html share/doc/kde/HTML/en/khexedit/khexedit1.png -share/doc/kde/HTML/en/khexedit/menu-commands.html -share/doc/kde/HTML/en/khexedit/nutshell.html -share/doc/kde/HTML/en/khexedit/settings-menu.html -share/doc/kde/HTML/en/khexedit/starting-khexedit.html -share/doc/kde/HTML/en/khexedit/toolbar.html -share/doc/kde/HTML/en/khexedit/tools-menu.html -share/doc/kde/HTML/en/khexedit/view-menu.html -share/doc/kde/HTML/en/kjots/.anchors -share/doc/kde/HTML/en/kjots/commands.html share/doc/kde/HTML/en/kjots/common -share/doc/kde/HTML/en/kjots/compilation.html -share/doc/kde/HTML/en/kjots/configuration.html -share/doc/kde/HTML/en/kjots/credits.html +share/doc/kde/HTML/en/kjots/index.cache.bz2 share/doc/kde/HTML/en/kjots/index.docbook -share/doc/kde/HTML/en/kjots/index.html -share/doc/kde/HTML/en/kjots/installation.html -share/doc/kde/HTML/en/kjots/introduction.html -share/doc/kde/HTML/en/kjots/kjots-pages.html -share/doc/kde/HTML/en/kjots/menu-edit.html -share/doc/kde/HTML/en/kjots/menu-help.html -share/doc/kde/HTML/en/kjots/menu-hotlist.html -share/doc/kde/HTML/en/kjots/menu-options.html -share/doc/kde/HTML/en/kjots/requirements.html -share/doc/kde/HTML/en/kjots/using-kjots.html -share/doc/kde/HTML/en/kljettool/.anchors share/doc/kde/HTML/en/kljettool/README share/doc/kde/HTML/en/kljettool/common -share/doc/kde/HTML/en/kljettool/compilation-and-installation.html -share/doc/kde/HTML/en/kljettool/credits.html share/doc/kde/HTML/en/kljettool/djcdoscommands.txt share/doc/kde/HTML/en/kljettool/filter -share/doc/kde/HTML/en/kljettool/getting-kljettool-to-work.html share/doc/kde/HTML/en/kljettool/hp690c.zip +share/doc/kde/HTML/en/kljettool/index.cache.bz2 share/doc/kde/HTML/en/kljettool/index.docbook -share/doc/kde/HTML/en/kljettool/index.html -share/doc/kde/HTML/en/kljettool/installation.html -share/doc/kde/HTML/en/kljettool/introduction.html share/doc/kde/HTML/en/kljettool/magic -share/doc/kde/HTML/en/kljettool/requirements.html share/doc/kde/HTML/en/kljettool/screenshot.png -share/doc/kde/HTML/en/kljettool/usage.html -share/doc/kde/HTML/en/klpq/.anchors -share/doc/kde/HTML/en/klpq/author.html share/doc/kde/HTML/en/klpq/common -share/doc/kde/HTML/en/klpq/compilation-and-installation.html +share/doc/kde/HTML/en/klpq/index.cache.bz2 share/doc/kde/HTML/en/klpq/index.docbook -share/doc/kde/HTML/en/klpq/index.html -share/doc/kde/HTML/en/klpq/installation.html -share/doc/kde/HTML/en/klpq/introduction.html -share/doc/kde/HTML/en/klpq/mainwindow.html -share/doc/kde/HTML/en/klpq/requirements.html -share/doc/kde/HTML/en/klpq/spooler-dialog.html -share/doc/kde/HTML/en/klpq/todo.html -share/doc/kde/HTML/en/klpq/usage.html -share/doc/kde/HTML/en/knotes/.anchors +share/doc/kde/HTML/en/klprfax/common +share/doc/kde/HTML/en/klprfax/index.cache.bz2 +share/doc/kde/HTML/en/klprfax/index.docbook share/doc/kde/HTML/en/knotes/common -share/doc/kde/HTML/en/knotes/compilation.html -share/doc/kde/HTML/en/knotes/configuration.html -share/doc/kde/HTML/en/knotes/configuring-actions.html -share/doc/kde/HTML/en/knotes/configuring-editor.html -share/doc/kde/HTML/en/knotes/credits.html -share/doc/kde/HTML/en/knotes/customizing-actions.html -share/doc/kde/HTML/en/knotes/customizing-display.html -share/doc/kde/HTML/en/knotes/customizing-editor.html -share/doc/kde/HTML/en/knotes/deleting-a-note.html -share/doc/kde/HTML/en/knotes/desktop-functions.html -share/doc/kde/HTML/en/knotes/displaying-notes.html -share/doc/kde/HTML/en/knotes/hiding-a-note.html +share/doc/kde/HTML/en/knotes/index.cache.bz2 share/doc/kde/HTML/en/knotes/index.docbook -share/doc/kde/HTML/en/knotes/index.html -share/doc/kde/HTML/en/knotes/inserting-the-date.html -share/doc/kde/HTML/en/knotes/installation.html -share/doc/kde/HTML/en/knotes/introduction.html -share/doc/kde/HTML/en/knotes/mailing-a-note.html -share/doc/kde/HTML/en/knotes/printing-a-note.html -share/doc/kde/HTML/en/knotes/quit-knotes.html -share/doc/kde/HTML/en/knotes/renaming-a-note.html -share/doc/kde/HTML/en/knotes/requirements.html -share/doc/kde/HTML/en/knotes/typing-the-note.html -share/doc/kde/HTML/en/knotes/using-knotes.html -share/doc/kde/HTML/en/kpm/.anchors -share/doc/kde/HTML/en/kpm/commands.html share/doc/kde/HTML/en/kpm/common -share/doc/kde/HTML/en/kpm/compilation.html -share/doc/kde/HTML/en/kpm/credits.html -share/doc/kde/HTML/en/kpm/faq.html +share/doc/kde/HTML/en/kpm/index.cache.bz2 share/doc/kde/HTML/en/kpm/index.docbook -share/doc/kde/HTML/en/kpm/index.html -share/doc/kde/HTML/en/kpm/installation.html -share/doc/kde/HTML/en/kpm/introduction.html share/doc/kde/HTML/en/kpm/kpmjobs.png share/doc/kde/HTML/en/kpm/kpmmemory.png share/doc/kde/HTML/en/kpm/kpmstart.png share/doc/kde/HTML/en/kpm/kpmtext.png -share/doc/kde/HTML/en/kpm/managing-processes.html -share/doc/kde/HTML/en/kpm/monitoring-processes.html -share/doc/kde/HTML/en/kpm/monitoring-resources.html -share/doc/kde/HTML/en/kpm/other-signals.html share/doc/kde/HTML/en/kpm/qps.1 -share/doc/kde/HTML/en/kpm/requirements.html -share/doc/kde/HTML/en/kpm/signals.html -share/doc/kde/HTML/en/kpm/using-kpm.html -share/doc/kde/HTML/en/ktimemon/.anchors -share/doc/kde/HTML/en/ktimemon/autoscaling.html -share/doc/kde/HTML/en/ktimemon/common -share/doc/kde/HTML/en/ktimemon/config.html -share/doc/kde/HTML/en/ktimemon/fund.html -share/doc/kde/HTML/en/ktimemon/index.docbook -share/doc/kde/HTML/en/ktimemon/index.html -share/doc/kde/HTML/en/ktimemon/installation.html -share/doc/kde/HTML/en/ktimemon/introduction.html -share/doc/kde/HTML/en/ktimemon/menu.html -share/doc/kde/HTML/en/ktimemon/revisionhistory.html -share/doc/kde/HTML/en/ktimemon/thanksandacknowledgements.html share/kde/applnk/Editors/KEdit.desktop share/kde/applnk/Kfind.desktop share/kde/applnk/Settings/Information/kcmdf.desktop @@ -309,18 +138,21 @@ share/kde/applnk/Utilities/karm.desktop share/kde/applnk/Utilities/kcalc.desktop share/kde/applnk/Utilities/kdepasswd.desktop share/kde/applnk/Utilities/khexedit.desktop +share/kde/applnk/Utilities/klprfax.desktop share/kde/applnk/Utilities/knotes.desktop +share/kde/applnk/Utilities/ktimer.desktop +share/kde/apps/ark/ark_part.rc share/kde/apps/ark/arkui.rc -share/kde/apps/ark/icons/locolor/22x22/actions/ark_adddir.png -share/kde/apps/ark/icons/locolor/22x22/actions/ark_addfile.png -share/kde/apps/ark/icons/locolor/22x22/actions/ark_delete.png -share/kde/apps/ark/icons/locolor/22x22/actions/ark_extract.png -share/kde/apps/ark/icons/locolor/22x22/actions/ark_help.png -share/kde/apps/ark/icons/locolor/22x22/actions/ark_new.png -share/kde/apps/ark/icons/locolor/22x22/actions/ark_open.png -share/kde/apps/ark/icons/locolor/22x22/actions/ark_options.png -share/kde/apps/ark/icons/locolor/22x22/actions/ark_selectall.png -share/kde/apps/ark/icons/locolor/22x22/actions/ark_view.png +share/kde/apps/ark/icons/hicolor/22x22/actions/ark_adddir.png +share/kde/apps/ark/icons/hicolor/22x22/actions/ark_addfile.png +share/kde/apps/ark/icons/hicolor/22x22/actions/ark_delete.png +share/kde/apps/ark/icons/hicolor/22x22/actions/ark_extract.png +share/kde/apps/ark/icons/hicolor/22x22/actions/ark_help.png +share/kde/apps/ark/icons/hicolor/22x22/actions/ark_new.png +share/kde/apps/ark/icons/hicolor/22x22/actions/ark_open.png +share/kde/apps/ark/icons/hicolor/22x22/actions/ark_options.png +share/kde/apps/ark/icons/hicolor/22x22/actions/ark_selectall.png +share/kde/apps/ark/icons/hicolor/22x22/actions/ark_view.png share/kde/apps/kab/htmlexport/templates/index.html share/kde/apps/kab/htmlexport/templates/kab_address.html share/kde/apps/kab/htmlexport/templates/kab_background.gif @@ -348,32 +180,56 @@ share/kde/apps/kfloppy/pics/kfloppylogo.png share/kde/apps/khexedit/toolbar/hexdrag.png share/kde/apps/khexedit/toolbar/hexmask.png share/kde/apps/khexedit/toolbar/hexwrite.png -share/kde/apps/kicker/applets/ktimemon.desktop +share/kde/apps/kicker/applets/kcharselectapplet.desktop share/kde/apps/kjots/pics/filedel.png -share/kde/apps/klaptopdaemon/icons/locolor/16x16/actions/laptop_charge.png -share/kde/apps/klaptopdaemon/icons/locolor/16x16/actions/laptop_nobattery.png -share/kde/apps/klaptopdaemon/icons/locolor/16x16/actions/laptop_nocharge.png -share/kde/apps/klaptopdaemon/icons/locolor/16x16/actions/power.png -share/kde/apps/klaptopdaemon/icons/locolor/32x32/actions/laptop_charge.png -share/kde/apps/klaptopdaemon/icons/locolor/32x32/actions/laptop_nobattery.png -share/kde/apps/klaptopdaemon/icons/locolor/32x32/actions/laptop_nocharge.png -share/kde/apps/klaptopdaemon/icons/locolor/32x32/actions/power.png +share/kde/apps/klaptopdaemon/icons/hicolor/16x16/actions/laptop_charge.png +share/kde/apps/klaptopdaemon/icons/hicolor/16x16/actions/laptop_nobattery.png +share/kde/apps/klaptopdaemon/icons/hicolor/16x16/actions/laptop_nocharge.png +share/kde/apps/klaptopdaemon/icons/hicolor/16x16/actions/power.png +share/kde/apps/klaptopdaemon/icons/hicolor/32x32/actions/power.png share/kde/apps/kljettool/pics/kljetlogo.png +share/kde/apps/knotes/knotesui.rc share/kde/apps/knotes/pics/knotesclose.png +share/kde/apps/knotes/pics/knotesdelete.png share/kde/apps/knotes/pics/knoteslogo.png +share/kde/apps/konqueror/servicemenus/arkservicemenu.desktop share/kde/config/knotesrc +share/kde/icons/hicolor/16x16/apps/ark.png +share/kde/icons/hicolor/16x16/apps/kab.png +share/kde/icons/hicolor/16x16/apps/karm.png +share/kde/icons/hicolor/16x16/apps/kcalc.png +share/kde/icons/hicolor/16x16/apps/kcharselect.png +share/kde/icons/hicolor/16x16/apps/kcmdf.png +share/kde/icons/hicolor/16x16/apps/kdf.png +share/kde/icons/hicolor/16x16/apps/kedit.png share/kde/icons/hicolor/16x16/apps/kfind.png +share/kde/icons/hicolor/16x16/apps/kfloppy.png +share/kde/icons/hicolor/16x16/apps/khexedit.png +share/kde/icons/hicolor/16x16/apps/kjots.png +share/kde/icons/hicolor/16x16/apps/klaptopdaemon.png +share/kde/icons/hicolor/16x16/apps/kljettool.png +share/kde/icons/hicolor/16x16/apps/klpq.png +share/kde/icons/hicolor/16x16/apps/klprfax.png +share/kde/icons/hicolor/16x16/apps/knotes.png +share/kde/icons/hicolor/16x16/apps/kwikdisk.png +share/kde/icons/hicolor/16x16/apps/laptop_battery.png +share/kde/icons/hicolor/16x16/apps/laptop_pcmcia.png share/kde/icons/hicolor/32x32/apps/ark.png share/kde/icons/hicolor/32x32/apps/kab.png share/kde/icons/hicolor/32x32/apps/karm.png share/kde/icons/hicolor/32x32/apps/kcalc.png +share/kde/icons/hicolor/32x32/apps/kcmdf.png +share/kde/icons/hicolor/32x32/apps/kdf.png share/kde/icons/hicolor/32x32/apps/kedit.png share/kde/icons/hicolor/32x32/apps/kfind.png share/kde/icons/hicolor/32x32/apps/kfloppy.png share/kde/icons/hicolor/32x32/apps/khexedit.png share/kde/icons/hicolor/32x32/apps/kjots.png +share/kde/icons/hicolor/32x32/apps/kljettool.png share/kde/icons/hicolor/32x32/apps/klpq.png +share/kde/icons/hicolor/32x32/apps/klprfax.png share/kde/icons/hicolor/32x32/apps/knotes.png +share/kde/icons/hicolor/32x32/apps/kwikdisk.png share/kde/icons/hicolor/32x32/apps/laptop_battery.png share/kde/icons/hicolor/32x32/apps/laptop_pcmcia.png share/kde/icons/hicolor/48x48/apps/ark.png @@ -391,65 +247,31 @@ share/kde/icons/hicolor/48x48/apps/klpq.png share/kde/icons/hicolor/48x48/apps/knotes.png share/kde/icons/hicolor/48x48/apps/laptop_battery.png share/kde/icons/hicolor/48x48/apps/laptop_pcmcia.png -share/kde/icons/locolor/16x16/apps/ark.png -share/kde/icons/locolor/16x16/apps/kab.png -share/kde/icons/locolor/16x16/apps/karm.png -share/kde/icons/locolor/16x16/apps/kcalc.png -share/kde/icons/locolor/16x16/apps/kcharselect.png -share/kde/icons/locolor/16x16/apps/kcmdf.png -share/kde/icons/locolor/16x16/apps/kdf.png -share/kde/icons/locolor/16x16/apps/kedit.png -share/kde/icons/locolor/16x16/apps/kfind.png -share/kde/icons/locolor/16x16/apps/kfloppy.png -share/kde/icons/locolor/16x16/apps/khexedit.png -share/kde/icons/locolor/16x16/apps/kjots.png -share/kde/icons/locolor/16x16/apps/klaptopdaemon.png -share/kde/icons/locolor/16x16/apps/kljettool.png -share/kde/icons/locolor/16x16/apps/klpq.png -share/kde/icons/locolor/16x16/apps/knotes.png -share/kde/icons/locolor/16x16/apps/ktimemon.png -share/kde/icons/locolor/16x16/apps/kwikdisk.png -share/kde/icons/locolor/16x16/apps/laptop_battery.png -share/kde/icons/locolor/16x16/apps/laptop_pcmcia.png -share/kde/icons/locolor/32x32/apps/ark.png -share/kde/icons/locolor/32x32/apps/kab.png -share/kde/icons/locolor/32x32/apps/karm.png -share/kde/icons/locolor/32x32/apps/kcalc.png -share/kde/icons/locolor/32x32/apps/kcharselect.png -share/kde/icons/locolor/32x32/apps/kcmdf.png -share/kde/icons/locolor/32x32/apps/kdf.png -share/kde/icons/locolor/32x32/apps/kedit.png -share/kde/icons/locolor/32x32/apps/kfind.png -share/kde/icons/locolor/32x32/apps/kfloppy.png -share/kde/icons/locolor/32x32/apps/khexedit.png -share/kde/icons/locolor/32x32/apps/kjots.png -share/kde/icons/locolor/32x32/apps/kljettool.png -share/kde/icons/locolor/32x32/apps/klpq.png -share/kde/icons/locolor/32x32/apps/knotes.png -share/kde/icons/locolor/32x32/apps/ktimemon.png -share/kde/icons/locolor/32x32/apps/kwikdisk.png -share/kde/icons/locolor/32x32/apps/laptop_battery.png -share/kde/icons/locolor/32x32/apps/laptop_pcmcia.png +share/kde/icons/locolor/16x16/apps/klprfax.png +share/kde/icons/locolor/32x32/apps/klprfax.png +share/kde/services/arkpart.desktop @comment kdebase:dirrm share/kde/icons/locolor/32x32/apps @comment kdebase:dirrm share/kde/icons/locolor/16x16/apps @comment kdebase:dirrm share/kde/icons/hicolor/48x48/apps @comment kdebase:dirrm share/kde/icons/hicolor/32x32/apps @comment kdebase:dirrm share/kde/icons/hicolor/16x16/apps @comment kdelibs:dirrm share/kde/config +@dirrm share/kde/apps/konqueror/servicemenus +@comment kdexxxx:dirrm share/kde/apps/konqueror @dirrm share/kde/apps/knotes/pics @dirrm share/kde/apps/knotes @dirrm share/kde/apps/kljettool/pics @dirrm share/kde/apps/kljettool -@dirrm share/kde/apps/klaptopdaemon/icons/locolor/32x32/actions -@dirrm share/kde/apps/klaptopdaemon/icons/locolor/32x32 -@dirrm share/kde/apps/klaptopdaemon/icons/locolor/16x16/actions -@dirrm share/kde/apps/klaptopdaemon/icons/locolor/16x16 -@dirrm share/kde/apps/klaptopdaemon/icons/locolor +@dirrm share/kde/apps/klaptopdaemon/icons/hicolor/32x32/actions +@dirrm share/kde/apps/klaptopdaemon/icons/hicolor/32x32 +@dirrm share/kde/apps/klaptopdaemon/icons/hicolor/16x16/actions +@dirrm share/kde/apps/klaptopdaemon/icons/hicolor/16x16 +@dirrm share/kde/apps/klaptopdaemon/icons/hicolor @dirrm share/kde/apps/klaptopdaemon/icons @dirrm share/kde/apps/klaptopdaemon @dirrm share/kde/apps/kjots/pics @dirrm share/kde/apps/kjots -@comment kdebase:dirrm share/kde/apps/kicker/applets +@comment kdexxxx:dirrm share/kde/apps/kicker/applets @dirrm share/kde/apps/khexedit/toolbar @dirrm share/kde/apps/khexedit @dirrm share/kde/apps/kfloppy/pics @@ -461,25 +283,24 @@ share/kde/icons/locolor/32x32/apps/laptop_pcmcia.png @dirrm share/kde/apps/kcalc @dirrm share/kde/apps/karm/pics @dirrm share/kde/apps/karm -@comment kdelibs:dirrm share/kde/apps/kab/pics @dirrm share/kde/apps/kab/htmlexport/templates @dirrm share/kde/apps/kab/htmlexport -@comment kdelibs:dirrm share/kde/apps/kab -@dirrm share/kde/apps/ark/icons/locolor/22x22/actions -@dirrm share/kde/apps/ark/icons/locolor/22x22 -@dirrm share/kde/apps/ark/icons/locolor +@comment kdexxxx:dirrm share/kde/apps/kab +@dirrm share/kde/apps/ark/icons/hicolor/22x22/actions +@dirrm share/kde/apps/ark/icons/hicolor/22x22 +@dirrm share/kde/apps/ark/icons/hicolor @dirrm share/kde/apps/ark/icons @dirrm share/kde/apps/ark -@comment kdelibs:dirrm share/kde/apps -@comment kdebase:dirrm share/kde/applnk/Utilities -@comment kdebase:dirrm share/kde/applnk/System -@comment kdebase:dirrm share/kde/applnk/Settings/PowerControl -@comment kdebase:dirrm share/kde/applnk/Settings/Information -@comment kdebase:dirrm share/kde/applnk/Editors -@comment kdebase:dirrm share/kde/applnk -@dirrm share/doc/kde/HTML/en/ktimemon +@comment kdexxxx:dirrm share/kde/apps +@comment kdexxxx:dirrm share/kde/applnk/Utilities +@comment kdexxxx:dirrm share/kde/applnk/System +@comment kdexxxx:dirrm share/kde/applnk/Settings/PowerControl +@comment kdexxxx:dirrm share/kde/applnk/Settings/Information +@comment kdexxxx:dirrm share/kde/applnk/Editors +@comment kdexxxx:dirrm share/kde/applnk @dirrm share/doc/kde/HTML/en/kpm @dirrm share/doc/kde/HTML/en/knotes +@dirrm share/doc/kde/HTML/en/klprfax @dirrm share/doc/kde/HTML/en/klpq @dirrm share/doc/kde/HTML/en/kljettool @dirrm share/doc/kde/HTML/en/kjots @@ -492,4 +313,5 @@ share/kde/icons/locolor/32x32/apps/laptop_pcmcia.png @dirrm share/doc/kde/HTML/en/karm @dirrm share/doc/kde/HTML/en/kab @dirrm share/doc/kde/HTML/en/ark -@comment kdelibs:dirrm share/doc/kde/HTML/en +@comment kdexxxx:dirrm share/doc/kde/HTML/en +@comment kdexxxx:dirrm lib/kde2 |