commit: 9479c413a9b5483debe135fe7b7ee9d52b752697 Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org> AuthorDate: Tue Jun 23 05:01:28 2020 +0000 Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org> CommitDate: Wed Jul 15 17:01:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9479c413
dev-libs/libarcus: added longdescription to metadata.xml Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/16381 Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org> dev-libs/libarcus/metadata.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-libs/libarcus/metadata.xml b/dev-libs/libarcus/metadata.xml index dce895cd578..87e4648615f 100644 --- a/dev-libs/libarcus/metadata.xml +++ b/dev-libs/libarcus/metadata.xml @@ -21,6 +21,11 @@ <email>[email protected]</email> <name>Michael Perlov</name> </maintainer> + <longdescription> + This library contains C++ code and Python3 bindings for creating a socket in a thread and using this socket to + send and receive messages based on the Protocol Buffers library. + It is designed to facilitate the communication between Cura and its backend and similar code. + </longdescription> <slots> <subslots>soname major version number</subslots> </slots>
