all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Arun Isaac <arunisaac@systemreboot.net>
Cc: 32053@debbugs.gnu.org
Subject: [bug#32053] [PATCH 2/2] gnu: Add quaternion.
Date: Mon, 09 Jul 2018 14:37:46 +0200	[thread overview]
Message-ID: <87efgch9et.fsf@gnu.org> (raw)
In-Reply-To: <20180704174637.31129-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Wed, 4 Jul 2018 23:16:37 +0530")

Hello,

Arun Isaac <arunisaac@systemreboot.net> 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=1"))))))

That doesn’t sound great.  :-)

Could we arrange to have it use an externally-built libqtmatrixclient.so?
Perhaps that’ll 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: “Graphical client for the Matrix instant messaging protocol”?

> +    (description "Quaternion is a Qt5 desktop client for the Matrix protocol.

s/protocol/instant messaging protocol/

It’s all about giving enough context so that people know what kind of
matrix we’re talking about.  ;-)

Thank you,
Ludo’.

  reply	other threads:[~2018-07-09 12:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-04 17:42 [bug#32053] [PATCH 1/2] gnu: Add libqmatrixclient Arun Isaac
2018-07-04 17:46 ` [bug#32053] [PATCH 2/2] gnu: Add quaternion Arun Isaac
2018-07-09 12:37   ` Ludovic Courtès [this message]
2018-07-10  5:23     ` Arun Isaac
2018-07-09 12:34 ` [bug#32053] [PATCH 1/2] gnu: Add libqmatrixclient Ludovic Courtès
2018-07-12 10:51 ` [bug#32053] [PATCH v2 0/2] Add quaternion Arun Isaac
2018-07-12 10:51   ` [bug#32053] [PATCH v2 1/2] gnu: Add libqmatrixclient Arun Isaac
2018-07-12 10:51   ` [bug#32053] [PATCH v2 2/2] gnu: Add quaternion Arun Isaac
2018-07-12 14:56   ` [bug#32053] [PATCH v2 0/2] " Ludovic Courtès
2018-07-12 17:56     ` bug#32053: " Arun Isaac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87efgch9et.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=32053@debbugs.gnu.org \
    --cc=arunisaac@systemreboot.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.