GNU bug report logs -
#32053
[PATCH 1/2] gnu: Add libqmatrixclient.
Previous Next
Reported by: Arun Isaac <arunisaac <at> systemreboot.net>
Date: Wed, 4 Jul 2018 17:44:01 UTC
Severity: normal
Tags: patch
Done: Arun Isaac <arunisaac <at> systemreboot.net>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 32053 <at> debbugs.gnu.org (full text, mbox):
>> + (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?
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: “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. ;-)
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.
This bug report was last modified 6 years and 352 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.