unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Ekaitz Zarraga <ekaitz@elenq.tech>
To: Ekaitz Zarraga <ekaitz@elenq.tech>
Cc: Christophe Pisteur <christophe.pisteur@fsfe.org>,
	"help-guix@gnu.org" <help-guix@gnu.org>
Subject: Re: freecad 19.1 / flatpak
Date: Thu, 08 Apr 2021 13:05:18 +0000	[thread overview]
Message-ID: <1t5y25IGpCbSHyWqwjeof6c6PZ8rf10gs2PryKA_9AK3acB-cWPUXwTqIPNetZkfzgkt7zJFfk8hfZarWI-f_JgnRFUD66UY0h7f1eAB0mA=@elenq.tech> (raw)
In-Reply-To: <EsaSc0rGjQvnYlEaR8Nail4gbtZmx_WwdlzEcPpWpBSJkuEkXQHzTJ0xL7FIFNK7-8Z4ct6dekvYMFqp1kKvFefnw58tsQNZyckdQmXMDr0=@elenq.tech>

Hi all,

I had some free time and I decided to spend it on updating the
freecad package to the 0.19.1 version.

I managed it to compile with the changes I add below, but I
prefer someone to test it thoroughly because it's a program
I don't use that much so I don't know if the workbenches are
working as expected, or if the addons work.

Pleas Christophe, could you install try it and see if it works?

This is the diff on the current guix repository, I hope that's
enough to let you use it. If its not, I can make a separate
package for you.

Cheers,
Ekaitz


diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 8d7ba9c1da..8e7974f1f1 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2351,21 +2351,19 @@ OpenSCAD code.  It supports syntax highlighting, indenting and refilling of
 comments.")))

 (define-public freecad
-  (let ((commit-ref "7616153b3c31ace006169cdc2fdafab484498858")
-        (revision "1"))
-    (package
+  (package
       (name "freecad")
-      (version (git-version "0.18.5" revision commit-ref))
+      (version "0.19.1")
       (source
         (origin
           (method git-fetch)
           (uri (git-reference
                  (url "https://github.com/FreeCAD/FreeCAD")
-                 (commit commit-ref)))
+                 (commit version)))
           (file-name (git-file-name name version))
           (sha256
             (base32
-              "16965yxnp2pq7nm8z3p0pjkzjdyq62vfrj8j3nk26bwc898czyn2"))))
+              "0c53q2iawy4yfp11czyc7lbr9ivp3r7v24x4c20myh11wyplffc0"))))
       (build-system qt-build-system)
       (native-inputs
        `(("doxygen" ,doxygen)
@@ -2393,6 +2391,8 @@ comments.")))
          ("python-shiboken-2" ,python-shiboken-2)
          ("python-pivy" ,python-pivy)
          ("python-wrapper" ,python-wrapper)
+         ("python-gitpython" ,python-gitpython)
+         ("python-pyyaml" ,python-pyyaml)
          ("qtbase" ,qtbase)
          ("qtsvg" ,qtsvg)
          ("qtx11extras" ,qtx11extras)
@@ -2454,7 +2454,7 @@ customization.")
         license:lgpl2.1+
         license:lgpl2.0+
         license:gpl3+
-        license:bsd-3)))))
+        license:bsd-3))))

 (define-public libmedfile
   (package



  reply	other threads:[~2021-04-08 13:06 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-31  9:15 freecad 19.1 / flatpak Christophe Pisteur
2021-03-31  9:46 ` Ekaitz Zarraga
2021-03-31 12:56   ` Christophe Pisteur
2021-03-31 14:29     ` Gary Johnson
2021-03-31 18:38       ` Christophe Pisteur
2021-04-02 14:43         ` Gary Johnson
2021-04-03 19:10           ` Christophe Pisteur
2021-04-03 19:21             ` Ekaitz Zarraga
2021-04-03 19:59               ` Christophe Pisteur
2021-04-03 20:26                 ` Ekaitz Zarraga
2021-04-08 13:05                   ` Ekaitz Zarraga [this message]
2021-04-11 13:30                     ` Christophe Pisteur
2021-04-11 16:45                       ` Ekaitz Zarraga
2021-04-11 19:02                         ` Christophe Pisteur
     [not found]                           ` <0bK6s9aqPT66hiBxFF21Y8VTjlN3l4=5FcHxOT5UU8Ul4vRfRFZSKXDgoz5iqi4wMPzySTfxvoQhsEyDLLQPSPqmvOTWRgUMI1uE9Zt9tqemU=3D@elenq.tech>
     [not found]                             ` <Z6I2By8DRvfgcrC3sRhhRSY5ELj5FN7r12uByZhLGXKT0fgTNjARH5ug8DuUwknGmCmomgT466hZBhtmw5lN5fv8TKgFXogdLiTqLzjS4Tg=3D@protonmail.com>
     [not found]                               ` <PkhtPGqLIEla9M1ZKtJMfMWg7736yI3-2SlbZfmjg9NFniUxEYqAyZ38=5FDsA-uIbWYF9O-bPOtpaUpredyXbPYGKhZi3UzqGadOL6yloeXc=3D@elenq.tech>
     [not found]                                 ` <hj4mUFgYr-908J1TWCQUwu43jf-qUOsrXfg8UeE=5FItCV0PokJ2j9=5F7BCB3q7nbgg2c-4S-ag-hzVW9h89MA=5FwvM8xaKCL9Eob5SPes1AGh4=3D@elenq.tech>
2021-04-11 19:30                           ` Ekaitz Zarraga
2021-04-11 20:52                             ` Luis Felipe
2021-04-11 20:59                               ` Ekaitz Zarraga
2021-04-11 21:25                                 ` Ekaitz Zarraga
2021-04-11 22:19                                   ` Ekaitz Zarraga
2021-04-12  2:03                                     ` Luis Felipe
2021-04-11 22:17                                 ` Christophe Pisteur
2021-04-11 22:27                                   ` Ekaitz Zarraga
2021-04-13  7:58                                     ` Christophe Pisteur
2021-04-13  8:48                                       ` Ekaitz Zarraga
2021-04-17 16:16                                         ` Ekaitz Zarraga
2021-04-17 19:22                                           ` Christophe Pisteur
2021-04-17 21:02                                           ` Jérémy Korwin-Zmijowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='1t5y25IGpCbSHyWqwjeof6c6PZ8rf10gs2PryKA_9AK3acB-cWPUXwTqIPNetZkfzgkt7zJFfk8hfZarWI-f_JgnRFUD66UY0h7f1eAB0mA=@elenq.tech' \
    --to=ekaitz@elenq.tech \
    --cc=christophe.pisteur@fsfe.org \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).