<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jan Niklas Hasse wrote:
<blockquote
 cite="mid:8dacd7b30810291038r4f1de2cag42f871275d81314d@mail.gmail.com"
 type="cite">
  <pre wrap="">On Wed, Oct 29, 2008 at 5:20 PM, Richard Hughes <a class="moz-txt-link-rfc2396E" href="mailto:hughsient@gmail.com">&lt;hughsient@gmail.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On Wed, 2008-10-29 at 15:56 +0100, Jan Niklas Hasse wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">What about using a package catalog? Isn't that a perfect solution
since every distribution could then send a patch upstream to add their
necessary lines to the catalog files. The advantage would be that
people compiling the upstream tarball wouldn't need to patch anjuta
first to get this feature.
      </pre>
    </blockquote>
    <pre wrap="">That's another way to do it, although I think it's cleaner using a DBUS
API and then you get all the window stuff, and pretty good integration
with your application.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Would it be possible to add a DBUS call for installing collection
files e.g. InstallCollection?

The problem is that I'm currently developing a smaller application
which isn't in any distro's repro and therefore catalogs would help me
a lot.
_______________________________________________
PackageKit mailing list
<a class="moz-txt-link-abbreviated" href="mailto:PackageKit@lists.freedesktop.org">PackageKit@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/packagekit">http://lists.freedesktop.org/mailman/listinfo/packagekit</a>
  </pre>
</blockquote>
InstallPackages("group_id;;;meta") will install a group.<br>
InstallPackages("@groupid") will work too if the backend supports it.
(the yum one does)<br>
<br>
Tim<br>
</body>
</html>