me
/
guix
Archived
1
0
Fork 0

gnu: libreoffice: Update to 6.3.3.2.

* gnu/packages/libreoffice.scm (libreoffice): Update to 6.3.3.2.
[inputs]: Add gnupg, gobject-introspection.
[arguments]: Remove deprecated '--enable-verbose' configure flag.
master
Efraim Flashner 2019-11-01 14:12:31 +02:00
parent 6330db4d55
commit 4e64eca4ec
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 3 deletions

View File

@ -929,7 +929,7 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.")
(define-public libreoffice (define-public libreoffice
(package (package
(name "libreoffice") (name "libreoffice")
(version "6.2.8.2") (version "6.3.3.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -939,7 +939,7 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.")
(version-prefix version 3) "/libreoffice-" version ".tar.xz")) (version-prefix version 3) "/libreoffice-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1npxyj0hklls3jnaxx9kj3r6bgydgrbz6nacy05n0zhq8i6zb5ir")) "1kz5950vhjc33rx7pyl5sw9lxxm90hxrj7v8y86jy34skjrfa3nl"))
(patches (search-patches "libreoffice-icu.patch" (patches (search-patches "libreoffice-icu.patch"
"libreoffice-glm.patch")) "libreoffice-glm.patch"))
(modules '((guix build utils))) (modules '((guix build utils)))
@ -969,6 +969,8 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.")
("gconf" ,gconf) ("gconf" ,gconf)
("glew" ,glew) ("glew" ,glew)
("glm" ,glm) ("glm" ,glm)
("gnupg" ,gnupg)
("gobject-introspection" ,gobject-introspection)
("gperf" ,gperf) ("gperf" ,gperf)
("gpgme" ,gpgme) ("gpgme" ,gpgme)
("graphite2" ,graphite2) ("graphite2" ,graphite2)
@ -1112,7 +1114,6 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.")
#:configure-flags #:configure-flags
(list (list
"--enable-release-build" "--enable-release-build"
"--enable-verbose"
;; Avoid using all cpu cores by default ;; Avoid using all cpu cores by default
(format #f "--with-parallelism=~d" (parallel-job-count)) (format #f "--with-parallelism=~d" (parallel-job-count))
"--disable-fetch-external" ; disable downloads "--disable-fetch-external" ; disable downloads