emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43626: closed ([PATCH] gnu: cozy: Update to 0.7.1.)


From: GNU bug Tracking System
Subject: bug#43626: closed ([PATCH] gnu: cozy: Update to 0.7.1.)
Date: Sat, 26 Sep 2020 21:19:02 +0000

Your message dated Sat, 26 Sep 2020 23:18:24 +0200
with message-id <87o8lsfd9b.fsf@gnu.org>
and subject line Re: [bug#43626] [PATCH] gnu: cozy: Update to 0.7.1.
has caused the debbugs.gnu.org bug report #43626,
regarding [PATCH] gnu: cozy: Update to 0.7.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43626: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43626
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: cozy: Update to 0.7.1. Date: Fri, 25 Sep 2020 23:03:06 -0300
* 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(-)

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)
-- 
2.20.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#43626] [PATCH] gnu: cozy: Update to 0.7.1. Date: Sat, 26 Sep 2020 23:18:24 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]