Re: [arch-general] PKGBUILD help

2012-01-28 Thread John K Pate
Yes been there but all that happens is i get a load of failed deps one of which it seems cannot be satisfied and all 32 bit stuff this is a 64 bit the PKGBUILD mentions 64 bit but goes for 32 bit the fails also complains about google-earth.install is missing so i dont know where to

[arch-general] PKGBUILD help

2012-01-27 Thread Peter G Nikolic
Hi .. I am trying to install my favorite editor joe now i have the PKGBUILD file have run makepkg it has built ok no erors but how the heck do i install it says installed but it has not it has just created the directorys in the build dir but not actually installed it on the system .

Re: [arch-general] PKGBUILD help

2012-01-27 Thread Thanasis Georgiou
On 27 January 2012 17:40, Peter G Nikolic p.nikol...@btinternet.com wrote: Hi .. I am trying to install my favorite editor   joe   now i have the PKGBUILD file  have  run makepkg it has built ok no erors but how the heck do i install  it says installed but it has not it has just created the

Re: [arch-general] PKGBUILD help

2012-01-27 Thread Tim Stella
Seems to me like you'd like an aur tool like 'yaourt' -- then it'd be as simple as 'yaourt -S joe'. Their homepage has installation instructions you can copy and paste as well. Tim On 01/27/12 at 03:40pm, Peter G Nikolic wrote: Hi .. I am trying to install my favorite editor joe now i

Re: [arch-general] PKGBUILD help

2012-01-27 Thread Taylor Hedberg
Either use `makepkg -i` to install automatically after building, or `pacman -U foo.pkg.tar.xz` to manually install the built package. pgpOGh6Oqpbiw.pgp Description: PGP signature

Re: [arch-general] PKGBUILD help

2012-01-27 Thread Denis A . Altoé Falqueto
On Fri, Jan 27, 2012 at 1:50 PM, Tim Stella denst...@gmail.com wrote: Seems to me like you'd like an aur tool like 'yaourt' -- then it'd be as simple as 'yaourt -S joe'. Their homepage has installation instructions you can copy and paste as well. I should say that a AUR tool is only useful

Re: [arch-general] PKGBUILD help

2012-01-27 Thread Peter G Nikolic
On Friday 27 Jan 2012 17:47:26 Thanasis Georgiou wrote: On 27 January 2012 17:40, Peter G Nikolic p.nikol...@btinternet.com wrote: Hi .. I am trying to install my favorite editor joe now i have the PKGBUILD file have run makepkg it has built ok no erors but how the heck do i

Re: [arch-general] PKGBUILD help

2012-01-27 Thread Denis A . Altoé Falqueto
On Fri, Jan 27, 2012 at 2:23 PM, Peter G Nikolic p.nikol...@btinternet.com wrote: Or run makepkg -i (or makepkg -si which will install dependencies too). I am pretty sure the wiki explains PKGBUILDs pretty good, take a look :) Did but could not find much   never mind   solved now thanks now

Re: [arch-general] PKGBUILD help

2012-01-27 Thread Ralf Mardorf
On Fri, 2012-01-27 at 10:47 -0500, Taylor Hedberg wrote: Either use `makepkg -i` to install automatically after building, or `pacman -U foo.pkg.tar.xz` to manually install the built package. FWIW makepkg -i requires sudo. I don't set up sudo for my user. IMO there are good wikis about building