From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34361) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i2YzD-0001vv-Uo for guix-patches@gnu.org; Tue, 27 Aug 2019 06:46:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i2YzC-0001cI-SM for guix-patches@gnu.org; Tue, 27 Aug 2019 06:46:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38966) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i2YzC-0001bd-O9 for guix-patches@gnu.org; Tue, 27 Aug 2019 06:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i2YzC-0002uC-JH for guix-patches@gnu.org; Tue, 27 Aug 2019 06:46:02 -0400 Subject: bug#37091: [PATCH] gnu: Add template-glib. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190819231211.11154-1-goodoldpaul@autistici.org> Date: Tue, 27 Aug 2019 12:45:49 +0200 In-Reply-To: <20190819231211.11154-1-goodoldpaul@autistici.org> (Giacomo Leidi's message of "Tue, 20 Aug 2019 01:12:11 +0200") Message-ID: <87woeyq42q.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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: Giacomo Leidi Cc: 37091-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, Giacomo Leidi skribis: > * gnu/packages/glib.scm (template-glib): New variable. Applied with the tiny change below, to make the synopsis shorter. Thanks, Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 3e16c62f53..77b5715eb0 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -920,8 +920,7 @@ other API remains the same.") ("pkg-config" ,pkg-config) ("vala" ,vala))) (home-page "https://gitlab.gnome.org/GNOME/template-glib") - (synopsis "Library for template expansion which supports calling into -GObject Introspection from templates") + (synopsis "Library for template expansion") (description "Template-GLib is a library to help you generate text based on a template and user defined state. Template-GLib does not use a language runtime, so it is --=-=-=--