guix-patches
[Top][All Lists]
Advanced

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

[bug#57924] [PATCH] Gnome-todo is now Endeavour


From: Jacob Hrbek
Subject: [bug#57924] [PATCH] Gnome-todo is now Endeavour
Date: Mon, 19 Sep 2022 20:51:13 +0000

* Version bump
* Fixed the blank screen bug
---
 gnu/packages/gnome.scm | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 282c388b18..b50b26c48c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10245,19 +10245,17 @@ (define-public gnome-calendar
 desktop.  It supports multiple calendars, month, week and year view.")
     (license license:gpl3+)))

-(define-public gnome-todo
+(define-public endeavour
   (package
-    (name "gnome-todo")
-    (version "41.0")
+    (name "endeavour")
+    (version "42.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/" name "/"
-                                  (version-major version) "/"
-                                  name "-" version ".tar.xz"))
+              ;; As of 19/09/2022 NOT available on 
https://download.gnome.org/sources, so using gitlab
+
              (uri (string-append 
"https://gitlab.gnome.org/World/Endeavour/-/archive/v"; version "/Endeavour-v" 
version ".tar.gz"))
               (sha256
                (base32
-                "1r94880d4khbjhhfnhaba3y3d4hv2bri82rzfzxn27s5iybpqras"))
-              (patches (search-patches "gnome-todo-libportal.patch"))))
+                "1n5vlk2vr26fzyvpc67fnzaxjbfgsk8wn6rzsimmwwc6dgqdbn3a"))))
     (build-system meson-build-system)
     (arguments
      (list
--
2.37.3

Attachment: publickey - kreyren@rixotstudio.cz - 1677db82.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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