all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vivien Kraus via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 51436@debbugs.gnu.org
Subject: bug#51436: [PATCH] deja-dup does not build on core-updates-frozen
Date: Wed, 27 Oct 2021 12:48:04 +0000	[thread overview]
Message-ID: <7a4b09438193f1533307935793816bac8a03050a.camel@planete-kraus.eu> (raw)

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


             reply	other threads:[~2021-10-27 12:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-27 12:48 Vivien Kraus via Bug reports for GNU Guix [this message]
2021-11-09 23:03 ` bug#51436: [PATCH] deja-dup does not build on core-updates-frozen Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=7a4b09438193f1533307935793816bac8a03050a.camel@planete-kraus.eu \
    --to=bug-guix@gnu.org \
    --cc=51436@debbugs.gnu.org \
    --cc=vivien@planete-kraus.eu \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.