import of KDE-libs 1.1.2

This commit is contained in:
brad 1999-09-16 01:10:47 +00:00
parent dede2dd455
commit 82c6ee5b7a
20 changed files with 949 additions and 0 deletions

35
x11/kde/libs/Makefile Normal file
View File

@ -0,0 +1,35 @@
# $OpenBSD: Makefile,v 1.1.1.1 1999/09/16 01:10:47 brad Exp $
# Original Author: Yanick Cote <yanick@fries.net>
DISTNAME= kdelibs-1.1.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
NEED_VERSION= 1.92
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
LIB_DEPENDS= qt.1.44:${PORTSDIR}/x11/qt \
gif.4.1:${PORTSDIR}/graphics/giflib \
jpeg.62:${PORTSDIR}/graphics/jpeg \
png.1.3:${PORTSDIR}/graphics/png \
tiff.3.4:${PORTSDIR}/graphics/tiff34
USE_EGCC= yes
USE_EGXX= yes
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
pre-build:
@echo ""
@echo "*** WARNING: you may see an error such as"
@echo "*** virtual memory exhausted"
@echo "*** when building this package. If you do you must increase"
@echo "*** your limits. See the man page for your shell and look"
@echo "*** for the 'limit' or 'ulimit' command."
@echo ""
.include <bsd.port.mk>

3
x11/kde/libs/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (kdelibs-1.1.2.tar.bz2) = bd19469c2e6c8951e26f196e050cb096
RMD160 (kdelibs-1.1.2.tar.bz2) = b4c0d0a226a5bbabd908f08de770a03edd22b22c
SHA1 (kdelibs-1.1.2.tar.bz2) = 5623e6c7d6c6115a27c96b0c7468f57ff83e5fc3

View File

@ -0,0 +1,11 @@
--- jscript/Makefile.in.orig Tue Sep 14 17:23:55 1999
+++ jscript/Makefile.in Tue Sep 14 17:24:23 1999
@@ -189,7 +189,7 @@
####### Files
libjscript_la_SOURCES = t1.c t2.c cpp2bison.cpp jstree.cpp jsexec.cpp builtin.cpp
-libjscript_la_LDFLAGS = -version-info $(SOMAJOR):$(SOMINOR)
+libjscript_la_LDFLAGS = -version-info 1:1
libjscript_la_LIBADD =
include_HEADERS = bison2cpp.h jstree.h jsexec.h jserror.h builtin.h

View File

@ -0,0 +1,11 @@
--- kab/Makefile.in.orig Tue Sep 14 17:26:01 1999
+++ kab/Makefile.in Tue Sep 14 17:26:23 1999
@@ -180,7 +180,7 @@
include_HEADERS = stl_headers.h kabapi.h kab.h addressbook.h configDB.h keyvaluemap.h sections.h
-libkab_la_LDFLAGS = -version-info 2:0 $(X_LDFLAGS) $(QT_LDFLAGS)
+libkab_la_LDFLAGS = -version-info 1:1 $(X_LDFLAGS) $(QT_LDFLAGS)
libkab_la_LIBADD = -lXext $(LIB_QT)
# just to make sure, automake makes them

View File

@ -0,0 +1,11 @@
--- kdecore/Makefile.in.orig Tue Sep 14 17:27:15 1999
+++ kdecore/Makefile.in Tue Sep 14 17:27:36 1999
@@ -189,7 +189,7 @@
libkdecore_la_SOURCES = kconfig.cpp kconfigbase.cpp ksimpleconfig.cpp kcolorgroup.cpp kapp.cpp kurl.cpp ksock.cpp drag.cpp kprocess.cpp kprocctrl.cpp klocale.cpp libintl.cpp fakes.cpp kiconloader.cpp kdebug.cpp kstdaccel.cpp kwm.cpp krootprop.cpp kcharsets.cpp kcharsetsdata.cpp kchartables.cpp kstring.cpp kpixmap.cpp dither.cpp kckey.cpp kaccel.cpp kglobalaccel.cpp kclipboard.cpp krect.cpp ksize.cpp kpoint.cpp
-libkdecore_la_LDFLAGS = -version-info 2:0
+libkdecore_la_LDFLAGS = -version-info 1:1
# libkdecore_la_LIBADD =
libkdecore_la_METASOURCES = drag.moc kapp.moc kclipboard.moc kconfig.moc kconfigbase.moc kdebugdialog.moc kglobalaccel.moc kiconloader.moc kprocctrl.moc kprocess.moc ksimpleconfig.moc ksock.moc

View File

@ -0,0 +1,11 @@
--- kdeui/Makefile.in.orig Tue Sep 14 17:28:39 1999
+++ kdeui/Makefile.in Tue Sep 14 17:29:28 1999
@@ -179,7 +179,7 @@
EXTRA_DIST = $(data_DATA) CHANGES.kdatepicker USERS.kdatepicker
lib_LTLIBRARIES = libkdeui.la
-libkdeui_la_LDFLAGS = -version-info 2:0
+libkdeui_la_LDFLAGS = -version-info 1:1
include_HEADERS = kledlamp.h kprogress.h kpanner.h kcolordlg.h kselect.h kdatepik.h kdatetbl.h kfontdialog.h kmsgbox.h kpopmenu.h ktabctl.h ktreelist.h kstatusbar.h ktopwidget.h ktmainwindow.h ktoolbar.h kmenubar.h kbutton.h kslider.h kseparator.h klined.h kcombo.h krestrictedline.h kintegerline.h kspinbox.h kcolorbtn.h kiconloaderdialog.h kwmmapp.h kbuttonbox.h ktablistbox.h kcontainer.h knewpanner.h kcontrol.h keditcl.h ktoolboxmgr.h kled.h kdbtn.h knotebook.h ktabbar.h kwizard.h kkeydialog.h kurllabel.h kruler.h kquickhelp.h kcursor.h

View File

@ -0,0 +1,11 @@
--- kfile/Makefile.in.orig Tue Sep 14 17:30:43 1999
+++ kfile/Makefile.in Tue Sep 14 17:34:57 1999
@@ -199,7 +199,7 @@
toolbardir = $(kde_toolbardir)
LDFLAGS = $(QT_LDFLAGS) $(X_LDFLAGS)
-libkfile_la_LDFLAGS = -version-info 2:0 $(LDFLAGS)
+libkfile_la_LDFLAGS = -version-info 1:1 $(LDFLAGS)
libkfile_la_LIBADD = -lXext $(LIB_QT)
check_PROGRAMS = kfstest

View File

@ -0,0 +1,11 @@
--- khtmlw/Makefile.in.orig Tue Sep 14 17:35:36 1999
+++ khtmlw/Makefile.in Tue Sep 14 17:36:41 1999
@@ -185,7 +185,7 @@
noinst_HEADERS = htmlchain.h
-libkhtmlw_la_LDFLAGS = -version-info 2:0
+libkhtmlw_la_LDFLAGS = -version-info 1:1
data_DATA = khtmlw_dnd.xpm
datadir = $(kde_datadir)/khtmlw/pics

View File

@ -0,0 +1,11 @@
--- kimgio/Makefile.in.orig Tue Sep 14 17:38:39 1999
+++ kimgio/Makefile.in Tue Sep 14 17:38:50 1999
@@ -159,7 +159,7 @@
lib_LTLIBRARIES = libkimgio.la
-libkimgio_la_LDFLAGS = -version-info 2:0
+libkimgio_la_LDFLAGS = -version-info 1:1
libkimgio_la_SOURCES = jpeg.cpp xview.cpp kimgio.cpp kimgio.h eps.cpp tiffr.cpp pngr.cpp

View File

@ -0,0 +1,11 @@
--- kspell/Makefile.in.orig Tue Sep 14 17:39:38 1999
+++ kspell/Makefile.in Tue Sep 14 17:39:53 1999
@@ -181,7 +181,7 @@
INCLUDES = -I$(top_srcdir)/kdecore -I$(top_srcdir)/kdeui $(QT_INCLUDES) $(X_INCLUDES)
lib_LTLIBRARIES = libkspell.la
-libkspell_la_LDFLAGS = -version-info 2:0
+libkspell_la_LDFLAGS = -version-info 1:1
include_HEADERS = kspell.h ksconfig.h kprocio.h kspelldlg.h
noinst_HEADERS = version.h

View File

@ -0,0 +1,11 @@
--- mediatool/Makefile.in.orig Tue Sep 14 17:51:07 1999
+++ mediatool/Makefile.in Tue Sep 14 17:51:20 1999
@@ -188,7 +188,7 @@
include_HEADERS = mediatool.h kaudio.h
noinst_HEADERS = chunk.h playlist.h
-libmediatool_la_LDFLAGS = -version-info 2:0
+libmediatool_la_LDFLAGS = -version-info 1:1
libmediatool_la_LIBADD = $(LIBCOMPAT)
libmediatool_la_METASOURCES = kaudio.moc

View File

@ -0,0 +1,11 @@
--- kfmlib/Makefile.in.orig Tue Sep 14 17:51:57 1999
+++ kfmlib/Makefile.in Tue Sep 14 17:52:08 1999
@@ -180,7 +180,7 @@
libkfm_la_METASOURCES = kfm.moc kfmclient_ipc.moc
lib_LTLIBRARIES = libkfm.la
-libkfm_la_LDFLAGS = -version-info 2:0
+libkfm_la_LDFLAGS = -version-info 1:1
libkfm_la_SOURCES = kfm.cpp kfmclient_ipc.cpp kfmclient_ipc2.cpp kfmipc.cpp
include_HEADERS = kfm.h kfmclient_ipc.h kfmipc.h

View File

@ -0,0 +1,43 @@
--- admin/ltmain.sh.orig Mon May 31 19:08:57 1999
+++ admin/ltmain.sh Mon May 31 19:09:13 1999
@@ -2633,40 +2633,6 @@
# Exit here if they wanted silent mode.
test "$show" = : && exit 0
- echo "----------------------------------------------------------------------"
- echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- echo " $libdir"
- done
- echo
- echo "To link against installed libraries in a given directory, LIBDIR,"
- echo "you must use the \`-LLIBDIR' flag during linking."
- echo
- echo " You will also need to do at least one of the following:"
- if test -n "$shlibpath_var"; then
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- echo " during execution"
- fi
- if test -n "$runpath_var"; then
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
- echo " during linking"
- fi
- if test -n "$hardcode_libdir_flag_spec"; then
- libdir=LIBDIR
- eval flag=\"$hardcode_libdir_flag_spec\"
-
- echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- echo " - have your system administrator run these commands:$admincmds"
- fi
- if test -f /etc/ld.so.conf; then
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- fi
- echo
- echo "See any operating system documentation about shared libraries for"
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
- echo "----------------------------------------------------------------------"
exit 0
;;

View File

@ -0,0 +1,11 @@
--- mediatool/kaudio.cpp.orig Mon May 31 19:28:36 1999
+++ mediatool/kaudio.cpp Mon May 31 19:29:20 1999
@@ -191,7 +191,7 @@
void KAudio::sync()
{
- while ( StatChunk->sync_id != KeysChunk->sync_id )
+ while ( StatChunk && StatChunk->sync_id != KeysChunk->sync_id )
usleep(10*1000);
}

View File

@ -0,0 +1,68 @@
--- configure.orig Tue Sep 7 11:23:19 1999
+++ configure Tue Sep 14 19:08:38 1999
@@ -1861,7 +1861,7 @@
aix*)
ac_symcode='[BCDTU]'
;;
-sunos* | cygwin32* | mingw32*)
+sunos* | cygwin32* | mingw32* | openbsd*)
ac_sympat='_\([_A-Za-z][_A-Za-z0-9]*\)'
ac_symxfrm='_\1 \1'
;;
@@ -3094,12 +3094,13 @@
The main things grep needs to know about mmap are:
* does it exist and is it safe to write into the mmap'd area
* how to use it (BSD variants) */
+#include <stdlib.h>
#include <sys/types.h>
+#include <sys/stat.h>
#include <fcntl.h>
#include <sys/mman.h>
/* This mess was copied from the GNU getpagesize.h. */
-#ifndef HAVE_GETPAGESIZE
# ifdef HAVE_UNISTD_H
# include <unistd.h>
# endif
@@ -3137,14 +3138,6 @@
# endif /* no HAVE_SYS_PARAM_H */
# endif /* no _SC_PAGESIZE */
-#endif /* no HAVE_GETPAGESIZE */
-
-#ifdef __cplusplus
-extern "C" { void *malloc(unsigned); }
-#else
-char *malloc();
-#endif
-
int
main()
{
@@ -3157,7 +3150,7 @@
/*
* First, make a file with some known garbage in it.
*/
- data = malloc(pagesize);
+ data = (char *)malloc(pagesize);
if (!data)
exit(1);
for (i = 0; i < pagesize; ++i)
@@ -3178,7 +3171,7 @@
fd = open("conftestmmap", O_RDWR);
if (fd < 0)
exit(1);
- data2 = malloc(2 * pagesize);
+ data2 = (char *)malloc(2 * pagesize);
if (!data2)
exit(1);
data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
@@ -3196,7 +3189,7 @@
*/
for (i = 0; i < pagesize; ++i)
*(data2 + i) = *(data2 + i) + 1;
- data3 = malloc(pagesize);
+ data3 = (char *)malloc(pagesize);
if (!data3)
exit(1);
if (read(fd, data3, pagesize) != pagesize)

View File

@ -0,0 +1,11 @@
--- admin/ltconfig.orig Sun Jun 13 16:17:15 1999
+++ admin/ltconfig Sun Jun 13 16:17:49 1999
@@ -1387,7 +1387,7 @@
aix*)
symcode='[BCDTU]'
;;
-sunos* | cygwin32* | mingw32*)
+sunos* | cygwin32* | mingw32* | openbsd*)
sympat='_\([_A-Za-z][_A-Za-z0-9]*\)'
symxfrm='_\1 \1'
;;

1
x11/kde/libs/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
X11 libraries + a windows manager and much more

18
x11/kde/libs/pkg/DESCR Normal file
View File

@ -0,0 +1,18 @@
KDE is a network transparent contemporary desktop environment for UNIX
workstations. It was written by a world-wide network of software
engineers committed to free software development. KDE seeks to fill
the need for an easy to use desktop for Unix workstations, similar to
the desktop environments found under the MacOS or Window95/NT. We
believe that the UNIX operating system is the best operating system
available today. In fact UNIX has been the undisputed choice of the
information technology professional for many years. When it comes to
stability, scalability and openness there is no competition to UNIX .
However, the lack of an easy to use contemporary desktop environment
for UNIX has prevented UNIX from finding its way onto the desktops of
the typical computer user in offices and homes. UNIX dominates the
server market and is the preferred computing platform for computing
professional and scientists. Without UNIX the internet would not be.
But UNIX did not address the needs of the average computer user. This
fact is particularly unfortunate since a number of implementations of
UNIX ( Linux, FreeBSD, NetBSD, OpenBSD etc) are freely availabe on the
internet. All of which are of exceptional quality and stability.

330
x11/kde/libs/pkg/PLIST Normal file
View File

@ -0,0 +1,330 @@
include/addressbook.h
include/bison2cpp.h
include/booktoken.h
include/builtin.h
include/ckey.h
include/configDB.h
include/dither.h
include/drag.h
include/html.h
include/htmlclue.h
include/htmldata.h
include/htmlfont.h
include/htmlform.h
include/htmlframe.h
include/htmliter.h
include/htmlobj.h
include/htmltable.h
include/htmltoken.h
include/htmlview.h
include/jscript.h
include/jserror.h
include/jsexec.h
include/jstree.h
include/kab.h
include/kabapi.h
include/kaccel.h
include/kapp.h
include/kaudio.h
include/kbutton.h
include/kbuttonbox.h
include/kcharsets.h
include/kckey.h
include/kclipboard.h
include/kcolorbtn.h
include/kcolordlg.h
include/kcolorgroup.h
include/kcombiview.h
include/kcombo.h
include/kconfig.h
include/kconfigbase.h
include/kconfigdata.h
include/kcontainer.h
include/kcontrol.h
include/kcursor.h
include/kdatepik.h
include/kdatetbl.h
include/kdbtn.h
include/kde.pot
include/kdebug.h
include/kdir.h
include/kdirlistbox.h
include/keditcl.h
include/keyvaluemap.h
include/kfilebookmark.h
include/kfiledetaillist.h
include/kfiledialog.h
include/kfilefilter.h
include/kfileinfo.h
include/kfileinfocontents.h
include/kfilepreview.h
include/kfilesimpleview.h
include/kfm.h
include/kfmclient_ipc.h
include/kfmipc.h
include/kfontdialog.h
include/kglobalaccel.h
include/kiconloader.h
include/kiconloaderdialog.h
include/kimgio.h
include/kintegerline.h
include/kkeydialog.h
include/kled.h
include/kledlamp.h
include/klined.h
include/klocale.h
include/kmenubar.h
include/kmisc.h
include/kmsgbox.h
include/knewpanner.h
include/knotebook.h
include/kpanner.h
include/kpixmap.h
include/kpoint.h
include/kpopmenu.h
include/kpreview.h
include/kprocctrl.h
include/kprocess.h
include/kprocio.h
include/kprogress.h
include/kquickhelp.h
include/krect.h
include/kremotefile.h
include/krestrictedline.h
include/krootprop.h
include/kruler.h
include/ksconfig.h
include/kselect.h
include/kseparator.h
include/ksimpleconfig.h
include/ksize.h
include/kslider.h
include/ksock.h
include/kspell.h
include/kspelldlg.h
include/kspinbox.h
include/kstatusbar.h
include/kstdaccel.h
include/kstring.h
include/ktabbar.h
include/ktabctl.h
include/ktablistbox.h
include/ktmainwindow.h
include/ktoolbar.h
include/ktoolboxmgr.h
include/ktopwidget.h
include/ktreelist.h
include/kurl.h
include/kurllabel.h
include/kwizard.h
include/kwm.h
include/kwmmapp.h
include/mediatool.h
include/sections.h
include/stl_headers.h
include/xview.h
lib/libjscript.a
lib/libjscript.la
lib/libjscript.so.1.1
lib/libkab.a
lib/libkab.la
lib/libkab.so.1.1
lib/libkdecore.a
lib/libkdecore.la
lib/libkdecore.so.1.1
lib/libkdeui.a
lib/libkdeui.la
lib/libkdeui.so.1.1
lib/libkfile.a
lib/libkfile.la
lib/libkfile.so.1.1
lib/libkfm.a
lib/libkfm.la
lib/libkfm.so.1.1
lib/libkhtmlw.a
lib/libkhtmlw.la
lib/libkhtmlw.so.1.1
lib/libkimgio.a
lib/libkimgio.la
lib/libkimgio.so.1.1
lib/libkspell.a
lib/libkspell.la
lib/libkspell.so.1.1
lib/libmediatool.a
lib/libmediatool.la
lib/libmediatool.so.1.1
share/apps/kab/pics/background_1.jpg
share/apps/kab/pics/dialog_background.jpg
share/apps/kde/pics/arrow_down.xbm
share/apps/kde/pics/arrow_left.xbm
share/apps/kde/pics/arrow_right.xbm
share/apps/kde/pics/arrow_up.xbm
share/apps/kde/pics/error.xpm
share/apps/kde/pics/exclamation.xpm
share/apps/kde/pics/info.xpm
share/apps/kde/pics/question.xpm
share/apps/kde/pics/stopsign.xpm
share/apps/khtmlw/pics/khtmlw_dnd.xpm
share/config/charsets
share/config/kdebug.areas
share/doc/HTML/en/kdelibs/kdebug.html
share/doc/HTML/en/kfiledialog/back.gif
share/doc/HTML/en/kfiledialog/bottom.gif
share/doc/HTML/en/kfiledialog/exec.gif
share/doc/HTML/en/kfiledialog/flag.gif
share/doc/HTML/en/kfiledialog/forward.gif
share/doc/HTML/en/kfiledialog/home.gif
share/doc/HTML/en/kfiledialog/idea.gif
share/doc/HTML/en/kfiledialog/index.html
share/doc/HTML/en/kfiledialog/reload.gif
share/doc/HTML/en/kfiledialog/toolbar-h.gif
share/doc/HTML/en/kfiledialog/toolbar.gif
share/doc/HTML/en/kfiledialog/up.gif
share/doc/HTML/en/kfiledialog/viewmag.gif
share/doc/HTML/en/kspell/ksconfig.html
share/doc/HTML/en/kspell/ksdialog.html
share/doc/HTML/en/kspell/kspell.html
share/locale/da/LC_MESSAGES/kde.mo
share/locale/de/LC_MESSAGES/kde.mo
share/locale/es/LC_MESSAGES/kde.mo
share/locale/fr/LC_MESSAGES/kde.mo
share/locale/ko/LC_MESSAGES/kde.mo
share/locale/nl/LC_MESSAGES/kde.mo
share/locale/no/LC_MESSAGES/kde.mo
share/locale/pl/LC_MESSAGES/kde.mo
share/locale/pt/LC_MESSAGES/kde.mo
share/locale/sl/LC_MESSAGES/kde.mo
share/locale/sv/LC_MESSAGES/kde.mo
share/locale/cs/LC_MESSAGES/kde.mo
share/locale/hr/LC_MESSAGES/kde.mo
share/locale/it/LC_MESSAGES/kde.mo
share/locale/pt_BR/LC_MESSAGES/kde.mo
share/locale/fi/LC_MESSAGES/kde.mo
share/locale/ru/LC_MESSAGES/kde.mo
share/locale/hu/LC_MESSAGES/kde.mo
share/locale/el/LC_MESSAGES/kde.mo
share/locale/ro/LC_MESSAGES/kde.mo
share/locale/zh_TW.Big5/LC_MESSAGES/kde.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/kde.mo
share/locale/sk/LC_MESSAGES/kde.mo
share/locale/ca/LC_MESSAGES/kde.mo
share/locale/en_UK/LC_MESSAGES/kde.mo
share/locale/mk/LC_MESSAGES/kde.mo
share/locale/eo/LC_MESSAGES/kde.mo
share/locale/is/LC_MESSAGES/kde.mo
share/locale/tr/LC_MESSAGES/kde.mo
share/locale/th/LC_MESSAGES/kde.mo
share/locale/he/LC_MESSAGES/kde.mo
share/locale/et/LC_MESSAGES/kde.mo
share/locale/br/LC_MESSAGES/kde.mo
share/locale/ja/LC_MESSAGES/kde.mo
share/locale/da/charset
share/locale/de/charset
share/locale/es/charset
share/locale/fr/charset
share/locale/no/charset
share/locale/pl/charset
share/locale/pt/charset
share/locale/sl/charset
share/locale/sv/charset
share/locale/cs/charset
share/locale/hr/charset
share/locale/it/charset
share/locale/pt_BR/charset
share/locale/fi/charset
share/locale/ru/charset
share/locale/hu/charset
share/locale/ro/charset
share/locale/sk/charset
share/locale/ca/charset
share/locale/eo/charset
share/locale/is/charset
share/locale/he/charset
share/locale/et/charset
share/locale/br/charset
share/locale/hs/charset
share/toolbar/add_point.xpm
share/toolbar/airbrush.xpm
share/toolbar/back.xpm
share/toolbar/blend.xpm
share/toolbar/bottom.xpm
share/toolbar/centrejust.xpm
share/toolbar/circle_select.xpm
share/toolbar/configure.xpm
share/toolbar/contents.xpm
share/toolbar/context_help.xpm
share/toolbar/delete.xpm
share/toolbar/down.xpm
share/toolbar/droplet.xpm
share/toolbar/dropper.xpm
share/toolbar/edit_point.xpm
share/toolbar/editcopy.xpm
share/toolbar/editcut.xpm
share/toolbar/editpaste.xpm
share/toolbar/eraser.xpm
share/toolbar/exclamation.xpm
share/toolbar/exit.xpm
share/toolbar/filefloppy.xpm
share/toolbar/filemail.xpm
share/toolbar/filenew.xpm
share/toolbar/filenew2.xpm
share/toolbar/fileopen.xpm
share/toolbar/fileprint.xpm
share/toolbar/find.xpm
share/toolbar/finish.xpm
share/toolbar/flag.xpm
share/toolbar/forward.xpm
share/toolbar/help.xpm
share/toolbar/home.xpm
share/toolbar/idea.xpm
share/toolbar/knife.xpm
share/toolbar/lassoo.xpm
share/toolbar/leftjust.xpm
share/toolbar/lock.xpm
share/toolbar/move.xpm
share/toolbar/next.xpm
share/toolbar/openbook.xpm
share/toolbar/page.xpm
share/toolbar/paintbrush.xpm
share/toolbar/paintbucket.xpm
share/toolbar/pencil.xpm
share/toolbar/prev.xpm
share/toolbar/print_preview.xpm
share/toolbar/rectangle_select.xpm
share/toolbar/redo.xpm
share/toolbar/reload.xpm
share/toolbar/rightjust.xpm
share/toolbar/search.xpm
share/toolbar/send.xpm
share/toolbar/smart_select.xpm
share/toolbar/spellcheck.xpm
share/toolbar/stamp.xpm
share/toolbar/start.xpm
share/toolbar/stop.xpm
share/toolbar/text.xpm
share/toolbar/tick.xpm
share/toolbar/top.xpm
share/toolbar/transform.xpm
share/toolbar/undo.xpm
share/toolbar/up.xpm
share/toolbar/viewmag+.xpm
share/toolbar/viewmag-.xpm
share/toolbar/viewmag.xpm
share/toolbar/viewzoom.xpm
@exec ln -sf en %D/share/doc/HTML/default
@unexec rm -f %D/share/doc/HTML/default
@exec /sbin/ldconfig -m %B
@dirrm share/toolbar
@dirrm share/doc/HTML/en/kspell
@dirrm share/doc/HTML/en/kfiledialog
@dirrm share/doc/HTML/en/kdelibs
@dirrm share/doc/HTML/en
@dirrm share/doc/HTML
@dirrm share/config
@dirrm share/apps/khtmlw/pics
@dirrm share/apps/khtmlw
@dirrm share/apps/kde/pics
@dirrm share/apps/kde
@dirrm share/apps/kab/pics
@dirrm share/apps/kab
@dirrm share/apps

View File

@ -0,0 +1,319 @@
include/addressbook.h
include/bison2cpp.h
include/booktoken.h
include/builtin.h
include/ckey.h
include/configDB.h
include/dither.h
include/drag.h
include/html.h
include/htmlclue.h
include/htmldata.h
include/htmlfont.h
include/htmlform.h
include/htmlframe.h
include/htmliter.h
include/htmlobj.h
include/htmltable.h
include/htmltoken.h
include/htmlview.h
include/jscript.h
include/jserror.h
include/jsexec.h
include/jstree.h
include/kab.h
include/kabapi.h
include/kaccel.h
include/kapp.h
include/kaudio.h
include/kbutton.h
include/kbuttonbox.h
include/kcharsets.h
include/kckey.h
include/kclipboard.h
include/kcolorbtn.h
include/kcolordlg.h
include/kcolorgroup.h
include/kcombiview.h
include/kcombo.h
include/kconfig.h
include/kconfigbase.h
include/kconfigdata.h
include/kcontainer.h
include/kcontrol.h
include/kcursor.h
include/kdatepik.h
include/kdatetbl.h
include/kdbtn.h
include/kde.pot
include/kdebug.h
include/kdir.h
include/kdirlistbox.h
include/keditcl.h
include/keyvaluemap.h
include/kfilebookmark.h
include/kfiledetaillist.h
include/kfiledialog.h
include/kfilefilter.h
include/kfileinfo.h
include/kfileinfocontents.h
include/kfilepreview.h
include/kfilesimpleview.h
include/kfm.h
include/kfmclient_ipc.h
include/kfmipc.h
include/kfontdialog.h
include/kglobalaccel.h
include/kiconloader.h
include/kiconloaderdialog.h
include/kimgio.h
include/kintegerline.h
include/kkeydialog.h
include/kled.h
include/kledlamp.h
include/klined.h
include/klocale.h
include/kmenubar.h
include/kmisc.h
include/kmsgbox.h
include/knewpanner.h
include/knotebook.h
include/kpanner.h
include/kpixmap.h
include/kpoint.h
include/kpopmenu.h
include/kpreview.h
include/kprocctrl.h
include/kprocess.h
include/kprocio.h
include/kprogress.h
include/kquickhelp.h
include/krect.h
include/kremotefile.h
include/krestrictedline.h
include/krootprop.h
include/kruler.h
include/ksconfig.h
include/kselect.h
include/kseparator.h
include/ksimpleconfig.h
include/ksize.h
include/kslider.h
include/ksock.h
include/kspell.h
include/kspelldlg.h
include/kspinbox.h
include/kstatusbar.h
include/kstdaccel.h
include/kstring.h
include/ktabbar.h
include/ktabctl.h
include/ktablistbox.h
include/ktmainwindow.h
include/ktoolbar.h
include/ktoolboxmgr.h
include/ktopwidget.h
include/ktreelist.h
include/kurl.h
include/kurllabel.h
include/kwizard.h
include/kwm.h
include/kwmmapp.h
include/mediatool.h
include/sections.h
include/stl_headers.h
include/xview.h
lib/libjscript.a
lib/libjscript.la
lib/libkab.a
lib/libkab.la
lib/libkdecore.a
lib/libkdecore.la
lib/libkdeui.a
lib/libkdeui.la
lib/libkfile.a
lib/libkfile.la
lib/libkfm.a
lib/libkfm.la
lib/libkhtmlw.a
lib/libkhtmlw.la
lib/libkimgio.a
lib/libkimgio.la
lib/libkspell.a
lib/libkspell.la
lib/libmediatool.a
lib/libmediatool.la
share/apps/kab/pics/background_1.jpg
share/apps/kab/pics/dialog_background.jpg
share/apps/kde/pics/arrow_down.xbm
share/apps/kde/pics/arrow_left.xbm
share/apps/kde/pics/arrow_right.xbm
share/apps/kde/pics/arrow_up.xbm
share/apps/kde/pics/error.xpm
share/apps/kde/pics/exclamation.xpm
share/apps/kde/pics/info.xpm
share/apps/kde/pics/question.xpm
share/apps/kde/pics/stopsign.xpm
share/apps/khtmlw/pics/khtmlw_dnd.xpm
share/config/charsets
share/config/kdebug.areas
share/doc/HTML/en/kdelibs/kdebug.html
share/doc/HTML/en/kfiledialog/back.gif
share/doc/HTML/en/kfiledialog/bottom.gif
share/doc/HTML/en/kfiledialog/exec.gif
share/doc/HTML/en/kfiledialog/flag.gif
share/doc/HTML/en/kfiledialog/forward.gif
share/doc/HTML/en/kfiledialog/home.gif
share/doc/HTML/en/kfiledialog/idea.gif
share/doc/HTML/en/kfiledialog/index.html
share/doc/HTML/en/kfiledialog/reload.gif
share/doc/HTML/en/kfiledialog/toolbar-h.gif
share/doc/HTML/en/kfiledialog/toolbar.gif
share/doc/HTML/en/kfiledialog/up.gif
share/doc/HTML/en/kfiledialog/viewmag.gif
share/doc/HTML/en/kspell/ksconfig.html
share/doc/HTML/en/kspell/ksdialog.html
share/doc/HTML/en/kspell/kspell.html
share/locale/da/LC_MESSAGES/kde.mo
share/locale/de/LC_MESSAGES/kde.mo
share/locale/es/LC_MESSAGES/kde.mo
share/locale/fr/LC_MESSAGES/kde.mo
share/locale/ko/LC_MESSAGES/kde.mo
share/locale/nl/LC_MESSAGES/kde.mo
share/locale/no/LC_MESSAGES/kde.mo
share/locale/pl/LC_MESSAGES/kde.mo
share/locale/pt/LC_MESSAGES/kde.mo
share/locale/sl/LC_MESSAGES/kde.mo
share/locale/sv/LC_MESSAGES/kde.mo
share/locale/cs/LC_MESSAGES/kde.mo
share/locale/hr/LC_MESSAGES/kde.mo
share/locale/it/LC_MESSAGES/kde.mo
share/locale/pt_BR/LC_MESSAGES/kde.mo
share/locale/fi/LC_MESSAGES/kde.mo
share/locale/ru/LC_MESSAGES/kde.mo
share/locale/hu/LC_MESSAGES/kde.mo
share/locale/el/LC_MESSAGES/kde.mo
share/locale/ro/LC_MESSAGES/kde.mo
share/locale/zh_TW.Big5/LC_MESSAGES/kde.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/kde.mo
share/locale/sk/LC_MESSAGES/kde.mo
share/locale/ca/LC_MESSAGES/kde.mo
share/locale/en_UK/LC_MESSAGES/kde.mo
share/locale/mk/LC_MESSAGES/kde.mo
share/locale/eo/LC_MESSAGES/kde.mo
share/locale/is/LC_MESSAGES/kde.mo
share/locale/tr/LC_MESSAGES/kde.mo
share/locale/th/LC_MESSAGES/kde.mo
share/locale/he/LC_MESSAGES/kde.mo
share/locale/et/LC_MESSAGES/kde.mo
share/locale/br/LC_MESSAGES/kde.mo
share/locale/ja/LC_MESSAGES/kde.mo
share/locale/da/charset
share/locale/de/charset
share/locale/es/charset
share/locale/fr/charset
share/locale/no/charset
share/locale/pl/charset
share/locale/pt/charset
share/locale/sl/charset
share/locale/sv/charset
share/locale/cs/charset
share/locale/hr/charset
share/locale/it/charset
share/locale/pt_BR/charset
share/locale/fi/charset
share/locale/ru/charset
share/locale/hu/charset
share/locale/ro/charset
share/locale/sk/charset
share/locale/ca/charset
share/locale/eo/charset
share/locale/is/charset
share/locale/he/charset
share/locale/et/charset
share/locale/br/charset
share/locale/hs/charset
share/toolbar/add_point.xpm
share/toolbar/airbrush.xpm
share/toolbar/back.xpm
share/toolbar/blend.xpm
share/toolbar/bottom.xpm
share/toolbar/centrejust.xpm
share/toolbar/circle_select.xpm
share/toolbar/configure.xpm
share/toolbar/contents.xpm
share/toolbar/context_help.xpm
share/toolbar/delete.xpm
share/toolbar/down.xpm
share/toolbar/droplet.xpm
share/toolbar/dropper.xpm
share/toolbar/edit_point.xpm
share/toolbar/editcopy.xpm
share/toolbar/editcut.xpm
share/toolbar/editpaste.xpm
share/toolbar/eraser.xpm
share/toolbar/exclamation.xpm
share/toolbar/exit.xpm
share/toolbar/filefloppy.xpm
share/toolbar/filemail.xpm
share/toolbar/filenew.xpm
share/toolbar/filenew2.xpm
share/toolbar/fileopen.xpm
share/toolbar/fileprint.xpm
share/toolbar/find.xpm
share/toolbar/finish.xpm
share/toolbar/flag.xpm
share/toolbar/forward.xpm
share/toolbar/help.xpm
share/toolbar/home.xpm
share/toolbar/idea.xpm
share/toolbar/knife.xpm
share/toolbar/lassoo.xpm
share/toolbar/leftjust.xpm
share/toolbar/lock.xpm
share/toolbar/move.xpm
share/toolbar/next.xpm
share/toolbar/openbook.xpm
share/toolbar/page.xpm
share/toolbar/paintbrush.xpm
share/toolbar/paintbucket.xpm
share/toolbar/pencil.xpm
share/toolbar/prev.xpm
share/toolbar/print_preview.xpm
share/toolbar/rectangle_select.xpm
share/toolbar/redo.xpm
share/toolbar/reload.xpm
share/toolbar/rightjust.xpm
share/toolbar/search.xpm
share/toolbar/send.xpm
share/toolbar/smart_select.xpm
share/toolbar/spellcheck.xpm
share/toolbar/stamp.xpm
share/toolbar/start.xpm
share/toolbar/stop.xpm
share/toolbar/text.xpm
share/toolbar/tick.xpm
share/toolbar/top.xpm
share/toolbar/transform.xpm
share/toolbar/undo.xpm
share/toolbar/up.xpm
share/toolbar/viewmag+.xpm
share/toolbar/viewmag-.xpm
share/toolbar/viewmag.xpm
share/toolbar/viewzoom.xpm
@exec ln -sf en %D/share/doc/HTML/default
@unexec rm -f %D/share/doc/HTML/default
@dirrm share/toolbar
@dirrm share/doc/HTML/en/kspell
@dirrm share/doc/HTML/en/kfiledialog
@dirrm share/doc/HTML/en/kdelibs
@dirrm share/doc/HTML/en
@dirrm share/doc/HTML
@dirrm share/config
@dirrm share/apps/khtmlw/pics
@dirrm share/apps/khtmlw
@dirrm share/apps/kde/pics
@dirrm share/apps/kde
@dirrm share/apps/kab/pics
@dirrm share/apps/kab
@dirrm share/apps