gnu: libcdr: Update to 0.1.5.
* gnu/packages/libreoffice.scm (libcdr): Update to 0.1.5. [source](uri): Download over HTTPS. [arguments]: Remove.
This commit is contained in:
		
							parent
							
								
									5b9c2690af
								
							
						
					
					
						commit
						b1d2e0b4e0
					
				
					 1 changed files with 4 additions and 7 deletions
				
			
		| 
						 | 
					@ -7,7 +7,7 @@
 | 
				
			||||||
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
					;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
				
			||||||
;;; Copyright © 2017 Andy Wingo <wingo@igalia.com>
 | 
					;;; Copyright © 2017 Andy Wingo <wingo@igalia.com>
 | 
				
			||||||
;;; Copyright © 2017, 2018 Ludovic Courtès <ludo@gnu.org>
 | 
					;;; Copyright © 2017, 2018 Ludovic Courtès <ludo@gnu.org>
 | 
				
			||||||
;;; Copyright © 2017, 2018 Marius Bakke <mbakke@fastmail.com>
 | 
					;;; Copyright © 2017, 2018, 2019 Marius Bakke <mbakke@fastmail.com>
 | 
				
			||||||
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 | 
					;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 | 
				
			||||||
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
 | 
					;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
 | 
				
			||||||
;;; Copyright © 2018 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 | 
					;;; Copyright © 2018 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 | 
				
			||||||
| 
						 | 
					@ -370,14 +370,14 @@ AbiWord documents.")
 | 
				
			||||||
(define-public libcdr
 | 
					(define-public libcdr
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libcdr")
 | 
					    (name "libcdr")
 | 
				
			||||||
    (version "0.1.4")
 | 
					    (version "0.1.5")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
      (method url-fetch)
 | 
					      (method url-fetch)
 | 
				
			||||||
      (uri (string-append "http://dev-www.libreoffice.org/src/" name "/"
 | 
					      (uri (string-append "https://dev-www.libreoffice.org/src/" name "/"
 | 
				
			||||||
                          name "-" version ".tar.xz"))
 | 
					                          name "-" version ".tar.xz"))
 | 
				
			||||||
      (sha256 (base32
 | 
					      (sha256 (base32
 | 
				
			||||||
               "0vd6likgk51j46llybkx4wq3674xzrhp0k82220pkx9x1aqfi9z7"))))
 | 
					               "0j1skr11jwvafn0l6p37v3i4lqc8wcn489g8f7c4mqwbk94mrkka"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("cppunit" ,cppunit)
 | 
					     `(("cppunit" ,cppunit)
 | 
				
			||||||
| 
						 | 
					@ -390,9 +390,6 @@ AbiWord documents.")
 | 
				
			||||||
       ("zlib" ,zlib)))
 | 
					       ("zlib" ,zlib)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("boost" ,boost)))
 | 
					     `(("boost" ,boost)))
 | 
				
			||||||
    (arguments
 | 
					 | 
				
			||||||
     ;; avoid triggering a build failure due to warnings
 | 
					 | 
				
			||||||
     `(#:configure-flags '("--disable-werror")))
 | 
					 | 
				
			||||||
    (home-page "https://wiki.documentfoundation.org/DLP/Libraries/libcdr")
 | 
					    (home-page "https://wiki.documentfoundation.org/DLP/Libraries/libcdr")
 | 
				
			||||||
    (synopsis "Library for parsing the CorelDRAW format")
 | 
					    (synopsis "Library for parsing the CorelDRAW format")
 | 
				
			||||||
    (description "Libcdr is a library that parses the file format of
 | 
					    (description "Libcdr is a library that parses the file format of
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue