From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/3] gnu: Add scrot. Date: Thu, 25 Sep 2014 15:02:29 +0200 Message-ID: <87ppejkg4a.fsf@gnu.org> References: <87tx3wcc77.fsf@gmail.com> 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]:36992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX8gx-0001sJ-Ic for guix-devel@gnu.org; Thu, 25 Sep 2014 09:02:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XX8gq-0006Aw-OK for guix-devel@gnu.org; Thu, 25 Sep 2014 09:02:39 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:35824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX8gq-00067u-IA for guix-devel@gnu.org; Thu, 25 Sep 2014 09:02:32 -0400 In-Reply-To: <87tx3wcc77.fsf@gmail.com> (Alex Kost's message of "Thu, 25 Sep 2014 12:54:20 +0400") 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: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > From 05a31c091d49d83fe25565a231396279a39f85a9 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Thu, 25 Sep 2014 12:31:46 +0400 > Subject: [PATCH 3/3] gnu: Add scrot. > > * gnu/packages/scrot.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. LGTM, with x11-style as the license. > + (description > + "scrot allows to save a screenshot of a full screen, a window or a = part > +of the screen selected by mouse.") Perhaps mention that it=E2=80=99s for X11? Could maybe go to xorg.scm, Andreas? Ludo=E2=80=99.