Re: [Gambas-user] Archlinux package creation

2012-04-06 Thread Benoît Minisini
Le 06/04/2012 16:04, Laurent Carlier a écrit : > > * Found a typo (will fix it). > > * AFAIK install -d blabla/bloblo then install -p toto blabla/toto can be > replaced with > install -Dp path-to/toto blabla/bloblo/toto. Perhaps i'm wrong, but just > tested and it seem to work. > Yes, but "insta

Re: [Gambas-user] Archlinux package creation

2012-04-06 Thread Laurent Carlier
> Le 06/04/2012 10:49, Laurent Carlier a écrit : > > > > Everything should be availabale and pretty bug free in rev4601; extra files > > and extra dependencies support. > > > > Feel free to test! > > > > > > I fixed the ArchLinux extra file support in revision #4602, because the > internal extra

Re: [Gambas-user] Archlinux package creation

2012-04-06 Thread Benoît Minisini
Le 06/04/2012 10:49, Laurent Carlier a écrit : > > Everything should be availabale and pretty bug free in rev4601; extra files > and extra dependencies support. > > Feel free to test! > > I fixed the ArchLinux extra file support in revision #4602, because the internal extra files list format has

Re: [Gambas-user] Archlinux package creation

2012-04-06 Thread Laurent Carlier
> Hi. I'm having trouble creating an Archlinux installation package. It > seems to create it successfully, but when i check the destination > folder it's empty and there is no PKGBUILD file. Can somebody > reproduce this? > > Thanks! > > ---

Re: [Gambas-user] Archlinux package creation

2012-04-04 Thread Benoît Minisini
Le 04/04/2012 22:37, Sebastian Kulesz a écrit : > On Wed, Apr 4, 2012 at 3:59 AM, Laurent Carlier > wrote: >>> Hi. I'm having trouble creating an Archlinux installation package. It >>> seems to create it successfully, but when i check the destination >>> folder it's empty and there is no PKGBUILD f

Re: [Gambas-user] Archlinux package creation

2012-04-04 Thread Sebastian Kulesz
On Wed, Apr 4, 2012 at 3:59 AM, Laurent Carlier wrote: >> Hi. I'm having trouble creating an Archlinux installation package. It >> seems to create it successfully, but when i check the destination >> folder it's empty and there is no PKGBUILD file. Can somebody >> reproduce this? >> >> Thanks! >>

Re: [Gambas-user] Archlinux package creation

2012-04-04 Thread Laurent Carlier
> Hi. I'm having trouble creating an Archlinux installation package. It > seems to create it successfully, but when i check the destination > folder it's empty and there is no PKGBUILD file. Can somebody > reproduce this? > > Thanks! > Can you post a project that reproduce the issue ? Can you po

Re: [Gambas-user] Archlinux package creation

2012-02-17 Thread Laurent Carlier
> Hi. I'm having trouble creating an Archlinux installation package. It > seems to create it successfully, but when i check the destination > folder it's empty and there is no PKGBUILD file. Can somebody > reproduce this? > > Thanks! > I will try to take a look at this soon ++ ---

Re: [Gambas-user] Archlinux package creation

2012-02-16 Thread Алексей Беспалов
For Archlinux, I think it may simply take the source tar.gz file and write the most pkbuild. 2012/2/17 Sebastian Kulesz > Hi. I'm having trouble creating an Archlinux installation package. It > seems to create it successfully, but when i check the destination > folder it's empty and there is no

[Gambas-user] Archlinux package creation

2012-02-16 Thread Sebastian Kulesz
Hi. I'm having trouble creating an Archlinux installation package. It seems to create it successfully, but when i check the destination folder it's empty and there is no PKGBUILD file. Can somebody reproduce this? Thanks! ---