GNU bug report logs - #49324
[PATCH] gnu: Add libmobi.

Previous Next

Package: guix-patches;

Reported by: la snesne <lasnesne <at> lagunposprasihopre.org>

Date: Fri, 2 Jul 2021 06:05:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 49324-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: la snesne <lasnesne <at> lagunposprasihopre.org>
Cc: 49324-done <at> debbugs.gnu.org
Subject: Re: bug#49324: [PATCH] gnu: Add libmobi.
Date: Fri, 30 Jul 2021 22:59:52 +0200
[Message part 1 (text/plain, inline)]
Hi,

la snesne <lasnesne <at> lagunposprasihopre.org> skribis:

> * gnu/packages/ebook.scm (libmobi): New variable.

Applied with the minor tweaks below (regarding the license, note that
source file headers explicitly say “version 3 or any later”, hence
‘lgpl3+’.)

Thanks, and sorry for the delay!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index abd8e3005c..003ea0c743 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -622,8 +622,9 @@ the CHM library CHMLIB.")
        ("libxml2" ,libxml2)))
     (home-page "https://github.com/bfabiszewski/libmobi/")
     (synopsis "C library for handling MOBI formats")
-    (description "C library for handling MOBI ebook
-format documents, with following features.
+    (description "Libmobi is a C library for handling MOBI ebook
+format documents, with the following features:
+
 @itemize
 @item reading and parsing:
 @itemize
@@ -639,5 +640,5 @@ format documents, with following features.
 @item writing back loaded documents
 @item metadata editing
 @item handling encrypted documents
-@end itemize")
-    (license license:lgpl3)))
+@end itemize\n")
+    (license license:lgpl3+)))

This bug report was last modified 3 years and 296 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.