Re: [PATCH] gnu: packages: Use gettext-minimal.

2016-11-21 Thread Alex Kost
Leo Famulari (2016-11-18 15:02 -0500) wrote:

> On Fri, Nov 18, 2016 at 08:47:01PM +0300, Alex Kost wrote:
[...]
>> From 7549a8cefa60af45a154081b0ccb9beaf0160c5d Mon Sep 17 00:00:00 2001
>> From: Alex Kost 
>> Date: Fri, 18 Nov 2016 20:26:08 +0300
>> Subject: [PATCH] gnu: packages: Use gettext-minimal.
>> 
>> * gnu/packages/crypto.scm (tomb): Use 'gettext-minimal' instead of
>> 'gnu-gettext'.
>> * gnu/packages/emacs.scm (m17n-db): Likewise.
>> * gnu/packages/ftp.scm (weex): Likewise.
>> * gnu/packages/games.scm (chromium-bsu): Likewise.
>> * gnu/packages/image.scm (steghide): Likewise.
>> * gnu/packages/linux.scm (radeontop): Likewise.
>> * gnu/packages/mpd.scm (sonata): Likewise.
>> * gnu/packages/networking.scm (whois): Likewise.
>> * gnu/packages/package-management.scm (guix-0.11.0): Likewise.
>> * gnu/packages/psyc.scm (psyclpc): Likewise.
>> * gnu/packages/syndication.scm (newsbeuter): Likewise.
>> * gnu/packages/vim.scm (vim-full): Likewise.
>
> LGTM. Thanks for taking care of this!

Committed, thanks!

-- 
Alex



Re: [PATCH] gnu: packages: Use gettext-minimal.

2016-11-18 Thread Leo Famulari
On Fri, Nov 18, 2016 at 08:47:01PM +0300, Alex Kost wrote:
> Alex Kost wrote:
> 
> > There is a thing that shouldn't be missed: there are some packages (like
> > 'steghide' or 'tomb') in master (and are not presented in core-updates)
> > that use 'gnu-gettext'.  So when core-updates will be merged into master
> > next time, we should make a commit to change these packages to use
> > 'gettext-minimal' instead (I'm going to remind about it when the time
> > will come).
> 
> The original message:
> .
> 
> So the attached patch is to finish the job, i.e. to update the left
> packages to use 'gettext-minimal'.
> 

> From 7549a8cefa60af45a154081b0ccb9beaf0160c5d Mon Sep 17 00:00:00 2001
> From: Alex Kost 
> Date: Fri, 18 Nov 2016 20:26:08 +0300
> Subject: [PATCH] gnu: packages: Use gettext-minimal.
> 
> * gnu/packages/crypto.scm (tomb): Use 'gettext-minimal' instead of
> 'gnu-gettext'.
> * gnu/packages/emacs.scm (m17n-db): Likewise.
> * gnu/packages/ftp.scm (weex): Likewise.
> * gnu/packages/games.scm (chromium-bsu): Likewise.
> * gnu/packages/image.scm (steghide): Likewise.
> * gnu/packages/linux.scm (radeontop): Likewise.
> * gnu/packages/mpd.scm (sonata): Likewise.
> * gnu/packages/networking.scm (whois): Likewise.
> * gnu/packages/package-management.scm (guix-0.11.0): Likewise.
> * gnu/packages/psyc.scm (psyclpc): Likewise.
> * gnu/packages/syndication.scm (newsbeuter): Likewise.
> * gnu/packages/vim.scm (vim-full): Likewise.

LGTM. Thanks for taking care of this!