guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: synfigstudio: Update to 1.4.4.


From: guix-commits
Subject: 04/06: gnu: synfigstudio: Update to 1.4.4.
Date: Tue, 3 Jan 2023 18:32:32 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d63f01d3e24c4155b54cb7413381427d764c346b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 4 00:10:13 2023 +0100

    gnu: synfigstudio: Update to 1.4.4.
    
    * gnu/packages/animation.scm (synfigstudio): Update to 1.4.4.
    [source]: Remove snippet.
---
 gnu/packages/animation.scm | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm
index e2a546b5fc..b5a4dfccf0 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -171,19 +171,12 @@ for tweening, preventing the need to hand-draw each 
frame.")
     (version synfig-version)
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://sourceforge/synfig/releases/"
-                                  version "/source/synfigstudio-" version
-                                  ".tar.gz"))
+              (uri (string-append "https://github.com/synfig/synfig";
+                                  "/releases/download/v" version
+                                  "/synfigstudio-" version ".tar.gz"))
               (sha256
                (base32
-                "1ql92kh9z8w2j9yi3pr7hn7wh2r2j35xynwv9xlwyd7niackgykn"))
-              (modules '((guix build utils)))
-              (snippet
-               '(begin
-                  (substitute* "src/synfigapp/pluginmanager.cpp"
-                    (("xmlpp::Node\\* n =")    "const xmlpp::Node* n =")
-                    (("xmlpp::Node::NodeList") "xmlpp::Node::const_NodeList"))
-                  #t))))
+                "07xjgs1qw0rwpihpcspj92rzwy5zizi86l9x2x7w6sysrj0wd4w8"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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