unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jacob Hrbek <kreyren@rixotstudio.cz>
To: 57924@debbugs.gnu.org
Cc: Jacob Hrbek <kreyren@rixotstudio.cz>
Subject: [bug#57924] [PATCH] Gnome-todo is now Endeavour
Date: Mon, 19 Sep 2022 20:51:13 +0000	[thread overview]
Message-ID: <20220919205034.18651-1-kreyren@rixotstudio.cz> (raw)
In-Reply-To: <20220919062444.9844-1-kreyren@rixotstudio.cz>


[-- Attachment #1.1: Type: text/plain, Size: 1453 bytes --]

* 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 #1.2: publickey - kreyren@rixotstudio.cz - 1677db82.asc --]
[-- Type: application/pgp-keys, Size: 713 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

      parent reply	other threads:[~2022-09-19 20:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-19  6:24 [bug#57924] [PATCH] gnome-todo is now endeavor + version bump Jacob Hrbek
2022-09-19 13:56 ` Maxime Devos
2022-09-19 13:59   ` Maxime Devos
2022-09-19 20:49   ` Jacob Hrbek
2022-09-19 20:51 ` Jacob Hrbek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220919205034.18651-1-kreyren@rixotstudio.cz \
    --to=kreyren@rixotstudio.cz \
    --cc=57924@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).