gnu: cozy: Update to 0.7.6.

* gnu/packages/ebook.scm (cozy): Update to 0.7.6.
[arguments]: Adjust 'patch-desktop-file phase.
[inputs]: Add libhandy.  Remove python-apsw.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-26 17:53:36 +01:00
parent 42aaa350c3
commit 39aa75baec
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -415,7 +415,7 @@ (define-public fbreader
(define-public cozy (define-public cozy
(package (package
(name "cozy") (name "cozy")
(version "0.7.2") (version "0.7.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -424,7 +424,7 @@ (define-public cozy
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0fmbddi4ga0bppwg3rm3yjmf7jgqc6zfslmavnr1pglbzkjhy9fs")))) (base32 "1pg0djhg4p32vxfwf6bfals31zf93m56fx1x4q5jhhdwmll7xl6w"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:glib-or-gtk? #t `(#:glib-or-gtk? #t
@ -432,7 +432,7 @@ (define-public cozy
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'patch-desktop-file (add-after 'unpack 'patch-desktop-file
(lambda _ (lambda _
(substitute* "data/com.github.geigi.cozy.desktop.in" (substitute* "data/com.github.geigi.cozy.desktop"
(("Exec=com.github.geigi.cozy") "Exec=cozy")) (("Exec=com.github.geigi.cozy") "Exec=cozy"))
#t)) #t))
(add-after 'install 'patch-executable-name (add-after 'install 'patch-executable-name
@ -477,7 +477,7 @@ (define-public cozy
("gst-plugins-good" ,gst-plugins-good) ("gst-plugins-good" ,gst-plugins-good)
("gst-plugins-ugly" ,gst-plugins-ugly) ("gst-plugins-ugly" ,gst-plugins-ugly)
("gtk+" ,gtk+) ("gtk+" ,gtk+)
("python-apsw" ,python-apsw) ("libhandy" ,libhandy)
("python-distro" ,python-distro) ("python-distro" ,python-distro)
("python-gst" ,python-gst) ("python-gst" ,python-gst)
("python-mutagen" ,python-mutagen) ("python-mutagen" ,python-mutagen)