[packagekit] [PATCH] Bug #12883, PackageKit has a hard dependency on libnm_glib

Richard Hughes hughsient at gmail.com
Mon Oct 22 14:43:31 PDT 2007


On Tue, 2007-10-23 at 00:39 +0300, S.Çağlar Onur wrote:
> Hi;
> 
> 23 Eki 2007 Sal tarihinde, Richard Hughes şunları yazmıştı: 
> > On Mon, 2007-10-22 at 14:25 +0300, S.Çağlar Onur wrote:
> > > While trying/playing to integrate our package manager (PiSi) into
> > > PackageKit...
> > 
> > Patches welcomed... seriously, get it into git early and we can avoid
> > stuff bitrotting - the tree changes fast. Would you like developer
> > commit access?
> 
> I'm currently working on it and for now PiSi interface can;
> 
> get-updates
> install-package
> refresh-cache
> Cheers
> remove-package
> resolve
> get-repo-list

Brilliant!

>  backends/Makefile.am                   |    4 +
>  backends/pisi/.gitignore               |   10 +++
>  backends/pisi/Makefile.am              |    8 ++
>  backends/pisi/helpers/Makefile.am      |   20 +++++
>  backends/pisi/helpers/get-repo-list.py |   20 +++++
>  backends/pisi/helpers/get-updates.py   |   20 +++++
>  backends/pisi/helpers/install.py       |   20 +++++
>  backends/pisi/helpers/pisiBackend.py   |   80 +++++++++++++++++++
>  backends/pisi/helpers/refresh-cache.py |   20 +++++
>  backends/pisi/helpers/remove.py        |   20 +++++
>  backends/pisi/helpers/resolve.py       |   20 +++++
>  backends/pisi/pk-backend-pisi.c        |  137 ++++++++++++++++++++++++++++++++
>  configure.ac                           |    3 +
>  13 files changed, 382 insertions(+), 0 deletions(-)
> 
> but these are very preliminary/not well tested and buggy right now.
> 
> I'll prefer submitting these after spending a little more time with
> them, i'll start coding these on this morning and i'm still trying to
> get some things to work and understand 
> the PK concepts etc. :)

Sure, if you send me your public ssh key and chosen username off list
I'll add you on the development server.

> But i think it will ready for submission soon :)

Cool. Even if it doesn't compile, just leave it out of Makefile.am and
it won't block the release.

Thanks,

Richard.





More information about the PackageKit mailing list