emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59106: closed ([PATCH] gnu: fix geary inputs)


From: GNU bug Tracking System
Subject: bug#59106: closed ([PATCH] gnu: fix geary inputs)
Date: Tue, 08 Nov 2022 19:21:01 +0000

Your message dated Tue, 08 Nov 2022 20:20:18 +0100
with message-id <bbb918f6513b0b67c0f5cd82615046505c011ff1.camel@gmail.com>
and subject line Re: [PATCH] gnu: fix geary inputs
has caused the debbugs.gnu.org bug report #59106,
regarding [PATCH] gnu: fix geary inputs
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59106: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59106
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: fix geary inputs Date: Mon, 7 Nov 2022 14:59:04 +0000
From: florhizome <florhizome@posteo.net>

* gnu/packages/gnome.scm (geary): fix geary
[inputs] use folks-with-libsoup2 and gnome-online-accounts-3.44
---
 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 1246ac22b3..3a34f90f9d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12403,11 +12403,11 @@ (define-public geary
                       (setenv "DISPLAY" ":1"))))))
     (inputs
      (list enchant
-           folks
+           folks-with-libsoup2
            gcr
            glib
            gmime
-           gnome-online-accounts
+           gnome-online-accounts-3.44
            gsettings-desktop-schemas
            gspell
            gsound
@@ -12430,7 +12430,7 @@ (define-public geary
            desktop-file-utils
            gettext-minimal
            glib
-           `(,glib "bin")
+           (list glib "bin")
            gmime
            gobject-introspection
            gsettings-desktop-schemas

base-commit: 754f260753fb6ebe28325616bc08336a184e4621
prerequisite-patch-id: 36ae907c0ae2cbc001f774c0514ab217855270c2
prerequisite-patch-id: a6fbbba39f5e1773da4f2b077a898f9a72930622
prerequisite-patch-id: 1cec3e6ed7a13938c53c24f816056d98b2b005c7
prerequisite-patch-id: 011ca6e0eaf4ea7077787d7030f193836c30aa82
prerequisite-patch-id: d1bed6e8da46c3d6f4017546f7a00c001e814fe1
prerequisite-patch-id: 2c99b804c1a929fc9d74b4c3d92263cbd296f785
prerequisite-patch-id: 2525aea715c2eb5be5f61e2e14296a36898413ca
prerequisite-patch-id: f7afbf36e2776eced1e69090ec127a40456efca4
-- 
2.38.0




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: fix geary inputs Date: Tue, 08 Nov 2022 20:20:18 +0100 User-agent: Evolution 3.46.0
Am Montag, dem 07.11.2022 um 14:59 +0000 schrieb florhizome@posteo.net:
> From: florhizome <florhizome@posteo.net>
> 
> * gnu/packages/gnome.scm (geary): fix geary
> [inputs] use folks-with-libsoup2 and gnome-online-accounts-3.44
Applied with an updated commit message; also dropped the gratuitous
style change.

Cheers


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]