guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#44045] [PATCH 03/10] gnu: Add cura-binary-data.


From: Malte Frank Gerdes
Subject: [bug#44045] [PATCH 03/10] gnu: Add cura-binary-data.
Date: Sat, 17 Oct 2020 12:35:40 +0200

* gnu/packages/engineering.scm (cura-binary-data): New variable.
---
 gnu/packages/engineering.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index c06b9aebf9..e36abe0dbd 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2918,3 +2918,26 @@ GCode based 3D printers.  It is part of the larger open 
source project called
 Cura.")
     (license license:agpl3)))
 
+(define-public cura-binary-data
+  (package
+    (name "cura-binary-data")
+    (version "4.7.1")
+    (source
+     (origin
+       (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/Ultimaker/cura-binary-data";)
+               (commit version)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "17gsfv32dynx70g4bbrcxf3jn9bzplbfpfb4f4gvhrd4p3cn6q6k"))))
+    (build-system cmake-build-system)
+    (arguments
+     `(#:tests? #false
+       #:configure-flags '("-DENABLE_FIRMWARE_INSTALL=OFF")))
+    (home-page "https://github.com/Ultimaker/cura-binary-data";)
+    (synopsis "Binary data for Cura, like compiled translations.")
+    (description "Contains binary data for Cura releases, like compiled
+translations.  Prebuilt Firmware files are removed.")
+    (license license:agpl3)))
+
-- 
2.28.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]