gnu: libpagemaker: Update to 0.0.3.
* gnu/packages/libreoffice.scm (libpagemaker): Update to 0.0.3. [arguments]: Remove.master
parent
e9d8b8872b
commit
2036709b7f
|
@ -510,14 +510,14 @@ Microsoft Publisher documents of all versions.")
|
||||||
(define-public libpagemaker
|
(define-public libpagemaker
|
||||||
(package
|
(package
|
||||||
(name "libpagemaker")
|
(name "libpagemaker")
|
||||||
(version "0.0.2")
|
(version "0.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://dev-www.libreoffice.org/src/" name "/"
|
(uri (string-append "http://dev-www.libreoffice.org/src/" name "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"05zgj5ngg9z4b7dnrfs59nm0macm99lzyxv4mg53jcvp0mkgigfd"))))
|
"1minj0q14d44qfas81a8lkpgj288h5xlkjp084sfx17xv9axr5nq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doxygen" ,doxygen)
|
`(("doxygen" ,doxygen)
|
||||||
|
@ -527,9 +527,6 @@ Microsoft Publisher documents of all versions.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(arguments
|
|
||||||
;; avoid triggering a build failure due to warnings
|
|
||||||
`(#:configure-flags '("--disable-werror")))
|
|
||||||
(home-page "https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker")
|
(home-page "https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker")
|
||||||
(synopsis "Library for parsing the PageMaker format")
|
(synopsis "Library for parsing the PageMaker format")
|
||||||
(description "Libpagemaker is a library that parses the file format of
|
(description "Libpagemaker is a library that parses the file format of
|
||||||
|
|
Reference in New Issue