diff mbox series

[bug#43626] gnu: cozy: Update to 0.7.1.

Message ID 20200926020306.59264-1-monego@posteo.net
State Accepted
Headers show
Series [bug#43626] gnu: cozy: Update to 0.7.1. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Vinicius Monego Sept. 26, 2020, 2:03 a.m. UTC
* gnu/packages/ebook.scm (cozy): Update to 0.7.1.
[arguments]: Substitute only the Exec line in the desktop file.
---
 gnu/packages/ebook.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Ludovic Courtès Sept. 26, 2020, 9:18 p.m. UTC | #1
Vinicius Monego <monego@posteo.net> skribis:

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

Pushed, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 922a524346..82342d6a5f 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -415,7 +415,7 @@  following formats:
 (define-public cozy
   (package
     (name "cozy")
-    (version "0.6.19")
+    (version "0.7.1")
     (source
      (origin
        (method git-fetch)
@@ -424,7 +424,7 @@  following formats:
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1f1qydjs8sz39yhlg9qdjf31vrsmdk2pxiimw4fzsy1k2zr5dr34"))))
+        (base32 "1ra3s3nh5vzs15zhwq61bx3k8yd8xzjmmvn3wamxb4bsb6kfb57f"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
@@ -433,7 +433,7 @@  following formats:
          (add-after 'unpack 'patch-desktop-file
            (lambda _
              (substitute* "data/com.github.geigi.cozy.desktop.in"
-               (("com.github.geigi.cozy") "cozy"))
+               (("Exec=com.github.geigi.cozy") "Exec=cozy"))
              #t))
          (add-after 'install 'patch-executable-name
            (lambda* (#:key outputs #:allow-other-keys)