From unknown Sat Jul 26 21:31:03 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#32053 <32053@debbugs.gnu.org> To: bug#32053 <32053@debbugs.gnu.org> Subject: Status: [PATCH 1/2] gnu: Add libqmatrixclient. Reply-To: bug#32053 <32053@debbugs.gnu.org> Date: Sun, 27 Jul 2025 04:31:03 +0000 retitle 32053 [PATCH 1/2] gnu: Add libqmatrixclient. reassign 32053 guix-patches submitter 32053 Arun Isaac severity 32053 normal tag 32053 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 04 13:43:28 2018 Received: (at submit) by debbugs.gnu.org; 4 Jul 2018 17:43:28 +0000 Received: from localhost ([127.0.0.1]:46931 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1faloG-0005Og-0n for submit@debbugs.gnu.org; Wed, 04 Jul 2018 13:43:28 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40410) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1faloB-0005ON-Ja for submit@debbugs.gnu.org; Wed, 04 Jul 2018 13:43:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1falo5-0001wV-4P for submit@debbugs.gnu.org; Wed, 04 Jul 2018 13:43:10 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: **** X-Spam-Status: No, score=4.1 required=5.0 tests=BAYES_50,RCVD_IN_SBL_CSS, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53907) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1falo5-0001w6-0J for submit@debbugs.gnu.org; Wed, 04 Jul 2018 13:43:09 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1falo3-00081d-I7 for guix-patches@gnu.org; Wed, 04 Jul 2018 13:43:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1falo0-0001sw-D7 for guix-patches@gnu.org; Wed, 04 Jul 2018 13:43:07 -0400 Received: from [2001:19f0:5:274f:351:616f:fec3:2694] (port=56394 helo=vultr.systemreboot.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1falnz-0001rL-SX for guix-patches@gnu.org; Wed, 04 Jul 2018 13:43:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=92wTxCqAsggxNSBklymvcO/np1WoEjj2TsvMGkQwfiE=; b=plN9k/qNCfTGDBbv1YpZCYtMTV zfeJmqzlwPaMNJvFpa3U4dLUGq1eue4uTSdFPXR1d7pdiet6t2PE9yeyrIHBx7qIBPVXvwY3ylPQi tspWtQRqGFwQ561tnJ7bERWbAXM0QJbgODXjgSp7vGdwvm9SRA9rGHLvwo6BvGkoKE2o=; Received: from [124.40.246.228] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1falkq-0006Dy-Bi; Wed, 04 Jul 2018 23:09:48 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH 1/2] gnu: Add libqmatrixclient. Date: Wed, 4 Jul 2018 23:12:39 +0530 Message-Id: <20180704174239.30870-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: submit Cc: Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/messaging.scm (libqmatrixclient): New variable. --- gnu/packages/messaging.scm | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 181cdecc9..a9db199f9 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2016 Andy Patterson ;;; Copyright © 2016, 2017, 2018 Clément Lassieur ;;; Copyright © 2017 Mekeor Melire -;;; Copyright © 2017 Arun Isaac +;;; Copyright © 2017, 2018 Arun Isaac ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice ;;; Copyright © 2017 Theodoros Foradis ;;; Copyright © 2017 Rutger Helling @@ -1644,4 +1644,28 @@ c-toxcore and ncurses. It provides audio calls, sound and desktop notifications, and Python scripting support.") (license license:gpl3+))) +(define-public libqmatrixclient + (package + (name "libqmatrixclient") + (version "0.3.0.2") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/QMatrixClient/libqmatrixclient/archive/v" + version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0yl7lw0s2z98xkxbklkb3i8xcd9af9qayl1zxl070d8ykl6ayqy3")))) + (build-system cmake-build-system) + (inputs + `(("qt" ,qt))) + (arguments + `(#:tests? #f)) ; No tests + (home-page "https://matrix.org/docs/projects/sdk/libqmatrixclient.html") + (synopsis "Qt5 Matrix client library") + (description "libqmatrixclient is a Qt5 library to write clients for the +Matrix protocol. Quaternion is the reference client implementation. +Quaternion and libqmatrixclient together form the QMatrixClient project.") + (license license:lgpl2.1+))) ;;; messaging.scm ends here -- 2.15.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 04 13:46:59 2018 Received: (at 32053) by debbugs.gnu.org; 4 Jul 2018 17:47:00 +0000 Received: from localhost ([127.0.0.1]:46942 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1falrn-0005VH-LZ for submit@debbugs.gnu.org; Wed, 04 Jul 2018 13:46:59 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:60938) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1falrk-0005Uv-Em for 32053@debbugs.gnu.org; Wed, 04 Jul 2018 13:46:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender: Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ATcaCkQYmZ0rpWhoE+FU//eC9iAaE7Do69TIcTz1yq0=; b=cGJOm4zPM6sAKN9I0t86/ulVNa EMNLsUl1BxXh0t2ffv6MhPts0aDRKq8/yo0bYQ89BOy2tHSyIn9NWRAynrpRcZGSVTbYuwmKgNS2a 14iwGUQeX07J075LWUhtqlyeLE1iGW2YLwSThCqPT+gPu7UlmUVkeA/olE0/zQAVyW6s=; Received: from [124.40.246.228] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1faloZ-0006GB-QA; Wed, 04 Jul 2018 23:13:39 +0530 From: Arun Isaac To: 32053@debbugs.gnu.org Subject: [PATCH 2/2] gnu: Add quaternion. Date: Wed, 4 Jul 2018 23:16:37 +0530 Message-Id: <20180704174637.31129-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 X-Spam-Score: 3.6 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/messaging.scm (quaternion): New variable. --- gnu/packages/messaging.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index a9db199f9..9e921ba16 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1668,4 +1668,39 @@ notifications, and Python scripting support.") Matrix protocol. Quaternion is the reference client implementation. Quaternion and libqmatrixclient together form the QMatrixClient project.") (license license:lgpl2.1+))) + +(define-public quaternion + (package + (name "quaternion") + (version "0.0.9.2") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/QMatrixClient/Quaternion/archive/v" + version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0s2mpw11s2n21ds1spf94j1p2lj2px2bv5zxldlcx81ch0rb4ng8")))) + (build-system cmake-build-system) + (inputs + `(("libqmatrixclient-source" , (package-source libqmatrixclient)) + ("qt" ,qt))) + (arguments + `(#:tests? #f ; No tests + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'unpack-libqmatrixclient + (lambda* (#:key inputs #:allow-other-keys) + (invoke "tar" "-C" "lib" "-xvf" + (assoc-ref inputs "libqmatrixclient-source") + "--strip-components=1")))))) + (home-page "https://matrix.org/docs/projects/client/quaternion.html") + (synopsis "Qt5 desktop client for the Matrix protocol") + (description "Quaternion is a Qt5 desktop client for the Matrix protocol. +It uses libqmatrixclient and is its reference client implementation. +Quaternion and libqmatriclient together form the QMatrixClient project.") + (license (list license:gpl3+ ; all source code + license:lgpl3+)))) ; icons/breeze + ;;; messaging.scm ends here -- 2.15.1 [...] Content analysis details: (3.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [124.40.246.228 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid X-Debbugs-Envelope-To: 32053 Cc: Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.6 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/messaging.scm (quaternion): New variable. --- gnu/packages/messaging.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index a9db199f9..9e921ba16 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1668,4 +1668,39 @@ notifications, and Python scripting support.") Matrix protocol. Quaternion is the reference client implementation. Quaternion and libqmatrixclient together form the QMatrixClient project.") (license license:lgpl2.1+))) + +(define-public quaternion + (package + (name "quaternion") + (version "0.0.9.2") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/QMatrixClient/Quaternion/archive/v" + version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0s2mpw11s2n21ds1spf94j1p2lj2px2bv5zxldlcx81ch0rb4ng8")))) + (build-system cmake-build-system) + (inputs + `(("libqmatrixclient-source" ,(package-source libqmatrixclient)) + ("qt" ,qt))) + (arguments + `(#:tests? #f ; No tests + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'unpack-libqmatrixclient + (lambda* (#:key inputs #:allow-other-keys) + (invoke "tar" "-C" "lib" "-xvf" + (assoc-ref inputs "libqmatrixclient-source") + "--strip-components=1")))))) + (home-page "https://matrix.org/docs/projects/client/quaternion.html") + (synopsis "Qt5 desktop client for the Matrix protocol") + (description "Quaternion is a Qt5 desktop client for the Matrix protocol. +It uses libqmatrixclient and is its reference client implementation. +Quaternion and libqmatriclient together form the QMatrixClient project.") + (license (list license:gpl3+ ; all source code + license:lgpl3+)))) ; icons/breeze + ;;; messaging.scm ends here -- 2.15.1 [...] Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [124.40.246.228 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid * gnu/packages/messaging.scm (quaternion): New variable. --- gnu/packages/messaging.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index a9db199f9..9e921ba16 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1668,4 +1668,39 @@ notifications, and Python scripting support.") Matrix protocol. Quaternion is the reference client implementation. Quaternion and libqmatrixclient together form the QMatrixClient project.") (license license:lgpl2.1+))) + +(define-public quaternion + (package + (name "quaternion") + (version "0.0.9.2") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/QMatrixClient/Quaternion/archive/v" + version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0s2mpw11s2n21ds1spf94j1p2lj2px2bv5zxldlcx81ch0rb4ng8")))) + (build-system cmake-build-system) + (inputs + `(("libqmatrixclient-source" ,(package-source libqmatrixclient)) + ("qt" ,qt))) + (arguments + `(#:tests? #f ; No tests + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'unpack-libqmatrixclient + (lambda* (#:key inputs #:allow-other-keys) + (invoke "tar" "-C" "lib" "-xvf" + (assoc-ref inputs "libqmatrixclient-source") + "--strip-components=1")))))) + (home-page "https://matrix.org/docs/projects/client/quaternion.html") + (synopsis "Qt5 desktop client for the Matrix protocol") + (description "Quaternion is a Qt5 desktop client for the Matrix protocol. +It uses libqmatrixclient and is its reference client implementation. +Quaternion and libqmatriclient together form the QMatrixClient project.") + (license (list license:gpl3+ ; all source code + license:lgpl3+)))) ; icons/breeze + ;;; messaging.scm ends here -- 2.15.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 09 08:35:09 2018 Received: (at 32053) by debbugs.gnu.org; 9 Jul 2018 12:35:09 +0000 Received: from localhost ([127.0.0.1]:51806 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fcVNl-0002uK-C7 for submit@debbugs.gnu.org; Mon, 09 Jul 2018 08:35:09 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35959) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fcVNk-0002u8-3d for 32053@debbugs.gnu.org; Mon, 09 Jul 2018 08:35:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcVNc-0002cz-0E for 32053@debbugs.gnu.org; Mon, 09 Jul 2018 08:35:03 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcVNb-0002cj-Rp; Mon, 09 Jul 2018 08:34:59 -0400 Received: from [193.50.110.150] (port=58572 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fcVNb-00017t-Ez; Mon, 09 Jul 2018 08:34:59 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Arun Isaac Subject: Re: [bug#32053] [PATCH 1/2] gnu: Add libqmatrixclient. References: <20180704174239.30870-1-arunisaac@systemreboot.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 Messidor an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32053 Cc: 32053@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) 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. From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 09 08:37:58 2018 Received: (at 32053) by debbugs.gnu.org; 9 Jul 2018 12:37:58 +0000 Received: from localhost ([127.0.0.1]:51810 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fcVQT-0002y1-Qa for submit@debbugs.gnu.org; Mon, 09 Jul 2018 08:37:58 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36373) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fcVQS-0002xp-Bw for 32053@debbugs.gnu.org; Mon, 09 Jul 2018 08:37:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcVQK-0003WH-7K for 32053@debbugs.gnu.org; Mon, 09 Jul 2018 08:37:51 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcVQK-0003WB-31; Mon, 09 Jul 2018 08:37:48 -0400 Received: from [193.50.110.150] (port=58574 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fcVQJ-000675-JE; Mon, 09 Jul 2018 08:37:47 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Arun Isaac Subject: Re: [bug#32053] [PATCH 2/2] gnu: Add quaternion. References: <20180704174239.30870-1-arunisaac@systemreboot.net> <20180704174637.31129-1-arunisaac@systemreboot.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 Messidor an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 09 Jul 2018 14:37:46 +0200 In-Reply-To: <20180704174637.31129-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Wed, 4 Jul 2018 23:16:37 +0530") Message-ID: <87efgch9et.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32053 Cc: 32053@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Hello, Arun Isaac skribis: > * gnu/packages/messaging.scm (quaternion): New variable. [...] > + (inputs > + `(("libqmatrixclient-source" ,(package-source libqmatrixclient)) > + ("qt" ,qt))) > + (arguments > + `(#:tests? #f ; No tests > + #:phases > + (modify-phases %standard-phases > + (add-after 'unpack 'unpack-libqmatrixclient > + (lambda* (#:key inputs #:allow-other-keys) > + (invoke "tar" "-C" "lib" "-xvf" > + (assoc-ref inputs "libqmatrixclient-source") > + "--strip-components=3D1")))))) That doesn=E2=80=99t sound great. :-) Could we arrange to have it use an externally-built libqtmatrixclient.so? Perhaps that=E2=80=99ll involve modifying the CMake/Qt/whatever build files? > + (home-page "https://matrix.org/docs/projects/client/quaternion.html") > + (synopsis "Qt5 desktop client for the Matrix protocol") What about: =E2=80=9CGraphical client for the Matrix instant messaging prot= ocol=E2=80=9D? > + (description "Quaternion is a Qt5 desktop client for the Matrix prot= ocol. s/protocol/instant messaging protocol/ It=E2=80=99s all about giving enough context so that people know what kind = of matrix we=E2=80=99re talking about. ;-) Thank you, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 10 01:23:41 2018 Received: (at 32053) by debbugs.gnu.org; 10 Jul 2018 05:23:41 +0000 Received: from localhost ([127.0.0.1]:52961 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fcl7l-00057q-FT for submit@debbugs.gnu.org; Tue, 10 Jul 2018 01:23:41 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:56574) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fcl7j-00057d-TK for 32053@debbugs.gnu.org; Tue, 10 Jul 2018 01:23:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=GJGZBd+s/ZJhelOeYFhfjzx7dYBicS0QQK9ienbt8lk=; b=bhycyhV2QtzoLqoHLQvTRaNNGX viKGuXfxSo7Jnw+70k7ql/Cm05sVD7HF8e/OnsZTO91GOXCUbXgY4OtYJlRWPuooAE0Deq0m1jo1F EkPGsuvHoiSr1qXSsMUOj7vxd0j2JZbyYtDNscIbLPikbWSSsYoHsrs97Yxkrc3ALPRU=; Received: from [14.139.128.14] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fcl4Q-0003sS-1F; Tue, 10 Jul 2018 10:50:14 +0530 From: Arun Isaac To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#32053] [PATCH 2/2] gnu: Add quaternion. In-Reply-To: <87efgch9et.fsf@gnu.org> References: <20180704174239.30870-1-arunisaac@systemreboot.net> <20180704174637.31129-1-arunisaac@systemreboot.net> <87efgch9et.fsf@gnu.org> Date: Tue, 10 Jul 2018 10:53:27 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 32053 Cc: 32053@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) >> + (inputs >> + `(("libqmatrixclient-source" ,(package-source libqmatrixclient)) >> + ("qt" ,qt))) >> + (arguments >> + `(#:tests? #f ; No tests >> + #:phases >> + (modify-phases %standard-phases >> + (add-after 'unpack 'unpack-libqmatrixclient >> + (lambda* (#:key inputs #:allow-other-keys) >> + (invoke "tar" "-C" "lib" "-xvf" >> + (assoc-ref inputs "libqmatrixclient-source") >> + "--strip-components=3D1")))))) > > That doesn=E2=80=99t sound great. :-) > > Could we arrange to have it use an externally-built libqtmatrixclient.so? > Perhaps that=E2=80=99ll involve modifying the CMake/Qt/whatever build fil= es? Yes, it isn't great. But I did that because that's the build process upstream recommends. :-( I will explore alternatives and get back to you. >> + (synopsis "Qt5 desktop client for the Matrix protocol") > > What about: =E2=80=9CGraphical client for the Matrix instant messaging pr= otocol=E2=80=9D? > >> + (description "Quaternion is a Qt5 desktop client for the Matrix pro= tocol. > > s/protocol/instant messaging protocol/ > > It=E2=80=99s all about giving enough context so that people know what kin= d of > matrix we=E2=80=99re talking about. ;-) Sure, I'll make these synopsis and description changes (for both libqmatrixclient and quaternion). In my opinion, upstream calling their protocol "Matrix" is a somewhat poor choice. The word "Matrix" is easily confused with many other things. From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 12 06:52:16 2018 Received: (at 32053) by debbugs.gnu.org; 12 Jul 2018 10:52:16 +0000 Received: from localhost ([127.0.0.1]:56351 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdZCq-0004NS-K1 for submit@debbugs.gnu.org; Thu, 12 Jul 2018 06:52:16 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:46600) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdZCo-0004N1-4g for 32053@debbugs.gnu.org; Thu, 12 Jul 2018 06:52:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender: Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=t1iJqBLzVkrh5uS9en+j5uVbd+PLSO3Q8c3iZ6hHtqQ=; b=LqgAVoXEvobMedBAOs/7Wu6MF5 fNp1Q+asHqxWDV3s4PXV3AQ6viZ2/R3QScI5SyxWolosYTAthbtBRchwyhUglrj1/+4VMduDe3+82 ab9qVma1eBrZTm+sBy+CL8LHly/4hO9FB9TaRKmjF3YcQk3Y+n/EmDjHra76iLD14qW4=; Received: from [14.139.128.14] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1fdZ9N-0007mV-K1; Thu, 12 Jul 2018 16:18:42 +0530 From: Arun Isaac To: 32053@debbugs.gnu.org Subject: [PATCH v2 0/2] Add quaternion Date: Thu, 12 Jul 2018 16:21:42 +0530 Message-Id: <20180712105144.15633-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 32053 Cc: Arun Isaac , ludo@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) I have made changes to the synopsis and description as you suggested. I also patched quaternion to dynamically link to libqmatrixclient. Arun Isaac (2): gnu: Add libqmatrixclient. gnu: Add quaternion. gnu/packages/messaging.scm | 75 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 74 insertions(+), 1 deletion(-) -- 2.15.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 12 06:52:17 2018 Received: (at 32053) by debbugs.gnu.org; 12 Jul 2018 10:52:17 +0000 Received: from localhost ([127.0.0.1]:56353 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdZCq-0004NV-QH for submit@debbugs.gnu.org; Thu, 12 Jul 2018 06:52:17 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:46620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdZCo-0004N3-EU for 32053@debbugs.gnu.org; Thu, 12 Jul 2018 06:52:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=83M58PA1ihLvGthfouYrn95Sbrh/MF/UDiO45/lVMqg=; b=jlIUNvo6UGQQnmomtNd1aAj0D +FvUQ1dIk52Z/LU2DUkxn9uegD44e9QxZctoUJq4IlaorZVh3Rc0DAyR663nqMKpOwVHJj/e5GWYK BwwpMV3uKivwzugUtKsW6dBWRLAPIDyzP+H7BcHUBn+tZSP3LpQa0wFl2pn8lk0dUAc/c=; Received: from [14.139.128.14] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1fdZ9P-0007mV-K1; Thu, 12 Jul 2018 16:18:43 +0530 From: Arun Isaac To: 32053@debbugs.gnu.org Subject: [PATCH v2 2/2] gnu: Add quaternion. Date: Thu, 12 Jul 2018 16:21:44 +0530 Message-Id: <20180712105144.15633-3-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180712105144.15633-1-arunisaac@systemreboot.net> References: <20180712105144.15633-1-arunisaac@systemreboot.net> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 32053 Cc: Arun Isaac , ludo@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/messaging.scm (quaternion): New variable. --- gnu/packages/messaging.scm | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 69ed7ee88..1212a06ee 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1670,4 +1670,51 @@ Matrix instant messaging protocol. Quaternion is the reference client implementation. Quaternion and libqmatrixclient together form the QMatrixClient project.") (license license:lgpl2.1+))) + +(define-public quaternion + (package + (name "quaternion") + (version "0.0.9.2") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/QMatrixClient/Quaternion/archive/v" + version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0s2mpw11s2n21ds1spf94j1p2lj2px2bv5zxldlcx81ch0rb4ng8")))) + (build-system cmake-build-system) + (inputs + `(("libqmatrixclient" ,libqmatrixclient) + ("qt" ,qt))) + (arguments + `(#:tests? #f ; No tests + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'fix-libqmatrixclient-dynamic-linking + ;; Upstream recommends statically linking with + ;; libqmatrixclient. Patch the source so that we can dynamically + ;; link instead. In a future release, when upstream moves to + ;; dynamic linking, remove this phase. + (lambda _ + (substitute* "CMakeLists.txt" + (("^add_subdirectory\\(lib\\)" all) + (string-append "#" all))) + (for-each + (lambda (file) + (substitute* file + (("#include \"lib/([^\"]*)\"" all header) + (string-append "#include <" header ">")))) + (find-files "client" "\\.(cpp|h)$")) + #t))))) + (home-page "https://matrix.org/docs/projects/client/quaternion.html") + (synopsis "Graphical client for the Matrix instant messaging protocol") + (description "Quaternion is a Qt5 desktop client for the Matrix instant +messaging protocol. It uses libqmatrixclient and is its reference client +implementation. Quaternion and libqmatriclient together form the +QMatrixClient project.") + (license (list license:gpl3+ ; all source code + license:lgpl3+)))) ; icons/breeze + ;;; messaging.scm ends here -- 2.15.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 12 06:52:23 2018 Received: (at 32053) by debbugs.gnu.org; 12 Jul 2018 10:52:23 +0000 Received: from localhost ([127.0.0.1]:56355 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdZCr-0004Nd-5w for submit@debbugs.gnu.org; Thu, 12 Jul 2018 06:52:23 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:46608) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdZCo-0004N2-4p for 32053@debbugs.gnu.org; Thu, 12 Jul 2018 06:52:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=gI7Ju0JODqYIPCn1r6ea+BZ0+yDa8PITmKXExrl8xgY=; b=dS5+YEt6dRnVtqt9jBO1/t8DGy 5HVEnC96S6c/50HgNIWpXnAIRjaeuyIXJE2sdJaXLB7c5Xuau3RqpZJ/1sU32YW+Ni2Bb4wBNGsau LAkYv2FAxC7jQDLR8OD3kUBPYADs1p/E5n+r4925mOgGMAoPpp3AgYlLyF8U2tRJxGXk=; Received: from [14.139.128.14] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1fdZ9O-0007mV-TB; Thu, 12 Jul 2018 16:18:43 +0530 From: Arun Isaac To: 32053@debbugs.gnu.org Subject: [PATCH v2 1/2] gnu: Add libqmatrixclient. Date: Thu, 12 Jul 2018 16:21:43 +0530 Message-Id: <20180712105144.15633-2-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180712105144.15633-1-arunisaac@systemreboot.net> References: <20180712105144.15633-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 32053 Cc: Arun Isaac , ludo@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/messaging.scm (libqmatrixclient): New variable. --- gnu/packages/messaging.scm | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index cdcd1225f..69ed7ee88 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2016 Andy Patterson ;;; Copyright © 2016, 2017, 2018 Clément Lassieur ;;; Copyright © 2017 Mekeor Melire -;;; Copyright © 2017 Arun Isaac +;;; Copyright © 2017, 2018 Arun Isaac ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice ;;; Copyright © 2017 Theodoros Foradis ;;; Copyright © 2017 Rutger Helling @@ -1644,4 +1644,30 @@ c-toxcore and ncurses. It provides audio calls, sound and desktop notifications, and Python scripting support.") (license license:gpl3+))) +(define-public libqmatrixclient + (package + (name "libqmatrixclient") + (version "0.3.0.2") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/QMatrixClient/libqmatrixclient/archive/v" + version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0yl7lw0s2z98xkxbklkb3i8xcd9af9qayl1zxl070d8ykl6ayqy3")))) + (build-system cmake-build-system) + (inputs + `(("qt" ,qt))) + (arguments + `(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON") + #:tests? #f)) ; No tests + (home-page "https://matrix.org/docs/projects/sdk/libqmatrixclient.html") + (synopsis "Qt5 client library for the Matrix instant messaging protocol") + (description "libqmatrixclient is a Qt5 library to write clients for the +Matrix instant messaging protocol. Quaternion is the reference client +implementation. Quaternion and libqmatrixclient together form the +QMatrixClient project.") + (license license:lgpl2.1+))) ;;; messaging.scm ends here -- 2.15.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 12 10:56:38 2018 Received: (at 32053) by debbugs.gnu.org; 12 Jul 2018 14:56:38 +0000 Received: from localhost ([127.0.0.1]:57235 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdd1K-0003il-12 for submit@debbugs.gnu.org; Thu, 12 Jul 2018 10:56:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36687) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdd1I-0003i8-4r for 32053@debbugs.gnu.org; Thu, 12 Jul 2018 10:56:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdd17-0007vB-Tt for 32053@debbugs.gnu.org; Thu, 12 Jul 2018 10:56:30 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdd17-0007ux-Qv; Thu, 12 Jul 2018 10:56:25 -0400 Received: from [193.50.110.117] (port=45274 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fdd17-0004NE-Bn; Thu, 12 Jul 2018 10:56:25 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Arun Isaac Subject: Re: [PATCH v2 0/2] Add quaternion References: <20180712105144.15633-1-arunisaac@systemreboot.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 24 Messidor an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 12 Jul 2018 16:56:23 +0200 In-Reply-To: <20180712105144.15633-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Thu, 12 Jul 2018 16:21:42 +0530") Message-ID: <87zhywv6y0.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32053 Cc: 32053@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Arun Isaac skribis: > I have made changes to the synopsis and description as you suggested. I a= lso > patched quaternion to dynamically link to libqmatrixclient. > > Arun Isaac (2): > gnu: Add libqmatrixclient. > gnu: Add quaternion. Awesome, LGTM. Thank you! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 12 13:56:49 2018 Received: (at 32053-done) by debbugs.gnu.org; 12 Jul 2018 17:56:49 +0000 Received: from localhost ([127.0.0.1]:57332 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdfph-0001bB-J4 for submit@debbugs.gnu.org; Thu, 12 Jul 2018 13:56:49 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:59980) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdfpf-0001av-O2 for 32053-done@debbugs.gnu.org; Thu, 12 Jul 2018 13:56:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=Lkdvr1Yq//JMO3Rfw1yiOcDeAdtKHaRywaXItplR2JA=; b=hKnGuJ1BWtRyUncQzvvo8a+W9 84bekdV0orrx642dbX2FErXf5SWYuBq90ux89EaOCGGR5pgX9VUoZtzaC1PR+5CoGVef209eOWU4u ORvw36VwaJkMZrgDxepOWb5r9MtACPda9etssp4HhRw6H7ReJAgmG5zPBbGie5prprP6c=; Received: from [124.40.246.228] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fdfmI-0000Vm-DR; Thu, 12 Jul 2018 23:23:18 +0530 From: Arun Isaac To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [PATCH v2 0/2] Add quaternion In-Reply-To: <87zhywv6y0.fsf@gnu.org> References: <20180712105144.15633-1-arunisaac@systemreboot.net> <87zhywv6y0.fsf@gnu.org> Date: Thu, 12 Jul 2018 23:26:33 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 32053-done Cc: 32053-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Pushed, thanks for the review! From unknown Sat Jul 26 21:31:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 10 Aug 2018 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator