Re: [RFC] calm, setup: per-version requires

2017-12-05 Thread Achim Gratz
Jon Turney writes: > prior to 2.880: Will ignore 'depends:', so 'requires:' needs to > remain the union of dependencies for the benefit of these versions of > setup. If you want to maintain backwards compatibility. I am still sitting on the fence on that, but I currently lean to propose a clean

Re: [PATCH setup 00/14] Use libsolv, solve all our problems... (WIP)

2017-12-05 Thread Ken Brown
On 12/5/2017 9:32 AM, Jon Turney wrote: On 14/09/2017 21:46, Ken Brown wrote: On 9/14/2017 1:26 PM, Achim Gratz wrote: Ken Brown writes: What I've been struggling with, however, is the UI.  But now that I think about it, maybe it isn't that hard.  It's just a matter of doing something

Re: [PATCH setup] Make Enter in the user URL box cause ADD instead of NEXT

2017-12-05 Thread Ken Brown
On 12/5/2017 11:03 AM, Ken Brown wrote: On 12/5/2017 7:58 AM, Jon Turney wrote: Please apply. Done. The search textbox on the package chooser page needs the same fix. It's not immediately clear to me how to do this, since I don't know what the default pushbutton should be while the user

Re: [PATCH setup] Make Enter in the user URL box cause ADD instead of NEXT

2017-12-05 Thread Ken Brown
On 12/5/2017 7:58 AM, Jon Turney wrote: Please apply. Done. The search textbox on the package chooser page needs the same fix. It's not immediately clear to me how to do this, since I don't know what the default pushbutton should be while the user is typing in the search box. One

Re: [ITA] lcms2-2.9-1

2017-12-05 Thread Andrew Schulman
> On 2017-11-27 10:04, Ken Brown wrote: > > My cygport file is attached. > > GTG; package is yours now. Thanks! Gold star awarded! https://cygwin.com/goldstars/#KB

Re: [ITA] libXpm-noX 3.5.12

2017-12-05 Thread Andrew Schulman
> On 15/11/2017 17:30, Ken Brown wrote: > > My cygport file and other files needed for reproducing the build are > > attached. > > I added this to your uploads, Gold star awarded! https://cygwin.com/goldstars/#KB

Re: [RFC] calm, setup: per-version requires

2017-12-05 Thread Jon Turney
On 09/11/2017 18:18, Achim Gratz wrote: Jon Turney writes: On 05/11/2017 07:34, Achim Gratz wrote: Yeah, I guess we could generate requires: line in each version section now, and this might work with current setup. I don't think this did anything useful prior to [1] being fixed. Yes, and

Re: [PATCH setup 00/14] Use libsolv, solve all our problems... (WIP)

2017-12-05 Thread Jon Turney
On 14/09/2017 21:46, Ken Brown wrote: On 9/14/2017 1:26 PM, Achim Gratz wrote: Ken Brown writes: What I've been struggling with, however, is the UI.  But now that I think about it, maybe it isn't that hard.  It's just a matter of doing something reasonable if the user unchecks "Accept default

Re: [PATCH setup v2 0/5] Distinguish between user URLs and cygwin mirrors in UI

2017-12-05 Thread Jon Turney
On 04/12/2017 21:48, Ken Brown wrote: On 12/4/2017 10:18 AM, Ken Brown wrote: This is the same as the previous patch series with one cosmetic improvement: I've now made user URLs sort last, so that the distinction between user URLs and cygwin.com mirrors is visually more clear. Sorry for

Re: [PATCH setup] Make Enter in the user URL box cause ADD instead of NEXT

2017-12-05 Thread Jon Turney
On 04/12/2017 15:58, Ken Brown wrote: --- site.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site.cc b/site.cc index 641a6bb..64e56a8 100644 --- a/site.cc +++ b/site.cc @@ -759,7 +759,9 @@ bool SitePage::OnMessageCmd (int id, HWND hwndctl, UINT code) {