Re: [pacman-dev] My first splitted package

2009-01-18 Thread Marc - A. Dahlhaus
Dan McGee schrieb: On Sat, Jan 17, 2009 at 6:56 AM, Pierre Schmitz pie...@archlinux.de wrote: Am Samstag 17 Januar 2009 13:26:09 schrieb Allan McRae: That PKGBUILD looks good to me. The only comment I have is that if someone does a pacman -S phonon they are going to get

Re: [pacman-dev] My first splitted package

2009-01-18 Thread Pierre Schmitz
Am Samstag 17 Januar 2009 13:56:30 schrieb Pierre Schmitz: The next one I'll try is php. It should be more complex but there won't be strange dependencies between sub packages. OK, I have created a splitted php package now. Maybe I don't get it, but I think php has some of the worst build

Re: [pacman-dev] [PATCH 1/2] makepkg: clean up test usage

2009-01-18 Thread Dan McGee
On Sun, Jan 18, 2009 at 1:27 AM, Bryan Ischo bji-keyword-pacman.364...@www.ischo.com wrote: Allan McRae wrote: Looking into this further, it seems that the ABS guide always quotes variables. I.e. [ $foobar -eq 0 ]. Exceptions being $? and $#. I have tried to figure out what advantage this

[pacman-dev] [PATCH] Use archive_entry_set_perm instead of archive_entry_set_mode

2009-01-18 Thread Nagy Gabor
From 2b1a58bda8318b7d0c70a4cfc161a82a156b199b Mon Sep 17 00:00:00 2001 From: Nagy Gabor ng...@bibl.u-szeged.hu Date: Sun, 18 Jan 2009 20:03:56 +0100 Subject: [PATCH] Use archive_entry_set_perm instead of archive_entry_set_mode This patch fixes FS#12148 ('unstable' regular file). I also changed

Re: [pacman-dev] [PATCH] Use archive_entry_set_perm instead of archive_entry_set_mode

2009-01-18 Thread Xavier
On Sun, Jan 18, 2009 at 8:23 PM, Nagy Gabor ng...@bibl.u-szeged.hu wrote: From 2b1a58bda8318b7d0c70a4cfc161a82a156b199b Mon Sep 17 00:00:00 2001 From: Nagy Gabor ng...@bibl.u-szeged.hu Date: Sun, 18 Jan 2009 20:03:56 +0100 Subject: [PATCH] Use archive_entry_set_perm instead of

[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v3.2.2-4-g472e51b

2009-01-18 Thread Dan McGee
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project The official pacman repository. The branch, maint has been updated via 472e51b975b9cb8fe1f67c03ff72bbc067fa7f01 (commit) from

[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.2.2-73-gc794661

2009-01-18 Thread Dan McGee
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project The official pacman repository. The branch, master has been updated via c794661f1ea8c819d479948e92e5648de62787c5 (commit) via

[pacman-dev] [PATCH] db_register: Unlink DbPath/database, if it is not a directory

2009-01-18 Thread Nagy Gabor
From 884155e03bf20f1cca880f39848423091729f6cd Mon Sep 17 00:00:00 2001 From: Nagy Gabor ng...@bibl.u-szeged.hu Date: Mon, 19 Jan 2009 00:35:45 +0100 Subject: [PATCH] db_register: Unlink DbPath/database, if it is not a directory We had a check for this case, but we didn't handle it at all (neither