From 619f4c4ab7dc95d1aa9dda0f741f54822058dea8 Mon Sep 17 00:00:00 2001 From: skrll Date: Wed, 14 Mar 2001 16:05:41 +0000 Subject: Import of KDE 2.1 kdeutils package. --- misc/kdeutils2/Makefile | 15 ++ misc/kdeutils2/files/md5 | 3 + misc/kdeutils2/files/patch-sum | 7 + misc/kdeutils2/patches/patch-aa | 22 ++ misc/kdeutils2/patches/patch-ab | 48 ++++ misc/kdeutils2/patches/patch-ac | 31 +++ misc/kdeutils2/patches/patch-ad | 22 ++ misc/kdeutils2/patches/patch-ae | 31 +++ misc/kdeutils2/pkg/DESCR | 1 + misc/kdeutils2/pkg/PLIST | 495 ++++++++++++++++++++++++++++++++++++++++ 10 files changed, 675 insertions(+) create mode 100644 misc/kdeutils2/Makefile create mode 100644 misc/kdeutils2/files/md5 create mode 100644 misc/kdeutils2/files/patch-sum create mode 100644 misc/kdeutils2/patches/patch-aa create mode 100644 misc/kdeutils2/patches/patch-ab create mode 100644 misc/kdeutils2/patches/patch-ac create mode 100644 misc/kdeutils2/patches/patch-ad create mode 100644 misc/kdeutils2/patches/patch-ae create mode 100644 misc/kdeutils2/pkg/DESCR create mode 100644 misc/kdeutils2/pkg/PLIST (limited to 'misc') diff --git a/misc/kdeutils2/Makefile b/misc/kdeutils2/Makefile new file mode 100644 index 00000000000..7da84b8dad6 --- /dev/null +++ b/misc/kdeutils2/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 16:05:41 skrll Exp $ +# + +DISTNAME= kdeutils-2.1 +CATEGORIES= misc kde +.include "../../x11/kde2/Makefile.part1" +COMMENT= Utilities for the KDE integrated X11 desktop + +DEPENDS+= kdebase-2.1:../../x11/kdebase2 + +.include "../../x11/kde2/Makefile.part2" + +CONFIGURE_ENV+= LIBS="-Wl,--export-dynamic" + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/kdeutils2/files/md5 b/misc/kdeutils2/files/md5 new file mode 100644 index 00000000000..3b3bcaae22c --- /dev/null +++ b/misc/kdeutils2/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/14 16:05:41 skrll Exp $ + +SHA1 (kdeutils-2.1.tar.bz2) = 99b9fec70c619c41a3878391ca277ab2a9e88275 diff --git a/misc/kdeutils2/files/patch-sum b/misc/kdeutils2/files/patch-sum new file mode 100644 index 00000000000..3964bd3a684 --- /dev/null +++ b/misc/kdeutils2/files/patch-sum @@ -0,0 +1,7 @@ +$NetBSD: patch-sum,v 1.1.1.1 2001/03/14 16:05:41 skrll Exp $ + +SHA1 (patch-aa) = 7fa3b66189e92496b5f54ff0464569039becc436 +SHA1 (patch-ab) = 4a021a96abd230bc391cd097fd8cafa26a89023b +SHA1 (patch-ac) = 79bd1891001bf6bab438a3a28e6beb6cc36a28ea +SHA1 (patch-ad) = 2f44bcb04de116789b2f380388a09deb5560720b +SHA1 (patch-ae) = 0176cdb16b8933e5c3ca713242c4c432d636e38d diff --git a/misc/kdeutils2/patches/patch-aa b/misc/kdeutils2/patches/patch-aa new file mode 100644 index 00000000000..703df836e6a --- /dev/null +++ b/misc/kdeutils2/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/03/14 16:05:49 skrll Exp $ + +--- khexedit/chartabledialog.cc.orig Mon Jul 10 19:41:46 2000 ++++ khexedit/chartabledialog.cc +@@ -18,7 +18,7 @@ + * + */ + +-#include ++#include + + #include + #include +@@ -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 ); + diff --git a/misc/kdeutils2/patches/patch-ab b/misc/kdeutils2/patches/patch-ab new file mode 100644 index 00000000000..22c039fa432 --- /dev/null +++ b/misc/kdeutils2/patches/patch-ab @@ -0,0 +1,48 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/03/14 16:05:49 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 @@ + + #include + #include +-#include ++#include + + #include + #include +@@ -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() ); diff --git a/misc/kdeutils2/patches/patch-ac b/misc/kdeutils2/patches/patch-ac new file mode 100644 index 00000000000..157f101baf8 --- /dev/null +++ b/misc/kdeutils2/patches/patch-ac @@ -0,0 +1,31 @@ +$NetBSD: patch-ac,v 1.1.1.1 2001/03/14 16:05:49 skrll Exp $ + +--- khexedit/exportdialog.cc.orig Wed Dec 13 18:28:03 2000 ++++ khexedit/exportdialog.cc +@@ -18,7 +18,7 @@ + * + */ + +-#include ++#include + + #include + #include +@@ -321,7 +321,7 @@ + + 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 new file mode 100644 index 00000000000..57af6652da8 --- /dev/null +++ b/misc/kdeutils2/patches/patch-ad @@ -0,0 +1,22 @@ +$NetBSD: patch-ad,v 1.1.1.1 2001/03/14 16:05:48 skrll Exp $ + +--- khexedit/optiondialog.cc.orig Wed Dec 13 18:28:04 2000 ++++ khexedit/optiondialog.cc +@@ -24,7 +24,7 @@ + #include + + +-#include ++#include + + #include + #include +@@ -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-ae b/misc/kdeutils2/patches/patch-ae new file mode 100644 index 00000000000..bae4e8ba66a --- /dev/null +++ b/misc/kdeutils2/patches/patch-ae @@ -0,0 +1,31 @@ +$NetBSD: patch-ae,v 1.1.1.1 2001/03/14 16:05:48 skrll Exp $ + +--- khexedit/printerdialog.cc.orig Sun Oct 1 13:14:02 2000 ++++ khexedit/printerdialog.cc +@@ -18,7 +18,7 @@ + * + */ + +-#include ++#include + + #include + #include +@@ -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/pkg/DESCR b/misc/kdeutils2/pkg/DESCR new file mode 100644 index 00000000000..90ae45773be --- /dev/null +++ b/misc/kdeutils2/pkg/DESCR @@ -0,0 +1 @@ +KDE provides an integrated X11 based environment, much like CDE. diff --git a/misc/kdeutils2/pkg/PLIST b/misc/kdeutils2/pkg/PLIST new file mode 100644 index 00000000000..1c6b1769143 --- /dev/null +++ b/misc/kdeutils2/pkg/PLIST @@ -0,0 +1,495 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/14 16:05:48 skrll Exp $ +bin/ark +bin/kab +bin/karm +bin/kcalc +bin/kcharselect +bin/kdepasswd +bin/kdessh +bin/kdf +bin/kedit +bin/kfind +bin/kfloppy +bin/khexedit +bin/kjots +bin/klaptopdaemon +bin/kljettool +bin/klpq +bin/knotes +bin/kwikdisk +include/knotesdcop.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/kfind.a +lib/kfind.la +lib/kfind.so +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 +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.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.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.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.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.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.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.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.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.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.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.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.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/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.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.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 +share/kde/applnk/Settings/Information/pcmcia.desktop +share/kde/applnk/Settings/PowerControl/battery.desktop +share/kde/applnk/Settings/PowerControl/bwarning.desktop +share/kde/applnk/Settings/PowerControl/cwarning.desktop +share/kde/applnk/Settings/PowerControl/power.desktop +share/kde/applnk/System/kdf.desktop +share/kde/applnk/System/kwikdisk.desktop +share/kde/applnk/Utilities/KCharSelect.desktop +share/kde/applnk/Utilities/KFloppy.desktop +share/kde/applnk/Utilities/KLJetTool.desktop +share/kde/applnk/Utilities/KLpq.desktop +share/kde/applnk/Utilities/Kjots.desktop +share/kde/applnk/Utilities/ark.desktop +share/kde/applnk/Utilities/kab.desktop +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/knotes.desktop +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/kab/htmlexport/templates/index.html +share/kde/apps/kab/htmlexport/templates/kab_address.html +share/kde/apps/kab/htmlexport/templates/kab_background.gif +share/kde/apps/kab/htmlexport/templates/kab_entrylist.html +share/kde/apps/kab/htmlexport/templates/kab_person.html +share/kde/apps/kab/pics/addressbook_logo.png +share/kde/apps/karm/karmui.rc +share/kde/apps/karm/pics/clock.xpm +share/kde/apps/karm/pics/clockedit.xpm +share/kde/apps/karm/pics/empty-watch.xpm +share/kde/apps/karm/pics/filedel.xpm +share/kde/apps/karm/pics/watch-0.xpm +share/kde/apps/karm/pics/watch-1.xpm +share/kde/apps/karm/pics/watch-2.xpm +share/kde/apps/karm/pics/watch-3.xpm +share/kde/apps/karm/pics/watch-4.xpm +share/kde/apps/karm/pics/watch-5.xpm +share/kde/apps/karm/pics/watch-6.xpm +share/kde/apps/karm/pics/watch-7.xpm +share/kde/apps/kcalc/pics/kcalclogo.png +share/kde/apps/kdf/pics/delete.png +share/kde/apps/kdf/pics/tick.png +share/kde/apps/kedit/keditui.rc +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/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/kljettool/pics/kljetlogo.png +share/kde/apps/knotes/pics/knotesclose.png +share/kde/apps/knotes/pics/knoteslogo.png +share/kde/config/knotesrc +share/kde/icons/hicolor/16x16/apps/kfind.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/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/klpq.png +share/kde/icons/hicolor/32x32/apps/knotes.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 +share/kde/icons/hicolor/48x48/apps/kab.png +share/kde/icons/hicolor/48x48/apps/karm.png +share/kde/icons/hicolor/48x48/apps/kcalc.png +share/kde/icons/hicolor/48x48/apps/kcharselect.png +share/kde/icons/hicolor/48x48/apps/kedit.png +share/kde/icons/hicolor/48x48/apps/kfind.png +share/kde/icons/hicolor/48x48/apps/kfloppy.png +share/kde/icons/hicolor/48x48/apps/khexedit.png +share/kde/icons/hicolor/48x48/apps/kjots.png +share/kde/icons/hicolor/48x48/apps/kljettool.png +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 +@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/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 +@dirrm share/kde/apps/klaptopdaemon +@dirrm share/kde/apps/kjots/pics +@dirrm share/kde/apps/kjots +@comment kdebase:dirrm share/kde/apps/kicker/applets +@dirrm share/kde/apps/khexedit/toolbar +@dirrm share/kde/apps/khexedit +@dirrm share/kde/apps/kfloppy/pics +@dirrm share/kde/apps/kfloppy +@dirrm share/kde/apps/kedit +@dirrm share/kde/apps/kdf/pics +@dirrm share/kde/apps/kdf +@dirrm share/kde/apps/kcalc/pics +@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 +@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 +@dirrm share/doc/kde/HTML/en/kpm +@dirrm share/doc/kde/HTML/en/knotes +@dirrm share/doc/kde/HTML/en/klpq +@dirrm share/doc/kde/HTML/en/kljettool +@dirrm share/doc/kde/HTML/en/kjots +@dirrm share/doc/kde/HTML/en/khexedit +@dirrm share/doc/kde/HTML/en/kfloppy +@dirrm share/doc/kde/HTML/en/kfind +@dirrm share/doc/kde/HTML/en/kedit +@dirrm share/doc/kde/HTML/en/kdf +@dirrm share/doc/kde/HTML/en/kcalc +@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 -- cgit v1.2.3