diff options
author | hubertf <hubertf> | 1997-12-29 03:54:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-12-29 03:54:29 +0000 |
commit | 4a77293accd659b4eeae7257a081c0b112e4f34e (patch) | |
tree | edf1ba5dff4e646f8d1e7f4046af23df827bd1bb /x11/kdebase | |
parent | 9784a41e0c726550b4a82fcf2f5b4a9e9b809b7a (diff) | |
download | pkgsrc-4a77293accd659b4eeae7257a081c0b112e4f34e.tar.gz |
Base modules for the KDE integrated X11 desktop
Diffstat (limited to 'x11/kdebase')
-rw-r--r-- | x11/kdebase/Makefile | 38 | ||||
-rw-r--r-- | x11/kdebase/files/md5 | 1 | ||||
-rw-r--r-- | x11/kdebase/patches/patch-a0 | 15 | ||||
-rw-r--r-- | x11/kdebase/patches/patch-aa | 15 | ||||
-rw-r--r-- | x11/kdebase/patches/patch-ab | 20 | ||||
-rw-r--r-- | x11/kdebase/patches/patch-ac | 10 | ||||
-rw-r--r-- | x11/kdebase/patches/patch-ad | 11 | ||||
-rw-r--r-- | x11/kdebase/patches/patch-ae | 38 | ||||
-rw-r--r-- | x11/kdebase/patches/patch-af | 78 | ||||
-rw-r--r-- | x11/kdebase/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/kdebase/pkg/DESCR | 1 | ||||
-rw-r--r-- | x11/kdebase/pkg/PLIST | 741 |
12 files changed, 969 insertions, 0 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile new file mode 100644 index 00000000000..c7bfb241b42 --- /dev/null +++ b/x11/kdebase/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: kdebase +# Version required: Beta1 +# Date created: 28 October 1997 +# Whom: Stefan Eßer <se@freebsd.org> +# +# $Id: Makefile,v 1.1.1.1 1997/12/29 03:54:29 hubertf Exp $ +# + +DISTNAME= kdebase-Beta2-1 +PKGNAME= kdebase-2.1b +CATEGORIES= x11 kde +MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta2/distribution/tgz/source/ \ + ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta2/distribution/tgz/source/ \ + ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta2/distribution/tgz/source/ +EXTRACT_SUFX= .src.tgz + +MAINTAINER= se@freebsd.org + +BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt +LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \ + gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ + jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg \ + kdecore\\.0\\.1[1-9]:${PORTSDIR}/x11/kdelibs \ + kdeui\\.0\\.1[0-9]:${PORTSDIR}/x11/kdelibs \ + jscript\\.0\\.[1-9]:${PORTSDIR}/x11/kdelibs \ + khtmlw\\.0\\.1[1-9]:${PORTSDIR}/x11/kdelibs \ + kfm\\.0\\.[1-9]:${PORTSDIR}/x11/kdelibs \ + mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ + "--x-inc=$(X11BASE)/include -I$(PREFIX)/include -I$(PREFIX)/include/giflib" \ + "--x-lib=$(X11BASE)/lib -L$(PREFIX)/lib" +CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" + +WRKSRC= ${WRKDIR}/kdebase + +.include <bsd.port.mk> diff --git a/x11/kdebase/files/md5 b/x11/kdebase/files/md5 new file mode 100644 index 00000000000..0a5b3970998 --- /dev/null +++ b/x11/kdebase/files/md5 @@ -0,0 +1 @@ +MD5 (kdebase-Beta2-1.src.tgz) = a9649a5cfeef49f69fbd70fe7af644ed diff --git a/x11/kdebase/patches/patch-a0 b/x11/kdebase/patches/patch-a0 new file mode 100644 index 00000000000..f895c3435a6 --- /dev/null +++ b/x11/kdebase/patches/patch-a0 @@ -0,0 +1,15 @@ +*** ltconfig~ Thu Oct 23 01:00:08 1997 +--- ltconfig Fri Oct 31 22:03:45 1997 +*************** +*** 1034,1038 **** + freebsd2* | freebsd3*) + version_type=sunos +! library_names_spec='$libname.so.$versuffix $libname.so' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH +--- 1034,1038 ---- + freebsd2* | freebsd3*) + version_type=sunos +! library_names_spec='$libname.so.$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH diff --git a/x11/kdebase/patches/patch-aa b/x11/kdebase/patches/patch-aa new file mode 100644 index 00000000000..f87bf70c896 --- /dev/null +++ b/x11/kdebase/patches/patch-aa @@ -0,0 +1,15 @@ +*** configure.orig Sun Oct 26 01:02:37 1997 +--- configure Fri Oct 31 22:49:27 1997 +*************** +*** 925,929 **** + + +! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' + + +--- 925,929 ---- + + +! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555' + + diff --git a/x11/kdebase/patches/patch-ab b/x11/kdebase/patches/patch-ab new file mode 100644 index 00000000000..c23f2183d29 --- /dev/null +++ b/x11/kdebase/patches/patch-ab @@ -0,0 +1,20 @@ +*** kdehelp/man.cpp~ Sat Oct 4 22:54:07 1997 +--- kdehelp/man.cpp Tue Oct 28 01:06:43 1997 +*************** +*** 11,14 **** +--- 11,15 ---- + #include <stdio.h> + #include <string.h> ++ #include <sys/types.h> + #include <dirent.h> + #include <unistd.h> +*** kdehelp/search/mansrch.cpp~ Thu Aug 7 05:02:14 1997 +--- kdehelp/search/mansrch.cpp Tue Oct 28 01:03:17 1997 +*************** +*** 7,10 **** +--- 7,11 ---- + #include <stdio.h> + #include <string.h> ++ #include <sys/types.h> + #include <dirent.h> + #include <unistd.h> diff --git a/x11/kdebase/patches/patch-ac b/x11/kdebase/patches/patch-ac new file mode 100644 index 00000000000..7a087e41414 --- /dev/null +++ b/x11/kdebase/patches/patch-ac @@ -0,0 +1,10 @@ +*** kdm/Makefile.in~ Sun Nov 23 01:03:19 1997 +--- kdm/Makefile.in Wed Nov 26 23:45:08 1997 +*************** +*** 141,144 **** +--- 141,145 ---- + # Libraries: + LDADD = $(all_libraries) -lkdecore -lqt -lXext\ ++ -lrpcsvc\ + -lXau -lXdmcp -lX11 -lm $(PASSLIB) $(LIBSOCKET) $(LIBCRYPT) $(KDE_RPATH) $(LIBUCB) + diff --git a/x11/kdebase/patches/patch-ad b/x11/kdebase/patches/patch-ad new file mode 100644 index 00000000000..ccb105c55b6 --- /dev/null +++ b/x11/kdebase/patches/patch-ad @@ -0,0 +1,11 @@ +*** kwm/main.C~ Sat Dec 6 11:19:12 1997 +--- kwm/main.C Sat Dec 6 11:19:14 1997 +*************** +*** 326,329 **** +--- 326,331 ---- + static int NumLockMask = 0; + if (!NumLockMask){ ++ ++ if (!XKeysymToKeycode(qt_xdisplay(), keysym)) return; + XModifierKeymap* xmk = XGetModifierMapping(qt_xdisplay()); + int i; diff --git a/x11/kdebase/patches/patch-ae b/x11/kdebase/patches/patch-ae new file mode 100644 index 00000000000..899d74e92b6 --- /dev/null +++ b/x11/kdebase/patches/patch-ae @@ -0,0 +1,38 @@ +*** kcontrol/info/processor_fbsd.cpp~ Thu Nov 27 00:06:35 1997 +--- kcontrol/info/processor_fbsd.cpp Thu Nov 27 00:05:41 1997 +*************** +*** 1,4 **** +--- 1,5 ---- + #include <sys/types.h> + #include <sys/sysctl.h> ++ #include <stdlib.h> + + /* stdio.h has NULL, but also a lot of extra cruft */ +*************** +*** 9,13 **** + /* Again avoid the cruft in stdlib.h since malloc() isn't gonna change + too often */ +! void *malloc __P((size_t)); + + KProcessorWidget::KProcessorWidget(QWidget *parent, const char *name) +--- 10,14 ---- + /* Again avoid the cruft in stdlib.h since malloc() isn't gonna change + too often */ +! /* void *malloc __P((size_t)); */ + + KProcessorWidget::KProcessorWidget(QWidget *parent, const char *name) +*** kcontrol/Makefile.in~ Thu Nov 27 00:13:06 1997 +--- kcontrol/Makefile.in Thu Nov 27 00:13:10 1997 +*************** +*** 308,312 **** + install-data-local: + $(mkinstalldirs) $(kde_bindir) +! $(INSTALL_PROGRAM) kcontrol $(kde_bindir)/kcontrol + + uninstall-local: +--- 308,312 ---- + install-data-local: + $(mkinstalldirs) $(kde_bindir) +! $(INSTALL_SCRIPT) kcontrol $(kde_bindir)/kcontrol + + uninstall-local: diff --git a/x11/kdebase/patches/patch-af b/x11/kdebase/patches/patch-af new file mode 100644 index 00000000000..0cb1ca964f5 --- /dev/null +++ b/x11/kdebase/patches/patch-af @@ -0,0 +1,78 @@ +diff -r -C3 kfm/kioserver.cpp kfm.new/kioserver.cpp +*** kfm/kioserver.cpp Mon Nov 10 01:04:24 1997 +--- kfm.new/kioserver.cpp Fri Dec 5 18:59:59 1997 +*************** +*** 9,14 **** +--- 9,20 ---- + #include <dirent.h> + #include <sys/stat.h> + ++ #ifdef __FreeBSD__ ++ #include <sys/param.h> ++ #include <sys/ucred.h> ++ #include <sys/mount.h> ++ #endif ++ + #include <kconfig.h> + + #include "kioserver_ipc.h" +*************** +*** 365,370 **** +--- 371,407 ---- + QString KIOServer::findDeviceMountPoint( const char *_device, const char *_file ) + { + debugT("Finding mount point of %s\n",_device ); ++ ++ #ifdef __FreeBSD__ ++ if(!strcmp("/etc/mtab", _file)) ++ { ++ struct statfs *buf; ++ long fsno; ++ int flags = MNT_WAIT; ++ ++ fsno = getfsstat(NULL, 0, flags); ++ buf = (struct statfs *)malloc(fsno * sizeof(struct statfs)); ++ if(getfsstat(buf, fsno*sizeof(struct statfs), flags) == -1) ++ { ++ free(buf); ++ debugT("Device isn't mounted\n"); ++ return QString(NULL); ++ } ++ else ++ { ++ int i; ++ for(i = 0; i < fsno; i++) ++ if(!strcmp(buf[i].f_mntfromname, _device)) ++ { ++ QString tmpstr((const char *)buf[i].f_mntonname); ++ debugT("Device is mounted at %s", buf[i].f_mntonname); ++ free(buf); ++ return tmpstr; ++ } ++ } ++ } ++ ++ #endif /* __FreeBSD__ */ + + // Get the real device name, not some link. + char buffer[1024]; +diff -r -C3 kfm/kioslave/main.cpp kfm.new/kioslave/main.cpp +*** kfm/kioslave/main.cpp Mon Nov 10 01:04:43 1997 +--- kfm.new/kioslave/main.cpp Fri Dec 5 15:06:59 1997 +*************** +*** 224,230 **** + else if ( _ro ) + sprintf( buffer, "mount -rt %s %s %s 2>/tmp/mnt%i",_fstype, _dev, _point, t ); + else +! sprintf( buffer, "mount -rt %s %s %s 2>/tmp/mnt%i",_fstype, _dev, _point, t ); + + system( buffer ); + +--- 224,230 ---- + else if ( _ro ) + sprintf( buffer, "mount -rt %s %s %s 2>/tmp/mnt%i",_fstype, _dev, _point, t ); + else +! sprintf( buffer, "mount -t %s %s %s 2>/tmp/mnt%i",_fstype, _dev, _point, t ); + + system( buffer ); + diff --git a/x11/kdebase/pkg/COMMENT b/x11/kdebase/pkg/COMMENT new file mode 100644 index 00000000000..ab700e2eeaa --- /dev/null +++ b/x11/kdebase/pkg/COMMENT @@ -0,0 +1 @@ +Base modules for the KDE integrated X11 desktop diff --git a/x11/kdebase/pkg/DESCR b/x11/kdebase/pkg/DESCR new file mode 100644 index 00000000000..90ae45773be --- /dev/null +++ b/x11/kdebase/pkg/DESCR @@ -0,0 +1 @@ +KDE provides an integrated X11 based environment, much like CDE. diff --git a/x11/kdebase/pkg/PLIST b/x11/kdebase/pkg/PLIST new file mode 100644 index 00000000000..1c489281e03 --- /dev/null +++ b/x11/kdebase/pkg/PLIST @@ -0,0 +1,741 @@ +bin/kfmwarn +bin/kfmclient +bin/kioslave +bin/kfmexec +bin/kfm +bin/kfmsu +bin/kfmsu2 +bin/startkde +bin/kdehelp +bin/kfontmanager +bin/kfind +bin/kvt +bin/kwm +bin/kpanel +bin/kwmcom +bin/kwmpager +bin/kbgndwm +bin/krootwm +bin/kdm +bin/kdmdesktop +bin/kpolygon.kss +bin/kswarm.kss +bin/klissie.kss +bin/kbanner.kss +bin/klines.kss +bin/kblankscrn.kss +bin/krock.kss +bin/kflame.kss +bin/klaser.kss +bin/kpyro.kss +bin/khop.kss +bin/kbat.kss +bin/kslip.kss +bin/kforest.kss +bin/klock +bin/kblob.kss +bin/kmenuedit +bin/maudio +bin/kaudioserver +bin/kcmsample +bin/kcmsamba +bin/kcmbell +bin/kcmdisplay +bin/kcminput +bin/kcmkwm +bin/kcminfo +bin/kcontrol +share/apps/kfm/pics/kmultiple.xpm +share/apps/kfm/pics/info.xpm +share/apps/kfm/pics/exclamation.xpm +share/apps/kfm/pics/stopsign.xpm +share/apps/kfm/pics/question.xpm +share/apps/kfm/pics/kde1.xpm +share/apps/kfm/pics/kde2.xpm +share/apps/kfm/pics/kde3.xpm +share/apps/kfm/pics/kde4.xpm +share/apps/kfm/pics/kde5.xpm +share/apps/kfm/pics/kde6.xpm +share/apps/kfm/pics/kde7.xpm +share/apps/kfm/pics/kde8.xpm +share/apps/kfm/pics/kde9.xpm +share/apps/kfm/pics/open.xpm +share/apps/kfm/pics/close.xpm +share/apps/kfm/Desktop/Templates/Ftpurl.kdelnk +share/apps/kfm/Desktop/Templates/Program.kdelnk +share/apps/kfm/Desktop/Templates/WWWUrl.kdelnk +share/apps/kfm/Desktop/Templates/MimeType.kdelnk +share/apps/kfm/Desktop/Templates/URL.kdelnk +share/apps/kfm/Desktop/Templates/Device.kdelnk +share/apps/kfind/toolbar/archive.xpm +share/apps/kfind/toolbar/save.xpm +share/apps/kfind/toolbar/delete.xpm +share/apps/kfind/toolbar/info.xpm +share/apps/kfind/toolbar/idea.xpm +share/apps/kwm/pics/close.xpm +share/apps/kwm/pics/maximize.xpm +share/apps/kwm/pics/maximizedown.xpm +share/apps/kwm/pics/menu.xpm +share/apps/kwm/pics/iconify.xpm +share/apps/kwm/pics/pindown.xpm +share/apps/kwm/pics/pinup.xpm +share/apps/kwm/pics/unknown.xpm +share/apps/kpanel/pics/mini/go.xpm +share/apps/kpanel/pics/mini/window_list.xpm +share/apps/kpanel/pics/exit.xpm +share/apps/kpanel/pics/go.xpm +share/apps/kpanel/pics/key.xpm +share/apps/kpanel/pics/window_list.xpm +share/apps/kdm/pics/users/default.xpm +share/apps/kdm/pics/users/root.xpm +share/apps/kdm/pics/kdelogo.xpm +share/apps/kdisplay/pics/monitor.xpm +share/icons/kfm.xpm +share/icons/mini/kdehelp.xpm +share/icons/mini/kfontmanager.xpm +share/icons/mini/kfind.xpm +share/icons/mini/kvt.xpm +share/icons/mini/kwm.xpm +share/icons/mini/mini-default.xpm +share/icons/mini/kscreensaver.xpm +share/icons/mini/maximize2.xpm +share/icons/mini/mini-ball.xpm +share/icons/mini/mini-bball.xpm +share/icons/mini/mini-bomb.xpm +share/icons/mini/mini-book1.xpm +share/icons/mini/mini-book2.xpm +share/icons/mini/mini-bug1.xpm +share/icons/mini/mini-bug2.xpm +share/icons/mini/mini-bx2.xpm +share/icons/mini/mini-calc.xpm +share/icons/mini/mini-camera.xpm +share/icons/mini/mini-cdlabel.xpm +share/icons/mini/mini-clock.xpm +share/icons/mini/dvi.xpm +share/icons/mini/mini-colors.xpm +share/icons/mini/mini-connect.xpm +share/icons/mini/mini-connected.xpm +share/icons/mini/mini-cross.xpm +share/icons/mini/mini-display.xpm +share/icons/mini/mini-doc.xpm +share/icons/mini/mini-edit.xpm +share/icons/mini/mini-exclam.xpm +share/icons/mini/mini-exp.xpm +share/icons/mini/mini-eyes.xpm +share/icons/mini/mini-filemgr.xpm +share/icons/mini/mini-fractal.xpm +share/icons/mini/mini-gball.xpm +share/icons/mini/mini-gv.xpm +share/icons/mini/mini-hammer.xpm +share/icons/mini/mini-happy.xpm +share/icons/mini/mini-hextris.xpm +share/icons/mini/mini-k.xpm +share/icons/mini/mini-lock.xpm +share/icons/mini/mini-lower.xpm +share/icons/mini/ftp.xpm +share/icons/mini/mini-mail.xpm +share/icons/mini/mini-manual.xpm +share/icons/mini/mini-max1.xpm +share/icons/mini/mini-maze.xpm +share/icons/mini/mini-modules.xpm +share/icons/mini/mini-move.xpm +share/icons/mini/mini-move1.xpm +share/icons/mini/mini-nscape.xpm +share/icons/mini/mini.xpm +share/icons/mini/mini-ofolder.xpm +share/icons/mini/mini-olwm.xpm +share/icons/mini/mini-paint.xpm +share/icons/mini/mini-pencil.xpm +share/icons/mini/mini-question.xpm +share/icons/mini/mini-raise.xpm +share/icons/mini/mini-ray.xpm +share/icons/mini/mini-rball.xpm +share/icons/mini/mini-resize.xpm +share/icons/mini/mini-roach.xpm +share/icons/mini/mini-run.xpm +share/icons/mini/mini-sh.xpm +share/icons/mini/mini-sh1.xpm +share/icons/mini/mini-slon.xpm +share/icons/mini/mini-stop.xpm +share/icons/mini/mini-term.xpm +share/icons/mini/mini-tetris.xpm +share/icons/mini/mini-turn.xpm +share/icons/mini/mini-up.xpm +share/icons/mini/mini-windows.xpm +share/icons/mini/mini-x.xpm +share/icons/mini/mini-x2.xpm +share/icons/mini/mini-xmahjongg.xpm +share/icons/mini/mini-xv.xpm +share/icons/mini/mini-zoom.xpm +share/icons/mini/mini.audiovol.xpm +share/icons/mini/mini.checkmark.xpm +share/icons/mini/mini.cut.xpm +share/icons/mini/mini.destroy.xpm +share/icons/mini/mini.excl.xpm +share/icons/mini/mini.exit.xpm +share/icons/mini/mini.fvwm.xpm +share/icons/mini/mini.letter.xpm +share/icons/mini/mini.lower.xpm +share/icons/mini/mini.move.xpm +share/icons/mini/mini.netscape.xpm +share/icons/mini/mini.raise.xpm +share/icons/mini/mini.resize.xpm +share/icons/mini/mini.xarchie.xpm +share/icons/mini/mini.xboing.xpm +share/icons/mini/mini.xlock.xpm +share/icons/mini/mini.xterm.xpm +share/icons/mini/mini.zircon.xpm +share/icons/mini/kmenuedit.xpm +share/icons/mini/sample.xpm +share/icons/mini/smbstatus.xpm +share/icons/mini/bell.xpm +share/icons/mini/background.xpm +share/icons/mini/colors.xpm +share/icons/mini/screensaver.xpm +share/icons/mini/style.xpm +share/icons/mini/mouse.xpm +share/icons/mini/keyboard.xpm +share/icons/mini/windows.xpm +share/icons/mini/titlebar.xpm +share/icons/mini/buttons.xpm +share/icons/mini/memory.xpm +share/icons/mini/processor.xpm +share/icons/mini/3floppy_mount.xpm +share/icons/mini/3floppy_unmount.xpm +share/icons/mini/5floppy_mount.xpm +share/icons/mini/5floppy_unmount.xpm +share/icons/mini/binary.xpm +share/icons/mini/blockdevice.xpm +share/icons/mini/c_src.xpm +share/icons/mini/cdrom_mount.xpm +share/icons/mini/cdrom_unmount.xpm +share/icons/mini/chardevice.xpm +share/icons/mini/core.xpm +share/icons/mini/document.xpm +share/icons/mini/exec.xpm +share/icons/mini/f_src.xpm +share/icons/mini/folder.xpm +share/icons/mini/font.xpm +share/icons/mini/gf.xpm +share/icons/mini/h_src.xpm +share/icons/mini/html.xpm +share/icons/mini/kfm.xpm +share/icons/mini/image.xpm +share/icons/mini/info.xpm +share/icons/mini/java_src.xpm +share/icons/mini/kfm_fulltrash.xpm +share/icons/mini/kfm_home.xpm +share/icons/mini/kfm_trash.xpm +share/icons/mini/l_src.xpm +share/icons/mini/library.xpm +share/icons/mini/lockedfolder.xpm +share/icons/mini/log.xpm +share/icons/mini/make.xpm +share/icons/mini/man.xpm +share/icons/mini/metafont.xpm +share/icons/mini/midi.xpm +share/icons/mini/moc_src.xpm +share/icons/mini/o_src.xpm +share/icons/mini/p_src.xpm +share/icons/mini/pdf.xpm +share/icons/mini/pipe.xpm +share/icons/mini/pk.xpm +share/icons/mini/postscript.xpm +share/icons/mini/printer.xpm +share/icons/mini/readme.xpm +share/icons/mini/resource.xpm +share/icons/mini/s_src.xpm +share/icons/mini/script.xpm +share/icons/mini/socket.xpm +share/icons/mini/sound.xpm +share/icons/mini/terminal.xpm +share/icons/mini/tex.xpm +share/icons/mini/tgz.xpm +share/icons/mini/trash.xpm +share/icons/mini/txt.xpm +share/icons/mini/unknown.xpm +share/icons/mini/video.xpm +share/icons/mini/www.xpm +share/icons/mini/y_src.xpm +share/icons/mini/zip_mount.xpm +share/icons/mini/zip_unmount.xpm +share/icons/kdehelp.xpm +share/icons/kfontmanager.xpm +share/icons/kfind.xpm +share/icons/kvt.xpm +share/icons/kwm.xpm +share/icons/kscreensaver.xpm +share/icons/kmenuedit.xpm +share/icons/kcmkwm.xpm +share/icons/3floppy_mount.xpm +share/icons/3floppy_unmount.xpm +share/icons/5floppy_mount.xpm +share/icons/5floppy_unmount.xpm +share/icons/binary.xpm +share/icons/blockdevice.xpm +share/icons/c_src.xpm +share/icons/cdrom_mount.xpm +share/icons/cdrom_unmount.xpm +share/icons/chardevice.xpm +share/icons/core.xpm +share/icons/document.xpm +share/icons/dvi.xpm +share/icons/exec.xpm +share/icons/f_src.xpm +share/icons/folder.xpm +share/icons/font.xpm +share/icons/ftp.xpm +share/icons/gf.xpm +share/icons/h_src.xpm +share/icons/html.xpm +share/icons/image.xpm +share/icons/info.xpm +share/icons/java_src.xpm +share/icons/kfm_fulltrash.xpm +share/icons/kfm_home.xpm +share/icons/kfm_trash.xpm +share/icons/l_src.xpm +share/icons/library.xpm +share/icons/link.xpm +share/icons/lockedfolder.xpm +share/icons/log.xpm +share/icons/make.xpm +share/icons/man.xpm +share/icons/metafont.xpm +share/icons/pdf.xpm +share/icons/midi.xpm +share/icons/moc_src.xpm +share/icons/o_src.xpm +share/icons/p_src.xpm +share/icons/pipe.xpm +share/icons/pk.xpm +share/icons/postscript.xpm +share/icons/printer.xpm +share/icons/readme.xpm +share/icons/readonly.xpm +share/icons/resource.xpm +share/icons/s_src.xpm +share/icons/script.xpm +share/icons/socket.xpm +share/icons/sound.xpm +share/icons/terminal.xpm +share/icons/tex.xpm +share/icons/tgz.xpm +share/icons/trash.xpm +share/icons/txt.xpm +share/icons/unknown.xpm +share/icons/video.xpm +share/icons/www.xpm +share/icons/y_src.xpm +share/icons/zip_mount.xpm +share/icons/zip_unmount.xpm +share/config/kfmrc +share/config/desktop +share/config/kdmrc +share/mimelnk/magic +share/mimelnk/application/x-dvi.kdelnk +share/mimelnk/application/x-tex-gf.kdelnk +share/mimelnk/application/gzip.kdelnk +share/mimelnk/application/x-object.kdelnk +share/mimelnk/application/x-tex-pk.kdelnk +share/mimelnk/application/pdf.kdelnk +share/mimelnk/application/x-tar.kdelnk +share/mimelnk/application/x-trash.kdelnk +share/mimelnk/application/x-zip.kdelnk +share/mimelnk/application/x-core.kdelnk +share/mimelnk/application/x-font.kdelnk +share/mimelnk/application/x-java.kdelnk +share/mimelnk/application/postscript.kdelnk +share/mimelnk/application/octet-stream.kdelnk +share/mimelnk/application/x-shellscript.kdelnk +share/mimelnk/application/x-kdelnk.kdelnk +share/mimelnk/application/x-executable.kdelnk +share/mimelnk/text/x-c++src.kdelnk +share/mimelnk/text/x-c++hdr.kdelnk +share/mimelnk/text/x-csrc.kdelnk +share/mimelnk/text/x-java.kdelnk +share/mimelnk/text/english.kdelnk +share/mimelnk/text/x-makefile.kdelnk +share/mimelnk/text/x-moc.kdelnk +share/mimelnk/text/x-pascal.kdelnk +share/mimelnk/text/x-tcl.kdelnk +share/mimelnk/text/x-tex.kdelnk +share/mimelnk/text/html.kdelnk +share/mimelnk/text/plain.kdelnk +share/mimelnk/text/x-chdr.kdelnk +share/mimelnk/audio/x-wav.kdelnk +share/mimelnk/audio/x-mod.kdelnk +share/mimelnk/audio/x-midi.kdelnk +share/mimelnk/video/mpeg.kdelnk +share/mimelnk/image/jpeg.kdelnk +share/mimelnk/image/tiff.kdelnk +share/mimelnk/image/x-xpm.kdelnk +share/mimelnk/image/x-xbm.kdelnk +share/mimelnk/image/gif.kdelnk +share/mimelnk/image/fax-g3.kdelnk +share/mimelnk/inode/block.kdelnk +share/mimelnk/inode/chardevice.kdelnk +share/mimelnk/inode/directory-locked.kdelnk +share/mimelnk/inode/directory.kdelnk +share/mimelnk/inode/fifo.kdelnk +share/mimelnk/inode/socket.kdelnk +share/applnk/System/kwmpager.kdelnk +share/applnk/System/.directory +share/applnk/System/Arrange.kdelnk +share/applnk/System/Kfontmanager.kdelnk +share/applnk/System/kfmsu.kdelnk +share/applnk/Applications/.directory +share/applnk/Games/.directory +share/applnk/Graphics/.directory +share/applnk/Internet/.directory +share/applnk/Multimedia/.directory +share/applnk/Utilities/.directory +share/applnk/Utilities/kvt.kdelnk +share/applnk/Utilities/KMenuEdit.kdelnk +share/applnk/Settings/Input_Devices/.directory +share/applnk/Settings/Input_Devices/mouse.kdelnk +share/applnk/Settings/Input_Devices/keyboard.kdelnk +share/applnk/Settings/Desktop/.directory +share/applnk/Settings/Desktop/colors.kdelnk +share/applnk/Settings/Desktop/screensaver.kdelnk +share/applnk/Settings/Desktop/style.kdelnk +share/applnk/Settings/Desktop/background.kdelnk +share/applnk/Settings/Sound/.directory +share/applnk/Settings/Sound/bell.kdelnk +share/applnk/Settings/KWM/.directory +share/applnk/Settings/KWM/buttons.kdelnk +share/applnk/Settings/KWM/windows.kdelnk +share/applnk/Settings/KWM/titlebar.kdelnk +share/applnk/Settings/Network/.directory +share/applnk/Settings/Network/smbstatus.kdelnk +share/applnk/Settings/Information/.directory +share/applnk/Settings/Information/memory.kdelnk +share/applnk/Settings/Information/processor.kdelnk +share/applnk/Settings/.directory +share/applnk/Help.kdelnk +share/applnk/Home.kdelnk +share/applnk/Kfind.kdelnk +share/applnk/Krefresh.kdelnk +share/applnk/Trash.kdelnk +share/doc/HTML/en/kmedia/maudio.html +share/doc/HTML/en/kdehelp/devel.html +share/doc/HTML/en/kdehelp/index.html +share/doc/HTML/en/kdehelp/intro.html +share/doc/HTML/en/kdehelp/main.html +share/doc/HTML/en/kdehelp/kogo3.gif +share/doc/HTML/en/kdehelp/ksearch.html +share/doc/HTML/en/kdehelp/single_pixel.gif +share/doc/HTML/en/kdehelp/whatis.html +share/doc/HTML/en/kdehelp/kule.gif +share/doc/HTML/en/kdehelp/exec.xpm +share/doc/HTML/en/kdehelp/kde.html +share/doc/HTML/en/kdehelp/kdeside.gif +share/doc/HTML/en/kdehelp/tealbar.gif +share/doc/HTML/en/kdehelp/quickstart.html +share/doc/HTML/en/kdehelp/quickstart-1.html +share/doc/HTML/en/kdehelp/quickstart-2.html +share/doc/HTML/en/kdehelp/quickstart-3.html +share/doc/HTML/en/kdehelp/quickstart-4.html +share/doc/HTML/en/kdehelp/quickstart-5.html +share/doc/HTML/en/kdehelp/quickstart-6.html +share/doc/HTML/en/kdehelp/quickstart-7.html +share/doc/HTML/en/kdisplay/kdisplay.html +share/doc/HTML/en/kdisplay/kdisplay-1.html +share/doc/HTML/en/kdisplay/kdisplay-2.html +share/doc/HTML/en/kdisplay/kdisplay-3.html +share/doc/HTML/en/kdisplay/kdisplay-4.html +share/doc/HTML/en/kdisplay/kdisplay-5.html +share/doc/HTML/en/kdisplay/kdisplay-6.html +share/doc/HTML/en/kdisplay/kdisplay-7.html +share/doc/HTML/en/kdisplay/kdisplay-8.html +share/doc/HTML/en/kfm/app.html +share/doc/HTML/en/kfm/mime.html +share/doc/HTML/en/kfm/app2.html +share/doc/HTML/en/kfm/mime2.html +share/doc/HTML/en/kfm/index.html +share/doc/HTML/en/kfm/kfm_phil.html +share/doc/HTML/en/kfm/kfm_how.html +share/doc/HTML/en/kfm/manual.html +share/doc/HTML/en/kfm/app1.gif +share/doc/HTML/en/kfm/app3.gif +share/doc/HTML/en/kfm/mime1.gif +share/doc/HTML/en/kfm/mime3.gif +share/doc/HTML/en/kfm/app2.gif +share/doc/HTML/en/kfm/app4.gif +share/doc/HTML/en/kfm/mime2.gif +share/doc/HTML/en/kfm/templates.gif +share/doc/HTML/en/kfm/dontpanic.jpeg +share/doc/HTML/en/kfm/lesson2.jpeg +share/doc/HTML/en/kfm/manual.jpeg +share/doc/HTML/en/kfm/previous.jpeg +share/doc/HTML/en/kfm/kfm.jpeg +share/doc/HTML/en/kfm/lesson3.jpeg +share/doc/HTML/en/kfm/next.jpeg +share/doc/HTML/en/kfm/previous2.jpeg +share/doc/HTML/en/kfm/lesson1.jpeg +share/doc/HTML/en/kfm/lesson4.jpeg +share/doc/HTML/en/kfm/next2.jpeg +share/doc/HTML/en/kdm/index.html +share/doc/HTML/en/kdm/index-1.html +share/doc/HTML/en/kdm/index-2.html +share/doc/HTML/en/kdm/index-3.html +share/doc/HTML/en/kdm/index-4.html +share/doc/HTML/en/kwm/index.html +share/doc/HTML/en/kvt/index.html +share/doc/HTML/en/kfontmanager/index.html +share/doc/HTML/en/kfontmanager/index-1.html +share/doc/HTML/en/kfontmanager/index-2.html +share/doc/HTML/en/kfontmanager/index-3.html +share/doc/HTML/en/kfontmanager/index-4.html +share/doc/HTML/en/kfind/index.html +share/doc/HTML/en/kfind/index-1.html +share/doc/HTML/en/kfind/index-2.html +share/doc/HTML/en/kfind/index-3.html +share/doc/HTML/en/kfind/index-4.html +share/doc/HTML/en/kfind/index.sgml +share/doc/HTML/en/kmenuedit/kmenuedit1.gif +share/doc/HTML/en/kmenuedit/index.html +share/doc/HTML/en/kmenuedit/kmenuedit2.gif +share/toolbar/back.xpm +share/toolbar/bottom.xpm +share/toolbar/contents.xpm +share/toolbar/down.xpm +share/toolbar/editcopy.xpm +share/toolbar/editcut.xpm +share/toolbar/editpaste.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/finish.xpm +share/toolbar/flag.xpm +share/toolbar/forward.xpm +share/toolbar/help.xpm +share/toolbar/home.xpm +share/toolbar/idea.xpm +share/toolbar/lock.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/rightjust.xpm +share/toolbar/start.xpm +share/toolbar/top.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/wallpapers/ocean01.jpg +share/wallpapers/paper01.jpg +share/wallpapers/water01.jpg +share/locale/cs/LC_MESSAGES/kfind.mo +share/locale/cs/LC_MESSAGES/kdehelp.mo +share/locale/cs/LC_MESSAGES/kdisplay.mo +share/locale/cs/LC_MESSAGES/kvt.mo +share/locale/cs/LC_MESSAGES/kwm.mo +share/locale/cs/LC_MESSAGES/kfontmanager.mo +share/locale/cs/LC_MESSAGES/kdm.mo +share/locale/cs/LC_MESSAGES/kpanel.mo +share/locale/cs/LC_MESSAGES/kfm.mo +share/locale/cs/LC_MESSAGES/klock.mo +share/locale/cs/LC_MESSAGES/krootwm.mo +share/locale/da/LC_MESSAGES/kdm.mo +share/locale/de/LC_MESSAGES/kfind.mo +share/locale/de/LC_MESSAGES/kdehelp.mo +share/locale/de/LC_MESSAGES/kdisplay.mo +share/locale/de/LC_MESSAGES/kvt.mo +share/locale/de/LC_MESSAGES/kfm.mo +share/locale/de/LC_MESSAGES/kwm.mo +share/locale/de/LC_MESSAGES/kfontmanager.mo +share/locale/de/LC_MESSAGES/kdm.mo +share/locale/de/LC_MESSAGES/kpanel.mo +share/locale/de/LC_MESSAGES/klock.mo +share/locale/es/LC_MESSAGES/kfind.mo +share/locale/es/LC_MESSAGES/kdehelp.mo +share/locale/es/LC_MESSAGES/kdisplay.mo +share/locale/es/LC_MESSAGES/kvt.mo +share/locale/es/LC_MESSAGES/kfm.mo +share/locale/es/LC_MESSAGES/kwm.mo +share/locale/es/LC_MESSAGES/kfontmanager.mo +share/locale/es/LC_MESSAGES/kdm.mo +share/locale/es/LC_MESSAGES/klock.mo +share/locale/es/LC_MESSAGES/kpanel.mo +share/locale/fi/LC_MESSAGES/kfind.mo +share/locale/fi/LC_MESSAGES/kdehelp.mo +share/locale/fi/LC_MESSAGES/kdm.mo +share/locale/fi/LC_MESSAGES/kfm.mo +share/locale/fi/LC_MESSAGES/kpanel.mo +share/locale/fi/LC_MESSAGES/kwm.mo +share/locale/fi/LC_MESSAGES/kvt.mo +share/locale/fi/LC_MESSAGES/kdisplay.mo +share/locale/fr/LC_MESSAGES/kfind.mo +share/locale/fr/LC_MESSAGES/kdehelp.mo +share/locale/fr/LC_MESSAGES/kdisplay.mo +share/locale/fr/LC_MESSAGES/kdm.mo +share/locale/fr/LC_MESSAGES/kfm.mo +share/locale/fr/LC_MESSAGES/kfontmanager.mo +share/locale/fr/LC_MESSAGES/klock.mo +share/locale/fr/LC_MESSAGES/kpanel.mo +share/locale/fr/LC_MESSAGES/kvt.mo +share/locale/fr/LC_MESSAGES/kwm.mo +share/locale/it/LC_MESSAGES/kfm.mo +share/locale/it/LC_MESSAGES/kdisplay.mo +share/locale/it/LC_MESSAGES/kwm.mo +share/locale/it/LC_MESSAGES/kfind.mo +share/locale/it/LC_MESSAGES/kdehelp.mo +share/locale/it/LC_MESSAGES/kdm.mo +share/locale/it/LC_MESSAGES/kfontmanager.mo +share/locale/it/LC_MESSAGES/kpanel.mo +share/locale/it/LC_MESSAGES/kvt.mo +share/locale/nl/LC_MESSAGES/kfind.mo +share/locale/nl/LC_MESSAGES/kdehelp.mo +share/locale/nl/LC_MESSAGES/kdisplay.mo +share/locale/nl/LC_MESSAGES/kvt.mo +share/locale/nl/LC_MESSAGES/kfm.mo +share/locale/nl/LC_MESSAGES/kwm.mo +share/locale/nl/LC_MESSAGES/kfontmanager.mo +share/locale/ru/LC_MESSAGES/kfind.mo +share/locale/ru/LC_MESSAGES/kdehelp.mo +share/locale/ru/LC_MESSAGES/kdisplay.mo +share/locale/ru/LC_MESSAGES/kvt.mo +share/locale/ru/LC_MESSAGES/kwm.mo +share/locale/ru/LC_MESSAGES/kfontmanager.mo +share/locale/sv/LC_MESSAGES/kfind.mo +share/locale/sv/LC_MESSAGES/kdehelp.mo +share/locale/sv/LC_MESSAGES/kdisplay.mo +share/locale/sv/LC_MESSAGES/kvt.mo +share/locale/sv/LC_MESSAGES/kfm.mo +share/locale/sv/LC_MESSAGES/kwm.mo +share/locale/sv/LC_MESSAGES/kfontmanager.mo +share/locale/hu/LC_MESSAGES/kdehelp.mo +share/locale/hu/LC_MESSAGES/kfm.mo +share/locale/hu/LC_MESSAGES/kdm.mo +share/locale/hu/LC_MESSAGES/kpanel.mo +share/locale/hu/LC_MESSAGES/kdisplay.mo +share/locale/hu/LC_MESSAGES/klock.mo +share/locale/hu/LC_MESSAGES/kwm.mo +share/locale/hu/LC_MESSAGES/kfind.mo +share/locale/hu/LC_MESSAGES/kfontmanager.mo +share/locale/pt/LC_MESSAGES/kfm.mo +share/locale/pt/LC_MESSAGES/kdehelp.mo +share/locale/pt/LC_MESSAGES/kdisplay.mo +share/locale/pt/LC_MESSAGES/kdm.mo +share/locale/pt/LC_MESSAGES/kfind.mo +share/locale/pt/LC_MESSAGES/kfontmanager.mo +share/locale/pt/LC_MESSAGES/klock.mo +share/locale/pt/LC_MESSAGES/kpanel.mo +share/locale/pt/LC_MESSAGES/kvt.mo +share/locale/pt/LC_MESSAGES/kwm.mo +share/locale/pl/LC_MESSAGES/kdehelp.mo +share/locale/pl/LC_MESSAGES/kdisplay.mo +share/locale/pl/LC_MESSAGES/kvt.mo +share/locale/pl/LC_MESSAGES/kwm.mo +share/locale/pl/LC_MESSAGES/kdm.mo +share/locale/pl/LC_MESSAGES/kpanel.mo +share/locale/pl/LC_MESSAGES/kfm.mo +share/locale/pl/LC_MESSAGES/kfontmanager.mo +share/locale/pl/LC_MESSAGES/kfind.mo +share/locale/pl/LC_MESSAGES/klock.mo +share/locale/pl/LC_MESSAGES/kcc.mo +share/locale/pl/LC_MESSAGES/krootwm.mo +share/locale/el/LC_MESSAGES/kdisplay.mo +share/locale/el/LC_MESSAGES/kfm.mo +cgi-bin/helpsearch +cgi-bin/helpindex +@dirrm share/wallpapers +@dirrm share/toolbar +@dirrm share/mimelnk/video +@dirrm share/mimelnk/text +@dirrm share/mimelnk/inode +@dirrm share/mimelnk/image +@dirrm share/mimelnk/audio +@dirrm share/mimelnk/application +@dirrm share/mimelnk +@dirrm share/locale/sv/LC_MESSAGES +@dirrm share/locale/sv +@dirrm share/locale/ru/LC_MESSAGES +@dirrm share/locale/ru +@dirrm share/locale/pt/LC_MESSAGES +@dirrm share/locale/pt +@dirrm share/locale/pl/LC_MESSAGES +@dirrm share/locale/pl +@dirrm share/locale/nl/LC_MESSAGES +@dirrm share/locale/nl +@dirrm share/locale/it/LC_MESSAGES +@dirrm share/locale/it +@dirrm share/locale/hu/LC_MESSAGES +@dirrm share/locale/hu +@dirrm share/locale/fr/LC_MESSAGES +@dirrm share/locale/fr +@dirrm share/locale/fi/LC_MESSAGES +@dirrm share/locale/fi +@dirrm share/locale/es/LC_MESSAGES +@dirrm share/locale/es +@dirrm share/locale/el/LC_MESSAGES +@dirrm share/locale/el +@dirrm share/locale/de/LC_MESSAGES +@dirrm share/locale/de +@dirrm share/locale/da/LC_MESSAGES +@dirrm share/locale/da +@dirrm share/locale/cs/LC_MESSAGES +@dirrm share/locale/cs +@dirrm share/locale +@dirrm share/icons/mini +@dirrm share/icons +@dirrm share/doc/HTML/en/kwm +@dirrm share/doc/HTML/en/kvt +@dirrm share/doc/HTML/en/kmenuedit +@dirrm share/doc/HTML/en/kmedia +@dirrm share/doc/HTML/en/kfontmanager +@dirrm share/doc/HTML/en/kfm +@dirrm share/doc/HTML/en/kfind +@dirrm share/doc/HTML/en/kdm +@dirrm share/doc/HTML/en/kdisplay +@dirrm share/doc/HTML/en/kdehelp +@dirrm share/doc/HTML/en +@dirrm share/doc/HTML +@dirrm share/doc +@dirrm share/config +@dirrm share/apps/kwm/pics +@dirrm share/apps/kwm +@dirrm share/apps/kpanel/pics/mini +@dirrm share/apps/kpanel/pics +@dirrm share/apps/kpanel +@dirrm share/apps/kfm/pics +@dirrm share/apps/kfm/Desktop/Templates +@dirrm share/apps/kfm/Desktop +@dirrm share/apps/kfm +@dirrm share/apps/kfind/toolbar +@dirrm share/apps/kfind +@dirrm share/apps/kdm/pics/users +@dirrm share/apps/kdm/pics +@dirrm share/apps/kdm +@dirrm share/apps/kdisplay/pics +@dirrm share/apps/kdisplay +@dirrm share/apps +@dirrm share/applnk/Utilities +@dirrm share/applnk/System +@dirrm share/applnk/Settings/Sound +@dirrm share/applnk/Settings/Network +@dirrm share/applnk/Settings/KWM +@dirrm share/applnk/Settings/Input_Devices +@dirrm share/applnk/Settings/Information +@dirrm share/applnk/Settings/Desktop +@dirrm share/applnk/Settings +@dirrm share/applnk/Multimedia +@dirrm share/applnk/Internet +@dirrm share/applnk/Graphics +@dirrm share/applnk/Games +@dirrm share/applnk/Applications +@dirrm share/applnk +@dirrm cgi-bin |