@@ -3721,7 +3721,8 @@ (define-public candle
(add-after 'unpack 'fix-application-settings-path
(lambda _
(substitute* "src/frmmain.cpp"
- (("qApp->applicationDirPath\\(\\) \\+ \"\\/settings\\.ini\"")
+ (("\
+qApp->applicationDirPath\\(\\) \\+ \"\\/settings\\.ini\"")
"QDir::homePath() + \"/.config/candle.ini\""))))
(replace 'configure
(lambda _
@@ -3736,9 +3737,10 @@ (define-public candle
(home-page "https://github.com/Denvi/Candle")
(synopsis "GRBL controller with G-Code visualizer")
(description
- "GRBL controller application with G-Code visualizer written in Qt.
+ "Candle is a GRBL controller application with a visualizer for G-Code,
+the @acronym{CNC, computer numerical control} programming language.
-Supported functions:
+Supported functions include:
@itemize
@item Controlling GRBL-based cnc-machine via console commands, buttons on
@@ -3747,5 +3749,4 @@ (define-public candle
@item Loading, editing, saving and sending of G-code files to CNC-machine.
@item Visualizing G-code files.
@end itemize")
- (license license:gpl3))))
-
+ (license license:gpl3+))))