unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: libreoffice: Update to 5.1.6.2.
@ 2017-01-04  2:52 Alex Griffin
  2017-01-04  6:21 ` Alex Griffin
  2017-01-04 19:38 ` Leo Famulari
  0 siblings, 2 replies; 5+ messages in thread
From: Alex Griffin @ 2017-01-04  2:52 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 364 bytes --]

This patch updates libreoffice to 5.1.6.2, the latest release from their
"still" branch (long-term support, stable). Although I think it will be
EOL soon, so updating to 5.2.4.2 would be better... if someone else were
up to it. The only reason I didn't try moving straight to that version
is because my laptop takes ~8 hours to build libreoffice.
-- 
Alex Griffin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-libreoffice-Update-to-5.1.6.2.patch --]
[-- Type: text/x-patch; name="0001-gnu-libreoffice-Update-to-5.1.6.2.patch", Size: 1626 bytes --]

From 5d9cc76bac292e215eeaf8188aaeb76dfebed601 Mon Sep 17 00:00:00 2001
From: Alex Griffin <a@ajgrf.com>
Date: Tue, 3 Jan 2017 09:58:41 -0600
Subject: [PATCH 1/2] gnu: libreoffice: Update to 5.1.6.2.

* gnu/packages/libreoffice.scm (libreoffice): Update to 5.1.6.2.
---
 gnu/packages/libreoffice.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 78579bbb0..cad987373 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2014 John Darrington <jmd@gnu.org>
 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2017 Alex Griffin <a@ajgrf.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -713,7 +714,7 @@ and to return information on pronunciations, meanings and synonyms.")
 (define-public libreoffice
   (package
     (name "libreoffice")
-    (version "5.1.5.2")
+    (version "5.1.6.2")
     (source
      (origin
       (method url-fetch)
@@ -722,7 +723,7 @@ and to return information on pronunciations, meanings and synonyms.")
           "http://download.documentfoundation.org/libreoffice/src/"
           (version-prefix version 3) "/libreoffice-" version ".tar.xz"))
       (sha256 (base32
-               "1qg0dj0zwh5ifhmvv4k771nmyqddz4ifn75s9mr1p0nyix8zks8x"))))
+               "150xb76pc3889gfy4jrnq8sidymm1aihkm5pzy8b1fdy51zip804"))))
     (build-system gnu-build-system)
     (native-inputs
      `(;; autoreconf is run by the LibreOffice build system, since after
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] gnu: libreoffice: Update to 5.1.6.2.
  2017-01-04  2:52 [PATCH] gnu: libreoffice: Update to 5.1.6.2 Alex Griffin
@ 2017-01-04  6:21 ` Alex Griffin
  2017-01-04  7:54   ` John Darrington
  2017-01-04  7:57   ` Leo Famulari
  2017-01-04 19:38 ` Leo Famulari
  1 sibling, 2 replies; 5+ messages in thread
From: Alex Griffin @ 2017-01-04  6:21 UTC (permalink / raw)
  To: guix-devel

On Tue, Jan 3, 2017, at 08:52 PM, Alex Griffin wrote:
> This patch updates libreoffice to 5.1.6.2, the latest release from their
> "still" branch (long-term support, stable). Although I think it will be
> EOL soon, so updating to 5.2.4.2 would be better... if someone else were
> up to it. The only reason I didn't try moving straight to that version
> is because my laptop takes ~8 hours to build libreoffice.

Apologies, this email was poorly worded. Basically, LibreOffice has 2
supported releases: a "fresh" release (5.2.4.2) and a "still" release
(5.1.6.2). Since Guix already had the "still" release packaged,
upgrading to 5.1.6.2 just required a version bump. Upgrading to "fresh"
requires more work, which I don't really want to do myself because I
would have to wait way too long to iterate on my changes.
-- 
Alex Griffin

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gnu: libreoffice: Update to 5.1.6.2.
  2017-01-04  6:21 ` Alex Griffin
@ 2017-01-04  7:54   ` John Darrington
  2017-01-04  7:57   ` Leo Famulari
  1 sibling, 0 replies; 5+ messages in thread
From: John Darrington @ 2017-01-04  7:54 UTC (permalink / raw)
  To: Alex Griffin; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1263 bytes --]

On Wed, Jan 04, 2017 at 12:21:19AM -0600, Alex Griffin wrote:
     On Tue, Jan 3, 2017, at 08:52 PM, Alex Griffin wrote:
     > This patch updates libreoffice to 5.1.6.2, the latest release from their
     > "still" branch (long-term support, stable). Although I think it will be
     > EOL soon, so updating to 5.2.4.2 would be better... if someone else were
     > up to it. The only reason I didn't try moving straight to that version
     > is because my laptop takes ~8 hours to build libreoffice.
     
     Apologies, this email was poorly worded. Basically, LibreOffice has 2
     supported releases: a "fresh" release (5.2.4.2) and a "still" release
     (5.1.6.2). Since Guix already had the "still" release packaged,
     upgrading to 5.1.6.2 just required a version bump. Upgrading to "fresh"
     requires more work, which I don't really want to do myself because I
     would have to wait way too long to iterate on my changes.

Perhaps we should keep both releases in Guix as seperate packages?

J'

-- 
Avoid eavesdropping.  Send strong encrypted email.
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gnu: libreoffice: Update to 5.1.6.2.
  2017-01-04  6:21 ` Alex Griffin
  2017-01-04  7:54   ` John Darrington
@ 2017-01-04  7:57   ` Leo Famulari
  1 sibling, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2017-01-04  7:57 UTC (permalink / raw)
  To: Alex Griffin; +Cc: guix-devel

On Wed, Jan 04, 2017 at 12:21:19AM -0600, Alex Griffin wrote:
> On Tue, Jan 3, 2017, at 08:52 PM, Alex Griffin wrote:
> > This patch updates libreoffice to 5.1.6.2, the latest release from their
> > "still" branch (long-term support, stable). Although I think it will be
> > EOL soon, so updating to 5.2.4.2 would be better... if someone else were
> > up to it. The only reason I didn't try moving straight to that version
> > is because my laptop takes ~8 hours to build libreoffice.

I'm currently building libreoffice with your patch :)

> Apologies, this email was poorly worded. Basically, LibreOffice has 2
> supported releases: a "fresh" release (5.2.4.2) and a "still" release
> (5.1.6.2). Since Guix already had the "still" release packaged,
> upgrading to 5.1.6.2 just required a version bump. Upgrading to "fresh"
> requires more work, which I don't really want to do myself because I
> would have to wait way too long to iterate on my changes.

I looked into this recently. I saw that there are many
LibreOffice-specific packages that we should look into updating as well,
especially when we try to update to the "fresh" release. But, as you
mentioned, it's hard to stay motivated to work on the LibreOffice
package because of how long it takes to build.

For now, the "still" release is fine.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gnu: libreoffice: Update to 5.1.6.2.
  2017-01-04  2:52 [PATCH] gnu: libreoffice: Update to 5.1.6.2 Alex Griffin
  2017-01-04  6:21 ` Alex Griffin
@ 2017-01-04 19:38 ` Leo Famulari
  1 sibling, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2017-01-04 19:38 UTC (permalink / raw)
  To: Alex Griffin; +Cc: guix-devel

On Tue, Jan 03, 2017 at 08:52:00PM -0600, Alex Griffin wrote:
> This patch updates libreoffice to 5.1.6.2, the latest release from their
> "still" branch (long-term support, stable). Although I think it will be
> EOL soon, so updating to 5.2.4.2 would be better... if someone else were
> up to it. The only reason I didn't try moving straight to that version
> is because my laptop takes ~8 hours to build libreoffice.
> -- 
> Alex Griffin

> From 5d9cc76bac292e215eeaf8188aaeb76dfebed601 Mon Sep 17 00:00:00 2001
> From: Alex Griffin <a@ajgrf.com>
> Date: Tue, 3 Jan 2017 09:58:41 -0600
> Subject: [PATCH 1/2] gnu: libreoffice: Update to 5.1.6.2.
> 
> * gnu/packages/libreoffice.scm (libreoffice): Update to 5.1.6.2.

Pushed, thank you!

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-04 19:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-04  2:52 [PATCH] gnu: libreoffice: Update to 5.1.6.2 Alex Griffin
2017-01-04  6:21 ` Alex Griffin
2017-01-04  7:54   ` John Darrington
2017-01-04  7:57   ` Leo Famulari
2017-01-04 19:38 ` Leo Famulari

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).