unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57924] [PATCH] gnome-todo is now endeavor + version bump
@ 2022-09-19  6:24 Jacob Hrbek
  2022-09-19 13:56 ` Maxime Devos
  2022-09-19 20:51 ` [bug#57924] [PATCH] Gnome-todo is now Endeavour Jacob Hrbek
  0 siblings, 2 replies; 5+ messages in thread
From: Jacob Hrbek @ 2022-09-19  6:24 UTC (permalink / raw)
  To: 57924; +Cc: Jacob Hrbek


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

---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 282c388b18..e12b96ca80 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10245,10 +10245,10 @@ (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 "/"
--
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 --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#57924] [PATCH] gnome-todo is now endeavor + version bump
  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 ` [bug#57924] [PATCH] Gnome-todo is now Endeavour Jacob Hrbek
  1 sibling, 2 replies; 5+ messages in thread
From: Maxime Devos @ 2022-09-19 13:56 UTC (permalink / raw)
  To: Jacob Hrbek, 57924, control


[-- Attachment #1.1.1: Type: text/plain, Size: 574 bytes --]

merge 57675 57674
thanks

On 19-09-2022 08:24, Jacob Hrbek wrote:
> -(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 "/"

You forgot to adjust the hash.  As such, if it builds, it uses the 
source code corresponding to the old hash -- i.e., it effectively builds 
gnome-todo@41.0.

Greetings,
Maxime.

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 929 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#57924] [PATCH] gnome-todo is now endeavor + version bump
  2022-09-19 13:56 ` Maxime Devos
@ 2022-09-19 13:59   ` Maxime Devos
  2022-09-19 20:49   ` Jacob Hrbek
  1 sibling, 0 replies; 5+ messages in thread
From: Maxime Devos @ 2022-09-19 13:59 UTC (permalink / raw)
  To: Jacob Hrbek, 57924, control


[-- Attachment #1.1.1: Type: text/plain, Size: 27 bytes --]

merge 57924 57295
thanks

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 929 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#57924] [PATCH] gnome-todo is now endeavor + version bump
  2022-09-19 13:56 ` Maxime Devos
  2022-09-19 13:59   ` Maxime Devos
@ 2022-09-19 20:49   ` Jacob Hrbek
  1 sibling, 0 replies; 5+ messages in thread
From: Jacob Hrbek @ 2022-09-19 20:49 UTC (permalink / raw)
  To: Maxime Devos; +Cc: 57924@debbugs.gnu.org, control


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

>> You forgot to adjust the hash. As such, if it builds, it uses the
>> source code corresponding to the old hash -- i.e., it effectively builds
>> gnome-todo@41.0.

Didn't know it works that way thanks

------- Original Message -------
On Monday, September 19th, 2022 at 3:56 PM, Maxime Devos <maximedevos@telenet.be> wrote:


> merge 57675 57674
> thanks
> 

> On 19-09-2022 08:24, Jacob Hrbek wrote:
> 

> > -(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 "/"
> 

> 

> You forgot to adjust the hash. As such, if it builds, it uses the
> source code corresponding to the old hash -- i.e., it effectively builds
> gnome-todo@41.0.
> 

> Greetings,
> Maxime.

[-- Attachment #1.2: publickey - kreyren@rixotstudio.cz - 0x1677DB82.asc --]
[-- Type: application/pgp-keys, Size: 661 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#57924] [PATCH] Gnome-todo is now Endeavour
  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 20:51 ` Jacob Hrbek
  1 sibling, 0 replies; 5+ messages in thread
From: Jacob Hrbek @ 2022-09-19 20:51 UTC (permalink / raw)
  To: 57924; +Cc: Jacob Hrbek


[-- 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 --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-19 20:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [bug#57924] [PATCH] Gnome-todo is now Endeavour Jacob Hrbek

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