~ubuntu-branches/ubuntu/quantal/libpackagekit-qt/quantal

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
QPackageKit is a library to control the PackageKit [1] daemon. It's written in
pure C++/Qt, and abstracts the DBus interface so that it's easy to interact
with the daemon.
This lib needs PK > 0.3.5

The code can be checked out at this address :
git://maison.mymadcat.com/QPackageKit2

There's also a gitweb here :
http://maison.mymadcat.com/git/?p=QPackageKit2.git/.git;a=summary

Requirements :
All you need to build the lib is cmake, and Qt4. You will need CppUnnit if you
want to build the unit tests, which you most likely don't.

Build and install:
It's always better to build in a separate folder. In the root folder, do :
mkdir build && cd build && cmake ..
then you can run the standard make / make install procedure
If you want to build the unit tests, run cmake -DBUILD_TESTS=1 ..

Bugs:
All bugs/suggestions should be reported to madcat AT mymadcat DOT com