Re: [arch-general] trinity pkgbuild: rewrite to dl svn - Use fixed svn rev or latest?

2011-02-09 Thread David C. Rankin
On 02/09/2011 07:51 PM, Allan McRae wrote: >>> >>> Does this also work when building from makechrootpkg? >> >> As far as I know, the only options makechrootpkg passes to makepkg are >> "-s --noconfirm". >> > > You can add mre options after "--". > > e.g. I often run: > > makechrootpkg -c -r /pat

Re: [arch-general] trinity pkgbuild: rewrite to dl svn - Use fixed svn rev or latest?

2011-02-09 Thread Allan McRae
On 10/02/11 11:43, Tavian Barnes wrote: On 8 February 2011 18:54, David C. Rankin wrote: On 02/08/2011 04:19 PM, Tavian Barnes wrote: makepkg automatically updates the pkgver to the latest svn revision when you build an svn package, unless you pass --holdver. Does this also work when buil

Re: [arch-general] trinity pkgbuild: rewrite to dl svn - Use fixed svn rev or latest?

2011-02-09 Thread Tavian Barnes
On 8 February 2011 18:54, David C. Rankin wrote: > On 02/08/2011 04:19 PM, Tavian Barnes wrote: >> >> makepkg automatically updates the pkgver to the latest svn revision >> when you build an svn package, unless you pass --holdver. >> > > Does this also work when building from makechrootpkg? As fa

Re: [arch-general] [arch-dev-public] Fwd: [arch-dev] [signoff] ppp-2.4.5-2

2011-02-09 Thread Dave Reisner
On Wed, Feb 09, 2011 at 03:26:29PM -0500, Eric Bélanger wrote: > Forwarding to public ML. > > > -- Forwarded message -- > From: Stéphane Gaudreault > Date: Wed, Feb 9, 2011 at 2:23 PM > Subject: [arch-dev] [signoff] ppp-2.4.5-2 > To: arch-...@archlinux.org > > > * Rebuild of ol

Re: [arch-general] xinitrc.d framework

2011-02-09 Thread Muhammed Uluyol
I think it would be better if it was more like rc.conf by using an array and a function that went through that array. It looks simple enough, maybe something like exec_xinitd_scripts() { if [[ $XINITD_SCRIPTS ]]; then for ((i=0; i < ${#XINITD_SCRIPTS[@]}; i++)); do exec_next

[arch-general] Package update : hplip 3.11.1

2011-02-09 Thread Rémy Oudompheng
HPLIP 3.11.1 was released several days ago : it includes support for new printers and scanning support for several printers (e.g. the one I bought last week, HP Deskjet 2050). I thought the package was not very critical so that I could update it directly in [extra]. I can at least print and scan (h

Re: [arch-general] A repo-add replacement?

2011-02-09 Thread Nicolás Reynolds
El 09/02/11 04:05, Magnus Therning dijo: > I've noticied that repo-add will blindly overwrite the entry of an > already added package with whatever you point it to. Even if the > existing entry is for a version that is newer. It basically means > that "repo-add repo.db.tar.gz *.pkg.tar.xz" doesn'

[arch-general] A repo-add replacement?

2011-02-09 Thread Magnus Therning
I've noticied that repo-add will blindly overwrite the entry of an already added package with whatever you point it to. Even if the existing entry is for a version that is newer. It basically means that "repo-add repo.db.tar.gz *.pkg.tar.xz" doesn't work that well :-( Is there some other tool fo

Re: [arch-general] [arch-dev-public] makepkg bug with epoch code

2011-02-09 Thread Ng Oon-Ee
On Wed, 2011-02-09 at 20:52 +1000, Allan McRae wrote: > On 09/02/11 20:46, Allan McRae wrote: > > Have not had time to look into this, but I get this error with the > > kernel26 PKGBUILD in Arch Linux [core] repo: > > > > umm.. wrong list :P > Allan broke it!

Re: [arch-general] Crazy devs....

2011-02-09 Thread SanskritFritz
On Wed, Feb 9, 2011 at 11:32 AM, Ionuț Bîru wrote: > On 02/09/2011 12:28 PM, Ng Oon-Ee wrote: > >> I saw a pidgin update (2.7.10) and while downloading I thought I'd check >> the changelog. >> >> Go to pidgin.im, and the most recent version is 2.7.9. >> >> Its official, Arch Linux devs are faster

Re: [arch-general] Crazy devs....

2011-02-09 Thread Ionuț Bîru
On 02/09/2011 12:28 PM, Ng Oon-Ee wrote: I saw a pidgin update (2.7.10) and while downloading I thought I'd check the changelog. Go to pidgin.im, and the most recent version is 2.7.9. Its official, Arch Linux devs are faster than upstream! Shout-out to Ionut Biru and indeed to all the devs who

[arch-general] Crazy devs....

2011-02-09 Thread Ng Oon-Ee
I saw a pidgin update (2.7.10) and while downloading I thought I'd check the changelog. Go to pidgin.im, and the most recent version is 2.7.9. Its official, Arch Linux devs are faster than upstream! Shout-out to Ionut Biru and indeed to all the devs who make Arch Linux great =)

Re: [arch-general] xinitrc.d framework

2011-02-09 Thread Philipp Überbacher
Excerpts from Yclept Nemo's message of 2011-02-08 07:55:42 +0100: > I hacked an "xinitrc.d framework". The details are at > https://wiki.archlinux.org/index.php/Xinitrc.d_Framework. I'm only one > person, so I'd appreciate any comments. I don't really know what this is about, but conky works just