summaryrefslogtreecommitdiff
path: root/gnu/packages/ebook.scm
Commit message (Collapse)AuthorAge
* gnu: calibre: Fix build with python-msgpack >= 1.0.Marius Bakke2020-04-03
| | | | | | * gnu/packages/patches/calibre-msgpack-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/ebook.scm (calibre)[source](patches): Add it.
* gnu: calibre: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-21
| | | | * gnu/packages/ebook.scm (calibre)[home-page]: Use HTTPS.
* gnu: xchm: Update to 1.31.Tobias Geerinckx-Rice2019-12-23
| | | | * gnu/packages/ebook.scm (xchm): Update to 1.31.
* Merge branch 'master' into core-updatesMarius Bakke2019-07-31
|\
| * gnu: Add xchm.Jovany Leandro G.C2019-07-25
| | | | | | | | | | | | | | * gnu/packages/ebook.scm (xchm): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* | gnu: fbreader: Build with GCC 5.Rutger Helling2019-07-19
|/ | | | * gnu/packages/ebook.scm (fbreader)[native-inputs]: Add GCC-5.
* Correct email and license info for Brendan Tildesley.Brendan Tildesley2019-05-05
| | | | | | | | | | | | | | | | | * gnu/packages/audio.scm: Correct email and license info. * gnu/packages/ebook.scm: Correct email and license info. * gnu/packages/fonts.scm: Correct email and license info. * gnu/packages/freedesktop.scm: Correct email and license info. * gnu/packages/gnome.scm: Correct email and license info. * gnu/packages/linux.scm: Correct email and license info. * gnu/packages/lxde.scm: Correct email and license info. * gnu/packages/python-web.scm: Correct email and license info. * gnu/packages/python-xyz.scm: Correct email and license info. * gnu/packages/python.scm: Correct email and license info. * gnu/packages/video.scm: Correct email and license info. * gnu/packages/web.scm: Correct email and license info. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Update to 3.42.0.Danny Milosavljevic2019-05-05
| | | | | | * gnu/packages/ebook.scm (calibre): Update to 3.42.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Shorten long line.Brendan Tildesley2019-05-05
| | | | | | * gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[build-extra]: Shorten long line. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Install man pages.Brendan Tildesley2019-05-05
| | | | | | | * gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[install-man-pages]: New phase. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Delete various junk from source.Brendan Tildesley2019-05-05
| | | | | | | * gnu/packages/ebook.scm (calibre)[source](snippet): Delete various junk from source. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Remove libxrender as an input.Brendan Tildesley2019-05-05
| | | | | | * gnu/packages/ebook.scm (calibre)[inputs]: Remove libxrender. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Unbundle python2-odfpy.Brendan Tildesley2019-05-05
| | | | | | | * gnu/packages/ebook.scm (calibre)[snippet]: Remove all of src/odf. [inputs]: Add python2-odfpy. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Remove some comments.Brendan Tildesley2019-05-05
| | | | | | | * gnu/packages/ebook.scm (calibre): There is no unrar in Guix currently, and pdftohtml is in poppler, so we can remove this comment. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Enable tests.Brendan Tildesley2019-05-05
| | | | | | * gnu/packages/ebook.scm (calibre): Enable tests. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Disable sqlite test.Brendan Tildesley2019-05-05
| | | | | | | | * gnu/packages/patches/calibre-remove-test-sqlite.patch: New file. * gnu/packages/ebook.scm (calibre)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Disable Qt test.Brendan Tildesley2019-05-05
| | | | | | | * gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[configure]: Disable Qt test. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Disable bs4 test.Brendan Tildesley2019-05-05
| | | | | | | | * gnu/packages/patches/calibre-remove-test-bs4.patch: New file. * gnu/packages/ebook.scm (calibre)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Use "linux.py" to install desktop files.Brendan Tildesley2019-05-05
| | | | | | | * gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[configure]: Modify. [install-mimetypes]: Remove. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Disable tests that require networking.Brendan Tildesley2019-05-05
| | | | | | * gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[configure]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Remove unrar test.Brendan Tildesley2019-05-05
| | | | | | | | * gnu/packages/patches/calibre-remove-test-unrar.patch: New file. * gnu/packages/ebook.scm (calibre)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Add python2-html2text as an input.Brendan Tildesley2019-05-05
| | | | | | * gnu/packages/ebook.scm (calibre)[inputs]: Add python2-html2text. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Move font unbundling to after check phase.Brendan Tildesley2019-05-05
| | | | | | | | | | * gnu/packages/ebook.scm (calibre)[snippet]: Modify. [native-inputs]: Remove font-liberation. [inputs]: Add font-liberation. [arguments]<#:phases>[install-font-liberation]: Delete phase. [unbundle-font-liberation]: New phase. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Add missing dependencies as indicated by tests.Brendan Tildesley2019-05-05
| | | | | | | * gnu/packages/ebook.scm (calibre)[inputs]: Add python2-html5lib, python2-psutil. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Build rapydscript.Brendan Tildesley2019-05-05
| | | | | | * gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[build-extra]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Use system mathjax.Brendan Tildesley2019-05-05
| | | | | | | | * gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[build-extra]: New phase. [inputs]: Add js-mathjax. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Update to 3.41.3.Brendan Tildesley2019-05-05
| | | | | | | | | | * gnu/packages/ebook.scm (calibre): Update to 3.41.3. [inputs]: Replace python2-cssutils by python2-css-parser. [snippet]: Modify. * gnu/packages/patches/calibre-use-packaged-feedparser.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove patch. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* Merge branch 'master' into stagingRicardo Wurmus2019-01-23
|\
| * gnu: calibre: Fix PDF to EPUB conversion.Mathieu Othacehe2019-01-21
| | | | | | | | | | | | | | | | | | | | | | | | When trying to convert a PDF to EPUB, the following error occurs: File "/gnu/store/kz6bgqw9z7akj11zh20wkx14cgq0s3n2-calibre-3.35.0/lib/calibre/calibre/ebooks/pdf/pdftohtml.py", line 76, in pdftohtml _('Could not find pdftohtml, check it is in your PATH')) Hardcode pdftohtml binary path by patching pdftohtml.py. * gnu/packages/ebook.scm (calibre)[arguments]: Patch pdftohtml.py in 'configure phase to set hardcode pdftohtml binary path.
* | Merge branch 'master' into stagingLudovic Courtès2019-01-20
|\|
| * gnu: Move sqlite to separate module.Ricardo Wurmus2019-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (sqlite, sqlite-3.26.0, sqlite-with-fts5, sqlite-with-column-metadata): Move variables from here... * gnu/packages/sqlite.scm: ...to this new module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/apl.scm, gnu/packages/bittorrent.scm, gnu/packages/calendar.scm, gnu/packages/code.scm, gnu/packages/crypto.scm, gnu/packages/databases.scm, gnu/packages/dc.scm, gnu/packages/disk.scm, gnu/packages/ebook.scm, gnu/packages/education.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/file-systems.scm, gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm, gnu/packages/geo.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/gps.scm, gnu/packages/guile.scm, gnu/packages/ibus.scm, gnu/packages/kerberos.scm, gnu/packages/kodi.scm, gnu/packages/lisp.scm, gnu/packages/mail.scm, gnu/packages/messaging.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/nfs.scm, gnu/packages/ocaml.scm, gnu/packages/package-management.scm, gnu/packages/pdf.scm, gnu/packages/photo.scm, gnu/packages/php.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm, gnu/packages/scheme.scm, gnu/packages/sync.scm, gnu/packages/syndication.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/web-browsers.scm, gnu/packages/webkit.scm: Adjust module references.
| * gnu: Separate Python core packages from the rest.Ricardo Wurmus2019-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm: Move hundreds of package definitions from here... * gnu/packages/python-xyz.scm: ...to this new module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/ada.scm, gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/audio.scm, gnu/packages/backup.scm, gnu/packages/benchmark.scm, gnu/packages/bioinformatics.scm, gnu/packages/bittorrent.scm, gnu/packages/calendar.scm, gnu/packages/check.scm, gnu/packages/chemistry.scm, gnu/packages/cluster.scm, gnu/packages/compression.scm, gnu/packages/connman.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm, gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/direct-connect.scm, gnu/packages/disk.scm, gnu/packages/django.scm, gnu/packages/dlang.scm, gnu/packages/docker.scm, gnu/packages/ebook.scm, gnu/packages/elf.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/engineering.scm, gnu/packages/enlightenment.scm, gnu/packages/finance.scm, gnu/packages/fltk.scm, gnu/packages/fontutils.scm, gnu/packages/freedesktop.scm, gnu/packages/game-development.scm, gnu/packages/games.scm, gnu/packages/geo.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/graph.scm, gnu/packages/graphics.scm, gnu/packages/graphviz.scm, gnu/packages/gtk.scm, gnu/packages/ham-radio.scm, gnu/packages/image-processing.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/jrnl.scm, gnu/packages/julia.scm, gnu/packages/kde-frameworks.scm, gnu/packages/key-mon.scm, gnu/packages/libffi.scm, gnu/packages/libreoffice.scm, gnu/packages/libusb.scm, gnu/packages/lirc.scm, gnu/packages/logging.scm, gnu/packages/machine-learning.scm, gnu/packages/mail.scm, gnu/packages/mate.scm, gnu/packages/maths.scm, gnu/packages/medical.scm, gnu/packages/messaging.scm, gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/nutrition.scm, gnu/packages/openldap.scm, gnu/packages/openstack.scm, gnu/packages/package-management.scm, gnu/packages/password-utils.scm, gnu/packages/patchutils.scm, gnu/packages/pdf.scm, gnu/packages/photo.scm, gnu/packages/polkit.scm, gnu/packages/protobuf.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/qt.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm, gnu/packages/search.scm, gnu/packages/selinux.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/simulation.scm, gnu/packages/ssh.scm, gnu/packages/statistics.scm, gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/tryton.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/virtualization.scm, gnu/packages/vpn.scm, gnu/packages/web-browsers.scm, gnu/packages/web.scm, gnu/packages/wicd.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm: Update module references.
* | gnu: fbreader: Install desktop file.Efraim Flashner2018-12-30
| | | | | | | | | | * gnu/packages/ebook.scm (fbreader)[arguments]: Add phase to remove hardcoded paths for desktop dir.
* | gnu: fbreader: Use 'git-fetch'.Efraim Flashner2018-12-30
| | | | | | | | * gnu/packages/ebook.scm (fbreader)[source]: Use 'git-fetch'.
* | gnu: fbreader: Fix building with newer curl.Efraim Flashner2018-12-30
|/ | | | | | * gnu/packages/ebook.scm (fbreader)[source]: Add patch. * gnu/packages/patches/fbreader-curl-7.62.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: calibre: Update to 3.35.0.Brendan Tildesley2018-12-08
| | | | | | * gnu/packages/ebooks.scm: (calibre): Update to 3.35.0. Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: calibre: Update to 3.28.0.Andreas Enge2018-07-21
| | | | * gnu/packages/ebook.scm (calibre): Update to 3.28.0.
* gnu: calibre: Spell ‘e-book’ consistently.Tobias Geerinckx-Rice2018-02-23
| | | | | * gnu/packages/ebook.scm (calibre)[description]: Use synopsis' ‘e-book’ spelling.
* gnu: calibre: Update to 3.17.0.Tobias Geerinckx-Rice2018-02-23
| | | | | * gnu/packages/ebook.scm (calibre): Update to 3.17.0. [arguments]: End all phases with #t.
* gnu: Move date/time packages from python.scm to time.scm.Ricardo Wurmus2017-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-pytz, python2-pytz, python-dateutil, python2-dateutil, python-parsedatetime, python2-parsedatetime, python-tzlocal, python-isodate, python2-isodate, python-iso8601, python2-iso8601, python-monotonic, python2-monotonic, python-pyrfc3339, python2-pyrfc3339, python-arrow, python2-arrow, python-aniso8601, python2-aniso8601): Move from here... * gnu/packages/time.scm: ...to here. * gnu/packages/calendar.scm, gnu/packages/check.scm, gnu/packages/django.scm, gnu/packages/ebook.scm, gnu/packages/gnome.scm, gnu/packages/irc.scm, gnu/packages/jrnl.scm, gnu/packages/mail.scm, gnu/packages/openstack.scm, gnu/packages/package-management.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/rdf.scm, gnu/packages/statistics.scm, gnu/packages/tls.scm, gnu/packages/tryton.scm, gnu/packages/version-control.scm: Adjust accordingly.
* gnu: Move web packages from python to python-web.Ludovic Courtès2017-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is in part to address <https://bugs.gnu.org/27284>. * gnu/packages/python.scm (python-httplib2, python2-httplib2) (python-sockjs-tornado, python2-sockjs-tornado) (python-flask-babel, python2-flask-babel) (python-html5lib, python2-html5lib) (python-html5lib-0.9, python2-html5lib-0.9) (python-html5-parser, python2-html5-parser) (python-webencodings, python2-webencodings) (python-openid, python2-openid, python-cssutils, python2-cssutils) (python-cssselect, python2-cssutils) (python-openid-cla, python2-openid-cla) (python-openid-teams, python2-openid-teams) (python-tornado, python2-tornado) (python-tornado-http-auth, python-terminado, python2-terminado) (python-webob, python2-webob, python-zope-event, python2-zope-event) (python-zope-interface, python2-zope-interface) (python-zope-exceptions, python2-zope-exceptions) (python-zope-testing, python2-zope-testing) (python-zope-testrunner, python2-zope-testrunner) (python-zope-i18nmessageid, python2-zope-i18nmessageid) (python-zope-schema, python2-zope-schema) (python-zope-configuration, python2-zope-configuration) (python-zope-proxy, python2-zope-proxy) (python-zope-location, python2-zope-location) (python-zope-security, python2-zope-security) (python-zope-component, python2-zope-component) (python-ndg-httpsclient, python2-ndg-httpsclient) (python-websocket-client, python2-websocket-client) (python-requests-toolbelt, python2-requests-toolbelt) (python-rauth, python2-rauth, python-urllib3, python2-urllib3) (awscli, python-wsgiproxy2, python2-wsgiproxy2) (python-pastedeploy, python2-pastedeploy) (python-webtest, python2-webtest, python-flask, python2-flask) (python-flast-wtf, python2-flask-wtf) (python-flask-multistatic, python2-flask-multistatic) (python-cookies, python2-cookies) (python-responses, python2-responses) (python-geventhttpclient, python2-geventhttpclient) (python-requests-oauthlib, python2-requests-oauthlib) (python-url, python2-url, python-cachecontrol, python2-cachecontrol) (python-betamax, python2-betamax) (python-betamax-matchers, python2-betamax-matchers) (python-s3transfer, python2-s3transfer) (python-flask-restful, python-flask-basicauth) (python-flask-sqlalchemy, python-flask-restplus) (python-flask-restful-swagger, python-htmlmin, python2-htmlmin) (python-flask-htmlmin, python2-flask-htmlmin) (python-flask-login, python2-flask-login) (python-oauth2client, python-flask-oidc) (python-webassets, python-cssmin, python2-cssmin) (python-elasticsearch, python2-elasticsearch) (python-flask-script, python2-flask-script) (python-flask-migrate, python2-flask-migrate) (python-genshi, python2-genshi) (python-flask-principal, python2-flask-principal) (python-flask-httpauth, python2-flask-httpauth) (python-uritemplate, python2-uritemplate): Move to... * gnu/packages/python-web.scm: ... here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/admin.scm, gnu/packages/backup.scm, gnu/packages/dav.scm, gnu/packages/django.scm, gnu/packages/docker.scm, gnu/packages/ebook.scm, gnu/packages/logging.scm, gnu/packages/mail.scm, gnu/packages/music.scm, gnu/packages/openstack.scm, gnu/packages/package-management.scm, gnu/packages/rdf.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/tryton.scm, gnu/packages/version-control.scm, gnu/packages/web-browsers.scm, gnu/packages/web.scm: Adjust accordingly.
* gnu: calibre: Install mimetypes.Brendan Tildesley2017-11-05
| | | | | | * gnu/packages/ebook.scm (calibre)[arguments]: Install mimetypes xml file. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: calibre: Add optipng as an input.Brendan Tildesley2017-11-05
| | | | | | * gnu/packages/ebook.scm (calibre)[inputs]: Add optipng. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: calibre: Add python2-dukpy as an input.Brendan Tildesley2017-11-05
| | | | | | | * gnu/packages/ebook.scm (calibre)[inputs]: Add python2-dukpy. dukpy was unbundled from Calibre, so we need to to use the Guix version. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: calibre: Update to 3.11.1.Brendan Tildesley2017-11-05
| | | | | | * gnu/packages/ebook.scm (calibre): Update to 3.11.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Update calibre to 3.6.0.Roel Janssen2017-09-06
| | | | | | | * gnu/local.mk: Remove calibre-drop-unrar.patch * gnu/packages/ebook.scm (calibre): Update to 3.6.0. Add python-html5-parser input. * gnu/packages/patches/calibre-drop-unrar.patch: Remove file.
* gnu: Add fbreader.Danny Milosavljevic2017-08-17
| | | | * gnu/packages/ebook.scm (fbreader): New variable.
* gnu: Add liblinebreak.Danny Milosavljevic2017-08-17
| | | | * gnu/packages/ebook.scm (liblinebreak): New variable.
* gnu: calibre: Add python2-msgpack as an input.Manolis Ragkousis2017-08-02
| | | | * gnu/packages/ebook.scm (calibre)[inputs]: Add python2-msgpack.
* gnu: Update calibre to 3.0.0.Roel Janssen2017-06-22
| | | | | | * gnu/local.mk: Remove patch. * gnu/packages/ebook.scm (calibre): Update to 3.0.0. * gnu/packages/patches/calibre-dont-load-remote-icons.patch: Remove file.