gnu: cozy: Update to 0.7.1.

* gnu/packages/ebook.scm (cozy): Update to 0.7.1.
[arguments]: Substitute only the Exec line in the desktop file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Vinicius Monego 2020-09-25 23:03:06 -03:00 committed by Ludovic Courtès
parent 6c5197226d
commit 6854b44602
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -415,7 +415,7 @@ following formats:
(define-public cozy (define-public cozy
(package (package
(name "cozy") (name "cozy")
(version "0.6.19") (version "0.7.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -424,7 +424,7 @@ following formats:
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1f1qydjs8sz39yhlg9qdjf31vrsmdk2pxiimw4fzsy1k2zr5dr34")))) (base32 "1ra3s3nh5vzs15zhwq61bx3k8yd8xzjmmvn3wamxb4bsb6kfb57f"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:glib-or-gtk? #t `(#:glib-or-gtk? #t
@ -433,7 +433,7 @@ following formats:
(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.in"
(("com.github.geigi.cozy") "cozy")) (("Exec=com.github.geigi.cozy") "Exec=cozy"))
#t)) #t))
(add-after 'install 'patch-executable-name (add-after 'install 'patch-executable-name
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)