Re: [arch-general] Wrapper for yaourt and pacman

2013-07-14 Thread Rafael Ferreira
Em 14/07/2013 22:12, Ralf Mardorf escreveu: No, PKGDEST in /etc/makepkg.conf won't help me. If I use yaourt PKGDEST is ignored, even if it wouldn't be ignored, I want to have a separated directory for linux-rt packages automatically. I don't want to run makepkg -s and pacman -U, with or without

Re: [arch-general] Wrapper for yaourt and pacman

2013-07-14 Thread Ralf Mardorf
On Sun, 2013-07-14 at 10:57 -0700, Chirantan Ekbote wrote: > Ralf Mardorf writes: > > FWIW I want to have a cache for AUR packages, like there is for the > > official packages in /var/cache/pacman/pkg, linux-rt packages should be > > stored to another directory. > > > > Take a look at SRCDEST, PK

Re: [arch-general] Wrapper for yaourt and pacman

2013-07-14 Thread Chirantan Ekbote
Hi Ralf, Ralf Mardorf writes: > Thank you Gaetan, thank you William, > > currently I have to manage 62 AUR packages, so using pacman only doesn't > provide what I need. I noticed that yaourt is a script, so I could take > a look at it, learn and include what I need to a wrapper for pacman, but >

Re: [arch-general] distcc requires dbus

2013-07-14 Thread Karol Blazewicz
On Sun, Jul 14, 2013 at 4:58 PM, Iru Cai wrote: > distccd needs libdbus-1.so.3, and `pactree distcc` does not have core/dbus. > I think this should go in the bugtracker.

[arch-general] distcc requires dbus

2013-07-14 Thread Iru Cai
distccd needs libdbus-1.so.3, and `pactree distcc` does not have core/dbus.

[arch-general] FS#30473 Patch

2013-07-14 Thread Stefan Tatschner
Hi, I've created a patchfile for FS#30473 [1]. The Patchfile is for git, pkgver=1.8.3.2, pkgrel=1. The solution can be seen in [2]. I have justed merged the official PGKBUILD with [2] to make git-subtree working. Stefan [1] https://bugs.archlinux.org/task/30473 [2] https://github.com/mtorromeo

Re: [arch-general] Wrapper for yaourt and pacman

2013-07-14 Thread Ralf Mardorf
Thank you Gaetan, thank you William, currently I have to manage 62 AUR packages, so using pacman only doesn't provide what I need. I noticed that yaourt is a script, so I could take a look at it, learn and include what I need to a wrapper for pacman, but I don't like to do it that way. You seem t