gnu: manuskript: Update to 0.15.0.
* gnu/packages/text-editors.scm (manuskript): Update to 0.15.0. [inputs]: Add PYTHON-PYENCHANT. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>master
parent
4e9f914680
commit
55f29c1cbe
|
@ -64,6 +64,7 @@
|
||||||
#:use-module (gnu packages curl)
|
#:use-module (gnu packages curl)
|
||||||
#:use-module (gnu packages datastructures)
|
#:use-module (gnu packages datastructures)
|
||||||
#:use-module (gnu packages documentation)
|
#:use-module (gnu packages documentation)
|
||||||
|
#:use-module (gnu packages enchant)
|
||||||
#:use-module (gnu packages fontutils)
|
#:use-module (gnu packages fontutils)
|
||||||
#:use-module (gnu packages freedesktop)
|
#:use-module (gnu packages freedesktop)
|
||||||
#:use-module (gnu packages gettext)
|
#:use-module (gnu packages gettext)
|
||||||
|
@ -709,7 +710,7 @@ environment with Markdown markup.")
|
||||||
(define-public manuskript
|
(define-public manuskript
|
||||||
(package
|
(package
|
||||||
(name "manuskript")
|
(name "manuskript")
|
||||||
(version "0.14.0")
|
(version "0.15.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -718,7 +719,7 @@ environment with Markdown markup.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qhr9bkq4yl2qjainpsv7blzcji2q9ic9zcynawmhfqy3rmf8qlr"))))
|
(base32 "0d1r62s1qidspck0b1zf8dibyjn9g72agbkjcica4bvfylnbqz9z"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -773,7 +774,12 @@ environment with Markdown markup.")
|
||||||
#:icon "manuskript"
|
#:icon "manuskript"
|
||||||
#:categories "Office;WordProcessor;"))))))))
|
#:categories "Office;WordProcessor;"))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list pandoc python-lxml python-markdown python-pyqt qtsvg-5))
|
(list pandoc
|
||||||
|
python-lxml
|
||||||
|
python-markdown
|
||||||
|
python-pyenchant
|
||||||
|
python-pyqt
|
||||||
|
qtsvg-5))
|
||||||
(home-page "http://www.theologeek.ch/manuskript/")
|
(home-page "http://www.theologeek.ch/manuskript/")
|
||||||
(synopsis "Tool for writers")
|
(synopsis "Tool for writers")
|
||||||
(description "Manuskript provides a rich environment to help
|
(description "Manuskript provides a rich environment to help
|
||||||
|
|
Reference in New Issue