KPackageKit is a frontend for PackageKit, designed for KDE users.
It's intended to be ONLY a PackageKit interface, this means if there is some cool feature like improving the performance of a yum database it is PackageKit related and distro specifc stuff that should be disccused there.
Well if you don't already know PackageKit take a look at our website. If you use Fedora >9 it's the default package manager (from the UI point of view).
So now you can use PackageKit from a KDE app :D
This is the first beta, not feature complete (comparing to gnome-packagekit), but search/install/remove operations are fully functional.
There are some known bugs, but we appreciate feedback, so if you find something crashing please report it. This is our main objective in releasing it now.
KPackageKit itself can do nothing without PackageKit and libpackagekit-qt, this last one is being developed together with the ui.
I'm the main developer of KPackageKit ui and Adrien Bustany is the main developer of libpackagekit-qt. Sometimes he helps me with the ui and sometimes i help him with the lib...
Compiling:
To compile it is very easy but you MUST follow this steps:
- extract the tar.bz2 (of course)
--- libpackagekit
- $ cd lib # this is the libpackagekit-qt
- $ cmake . -DCMAKE_INSTALL_PREFIX=/usr/
- $ make
- $ su
- # make install
- # exit
- $ cd ..
---KPackageKit
- $ cd gui # this is the KPackageKit dir
- $ cmake . -DCMAKE_INSTALL_PREFIX=/usr/
- $ make
- $ su
- # make install
Product's homepage
Requirements:
· KDE Software Compilation
· PackageKit
What's New in This Release: [ read full changelog ]
· Fix some bug that might cause crashes and unsorted lists