%general-entities; ]> $LastChangedBy$ $Date$ KParts-&kf5-version; KParts Introduction to KParts The KParts package contains a library that implements the framework for KDE parts, which are elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons). &lfs75_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &kparts-md5sum; Download size: &kparts-size; Estimated disk space required: &kparts-buildsize; Estimated build time: &kparts-time; KParts Dependencies Required User Notes: Installation of KParts Install KParts by running the following commands: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \ -DCMAKE_BUILD_TYPE=Release \ -DLIB_INSTALL_DIR=lib \ -DBUILD_TESTING=OFF \ -DECM_MKSPECS_INSTALL_DIR=&qt5-mkspecs-dir; \ .. && make This package does not come with a test suite. Now, as the root user: make install Command Explanations Contents Installed Programs Installed Libraries Installed Directories None libKF5Parts.so $KF5_PREFIX/include/KF5/KParts and $KF5_PREFIX/lib/cmake/KF5Parts