unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Rutger Helling <rhelling@mykolab.com>
To: Marius Bakke <mbakke@fastmail.com>
Cc: 29253-done@debbugs.gnu.org
Subject: [bug#29253] [PATCH] gnu: libreoffice: Update to 5.3.7.2 and enable	GTK3.
Date: Sat, 11 Nov 2017 10:23:00 +0100	[thread overview]
Message-ID: <3691d1f2161a73dce02fe9b6f5135d6a@mykolab.com> (raw)
In-Reply-To: <87inehfdtc.fsf@fastmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 559 bytes --]

Hey Marius, 

GTK2 can be removed entirely if that's preferred. Here's a small patch
that does that. 

On 2017-11-11 08:57, Marius Bakke wrote:

> Rutger Helling <rhelling@mykolab.com> writes:
> 
>> Hey Guix, 
>> 
>> this patch updates Libreoffice to 5.3.7.2 and enables the GTK3 version.
>> Note that you can still use the GTK2 version if you prefer by setting
>> the environment variable "SAL_USE_VCLPLUGIN=gtk".
> 
> Applied after adding line endings to the commit message, thanks!  Do you
> know if we can build libreoffice without GTK2 now to save space?

[-- Attachment #1.2: Type: text/html, Size: 1205 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-libreoffice-Remove-GTK2.patch --]
[-- Type: text/x-diff; name=0001-gnu-libreoffice-Remove-GTK2.patch, Size: 1245 bytes --]

From 4d2a4edf24f71716d68a6fafbe1ff172ab615ba4 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Sat, 11 Nov 2017 09:23:51 +0100
Subject: [PATCH] gnu: libreoffice: Remove GTK2.

* gnu/packages/libreoffice.scm (libreoffice)[inputs]: Remove gtk+-2.
[configure-flags]: Add "--disable-gtk".
---
 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 6750d840a..736947d69 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"
           "--without-doxygen")))
     (home-page "https://www.libreoffice.org/")
     (synopsis "Office suite")
-- 
2.15.0


  reply	other threads:[~2017-11-11  9:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-10 18:49 [bug#29253] [PATCH] gnu: libreoffice: Update to 5.3.7.2 and enable GTK3 Rutger Helling
2017-11-11  7:57 ` bug#29253: " Marius Bakke
2017-11-11  9:23   ` Rutger Helling [this message]
2017-11-14  5:41     ` [bug#29253] " Leo Famulari
2017-11-14  7:16       ` Rutger Helling
2017-11-18 17:31         ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3691d1f2161a73dce02fe9b6f5135d6a@mykolab.com \
    --to=rhelling@mykolab.com \
    --cc=29253-done@debbugs.gnu.org \
    --cc=mbakke@fastmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).