From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcVOe-0008Te-U0 for guix-patches@gnu.org; Mon, 09 Jul 2018 08:36:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcVOb-00034i-Rc for guix-patches@gnu.org; Mon, 09 Jul 2018 08:36:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43909) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fcVOb-00034d-Oe for guix-patches@gnu.org; Mon, 09 Jul 2018 08:36:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fcVOb-0002vR-Hm for guix-patches@gnu.org; Mon, 09 Jul 2018 08:36:01 -0400 Subject: [bug#32053] [PATCH 1/2] gnu: Add libqmatrixclient. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180704174239.30870-1-arunisaac@systemreboot.net> Date: Mon, 09 Jul 2018 14:34:58 +0200 In-Reply-To: <20180704174239.30870-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Wed, 4 Jul 2018 23:12:39 +0530") Message-ID: <87o9fgh9jh.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: Arun Isaac Cc: 32053@debbugs.gnu.org Arun Isaac skribis: > * gnu/packages/messaging.scm (libqmatrixclient): New variable. [...] > + (home-page "https://matrix.org/docs/projects/sdk/libqmatrixclient.ht= ml") > + (synopsis "Qt5 Matrix client library") What about =E2=80=9CQt5 client library for the Matrix messaging protocol=E2= =80=9D? > + (description "libqmatrixclient is a Qt5 library to write clients for= the > +Matrix protocol. Quaternion is the reference client implementation. ^ s/protocol/instant messaging protocol/ Apart from that it LGTM, thank you! Ludo=E2=80=99.