[PATCH] deja-dup does not build on core-updates-frozen

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 3 years ago
(address . bug-guix@gnu.org)
7a4b09438193f1533307935793816bac8a03050a.camel@planete-kraus.eu
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
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(-)

Toggle diff (31 lines)
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
Ludovic Courtès wrote 3 years ago
(name . Vivien Kraus)(address . vivien@planete-kraus.eu)(address . 51436-done@debbugs.gnu.org)
87tuglgcem.fsf@gnu.org
Hi,

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

Toggle quote (3 lines)
> 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.

Toggle quote (8 lines)
> 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’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 51436@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 51436
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help