From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:43968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtg51-0003Ey-PO for guix-patches@gnu.org; Tue, 12 Feb 2019 16:59:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtg50-0000Nw-1h for guix-patches@gnu.org; Tue, 12 Feb 2019 16:59:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46020) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtg4z-0000Nk-R0 for guix-patches@gnu.org; Tue, 12 Feb 2019 16:59:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gtg4z-0001Vc-Ob for guix-patches@gnu.org; Tue, 12 Feb 2019 16:59:01 -0500 Subject: [bug#34378] update GNOME Planner to current Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <9bb349a5-a9a9-13b2-35c4-1ea63ffcbd43@interpretmath.pw> Date: Tue, 12 Feb 2019 22:58:43 +0100 In-Reply-To: <9bb349a5-a9a9-13b2-35c4-1ea63ffcbd43@interpretmath.pw> (Andrew Miloradovsky's message of "Fri, 8 Feb 2019 01:54:08 +0000") Message-ID: <87h8d8hdnw.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Andrew Miloradovsky Cc: 34378@debbugs.gnu.org Hi Andrew, Andrew Miloradovsky skribis: > The release is fairly old and contains prebuilt scripts. What do you mean by =E2=80=9Cprebuilt scripts=E2=80=9D? > From cbe5c7a354381c665735085a5eb262404e901385 Mon Sep 17 00:00:00 2001 > From: Andrew Miloradovsky > Date: Fri, 8 Feb 2019 00:03:48 +0000 > Subject: [PATCH] gnu: gnome-planner: update 0.14.6 to 2019-02-08 > > Build all from a modern version, enable Python bindings. > > * gnu/packages/gnome.scm (gnome-planner): > - Fetch the sources from GNOME's own GitLab. > - Run `autogen.sh` with the proper shell paths. > - Enable Python 2 bindings, because we can now. > - Add all the inputs necessary for all of that. Please see =E2=80=98git log=E2=80=99 and for examples of the commit message format. > + ;;; Warning: > + ;;; The documentation generation mechanism is long broken. No Yelp yet. > + ;;; So the output doesn't contain any docs, unlike the ancient release. > + ;;; OTOH, that's probably not a huge concern, given the circumstances. > + (let ((commit "fa7cbe309d5a705502ca46f808bcf78840804dbe") > + (revision "2019-02-08")) How did you pick this particular commit? In general we only package releases, unless there=E2=80=99s a compelling reason to build straight from= the VCS. Do you think that=E2=80=99s the case here? Thanks for the patch! Ludo=E2=80=99.