Re: [arch-general] makepkg patch - generate .SRCINFO file when running "--source"

2010-08-02 Thread Loui Chang
On Mon 02 Aug 2010 17:03 +0200, vlad wrote: > On Mon, Aug 02, 2010 at 08:49:11AM -0400, Loui Chang wrote: > > On Tue 27 Jul 2010 15:25 +0200, vlad wrote: > > > Here is a patch against makepkg from git which introduces a new > > > function "write_srcinfo()". This generates a file .SRCINFO - like > >

Re: [arch-general] makepkg patch - generate .SRCINFO file when running "--source"

2010-08-02 Thread Dan McGee
On Mon, Aug 2, 2010 at 10:03 AM, vlad wrote: > On Mon, Aug 02, 2010 at 08:49:11AM -0400, Loui Chang wrote: >> On Tue 27 Jul 2010 15:25 +0200, vlad wrote: >> > Here is a patch against makepkg from git which introduces a new function >> > "write_srcinfo()". This generates a file .SRCINFO - like the

Re: [arch-general] makepkg patch - generate .SRCINFO file when running "--source"

2010-08-02 Thread vlad
On Mon, Aug 02, 2010 at 08:49:11AM -0400, Loui Chang wrote: > On Tue 27 Jul 2010 15:25 +0200, vlad wrote: > > Here is a patch against makepkg from git which introduces a new function > > "write_srcinfo()". This generates a file .SRCINFO - like the .PKGINFO > > one - when "makepkg --source" is run a

Re: [arch-general] makepkg patch - generate .SRCINFO file when running "--source"

2010-08-02 Thread Loui Chang
On Tue 27 Jul 2010 15:25 +0200, vlad wrote: > Here is a patch against makepkg from git which introduces a new function > "write_srcinfo()". This generates a file .SRCINFO - like the .PKGINFO > one - when "makepkg --source" is run and then it is added to the src.tar.gz > archive. > I think having s

Re: [arch-general] makepkg patch - generate .SRCINFO file when running "--source"

2010-07-27 Thread Daenyth Blank
On Tue, Jul 27, 2010 at 13:36, Muhammed Uluyol wrote: > Why not make new arrays? > i686depends, x86_64depends, i686source, etc. Please don't... Also, please bottom post on this list.

Re: [arch-general] makepkg patch - generate .SRCINFO file when running "--source"

2010-07-27 Thread Muhammed Uluyol
Why not make new arrays? i686depends, x86_64depends, i686source, etc. On Tue, Jul 27, 2010 at 8:51 AM, vlad wrote: > On Tue, Jul 27, 2010 at 03:38:10PM +0200, Jakob Gruber wrote: > > On Tuesday 27 July 2010 15:25:56 vlad wrote: > > > Hello list, > > > > > > Here is a > > patch against makepkg fr

Re: [arch-general] makepkg patch - generate .SRCINFO file when running "--source"

2010-07-27 Thread vlad
On Tue, Jul 27, 2010 at 03:38:10PM +0200, Jakob Gruber wrote: > On Tuesday 27 July 2010 15:25:56 vlad wrote: > > Hello list, > > > > Here is a > patch against makepkg from git which introduces a new function > > > "write_srcinfo()". This generates a file .SRCINFO - like the .PKGINFO > > one > - wh

Re: [arch-general] makepkg patch - generate .SRCINFO file when running "--source"

2010-07-27 Thread Jakob Gruber
On Tuesday 27 July 2010 15:25:56 vlad wrote: > Hello list, > > Here is a patch against makepkg from git which introduces a new function > "write_srcinfo()". This generates a file .SRCINFO - like the .PKGINFO > one - when "makepkg --source" is run and then it is added to the src.tar.gz > archive.

[arch-general] makepkg patch - generate .SRCINFO file when running "--source"

2010-07-27 Thread vlad
Hello list, Here is a patch against makepkg from git which introduces a new function "write_srcinfo()". This generates a file .SRCINFO - like the .PKGINFO one - when "makepkg --source" is run and then it is added to the src.tar.gz archive. I think having such a file is an important step for getti