upgrade to kdelibs 1.1.1

This commit is contained in:
brad 1999-06-01 15:38:00 +00:00
parent b76dd034a1
commit 74cff26588
17 changed files with 709 additions and 224 deletions

View File

@ -1,21 +1,42 @@
# OpenBSD makefile for: kdelibs
# Version required: 1.0
# Date created: 1998-Sep-1
# Whom: Yannick Cote
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/11/23 19:23:23 yanick Exp $
#
# $OpenBSD: Makefile,v 1.2 1999/06/01 15:38:00 brad Exp $
DISTNAME= kdelibs-1.0
CATEGORIES= x11
DISTNAME= kdelibs-1.1.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/1.1.1/distribution/tar/generic/source/bz2
MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/
NEED_VERSION= 1.92
MAINTAINER= yanick@fries.net
MAINTAINER= yanick@fries.net
LIB_DEPENDS= gif\\.3\\.:${PORTSDIR}/graphics/giflib \
jpeg\\.62\\.:${PORTSDIR}/graphics/jpeg
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
GNU_CONFIGURE= yes
# Internal Compiler errors
.if ${MACHINE_ARCH} == "sparc"
PATCH_LIST= patch-* sup-sparc
.endif
USE_BZIP2= yes
USE_GMAKE= yes
SEPARATE_BUILD= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
QT_MOC="/usr/X11R6/bin/moc"
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>

View File

@ -1,3 +1,3 @@
MD5 (kdelibs-1.0.tar.gz) = b7b874f77978463b1b974996a61f49a1
RMD160 (kdelibs-1.0.tar.gz) = 7989a83d15ccf0d0f62ab62e98c87793188943be
SHA1 (kdelibs-1.0.tar.gz) = f5c4e32cd71ad0e3fad40757782f3ab38afef2c8
MD5 (kdelibs-1.1.1.tar.bz2) = a2f485c7cb2e53add861898f7383258a
RMD160 (kdelibs-1.1.1.tar.bz2) = a1595ac882db90db8cc810b064ed91e9af3eef2b
SHA1 (kdelibs-1.1.1.tar.bz2) = df13d3f806a52cc5a534aba7bbb1366e93e13beb

View File

@ -1,11 +1,11 @@
--- configure.orig Sun Sep 13 09:50:30 1998
+++ configure Sun Sep 13 09:51:33 1998
@@ -4401,7 +4401,7 @@
fi
done
IFS="$ac_save_ifs"
- test -z "$ac_cv_path_MOC" && ac_cv_path_MOC="/usr/bin/moc"
+ test -z "$ac_cv_path_MOC" && ac_cv_path_MOC="/usr/X11R6/bin/moc"
;;
esac
fi
--- jscript/Makefile.in.orig Mon May 31 19:12:52 1999
+++ jscript/Makefile.in Mon May 31 19:13:26 1999
@@ -190,7 +190,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 Mon May 31 19:13:44 1999
+++ kab/Makefile.in Mon May 31 19:14:04 1999
@@ -181,7 +181,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 Wed Apr 28 11:24:06 1999
+++ kdecore/Makefile.in Mon May 31 19:14:51 1999
@@ -190,7 +190,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 Mon May 31 19:15:11 1999
+++ kdeui/Makefile.in Mon May 31 19:15:23 1999
@@ -180,7 +180,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 Mon May 31 19:15:38 1999
+++ kfile/Makefile.in Mon May 31 19:15:54 1999
@@ -200,7 +200,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 Wed Apr 28 11:24:11 1999
+++ khtmlw/Makefile.in Mon May 31 19:17:25 1999
@@ -186,7 +186,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 Mon May 31 19:18:56 1999
+++ kimgio/Makefile.in Mon May 31 19:19:06 1999
@@ -160,7 +160,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 Mon May 31 19:19:24 1999
+++ kspell/Makefile.in Mon May 31 19:19:36 1999
@@ -182,7 +182,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 Mon May 31 19:19:50 1999
+++ mediatool/Makefile.in Mon May 31 19:20:01 1999
@@ -189,7 +189,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 Mon May 31 19:25:54 1999
+++ kfmlib/Makefile.in Mon May 31 19:26:02 1999
@@ -181,7 +181,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,34 @@
--- kdecore/Makefile.in.orig Wed Apr 28 11:24:06 1999
+++ kdecore/Makefile.in Mon May 31 16:37:37 1999
@@ -500,6 +500,11 @@
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
+krootprop.lo:
+ $(LTCXXCOMPILE) -O0 -c $(srcdir)/krootprop.cpp
+
+kclipboard.lo: kclipboard.moc
+ $(LTCXXCOMPILE) -O0 -c $(srcdir)/kclipboard.cpp
$(srcdir)/drag.cpp: drag.moc
drag.moc: $(srcdir)/drag.h
--- khtmlw/Makefile.in.orig Wed Apr 28 11:24:11 1999
+++ khtmlw/Makefile.in Mon May 31 17:58:33 1999
@@ -471,6 +471,17 @@
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
+jscript.lo:
+ $(LTCXXCOMPILE) -O0 -c $(srcdir)/jscript.cpp
+
+html.lo: html.moc
+ $(LTCXXCOMPILE) -O0 -c $(srcdir)/html.cpp
+
+htmlobj.lo: htmlobj.moc
+ $(LTCXXCOMPILE) -O0 -c $(srcdir)/htmlobj.cpp
+
+htmltable.lo:
+ $(LTCXXCOMPILE) -O0 -c $(srcdir)/htmltable.cpp
$(srcdir)/html.cpp: html.moc
html.moc: $(srcdir)/html.h

View File

@ -1,118 +1,173 @@
lib/libkdecore.so.1.0
lib/libkdecore.la
lib/libkdeui.so.1.0
lib/libkdeui.la
lib/libjscript.so.0.90
lib/libjscript.la
lib/libkhtmlw.so.1.0
lib/libkhtmlw.la
lib/libkfm.so.1.0
lib/libkfm.la
lib/libkfile.so.1.0
lib/libkfile.la
lib/libmediatool.so.1.0
lib/libmediatool.la
include/kconfig.h
include/kconfigdata.h
include/ksimpleconfig.h
include/kconfigbase.h
include/kcolorgroup.h
include/kapp.h
include/kcharsets.h
include/kurl.h
include/ksock.h
include/drag.h
include/kkeyconf.h
include/kkeydata.h
include/ckey.h
include/kmisc.h
include/kprocess.h
include/kprocctrl.h
include/klocale.h
include/kiconloader.h
include/kdebug.h
include/kstdaccel.h
include/kwm.h
include/krootprop.h
include/kstring.h
include/kpixmap.h
include/dither.h
include/kledlamp.h
include/kprogress.h
include/kpanner.h
include/kcolordlg.h
include/kselect.h
include/kdatepik.h
include/kdatetbl.h
include/kfontdialog.h
include/kmsgbox.h
include/kpopmenu.h
include/ktabctl.h
include/ktreelist.h
include/kstatusbar.h
include/ktopwidget.h
include/ktoolbar.h
include/ktmainwindow.h
include/kmenubar.h
include/kbutton.h
include/kslider.h
include/kseparator.h
include/klined.h
include/kcombo.h
include/krestrictedline.h
include/kintegerline.h
include/kspinbox.h
include/kcolorbtn.h
include/kiconloaderdialog.h
include/kwmmapp.h
include/kbuttonbox.h
include/ktablistbox.h
include/kcontainer.h
include/knewpanner.h
include/kcontrol.h
include/keditcl.h
include/ktoolboxmgr.h
include/kled.h
include/kdbtn.h
include/knotebook.h
include/ktabbar.h
include/kwizard.h
include/addressbook.h
include/bison2cpp.h
include/jstree.h
include/jsexec.h
include/jserror.h
include/booktoken.h
include/builtin.h
include/jscript.h
include/ckey.h
include/configDB.h
include/dither.h
include/drag.h
include/html.h
include/htmlobj.h
include/htmlfont.h
include/formats.h
include/htmlform.h
include/htmltoken.h
include/htmlframe.h
include/htmlview.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/kfiledialog.h
include/kfileinfo.h
include/bookmark.h
include/kremotefile.h
include/kdir.h
include/kdirlistbox.h
include/kfileinfocontents.h
include/booktoken.h
include/kfiledetaillist.h
include/kcombiview.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/kfilepreview.h
include/xview.h
include/kfilesimpleview.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/kaudio.h
include/kde.pot
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
@ -126,26 +181,28 @@ 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/kdelibs/kdebug.html
share/config/charsets
share/apps/kde/pics/error.xpm
share/apps/kde/pics/exclamation.xpm
share/apps/kde/pics/info.xpm
share/apps/kde/pics/stopsign.xpm
share/apps/kde/pics/question.xpm
share/apps/kde/pics/arrow_up.xbm
share/apps/kde/pics/arrow_down.xbm
share/apps/kde/pics/arrow_left.xbm
share/apps/kde/pics/arrow_right.xbm
share/apps/khtmlw/pics/khtmlw_dnd.xpm
share/toolbar/configure.xpm
share/doc/HTML/en/kspell/ksconfig.html
share/doc/HTML/en/kspell/ksdialog.html
share/doc/HTML/en/kspell/kspell.html
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
@ -154,101 +211,61 @@ 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/page.xpm
share/toolbar/paintbucket.xpm
share/toolbar/prev.xpm
share/toolbar/reload.xpm
share/toolbar/send.xpm
share/toolbar/openbook.xpm
share/toolbar/tick.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
share/toolbar/stop.xpm
share/locale/de/LC_MESSAGES/kde.mo
share/locale/de/charset
share/locale/fr/LC_MESSAGES/kde.mo
share/locale/fr/charset
share/locale/sv/LC_MESSAGES/kde.mo
share/locale/sv/charset
share/locale/cs/LC_MESSAGES/kde.mo
share/locale/cs/charset
share/locale/es/LC_MESSAGES/kde.mo
share/locale/es/charset
share/locale/ru/LC_MESSAGES/kde.mo
share/locale/ru/charset
share/locale/hu/LC_MESSAGES/kde.mo
share/locale/hu/charset
share/locale/da/LC_MESSAGES/kde.mo
share/locale/da/charset
share/locale/it/LC_MESSAGES/kde.mo
share/locale/nl/LC_MESSAGES/kde.mo
share/locale/pt/LC_MESSAGES/kde.mo
share/locale/pt/charset
share/locale/no/LC_MESSAGES/kde.mo
share/locale/pl/LC_MESSAGES/kde.mo
share/locale/pl/charset
share/locale/el/LC_MESSAGES/kde.mo
share/locale/fi/LC_MESSAGES/kde.mo
share/locale/fi/charset
share/locale/hr/LC_MESSAGES/kde.mo
share/locale/ro/LC_MESSAGES/kde.mo
share/locale/ro/charset
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/sk/charset
share/locale/ca/LC_MESSAGES/kde.mo
share/locale/sl/LC_MESSAGES/kde.mo
share/locale/en_UK/LC_MESSAGES/kde.mo
share/locale/mk/LC_MESSAGES/kde.mo
share/locale/pt_BR/LC_MESSAGES/kde.mo
@dirrm share/locale/pt_BR/LC_MESSAGES
@dirrm share/locale/mk/LC_MESSAGES
@dirrm share/locale/en_UK/LC_MESSAGES
@dirrm share/locale/sl/LC_MESSAGES
@dirrm share/locale/ca/LC_MESSAGES
@dirrm share/locale/sk/LC_MESSAGES
@dirrm share/locale/zh_CN.GB2312/LC_MESSAGES
@dirrm share/locale/zh_TW.Big5/LC_MESSAGES
@dirrm share/locale/ro/LC_MESSAGES
@dirrm share/locale/hr/LC_MESSAGES
@dirrm share/locale/fi/LC_MESSAGES
@dirrm share/locale/el/LC_MESSAGES
@dirrm share/locale/pl/LC_MESSAGES
@dirrm share/locale/no/LC_MESSAGES
@dirrm share/locale/pt/LC_MESSAGES
@dirrm share/locale/nl/LC_MESSAGES
@dirrm share/locale/it/LC_MESSAGES
@dirrm share/locale/da/LC_MESSAGES
@dirrm share/locale/hu/LC_MESSAGES
@dirrm share/locale/hu
@dirrm share/locale/ru/LC_MESSAGES
@dirrm share/locale/es/LC_MESSAGES
@dirrm share/locale/cs/LC_MESSAGES
@dirrm share/locale/cs
@dirrm share/locale/sv/LC_MESSAGES
@dirrm share/locale/fr/LC_MESSAGES
@dirrm share/locale/de/LC_MESSAGES
@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/apps/khtmlw/pics
@dirrm share/apps/kde/pics
@dirrm share/config
@dirrm share/doc/HTML/default
@dirrm share/doc/HTML/en/kdelibs
@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
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m /usr/local/lib
@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,260 @@
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/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