[packagekit] Breaking git

Richard Hughes hughsient at gmail.com
Tue Apr 8 07:33:08 PDT 2008


I'll be merging in the new DBUS path branch into git today, which tidies
the code and daemon design up massively. It _will_ be broken for a few
days, although seems to compile (but not work) for me right now.

It's a massive simplification of the daemon, and means we don't have one
massive "jack of all trades" interface, and can use dbus like it was
supposed to be used, one path per transaction with a sane interface.

So, don't complain it won't work properly for a few days :-)

Richard.

 b/libpackagekit/Makefile.am                   |    9 
 b/libpackagekit/pk-client.c                   | 1180 ++++-------
 b/libpackagekit/pk-client.h                   |   25 
 b/libpackagekit/pk-common.h                   |   14 
 b/libpackagekit/pk-control.c                  |  777 +++++++
 b/libpackagekit/pk-control.h                  |  108 +
 b/libpackagekit/pk-enum.c                     |    2 
 b/libpackagekit/pk-enum.h                     |    2 
 b/libpackagekit/pk-polkit-client.c            |    7 
 b/libpackagekit/pk-self-test.c                |    4 
 b/libpackagekit/pk-task-list.c                |   17 
 b/policy/org.freedesktop.packagekit.policy.in |   27 
 b/src/Makefile.am                             |   13 
 b/src/pk-backend.c                            |   12 
 b/src/pk-backend.h                            |  120 -
 b/src/pk-engine.c                             | 2776 +-------------------------
 b/src/pk-engine.h                             |  183 -
 b/src/pk-interface-transaction.xml            |    6 
 b/src/pk-interface.xml                        |  314 --
 b/src/pk-main.c                               |    5 
 b/src/pk-notify.c                             |   34 
 b/src/pk-notify.h                             |    7 
 b/src/pk-security-polkit.c                    |    2 
 b/src/pk-transaction-id.c                     |   38 
 b/src/pk-transaction-list.c                   |  185 +
 b/src/pk-transaction-list.h                   |   21 
 b/src/pk-transaction.c                        |   97 
 b/src/pk-transaction.h                        |    6 
 libpackagekit/pk-job-list.c                   |  293 --
 libpackagekit/pk-job-list.h                   |   60 
 libpackagekit/pk-notify.c                     |  280 --
 libpackagekit/pk-notify.h                     |   71 
 src/pk-interface-notify.xml                   |   14 
 src/pk-runner.c                               | 1248 -----------
 src/pk-runner.h                               |  148 -
 65 files changed, 2418 insertions(+), 6417 deletions(-)





More information about the PackageKit mailing list