emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26924: closed ([PATCH 0/12] Update Calibre to 2.85


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26924: closed ([PATCH 0/12] Update Calibre to 2.85.1)
Date: Fri, 19 May 2017 21:59:01 +0000

Your message dated Fri, 19 May 2017 23:58:36 +0200
with message-id <address@hidden>
and subject line Re: bug#26924: [PATCH 09/10] gnu: calibre: Add exhaustive 
license list
has caused the debbugs.gnu.org bug report #26924,
regarding [PATCH 0/12] Update Calibre to 2.85.1
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26924: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26924
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/12] Update Calibre to 2.85.1 Date: Mon, 15 May 2017 01:00:14 +1000 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.8.0
There is still much to do, but I think if fixed more than I've broken,
so I'll post these patches now. I'm not sure if I should have rebased
them into fewer commits, but that's easier to do than to split them
apart again.

TODO

* Test numerous features of the program on GuixSD.

* .desktop files, icons. linux.py contains some .desktop files and other
data, but they don't seem to get installed. When installed,
/gnu/store/...-calibre-2.85.1/share/appdata/calibre-* contains .xml
files There does not appear to be any desktop files installed by default.

* MIME data stuff. Not sure how it works. Gentoo has loads of strange
hacks.

* Package & Unbundle:

** python2-cherrypi

** python2-routes

** Mathjax

** Seen in debian package definition:

*** jquery-ui-multiselect-widget

*** jquery-ui

*** Datejs-all-Alpha

* Not sure if dnspython is even used?

The last thread for this package is here: 
https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html

Unrar is removed, markdown unbundled, and I checked that the  "freeware"
icon data is actually GPLv2 (
http://www.zwahlendesign.ch/downloads2/openoffice_icons.zip )




--- End Message ---
--- Begin Message --- Subject: Re: bug#26924: [PATCH 09/10] gnu: calibre: Add exhaustive license list Date: Fri, 19 May 2017 23:58:36 +0200 User-agent: Notmuch/0.24.1 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu)
Brendan Tildesley <address@hidden> writes:

> From 7e36409c4464bc10af90a2075f202dc22007b23c Mon Sep 17 00:00:00 2001
> From: Brendan Tildesley <address@hidden>
> Date: Sun, 14 May 2017 17:01:06 +1000
> Subject: [PATCH 09/10] gnu: calibre: Add exhaustive license list

[...]

> @@ -165,4 +165,13 @@ and catalog ebooks in most of the major ebook formats.  
> It can also talk
>  to many ebook reader devices.  It can go out to the Internet and fetch
>  metadata for books.  It can download newspapers and convert them into
>  ebooks for convenient reading.")
> -    (license gpl3))) ; some files are under various other licenses, see 
> COPYRIGHT
> +    (license (list license:gpl3 ; Too many files to detail here. See source.
> +                   license:gpl2+
> +                   license:gpl2
> +                   license:bsd-3
> +                   license:lgpl2.1+
> +                   license:lgpl2.1
> +                   license:expat
> +                   license:asl2.0
> +                   license:non-copyleft ; hyphenate license, and Info-Zip 
> license.
> +                   license:cc-by-sa3.0))))

I removed hyphenate (which appears to be MIT) and info-ZIP (a weird BSD
variant only used in the windows installer). I also added zpl2.1,
public-domain and silofl1.1; and dropped the GPL2 and GPL3 only
variants (AFAICT everything installed is covered by "or later").

I also did some style changes in the commit messages. Pushed everything
but the icon patch with 1326166ebe15be3936c1a0497fd860f2fe69b5fa !

Closing this bug, but it would be great to find out about that
openoffice icon.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]