Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-11 | PolicyKit integration, so that we can actually do something | Adrien BUSTANY | 1 | -0/+21 | |
2007-10-20 | Started the bindings again from scratch, this time using the DBus interface. ↵ | Adrien BUSTANY | 1 | -28/+0 | |
For now search is working using the gui (as usual, don't forget LD_LIRBARY_PATH), though it will only print the results in the console. The gui has been improved a little. | |||||
2007-10-11 | Changed again the organisation of the folder, I hope I got this one right | Adrien BUSTANY | 1 | -0/+28 | |
Bundled all bindings in a lib, named libqpackagekit (yeah, that's an original name!) Made a dummy mockup for the GUI, in the (new) folder gui. Note : The makefile links the gui (qpackagekit) against libqpackagekit, so you have to set LD_LIBRARY_PATH to ../lib before trying to run the program, else the linker will insult you. Of course if you're brave enough to copy the lib in /usr/lib for example, the problem vanishes |