From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add gnome-common. Date: Wed, 15 Jul 2015 23:39:06 +0200 Message-ID: <87oajdksn9.fsf@gnu.org> References: <87egk99pdp.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFUOW-00080G-BG for guix-devel@gnu.org; Wed, 15 Jul 2015 17:39:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFUOT-0001pQ-3F for guix-devel@gnu.org; Wed, 15 Jul 2015 17:39:12 -0400 In-Reply-To: <87egk99pdp.fsf@openmailbox.org> (Mathieu Lirzin's message of "Wed, 15 Jul 2015 21:45:06 +0200") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: guix-devel@gnu.org Mathieu Lirzin skribis: > From 9040050b26c3282c24c53adf3d82319fbf760c27 Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin > Date: Mon, 13 Jul 2015 10:51:46 +0200 > Subject: [PATCH] gnu: Add gnome-common. > > * gnu/packages/gnome.scm (gnome-common): New variable. [...] > + (synopsis "Bootstrap Gnome modules built from git") > + (description "Gnome-common contains various files needed to bootstrap > +Gnome modules built from git. It contains a common \"autogen.sh\" scrip= t that > +can be used to configure a source directory checked out from git and some > +commonly used macros.") s/Gnome/GNOME/ s/git/Git/ Otherwise LGTM, thanks! Ludo=E2=80=99.