2015-02-07 20:12:36 +01:00
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
2016-01-05 22:46:54 +01:00
|
|
|
;;; Copyright © 2015, 2016 Andreas Enge <andreas@enge.fr>
|
2018-12-30 10:49:16 +01:00
|
|
|
;;; Copyright © 2016, 2018 Efraim Flashner <efraim@flashner.co.il>
|
2017-01-03 17:36:52 +01:00
|
|
|
;;; Copyright © 2016, 2017 Alex Griffin <a@ajgrf.com>
|
2019-05-03 18:42:32 +02:00
|
|
|
;;; Copyright © 2017, 2019 Brendan Tildesley <mail@brendan.scot>
|
2017-06-22 00:07:58 +02:00
|
|
|
;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
|
2018-02-23 14:33:40 +01:00
|
|
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
2015-02-07 20:12:36 +01:00
|
|
|
;;;
|
|
|
|
;;; This file is part of GNU Guix.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
;;; your option) any later version.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
;;;
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
(define-module (gnu packages ebook)
|
2017-05-14 09:01:06 +02:00
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
2015-02-07 20:12:36 +01:00
|
|
|
#:use-module (guix packages)
|
|
|
|
#:use-module (guix download)
|
2018-12-30 11:04:01 +01:00
|
|
|
#:use-module (guix git-download)
|
2015-02-20 21:53:07 +01:00
|
|
|
#:use-module (guix build-system gnu)
|
2015-02-17 23:15:18 +01:00
|
|
|
#:use-module (gnu packages)
|
|
|
|
#:use-module (guix build-system python)
|
|
|
|
#:use-module (gnu packages)
|
2017-08-17 02:00:51 +02:00
|
|
|
#:use-module (gnu packages compression)
|
|
|
|
#:use-module (gnu packages curl)
|
2015-02-17 23:15:18 +01:00
|
|
|
#:use-module (gnu packages databases)
|
2017-05-14 08:36:13 +02:00
|
|
|
#:use-module (gnu packages fonts)
|
2015-02-17 23:15:18 +01:00
|
|
|
#:use-module (gnu packages fontutils)
|
|
|
|
#:use-module (gnu packages freedesktop)
|
2017-08-17 02:00:51 +02:00
|
|
|
#:use-module (gnu packages fribidi)
|
|
|
|
#:use-module (gnu packages gtk)
|
2017-05-14 14:38:07 +02:00
|
|
|
#:use-module (gnu packages gnome)
|
2015-02-17 23:15:18 +01:00
|
|
|
#:use-module (gnu packages glib)
|
|
|
|
#:use-module (gnu packages icu4c)
|
|
|
|
#:use-module (gnu packages image)
|
2019-05-03 18:42:10 +02:00
|
|
|
#:use-module (gnu packages javascript)
|
2015-02-17 23:15:18 +01:00
|
|
|
#:use-module (gnu packages libusb)
|
|
|
|
#:use-module (gnu packages pdf)
|
|
|
|
#:use-module (gnu packages pkg-config)
|
|
|
|
#:use-module (gnu packages python)
|
gnu: Move web packages from python to python-web.
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.
2017-11-13 23:24:11 +01:00
|
|
|
#:use-module (gnu packages python-web)
|
gnu: Separate Python core packages from the rest.
* 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.
2019-01-15 14:21:30 +01:00
|
|
|
#:use-module (gnu packages python-xyz)
|
2015-02-17 23:15:18 +01:00
|
|
|
#:use-module (gnu packages qt)
|
2017-08-01 16:56:26 +02:00
|
|
|
#:use-module (gnu packages serialization)
|
gnu: Move sqlite to separate module.
* 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.
2019-01-15 21:47:05 +01:00
|
|
|
#:use-module (gnu packages sqlite)
|
gnu: Move date/time packages from python.scm to time.scm.
* 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.
2017-11-18 11:58:44 +01:00
|
|
|
#:use-module (gnu packages time)
|
gnu: Move content of openssl module into tls module.
* gnu/packages/openssl.scm (openssl, perl-net-ssleay): Move to...
* gnu/packages/tls.scm: ...here.
* gnu/packages/openssl.scm: Delete file.
* gnu-system.am (GNU_SYSTEM_MODULES): Unregister deleted file.
* gnu/packages/{admin.scm, bittorrent.scm, certs.scm, ci.scm,
cyrus-sasl.scm, databases.scm, dns.scm, ebook.scm, enlightenment.scm,
gnunet.scm, libreoffice.scm, links.scm, mail.scm, messaging.scm,
networking.scm, ntp.scm, openldap.scm, package-management.scm, pdf.scm,
python.scm, qt.scm, rdesktop.scm, rdf.scm, ruby.scm, ssh.scm,
synergy.scm, tor.scm, version-control.scm, video.scm, vpn.scm,
w3m.scm, web.scm, weechat.scm, xiph.scm}: Adapt module import.
2015-07-05 18:27:24 +02:00
|
|
|
#:use-module (gnu packages tls)
|
2017-05-13 14:32:01 +02:00
|
|
|
#:use-module (gnu packages web)
|
2017-08-17 02:00:51 +02:00
|
|
|
#:use-module (gnu packages xml)
|
2019-07-25 03:35:15 +02:00
|
|
|
#:use-module (gnu packages xorg)
|
|
|
|
#:use-module (gnu packages wxwidgets))
|
2015-02-07 20:12:36 +01:00
|
|
|
|
|
|
|
(define-public chmlib
|
|
|
|
(package
|
|
|
|
(name "chmlib")
|
|
|
|
(version "0.40")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "http://www.jedrea.com/chmlib/chmlib-"
|
|
|
|
version ".tar.bz2"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2015-02-20 21:53:07 +01:00
|
|
|
"18zzb4x3z0d7fjh1x5439bs62dmgsi4c1pg3qyr7h5gp1i5xcj9l"))
|
2016-04-08 14:18:13 +02:00
|
|
|
(patches (search-patches "chmlib-inttypes.patch"))))
|
2015-02-07 20:12:36 +01:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(home-page "http://www.jedrea.com/chmlib/")
|
|
|
|
(synopsis "Library for CHM files")
|
|
|
|
(description "CHMLIB is a library for dealing with ITSS/CHM format files.")
|
2017-05-14 09:01:06 +02:00
|
|
|
(license license:lgpl2.1+)))
|
2015-02-17 23:15:18 +01:00
|
|
|
|
|
|
|
(define-public calibre
|
|
|
|
(package
|
|
|
|
(name "calibre")
|
2019-05-05 14:39:05 +02:00
|
|
|
(version "3.42.0")
|
2015-02-17 23:15:18 +01:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "http://download.calibre-ebook.com/"
|
|
|
|
version "/calibre-"
|
|
|
|
version ".tar.xz"))
|
|
|
|
(sha256
|
2016-06-06 08:27:48 +02:00
|
|
|
(base32
|
2019-05-05 14:39:05 +02:00
|
|
|
"0ymdhws3cb44p3fb24vln1wx6s7qnb8rr241jvm6qbj5rnp984dm"))
|
2019-05-05 14:33:35 +02:00
|
|
|
;; Unbundle python2-odfpy.
|
2015-02-17 23:15:18 +01:00
|
|
|
;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
(snippet
|
|
|
|
'(begin
|
2019-05-05 14:33:35 +02:00
|
|
|
(delete-file-recursively "src/odf")
|
2019-05-05 14:35:44 +02:00
|
|
|
(delete-file "resources/viewer.js")
|
|
|
|
(delete-file "resources/viewer.html")
|
|
|
|
(delete-file "resources/mozilla-ca-certs.pem")
|
|
|
|
(delete-file "resources/calibre-portable.bat")
|
|
|
|
(delete-file "resources/calibre-portable.sh")
|
2019-05-05 14:33:35 +02:00
|
|
|
#t))
|
2019-05-05 14:04:02 +02:00
|
|
|
(patches (search-patches "calibre-no-updates-dialog.patch"
|
2019-05-03 18:42:21 +02:00
|
|
|
"calibre-remove-test-bs4.patch" ; TODO: fix test.
|
2019-05-03 18:42:23 +02:00
|
|
|
"calibre-remove-test-sqlite.patch" ; TODO: fix test.
|
2019-05-05 14:04:02 +02:00
|
|
|
"calibre-remove-test-unrar.patch"))))
|
2015-02-17 23:15:18 +01:00
|
|
|
(build-system python-build-system)
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
2016-12-11 20:55:07 +01:00
|
|
|
("qtbase" ,qtbase) ; for qmake
|
2017-05-16 06:56:20 +02:00
|
|
|
("python2-flake8" ,python2-flake8)
|
2015-02-17 23:15:18 +01:00
|
|
|
("xdg-utils" ,xdg-utils)))
|
2017-05-16 06:56:20 +02:00
|
|
|
;; Beautifulsoup3 is bundled but obsolete and not packaged, so just leave it bundled.
|
2015-02-17 23:15:18 +01:00
|
|
|
(inputs
|
|
|
|
`(("chmlib" ,chmlib)
|
|
|
|
("fontconfig" ,fontconfig)
|
2019-05-05 13:35:14 +02:00
|
|
|
("font-liberation" ,font-liberation)
|
2015-02-17 23:15:18 +01:00
|
|
|
("glib" ,glib)
|
|
|
|
("icu4c" ,icu4c)
|
2019-05-03 18:42:10 +02:00
|
|
|
("js-mathjax" ,js-mathjax)
|
2015-02-17 23:15:18 +01:00
|
|
|
("libmtp" ,libmtp)
|
|
|
|
("libpng" ,libpng)
|
|
|
|
("libusb" ,libusb)
|
2015-05-29 21:52:20 +02:00
|
|
|
("openssl" ,openssl)
|
2017-11-03 16:44:02 +01:00
|
|
|
("optipng" ,optipng)
|
2015-02-17 23:15:18 +01:00
|
|
|
("podofo" ,podofo)
|
2017-05-16 06:56:20 +02:00
|
|
|
("poppler" ,poppler)
|
2015-02-17 23:15:18 +01:00
|
|
|
("python" ,python-2)
|
|
|
|
("python2-apsw" ,python2-apsw)
|
2017-05-14 14:38:07 +02:00
|
|
|
("python2-chardet" ,python2-chardet)
|
2015-02-17 23:15:18 +01:00
|
|
|
("python2-cssselect" ,python2-cssselect)
|
2019-05-03 18:42:09 +02:00
|
|
|
("python2-css-parser" ,python2-css-parser)
|
2015-02-17 23:15:18 +01:00
|
|
|
("python2-dateutil" ,python2-dateutil)
|
|
|
|
("python2-dbus" ,python2-dbus)
|
2017-05-16 06:56:20 +02:00
|
|
|
("python2-dnspython" ,python2-dnspython)
|
2017-11-03 16:44:01 +01:00
|
|
|
("python2-dukpy" ,python2-dukpy)
|
2017-05-13 14:32:01 +02:00
|
|
|
("python2-feedparser" ,python2-feedparser)
|
2019-05-03 18:42:16 +02:00
|
|
|
("python2-html2text" ,python2-html2text)
|
2017-08-25 20:15:40 +02:00
|
|
|
("python2-html5-parser" ,python2-html5-parser)
|
2019-05-03 18:42:12 +02:00
|
|
|
("python2-html5lib" ,python2-html5lib)
|
2015-02-17 23:15:18 +01:00
|
|
|
("python2-lxml" ,python2-lxml)
|
2017-05-13 15:24:06 +02:00
|
|
|
("python2-markdown" ,python2-markdown)
|
2015-02-17 23:15:18 +01:00
|
|
|
("python2-mechanize" ,python2-mechanize)
|
2017-08-01 16:56:26 +02:00
|
|
|
;; python2-msgpack is needed for the network content server to work.
|
|
|
|
("python2-msgpack" ,python2-msgpack)
|
2015-02-17 23:15:18 +01:00
|
|
|
("python2-netifaces" ,python2-netifaces)
|
2019-05-05 14:33:35 +02:00
|
|
|
("python2-odfpy" ,python2-odfpy)
|
2015-03-07 20:30:17 +01:00
|
|
|
("python2-pillow" ,python2-pillow)
|
2019-05-03 18:42:12 +02:00
|
|
|
("python2-psutil" ,python2-psutil)
|
2017-05-16 06:56:20 +02:00
|
|
|
("python2-pygments" ,python2-pygments)
|
2016-12-11 20:55:07 +01:00
|
|
|
("python2-pyqt" ,python2-pyqt)
|
2015-02-17 23:15:18 +01:00
|
|
|
("python2-sip" ,python2-sip)
|
2017-06-22 00:07:58 +02:00
|
|
|
("python2-regex" ,python2-regex)
|
2015-02-17 23:15:18 +01:00
|
|
|
("sqlite" ,sqlite)))
|
|
|
|
(arguments
|
|
|
|
`(#:python ,python-2
|
2016-12-02 13:56:10 +01:00
|
|
|
;; Calibre is using setuptools by itself, but the setup.py is not
|
|
|
|
;; compatible with the shim wrapper (taken from pip) we are using.
|
|
|
|
#:use-setuptools? #f
|
2015-02-17 23:15:18 +01:00
|
|
|
#:phases
|
2016-07-26 19:26:25 +02:00
|
|
|
(modify-phases %standard-phases
|
2017-05-16 02:53:44 +02:00
|
|
|
(add-after 'unpack 'patch-source
|
|
|
|
(lambda _
|
|
|
|
(substitute* "src/calibre/linux.py"
|
|
|
|
;; We can't use the uninstaller in Guix. Don't build it.
|
|
|
|
(("self\\.create_uninstaller()") ""))
|
|
|
|
#t))
|
2017-06-22 00:07:58 +02:00
|
|
|
(add-after 'unpack 'dont-load-remote-icons
|
|
|
|
(lambda _
|
|
|
|
(substitute* "setup/plugins_mirror.py"
|
|
|
|
(("href=\"//calibre-ebook.com/favicon.ico\"")
|
|
|
|
"href=\"favicon.ico\""))
|
|
|
|
#t))
|
2016-07-26 19:26:25 +02:00
|
|
|
(add-before 'build 'configure
|
2019-05-03 18:42:20 +02:00
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
2015-02-17 23:15:18 +01:00
|
|
|
(let ((podofo (assoc-ref inputs "podofo"))
|
2019-05-03 18:42:20 +02:00
|
|
|
(pyqt (assoc-ref inputs "python2-pyqt"))
|
|
|
|
(out (assoc-ref outputs "out")))
|
2015-02-17 23:15:18 +01:00
|
|
|
(substitute* "setup/build_environment.py"
|
|
|
|
(("sys.prefix") (string-append "'" pyqt "'")))
|
2019-01-21 10:52:10 +01:00
|
|
|
(substitute* "src/calibre/ebooks/pdf/pdftohtml.py"
|
|
|
|
(("PDFTOHTML = 'pdftohtml'")
|
|
|
|
(string-append "PDFTOHTML = \"" (assoc-ref inputs "poppler")
|
2019-05-03 18:42:20 +02:00
|
|
|
"/bin/pdftohtml\"")))
|
|
|
|
|
|
|
|
;; Calibre thinks we are installing desktop files into a home
|
|
|
|
;; directory, but here we butcher the script in to installing
|
|
|
|
;; to calibres /share directory.
|
|
|
|
(setenv "XDG_DATA_HOME" (string-append out "/share"))
|
|
|
|
(substitute* "src/calibre/linux.py"
|
|
|
|
(("'~/.local/share'") "''"))
|
|
|
|
|
2015-02-17 23:15:18 +01:00
|
|
|
(setenv "PODOFO_INC_DIR" (string-append podofo "/include/podofo"))
|
2018-02-23 14:33:40 +01:00
|
|
|
(setenv "PODOFO_LIB_DIR" (string-append podofo "/lib"))
|
2019-05-03 18:42:18 +02:00
|
|
|
;; This informs the tests we are a continuous integration
|
|
|
|
;; environment and thus have no networking.
|
|
|
|
(setenv "CI" "true")
|
2019-05-03 18:42:22 +02:00
|
|
|
;; The Qt test complains about being unable to load all image plugins, and I
|
|
|
|
;; notice the available plugins list it shows lacks 'svg'. Adding qtsvg doesn't
|
|
|
|
;; fix it, so I'm not sure how to fix it. TODO: Fix test and remove this.
|
|
|
|
(setenv "SKIP_QT_BUILD_TEST" "true")
|
2018-02-23 14:33:40 +01:00
|
|
|
#t)))
|
2019-05-03 18:42:10 +02:00
|
|
|
(add-after 'build 'build-extra
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
2019-05-03 18:42:30 +02:00
|
|
|
(invoke "python2" "setup.py" "mathjax""--system-mathjax"
|
|
|
|
"--path-to-mathjax" (string-append
|
|
|
|
(assoc-ref inputs "js-mathjax")
|
|
|
|
"/share/javascript/mathjax"))
|
2019-05-03 18:42:11 +02:00
|
|
|
(invoke "python2" "setup.py" "rapydscript")))
|
2019-05-03 18:42:29 +02:00
|
|
|
(add-after 'install 'install-man-pages
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(copy-recursively
|
|
|
|
"man-pages"
|
|
|
|
(string-append (assoc-ref outputs "out") "/share/man"))
|
|
|
|
#t))
|
2019-05-05 13:35:14 +02:00
|
|
|
;; The font TTF files are used in some miscellaneous tests, so we
|
|
|
|
;; unbundle them here to avoid patching the tests.
|
|
|
|
(add-after 'install 'unbundle-font-liberation
|
2017-05-14 08:36:13 +02:00
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
2019-05-05 13:35:14 +02:00
|
|
|
(let ((font-dest (string-append (assoc-ref outputs "out")
|
|
|
|
"/share/calibre/fonts/liberation"))
|
|
|
|
(font-src (string-append (assoc-ref inputs "font-liberation")
|
|
|
|
"/share/fonts/truetype")))
|
|
|
|
(delete-file-recursively font-dest)
|
|
|
|
(symlink font-src font-dest))
|
2017-05-14 08:36:13 +02:00
|
|
|
#t)))))
|
2015-02-17 23:15:18 +01:00
|
|
|
(home-page "http://calibre-ebook.com/")
|
|
|
|
(synopsis "E-book library management software")
|
2018-02-23 14:35:34 +01:00
|
|
|
(description "Calibre is an e-book library manager. It can view, convert
|
|
|
|
and catalog e-books in most of the major e-book formats. It can also talk
|
|
|
|
to many e-book reader devices. It can go out to the Internet and fetch
|
2015-02-17 23:15:18 +01:00
|
|
|
metadata for books. It can download newspapers and convert them into
|
2018-02-23 14:35:34 +01:00
|
|
|
e-books for convenient reading.")
|
2017-05-14 09:01:06 +02:00
|
|
|
;; Calibre is largely GPL3+, but includes a number of components covered
|
|
|
|
;; by other licenses. See COPYRIGHT for more details.
|
|
|
|
(license (list license:gpl3+
|
|
|
|
license:gpl2+
|
|
|
|
license:lgpl2.1+
|
|
|
|
license:lgpl2.1
|
|
|
|
license:bsd-3
|
|
|
|
license:expat
|
|
|
|
license:zpl2.1
|
|
|
|
license:asl2.0
|
|
|
|
license:public-domain
|
|
|
|
license:silofl1.1
|
|
|
|
license:cc-by-sa3.0))))
|
2017-08-15 20:47:08 +02:00
|
|
|
|
|
|
|
(define-public liblinebreak
|
|
|
|
(package
|
|
|
|
(name "liblinebreak")
|
|
|
|
(version "2.1")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "mirror://sourceforge/vimgadgets"
|
|
|
|
"/liblinebreak/" version
|
|
|
|
"/liblinebreak-" version ".tar.gz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"1f36dbq7nc77lln1by2n1yl050g9dc63viawhs3gc3169mavm36x"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(home-page "http://vimgadgets.sourceforge.net/liblinebreak/")
|
|
|
|
(synopsis "Library for detecting where linebreaks are allowed in text")
|
|
|
|
(description "@code{liblinebreak} is an implementation of the line
|
|
|
|
breaking algorithm as described in Unicode 6.0.0 Standard Annex 14,
|
|
|
|
Revision 26. It breaks lines that contain Unicode characters. It is
|
|
|
|
designed to be used in a generic text renderer.")
|
|
|
|
(license license:zlib)))
|
2017-08-17 02:00:51 +02:00
|
|
|
|
|
|
|
(define-public fbreader
|
|
|
|
(package
|
|
|
|
(name "fbreader")
|
|
|
|
(version "0.99.6")
|
|
|
|
(source (origin
|
2018-12-30 11:04:01 +01:00
|
|
|
(method git-fetch)
|
|
|
|
(uri (git-reference
|
|
|
|
(url "https://github.com/geometer/FBReader")
|
|
|
|
(commit (string-append version "-freebsdport"))))
|
|
|
|
(file-name (git-file-name name version))
|
2017-08-17 02:00:51 +02:00
|
|
|
(sha256
|
|
|
|
(base32
|
2018-12-30 11:04:01 +01:00
|
|
|
"0c0s4silpax74kwfz3dfmzn4lkv6jsyb800vfak166vii0hvbv3d"))
|
2018-12-30 10:49:16 +01:00
|
|
|
(patches (search-patches "fbreader-curl-7.62.patch"))))
|
2017-08-17 02:00:51 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("curl" ,curl)
|
|
|
|
("expat" ,expat)
|
|
|
|
("fribidi" ,fribidi)
|
|
|
|
("glib" ,glib)
|
|
|
|
("gtk+-2" ,gtk+-2)
|
|
|
|
("libjpeg" ,libjpeg)
|
|
|
|
("liblinebreak" ,liblinebreak)
|
|
|
|
("libxft" ,libxft)
|
|
|
|
("sqlite" ,sqlite)
|
|
|
|
("zlib" ,zlib)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
(arguments
|
|
|
|
`(#:tests? #f ; No tests exist.
|
|
|
|
#:make-flags `("CC=gcc" "TARGET_ARCH=desktop" "UI_TYPE=gtk"
|
|
|
|
"TARGET_STATUS=release"
|
|
|
|
,(string-append "INSTALLDIR="
|
|
|
|
(assoc-ref %outputs "out"))
|
|
|
|
,(string-append "LDFLAGS=-Wl,-rpath="
|
|
|
|
(assoc-ref %outputs "out") "/lib"))
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
2018-12-30 11:21:31 +01:00
|
|
|
(delete 'configure)
|
|
|
|
(add-after 'unpack 'fix-install-locations
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
(substitute* "fbreader/desktop/Makefile"
|
|
|
|
(("/usr") out))
|
|
|
|
#t))))))
|
2017-08-17 02:00:51 +02:00
|
|
|
(home-page "https://fbreader.org/")
|
|
|
|
(synopsis "E-Book reader")
|
|
|
|
(description "@code{fbreader} is an E-Book reader. It supports the
|
|
|
|
following formats:
|
|
|
|
|
|
|
|
@enumerate
|
|
|
|
@item CHM
|
|
|
|
@item Docbook
|
|
|
|
@item FB2
|
|
|
|
@item HTML
|
|
|
|
@item OEB
|
|
|
|
@item PDB
|
|
|
|
@item RTF
|
|
|
|
@item TCR
|
|
|
|
@item TXT
|
|
|
|
@item XHTML
|
|
|
|
@end enumerate")
|
|
|
|
(license license:gpl2+)))
|
2019-07-25 03:35:15 +02:00
|
|
|
|
|
|
|
(define-public xchm
|
|
|
|
(package
|
|
|
|
(name "xchm")
|
|
|
|
(version "1.30")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/rzvncj/xCHM"
|
|
|
|
"/releases/download/"
|
|
|
|
version "/xchm-" version ".tar.gz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"1865wb3ppmx5y12rqfhv4wri0lfdah41zsfz94xb8gym80m8zac5"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("wxwidgets" ,wxwidgets)
|
|
|
|
("chmlib" ,chmlib)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
(home-page "https://github.com/rzvncj/xCHM")
|
|
|
|
(synopsis "CHM file viewer")
|
|
|
|
(description "xCHM is a graphical CHM file viewer. It is a frontend to
|
|
|
|
the CHM library CHMLIB.")
|
|
|
|
(license license:gpl2+)))
|