unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#51436: [PATCH] deja-dup does not build on core-updates-frozen
@ 2021-10-27 12:48 Vivien Kraus via Bug reports for GNU Guix
  2021-11-09 23:03 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Vivien Kraus via Bug reports for GNU Guix @ 2021-10-27 12:48 UTC (permalink / raw)
  To: 51436

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

Dear guix,

deja-dup does not build on core-updates-frozen. I think the best way to
fix it is upgrade it to 42.8. What do you think?

Best regards,

Vivien

[-- Attachment #2: 0001-gnu-deja-dup-Update-to-42.8.patch --]
[-- Type: text/x-patch, Size: 1508 bytes --]

From 92ea987cae3d3558bef30bb70f84e46b68a67d8f Mon Sep 17 00:00:00 2001
From: Vivien Kraus <vivien@planete-kraus.eu>
Date: Wed, 27 Oct 2021 12:38:16 +0000
Subject: [PATCH] gnu: deja-dup: Update to 42.8.

* gnu/packages/gnome.scm (deja-dup): Update to 42.8.
* gnu/packages/gnome.scm (deja-dup)[inputs]: Add libhandy.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b3553196dd..345d1dbd7c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1787,14 +1787,14 @@ (define-public gnome-menus
 (define-public deja-dup
   (package
     (name "deja-dup")
-    (version "40.6")
+    (version "42.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gitlab.gnome.org/World/deja-dup/-/archive/"
                                   version "/deja-dup-" version ".tar.bz2"))
               (sha256
                (base32
-                "0lwazh6crby5wpy9fg6zvwy4plqbhs2f98bm5lbizjdlbh88n5q0"))))
+                "0d1jnlxpk52x56aqxz1g2xb4y4sm24h08p2di8mc1k8n8b52rpi4"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
@@ -1848,6 +1848,7 @@ (define-public deja-dup
        ("libnotify" ,libnotify)
        ("libsecret" ,libsecret)
        ("libsoup" ,libsoup)
+       ("libhandy" ,libhandy)
        ("packagekit" ,packagekit)
        ("python" ,python)
        ("python-pygobject" ,python-pygobject)))
-- 
2.33.1


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

* bug#51436: [PATCH] deja-dup does not build on core-updates-frozen
  2021-10-27 12:48 bug#51436: [PATCH] deja-dup does not build on core-updates-frozen Vivien Kraus via Bug reports for GNU Guix
@ 2021-11-09 23:03 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-11-09 23:03 UTC (permalink / raw)
  To: Vivien Kraus; +Cc: 51436-done

Hi,

Vivien Kraus <vivien@planete-kraus.eu> skribis:

> deja-dup does not build on core-updates-frozen. I think the best way to
> fix it is upgrade it to 42.8. What do you think?

Agreed.

> From 92ea987cae3d3558bef30bb70f84e46b68a67d8f Mon Sep 17 00:00:00 2001
> From: Vivien Kraus <vivien@planete-kraus.eu>
> Date: Wed, 27 Oct 2021 12:38:16 +0000
> Subject: [PATCH] gnu: deja-dup: Update to 42.8.
>
> * gnu/packages/gnome.scm (deja-dup): Update to 42.8.
> * gnu/packages/gnome.scm (deja-dup)[inputs]: Add libhandy.

Pushed as d855119eceb838ce56d45157a3f45f97dc7a1749, thanks!

As discussed on IRC, I went through ~14h of mostly Rust builds since
something in merge commit 1c94392a13cbdf87e03a644633eb775bf45694a1 led
to Rust rebuilds for some reason.

Ludo’.




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

end of thread, other threads:[~2021-11-09 23:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-27 12:48 bug#51436: [PATCH] deja-dup does not build on core-updates-frozen Vivien Kraus via Bug reports for GNU Guix
2021-11-09 23:03 ` Ludovic Courtès

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