GNU bug report logs - #75654
[PATCH 0/1] gnu: Add cutecom.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Sat, 18 Jan 2025 19:05:02 UTC

Severity: normal

Tags: patch

Done: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75654 in the body.
You can then email your comments to 75654 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#75654; Package guix-patches. (Sat, 18 Jan 2025 19:05:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 18 Jan 2025 19:05:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH 0/1] gnu: Add cutecom.
Date: Sat, 18 Jan 2025 22:03:56 +0300
This patch adds cutecom:
  https://gitlab.com/cutecom/cutecom

I wasn't able to build v0.51.0 succesfully with Qt5 (as it requires) so I
decided to use v0.60.0-RC1 as the main change in this version is the added Qt6
support.

Artyom V. Poptsov (1):
  gnu: Add cutecom.

 gnu/packages/engineering.scm | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)


base-commit: 2c42614b372fa48b30462c0bff8d716e02236905
-- 
2.47.1





Information forwarded to guix-patches <at> gnu.org:
bug#75654; Package guix-patches. (Sat, 18 Jan 2025 19:06:02 GMT) Full text and rfc822 format available.

Message #8 received at 75654 <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 75654 <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH 1/1] gnu: Add cutecom.
Date: Sat, 18 Jan 2025 22:05:21 +0300
* gnu/packages/engineering.scm (cutecom): New variable.

Change-Id: Ib560ba855074514e9e2df1884b49722218b1a410
---
 gnu/packages/engineering.scm | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index f9c4ac9bbd..6616b16c66 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -33,7 +33,7 @@
 ;;; Copyright © 2022 Malte Frank Gerdes <malte.f.gerdes <at> gmail.com>
 ;;; Copyright © 2022 Konstantinos Agiannis <agiannis.kon <at> gmail.com>
 ;;; Copyright © 2022 Greg Hogan <code <at> greghogan.com>
-;;; Copyright © 2022, 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
+;;; Copyright © 2022, 2024, 2025 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
 ;;; Copyright © 2022, 2023 Felix Gruber <felgru <at> posteo.net>
 ;;; Copyright © 2023 Theofilos Pechlivanis <theofilos.pechlivanis <at> gmail.com>
@@ -175,6 +175,33 @@ (define-module (gnu packages engineering)
   #:use-module (gnu packages xorg)
   #:use-module ((srfi srfi-1) #:hide (zip)))
 
+(define-public cutecom
+  (package
+    (name "cutecom")
+    (version "0.60.0-RC1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://gitlab.com/cutecom/cutecom")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1k67x4l27ac6sb944b42zscm0ffq2fxbghapspgj75g4dr8ip38a"))))
+    (build-system cmake-build-system)
+    (arguments
+     (list
+      #:tests? #f))                       ;no tests
+    (inputs
+     (list qtbase qttools qtserialport))
+    (home-page "https://gitlab.com/cutecom/cutecom")
+    (synopsis "Graphical serial terminal")
+    (description
+     "@code{cutecom} is a graphical serial terminal, like @code{minicom}.  It is
+aimed mainly at hardware developers or other people who need a terminal to talk to
+their devices.")
+    (license license:gpl3)))
+
 (define-public librecad
   (package
     (name "librecad")
-- 
2.47.1





Reply sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
You have taken responsibility. (Wed, 29 Jan 2025 04:20:01 GMT) Full text and rfc822 format available.

Notification sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
bug acknowledged by developer. (Wed, 29 Jan 2025 04:20:02 GMT) Full text and rfc822 format available.

Message #13 received at 75654-done <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 75654-done <at> debbugs.gnu.org
Subject: Re: [PATCH 0/1] gnu: Add cutecom.
Date: Wed, 29 Jan 2025 07:19:02 +0300
[Message part 1 (text/plain, inline)]
Merged to the "master" branch as
e90bd12f49e08f4d30007e80eaf5649ef98b5517

In addition, I fixed the license: the project uses GPLv3+, as mentioned
by ngz on #guix IRC channel on irc.libera.chat.

Also just found out that there's a duplicate bugreport 73757 by Aaron
Covrig, that adds cutecom v0.51.0:
  https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73757

- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 26 Feb 2025 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 15 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.