[packagekit] KPackagekit in Kubuntu
Jonathan Riddell
jriddell at ubuntu.com
Thu Jul 17 02:52:22 PDT 2008
On Thursday 17 July 2008 10:23:38 you wrote:
> Hi, I've packaged libpackagekit-qt and kpackagekit for Kubuntu Intrepid.
>
> https://edge.launchpad.net/~jr/+archive
>
> It's working really well, thanks for working on it Adrien and Daniel.
To package it I needed a patch
--- PackageKit-Qt/lib/CMakeLists.txt 2008-07-16 14:36:16.000000000 +0100
+++ PackageKit-Qt/lib/CMakeLists.txt 2008-07-16 15:39:23.000000000 +0100
@@ -53,7 +53,9 @@
target_link_libraries(packagekit-qt
${QT_QTCORE_LIBRARY}
+ ${QT_QTDBUS_LIBRARY}
polkit-dbus
+ dbus-1
)
install(TARGETS
which is needed to compile with --no-undefines.
Jonathan
More information about the PackageKit
mailing list