gnu: libabw: Update to 0.1.3.
* gnu/packages/libreoffice.scm (libabw): Update to 0.1.3. [arguments]: Remove.
This commit is contained in:
parent
1a22a234df
commit
558f4a30e2
|
@ -331,14 +331,14 @@ as Alfresco or Nuxeo.")
|
||||||
(define-public libabw
|
(define-public libabw
|
||||||
(package
|
(package
|
||||||
(name "libabw")
|
(name "libabw")
|
||||||
(version "0.1.2")
|
(version "0.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://dev-www.libreoffice.org/src/libabw/"
|
(uri (string-append "https://dev-www.libreoffice.org/src/libabw/"
|
||||||
"libabw-" version ".tar.xz"))
|
"libabw-" version ".tar.xz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"11949iscdb99f2jplxjd39282jxcrf2fw0sqbh5dl7gqb96r8whb"))))
|
"1vbfrmnvib3cym0yyyabnd8xpx4f7wp20vnn09s6dln347fajqz7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doxygen" ,doxygen)
|
`(("doxygen" ,doxygen)
|
||||||
|
@ -350,9 +350,6 @@ as Alfresco or Nuxeo.")
|
||||||
("libxml2" ,libxml2)))
|
("libxml2" ,libxml2)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)))
|
`(("boost" ,boost)))
|
||||||
(arguments
|
|
||||||
;; avoid triggering configure errors by simple inclusion of boost headers
|
|
||||||
`(#:configure-flags '("--disable-werror")))
|
|
||||||
(home-page "https://wiki.documentfoundation.org/DLP/Libraries/libabw")
|
(home-page "https://wiki.documentfoundation.org/DLP/Libraries/libabw")
|
||||||
(synopsis "Library for parsing the AbiWord format")
|
(synopsis "Library for parsing the AbiWord format")
|
||||||
(description "Libabw is a library that parses the file format of
|
(description "Libabw is a library that parses the file format of
|
||||||
|
|
Loading…
Reference in New Issue