From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: packages: Use gettext-minimal. Date: Fri, 18 Nov 2016 15:02:06 -0500 Message-ID: <20161118200206.GA16535@jasmine> References: <87h9747ka2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7pMR-0007CK-SU for guix-devel@gnu.org; Fri, 18 Nov 2016 15:02:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7pMO-0007lL-Q5 for guix-devel@gnu.org; Fri, 18 Nov 2016 15:02:11 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:44435) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c7pMO-0007l9-Ie for guix-devel@gnu.org; Fri, 18 Nov 2016 15:02:08 -0500 Content-Disposition: inline In-Reply-To: <87h9747ka2.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Kost Cc: guix-devel@gnu.org 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!