Kde-baseapps-4.14.1

Introduction to Kde-baseapps

This package provides various applications, such as Dolphin (file manager) and Konqueror (web browser). Infrastructure files and libraries are also provided.

This package is known to build and work properly using an LFS-7.6 platform.

Package Information

Kde-baseapps Dependencies

Required

kdelibs-4.14.1

Recommended

Optional

HTML Tidy-cvs_20101110 and GLib-2.40.0

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kde-baseapps

Installation of Kde-baseapps

Install Kde-baseapps by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
      -DCMAKE_BUILD_TYPE=Release         \
      -Wno-dev .. &&
make

To test the results, issue make test.

Now as the root user:

make install

Contents

Installed Programs: dolphin, fsview, kbookmarkmerger, kdepasswd, kdialog, keditbookmarks, kfind, kfmclient, konqueror, nspluginscan, nspluginviewer, servicemenudeinstallation and servicemenuinstallation
Installed Libraries: libdolphinprivate.so, libkbookmarkmodel_private.so, libkdeinit4_dolphin.so, libkdeinit4_keditbookmarks.so, libkdeinit4_kfmclient.so, libkdeinit4_konqueror.so, libkonq.so, libkonqsidebarplugin.so, libkonquerorprivate.so and several in $KDE_PREFIX/lib/kde4
Installed Directories: several in $KDE_PREFIX/share

Short Descriptions

kbookmarkmerger

is a program for merging a given set of bookmarks into the user's set of bookmarks.

kfind

is the file find utility for KDE.

Last updated on 2014-09-17 21:56:07 -0700