gnu: synfigstudio: Update to 1.4.4.
* gnu/packages/animation.scm (synfigstudio): Update to 1.4.4. [source]: Remove snippet.
This commit is contained in:
		
							parent
							
								
									df116a89f9
								
							
						
					
					
						commit
						d63f01d3e2
					
				
					 1 changed files with 4 additions and 11 deletions
				
			
		| 
						 | 
					@ -171,19 +171,12 @@ for tweening, preventing the need to hand-draw each frame.")
 | 
				
			||||||
    (version synfig-version)
 | 
					    (version synfig-version)
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "mirror://sourceforge/synfig/releases/"
 | 
					              (uri (string-append "https://github.com/synfig/synfig"
 | 
				
			||||||
                                  version "/source/synfigstudio-" version
 | 
					                                  "/releases/download/v" version
 | 
				
			||||||
                                  ".tar.gz"))
 | 
					                                  "/synfigstudio-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1ql92kh9z8w2j9yi3pr7hn7wh2r2j35xynwv9xlwyd7niackgykn"))
 | 
					                "07xjgs1qw0rwpihpcspj92rzwy5zizi86l9x2x7w6sysrj0wd4w8"))))
 | 
				
			||||||
              (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))))
 | 
					 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list
 | 
					     (list
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue