[pacman-dev] [RESEND][PATCH] Introduce Include key globing for pacman.conf

2010-03-24 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
This patch adds the ability to use Include filenames containing wildcards. Signed-off-by: Marc-A. Dahlhaus --- --- pacman-3.3.0.orig/configure.ac +++ pacman-3.3.0/configure.ac @@ -150,7 +150,7 @@ fi AM_CONDITIONAL(INTERNAL_DOWNLOAD, test "x$internaldownload" = "xyes") # Checks for header fil

Re: [pacman-dev] [RFC][PATCH] Introduce Include key globing for pacman.conf v4

2010-03-24 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Sonntag, den 15.11.2009, 20:04 -0600 schrieb Dan McGee: > On Sun, Nov 15, 2009 at 9:00 AM, Xavier wrote: > > On Mon, Oct 12, 2009 at 4:06 AM, Dan McGee wrote: > >> On Fri, Sep 11, 2009 at 5:35 AM, Marc - A. Dahlhaus [ Administration | > >> Westermann GmbH ] wrote: > >>> This patch adds the ab

Re: [pacman-dev] alpm_list_remove_dups: was - [PATCH] Sort and avoid duplicates in -Sii output

2010-03-24 Thread Dan McGee
On Wed, Mar 24, 2010 at 1:09 AM, Allan McRae wrote: > On 24/03/10 16:00, Allan McRae wrote: >> >> Signed-off-by: Allan McRae >> --- >>  lib/libalpm/package.c |    5 - >>  1 files changed, 4 insertions(+), 1 deletions(-) >> >> diff --git a/lib/libalpm/package.c b/lib/libalpm/package.c >> index

Re: [pacman-dev] alpm_list_remove_dups: was - [PATCH] Sort and avoid duplicates in -Sii output

2010-03-24 Thread Xavier Chantry
On Wed, Mar 24, 2010 at 3:32 PM, Dan McGee wrote: > > I'd rather have it not touch the original list. Even if it does modify > the list, freeing items from the list could be disastrous in the case > of packages or something, so that is a no-no. I could see it being a > more useful function if it t

Re: [pacman-dev] alpm_list_remove_dups: was - [PATCH] Sort and avoid duplicates in -Sii output

2010-03-24 Thread Nagy Gabor
I was going to use alpm_list_remove_dups instead of testing for a strings presence before adding it but I find that function quite impractical... I wonder if any other frontend is using it and whether we could change it to actually removing the duplicates from a list. i.e. return the same list w

Re: [pacman-dev] alpm_list_remove_dups: was - [PATCH] Sort and avoid duplicates in -Sii output

2010-03-24 Thread Xavier Chantry
On Wed, Mar 24, 2010 at 7:43 PM, Nagy Gabor wrote: >> I was going to use alpm_list_remove_dups instead of testing for a >> strings presence before adding it but I find that function quite >> impractical... >> >> I wonder if any other frontend is using it and whether we could change >> it to actual

[pacman-dev] [PATCH] compute package download size outside _alpm_sync_prepare

2010-03-24 Thread Jonathan Conder
Hi Here is a patch to resolve FS#18769. I created a new INFRQ/infolevel to describe package download size, so that it could be lazily calculated like most of the other package info. This differs slightly from most of the other infolevels, which correspond to information actually read by _alpm_db_r