Re: [pacman-dev] [PATCH v2 2/2] Make pacman build cleanly with clang's -Wassign-enum

2016-10-01 Thread Ivy Foster
On 28 Sep 2016, at 1:28 pm -0400, Andrew Gregory wrote: > On 09/03/16 at 10:14pm, ivy.fos...@gmail.com wrote: > > From: Ivy Foster > > > > In many cases, it was enough to add error or "none" values to enums, > > to account for cases where functions returned either an enumerated > > value or 0/-1

[pacman-dev] [PATCH] Remove pacman-optimize

2016-10-01 Thread Allan McRae
The people who believe that pacman-optimize is actually doing something useful are the same people who are voting for Trump. Signed-off-by: Allan McRae --- scripts/.gitignore| 1 - scripts/Makefile.am | 6 -- scripts/pacman-optimize.sh.in | 189 -

Re: [pacman-dev] [RFC v3 13/13] bacman: make gettext useful

2016-10-01 Thread Allan McRae
On 01/10/16 19:16, Olivier Brunel wrote: > On Sat, 1 Oct 2016 17:41:51 +1000 > Allan McRae wrote: > >> On 30/09/16 22:14, Dave Reisner wrote: >>> On Fri, Sep 30, 2016 at 01:48:01PM +0200, Gordian Edenhofer wrote: Export TEXTDOMAIN and TEXTDOMAINDIR in order for the strings to be trans

Re: [pacman-dev] [RFC v3 13/13] bacman: make gettext useful

2016-10-01 Thread Olivier Brunel
On Sat, 1 Oct 2016 17:41:51 +1000 Allan McRae wrote: > On 30/09/16 22:14, Dave Reisner wrote: > > On Fri, Sep 30, 2016 at 01:48:01PM +0200, Gordian Edenhofer wrote: > >> Export TEXTDOMAIN and TEXTDOMAINDIR in order for the strings to be > >> translatable with gettext. > >> --- > >> contrib/bac

[pacman-dev] [PATCHv2] Give a "success!" message on database check

2016-10-01 Thread Patrick Eigensatz
'pacman -Dk' prints a "success!" message if there were no errors. It is possible to suppress the output using the '-q / --quiet' flag. This implements the feature discussed at https://bugs.archlinux.org/task/50087 Signed-off-by: Patrick Eigensatz --- doc/pacman.8.txt | 6 +- src/pacman

Re: [pacman-dev] [PATCH] fix --printsrcinfo unify arch and non-arch specific variables

2016-10-01 Thread Allan McRae
On 30/09/16 08:57, Levente Polyak wrote: > This fixes the issue with --printsrcinfo that all arch specific variants > of a variable get merged into their non arch specific variant. > > The .SRCINFO file ends up having $depends containing $depends_x86_64 > and omitting the latter. Thanks. Note th

Re: [pacman-dev] [RFC v3 13/13] bacman: make gettext useful

2016-10-01 Thread Allan McRae
On 30/09/16 22:14, Dave Reisner wrote: > On Fri, Sep 30, 2016 at 01:48:01PM +0200, Gordian Edenhofer wrote: >> Export TEXTDOMAIN and TEXTDOMAINDIR in order for the strings to be >> translatable with gettext. >> --- >> contrib/bacman.sh.in | 28 ++-- >> 1 file changed, 22 in

[pacman-dev] [PATCH] Remove contrib

2016-10-01 Thread Allan McRae
The contrib directory takes too much of the pacman developer's limited time, which could be better spent developing and reviewing patches for the primary projects. Signed-off-by: Allan McRae --- Various stuff in src/util can also die. Makefile.am | 2 +- configure