GNU bug report logs -
#32692
Update LibreOffice to 6.1.0.3
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#32692: Update LibreOffice to 6.1.0.3
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 32692 <at> debbugs.gnu.org.
--
32692: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32692
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hi,
Jonathan Brielmaier <jonathan.brielmaier <at> web.de> skribis:
> I'm a little unsure if I have choosen the correct license for libnumbertext
> https://github.com/numbertext/libnumbertext/
AFAICS it’s BSD-3 + LGPLv3+.
> From 2fb37ecc93ae0dfa42f99a5a6f73a71113bc0f42 Mon Sep 17 00:00:00 2001
> From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
> Date: Tue, 11 Sep 2018 07:58:36 +0200
> Subject: [PATCH 1/2] gnu: Add libnumbertext.
>
> * gnu/packages/libreoffice.scm (libnumbertext): New public variable.
Applied with these changes:
[Message part 4 (text/x-patch, inline)]
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 217e95126..d81f8aa79 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -33,7 +33,7 @@
#:use-module (guix download)
#:use-module ((guix licenses)
#:select (gpl2+ lgpl2.1+ lgpl3+ mpl1.1 mpl2.0
- non-copyleft x11-style bsd-2))
+ non-copyleft x11-style bsd-3))
#:use-module (guix packages)
#:use-module (guix utils)
#:use-module (ice-9 match)
@@ -547,10 +547,12 @@ Microsoft Publisher documents of all versions.")
("libtool" ,libtool)
("pkg-config" ,pkg-config)))
(home-page "https://github.com/Numbertext/libnumbertext")
- (synopsis "Language-neutral NUMBERTEXT and MONEYTEXT functions")
- (description "Language-neutral NUMBERTEXT and MONEYTEXT functions for
-LibreOffice Calc, available for C++ and Java.")
- (license (list lgpl3+ bsd-2))))
+ (synopsis "Language-neutral @code{NUMBERTEXT} and @code{MONEYTEXT} functions")
+ (description
+ "The libnumbertext library provides language-neutral @code{NUMBERTEXT}
+and @code{MONEYTEXT} functions for LibreOffice Calc, available for C++ and
+Java.")
+ (license (list lgpl3+ bsd-3))))
(define-public libpagemaker
(package
[Message part 5 (text/plain, inline)]
> From d00a06c9edb50759eb7228a1581c4ef9bc313e5d Mon Sep 17 00:00:00 2001
> From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
> Date: Tue, 11 Sep 2018 07:59:11 +0200
> Subject: [PATCH 2/2] gnu: libreoffice: Update to 6.1.0.3.
>
> * gnu/packages/libreoffice.scm (libreoffice): Update to 6.1.0.3.
> [source]: Correct indenting.
> [inputs]: Add libnumbertext and python-lxml.
Pushed as 52b0a352c376eaed4ae7cf109f66538d6ac0a859.
I speculatively chose to push it without waiting for the build to
complete. If it turns out to break, we should revert it and work from
there.
Thanks!
Ludo’.
[Message part 6 (message/rfc822, inline)]
[Message part 7 (text/plain, inline)]
Hi,
the attached patches updates LibreOffice to 6.1.0.3. I packaged "libnumbertext"
and verified that the functions "NUMBERTEXT" and "MONEYTEXT" working correct
after you installed the required extension.
I'm a little unsure if I have choosen the correct license for libnumbertext
https://github.com/numbertext/libnumbertext/
Kind Regards
Jonathan
[0001-gnu-Add-libnumbertext.patch (text/x-patch, attachment)]
[0002-gnu-libreoffice-Update-to-6.1.0.3.patch (text/x-patch, attachment)]
This bug report was last modified 6 years and 248 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.