diff mbox series

[bug#57924] Gnome-todo is now Endeavour

Message ID 20220919205034.18651-1-kreyren@rixotstudio.cz
State Accepted
Headers show
Series [bug#57924] Gnome-todo is now Endeavour | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Jacob Hrbek Sept. 19, 2022, 8:51 p.m. UTC
* Version bump
* Fixed the blank screen bug
---
 gnu/packages/gnome.scm | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

      (list
--
2.37.3
diff mbox series

Patch

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