guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libreoffice: Remove GTK+ 2.


From: Leo Famulari
Subject: 01/01: gnu: libreoffice: Remove GTK+ 2.
Date: Sat, 18 Nov 2017 12:30:32 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 42ca84be9260d6a1ce12847b89545882b112a2cd
Author: Rutger Helling <address@hidden>
Date:   Sat Nov 11 09:23:51 2017 +0100

    gnu: libreoffice: Remove GTK+ 2.
    
    LibreOffice doesn't need to use both GTK+ 2 and GTK+ 3.
    
    * gnu/packages/libreoffice.scm (libreoffice)[inputs]: Remove gtk+-2.
    [configure-flags]: Add "--disable-gtk".
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/libreoffice.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 6750d84..7980ad2 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -890,7 +890,6 @@ and to return information on pronunciations, meanings and 
synonyms.")
        ("graphite2" ,graphite2)
        ("gst-plugins-base" ,gst-plugins-base)
        ("gtk+" ,gtk+)
-       ("gtk+-2" ,gtk+-2)
        ("harfbuzz" ,harfbuzz)
        ("hunspell" ,hunspell)
        ("hyphen" ,hyphen)
@@ -1037,6 +1036,7 @@ and to return information on pronunciations, meanings and 
synonyms.")
           "--disable-coinmp"
           "--disable-firebird-sdbc" ; embedded firebird
           "--disable-gltf"
+          "--disable-gtk" ; disable use of GTK+ 2
           "--without-doxygen")))
     (home-page "https://www.libreoffice.org/";)
     (synopsis "Office suite")



reply via email to

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