From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] gnu: Add guile-sdl. Date: Sun, 09 Nov 2014 18:39:11 +0100 Message-ID: <87egtcuvcw.fsf@gnu.org> References: <878ujtwmpn.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <8761exwmnv.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <8738a1wmmp.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87k335nmvd.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> 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]:34425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnWSN-0006ze-Qp for guix-devel@gnu.org; Sun, 09 Nov 2014 12:39:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnWSH-0003jx-S6 for guix-devel@gnu.org; Sun, 09 Nov 2014 12:39:19 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:51209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnWSH-0003jo-L0 for guix-devel@gnu.org; Sun, 09 Nov 2014 12:39:13 -0500 In-Reply-To: <87k335nmvd.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Sat, 08 Nov 2014 21:12:06 -0500") 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: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > From 215bd5af729055196da818518c816f7fd08e6a06 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sun, 2 Nov 2014 11:55:21 -0500 > Subject: [PATCH 2/2] gnu: Add guile-sdl. > > * gnu/packages/sdl.scm (guile-sdl): New variable. LGTM! Nice work with the tests. > + (synopsis "SDL bindings for GNU Guile.") > + (description "Guile-SDL is a set of modules that provide bindings fo= r SDL > +to enable Guile programmers to do all the nice things you can do with SD= L.") Please run =E2=80=98make sync-descriptions=E2=80=99 and use whatever synops= is and description it suggests. OK to commit with this change. Thank you! Ludo=E2=80=99.