guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libreoffice: Update to 6.3.3.2.


From: guix-commits
Subject: 01/01: gnu: libreoffice: Update to 6.3.3.2.
Date: Fri, 1 Nov 2019 08:14:22 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 4e64eca4ec6e8f8d8cdcb6c3f0f425b73ee1cd05
Author: Efraim Flashner <address@hidden>
Date:   Fri Nov 1 14:12:31 2019 +0200

    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.
---
 gnu/packages/libreoffice.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index ddf1c9a..96a0b8a 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -929,7 +929,7 @@ converting QuarkXPress file format.  It supports versions 
3.1 to 4.1.")
 (define-public libreoffice
   (package
     (name "libreoffice")
-    (version "6.2.8.2")
+    (version "6.3.3.2")
     (source
      (origin
        (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"))
        (sha256
         (base32
-         "1npxyj0hklls3jnaxx9kj3r6bgydgrbz6nacy05n0zhq8i6zb5ir"))
+         "1kz5950vhjc33rx7pyl5sw9lxxm90hxrj7v8y86jy34skjrfa3nl"))
        (patches (search-patches "libreoffice-icu.patch"
                                 "libreoffice-glm.patch"))
        (modules '((guix build utils)))
@@ -969,6 +969,8 @@ converting QuarkXPress file format.  It supports versions 
3.1 to 4.1.")
        ("gconf" ,gconf)
        ("glew" ,glew)
        ("glm" ,glm)
+       ("gnupg" ,gnupg)
+       ("gobject-introspection" ,gobject-introspection)
        ("gperf" ,gperf)
        ("gpgme" ,gpgme)
        ("graphite2" ,graphite2)
@@ -1112,7 +1114,6 @@ converting QuarkXPress file format.  It supports versions 
3.1 to 4.1.")
        #:configure-flags
         (list
           "--enable-release-build"
-          "--enable-verbose"
           ;; Avoid using all cpu cores by default
           (format #f "--with-parallelism=~d" (parallel-job-count))
           "--disable-fetch-external" ; disable downloads



reply via email to

[Prev in Thread] Current Thread [Next in Thread]