diff mbox series

bug#49324: [PATCH] gnu: Add libmobi.

Message ID 87h7gbzfef.fsf@gnu.org
State Accepted
Headers show
Series bug#49324: [PATCH] gnu: Add libmobi. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Ludovic Courtès July 30, 2021, 8:59 p.m. UTC
Hi,

la snesne <lasnesne@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’.
diff mbox series

Patch

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