Re: cygutils: cygstart FD.o integration

2011-10-27 Thread Yaakov (Cygwin/X)
On Fri, 2011-10-28 at 00:06 -0400, Charles Wilson wrote: > I've got a few items (still) in my queue before releasing 1.4.8...but > I'll try to move those up the priority list. No rush, after all, I doubt that many people are using full-fledged desktops on Cygwin right now. :-) Yaakov

Re: cygutils: cygstart FD.o integration

2011-10-27 Thread Charles Wilson
On 10/25/2011 10:46 PM, Yaakov (Cygwin/X) wrote: The attached patch and new files integrate cygstart into the Freedesktop.org desktop menu system. This allows Windows-specific files (e.g. .exe, .com, .bat, .msi, .themepack) to be easily opened by cygstart from within FD.o/X file managers (e.g. N

Re: ATTENTION: Tcl/Tk transition

2011-10-27 Thread Christopher Faylor
On Thu, Oct 27, 2011 at 10:11:03PM -0500, Yaakov (Cygwin/X) wrote: >On Thu, 2011-10-27 at 10:07 +0200, Corinna Vinschen wrote: >> Cool, thanks! You don't want to take over ruby maintainership as well, >> do you? :} > >Would your adding getgrouplist(3) be a fair price? :-) > >http://www.kernel.org/

Re: cygutils: fix bootstrap for libtool2

2011-10-27 Thread Charles Wilson
On 10/25/2011 10:30 PM, Yaakov (Cygwin/X) wrote: libtool2 uses several aclocal macros, and libtoolize copies them into m4/ automatically. Patch attached. Applied. Thanks (wow, that bug has been there a while. I usually have ignored bootstrap and simply run autoreconf, so I never noticed.)

Re: ATTENTION: Tcl/Tk transition

2011-10-27 Thread Yaakov (Cygwin/X)
On Thu, 2011-10-27 at 10:07 +0200, Corinna Vinschen wrote: > Cool, thanks! You don't want to take over ruby maintainership as well, > do you? :} Would your adding getgrouplist(3) be a fair price? :-) http://www.kernel.org/doc/man-pages/online/pages/man3/getgrouplist.3.html I need this for an at

Re: ATTENTION: Tcl/Tk transition

2011-10-27 Thread Corinna Vinschen
On Oct 26 19:42, Yaakov (Cygwin/X) wrote: > On Wed, 2011-10-26 at 16:02 -0500, Yaakov (Cygwin/X) wrote: > > * ruby (Corinna Vinschen) > > new requires: tcl tcl-tk > > notes: I suggest making a make separate ruby-tcltk package due to the > > additional deps. > > Patches for 1.8.7-p352 attached. Co