<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Richard Hughes wrote:
<blockquote cite="mid:1223909210.3551.5.camel@hughsie-laptop"
 type="cite">
  <pre wrap="">On Mon, 2008-10-13 at 15:44 +0200, Tim Lauridsen wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Richard Hughes wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">In bug <a class="moz-txt-link-freetext" href="https://bugs.freedesktop.org/show_bug.cgi?id=17837">https://bugs.freedesktop.org/show_bug.cgi?id=17837</a> the user
describes a group that contains all the newest packages.

Is there a way a backend could provide a meta-group for the last 50
newest added packages? Does any other backend other than apt provide
this information?

Richard.


_______________________________________________
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>
    <pre wrap="">yum list recent :)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Ahh, right :-)

  </pre>
  <blockquote type="cite">
    <pre wrap="">I can be done easily in the yum backend.

may something like
search-name none 'recent'
    </pre>
  </blockquote>
  <pre wrap=""><!---->
"search-group none recent" please. Using a groups provides a way for the
backend to inform the frontend if it supports the feature using a single
bit in the PkGroupEnum.

  </pre>
</blockquote>
yes of cause 'recent' was just a substitute for the GROUP_RECENT enum
(or what it is called)<br>
<blockquote cite="mid:1223909210.3551.5.camel@hughsie-laptop"
 type="cite">
  <pre wrap=""></pre>
  <blockquote type="cite">
    <pre wrap="">could return the latest packages, but it will return both newly added 
packages and newly updated packages.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Ahh. Can we stick to the newest _added_ packages for "search-group none
recent" please -- I'm not sure we want to add "recent updates" to the
searching interface, but maybe to the update viewer interface. That's an
addition for another day.
  </pre>
</blockquote>
how do you know if a package is a new added package or a just updated
package ?<br>
of cause you can do that if you have a older version installed.<br>
<br>
Ex.<br>
foo is not install, and foo-2.0 exist in the repo with a recent date,
but you have no way to see if the package is new added or newly update,
you<br>
can just see it is updated recently.<br>
if foo-1.0 is installed then you know that foo-2.0 is an update.<br>
<br>
We can define that <br>
search-group none GROUP_RECENT should return recent non installed
packages.<br>
<br>
but what about:<br>
<br>
search-group installed GROUP_RECENT<br>
<br>
what should it return ?.<br>
<br>
Tim<br>
&nbsp;<br>
</body>
</html>