diff mbox series

[bug#57361] gnu: Add solvespace.

Message ID 87illygg8z.fsf_-_@gnu.org
State Accepted
Headers show
Series [bug#57361] gnu: Add solvespace. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Ludovic Courtès Sept. 8, 2022, 1:14 p.m. UTC
Hi,

Kristian Lein-Mathisen <kristianlein@gmail.com> skribis:

> From a19e2d22f52b71db2ddc14b5dcaa6acb57c27484 Mon Sep 17 00:00:00 2001
> From: Kristian Lein-Mathisen <kristianlein@gmail.com>
> Date: Mon, 5 Sep 2022 21:49:03 +0200
> Subject: [PATCH 1/2] gnu: Add mimalloc.
>
> * gnu/packages/c.scm (mimalloc): New variable.

[...]

> From a2967120d10320962a0298caa412d320bca7804a Mon Sep 17 00:00:00 2001
> From: Kristian Lein-Mathisen <kristianlein@gmail.com>
> Date: Tue, 6 Sep 2022 10:24:01 +0200
> Subject: [PATCH 2/2] gnu: Add solvespace.
>
> * gnu/packages/engineering.scm (solvespace): New variable.

Applied both, the latter with the cosmetic changes below.

Thanks!

Ludo’.

Comments

Liliana Marie Prikler Sept. 10, 2022, 3:27 p.m. UTC | #1
Am Donnerstag, dem 08.09.2022 um 15:14 +0200 schrieb Ludovic Courtès:
> Hi,
> 
> Kristian Lein-Mathisen <kristianlein@gmail.com> skribis:
> 
> > From a19e2d22f52b71db2ddc14b5dcaa6acb57c27484 Mon Sep 17 00:00:00
> > 2001
> > From: Kristian Lein-Mathisen <kristianlein@gmail.com>
> > Date: Mon, 5 Sep 2022 21:49:03 +0200
> > Subject: [PATCH 1/2] gnu: Add mimalloc.
> > 
> > * gnu/packages/c.scm (mimalloc): New variable.
> 
> [...]
> 
> > From a2967120d10320962a0298caa412d320bca7804a Mon Sep 17 00:00:00
> > 2001
> > From: Kristian Lein-Mathisen <kristianlein@gmail.com>
> > Date: Tue, 6 Sep 2022 10:24:01 +0200
> > Subject: [PATCH 2/2] gnu: Add solvespace.
> > 
> > * gnu/packages/engineering.scm (solvespace): New variable.
> 
> Applied both, the latter with the cosmetic changes below.
Should we mark this as done then?
Ludovic Courtès Sept. 11, 2022, 2:13 p.m. UTC | #2
Liliana Marie Prikler <liliana.prikler@gmail.com> skribis:

> Am Donnerstag, dem 08.09.2022 um 15:14 +0200 schrieb Ludovic Courtès:
>> Hi,
>> 
>> Kristian Lein-Mathisen <kristianlein@gmail.com> skribis:
>> 
>> > From a19e2d22f52b71db2ddc14b5dcaa6acb57c27484 Mon Sep 17 00:00:00
>> > 2001
>> > From: Kristian Lein-Mathisen <kristianlein@gmail.com>
>> > Date: Mon, 5 Sep 2022 21:49:03 +0200
>> > Subject: [PATCH 1/2] gnu: Add mimalloc.
>> > 
>> > * gnu/packages/c.scm (mimalloc): New variable.
>> 
>> [...]
>> 
>> > From a2967120d10320962a0298caa412d320bca7804a Mon Sep 17 00:00:00
>> > 2001
>> > From: Kristian Lein-Mathisen <kristianlein@gmail.com>
>> > Date: Tue, 6 Sep 2022 10:24:01 +0200
>> > Subject: [PATCH 2/2] gnu: Add solvespace.
>> > 
>> > * gnu/packages/engineering.scm (solvespace): New variable.
>> 
>> Applied both, the latter with the cosmetic changes below.
> Should we mark this as done then?

Yes, sorry.  Done!
diff mbox series

Patch

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index f6a5e22188..05f33db143 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2963,18 +2963,19 @@  (define-public solvespace
                     mimalloc
                     mesa
                     zlib))
-      (synopsis "Parametric 2D/3D CAD")
+      (synopsis
+       "Parametric 2D/3D @acronym{CAD, computer-aided design} software")
       (description
        "SOLVESPACE is a parametric 3D @acronym{CAD,
-Computer Aided Design} tool.  Applications include:
+computer-aided design} tool.  Applications include:
 
 @itemize
-@item modeling 3d parts — draw with extrudes, revolves, helixes and
+@item modeling 3D parts — draw with extrudes, revolves, helixes and
       Boolean (union / difference / intersection) operations
 @item modeling 2d parts — draw the part as a single section,
-      and export DXF, PDF, SVG; use 3d assembly to verify fit
-@item 3d-printed parts — export the STL or other triangle mesh
-      expected by most 3d printers
+      and export DXF, PDF, SVG; use 3D assembly to verify fit
+@item 3D-printed parts — export the STL or other triangle mesh
+      expected by most 3D printers
 @item preparing CAM data — export 2d vector art for a waterjet
       machine or laser cutter; or generate STEP or STL, for import into
       third-party CAM software for machining