GNU bug report logs -
#59106
[PATCH] gnu: fix geary inputs
Previous Next
Reported by: florhizome <at> posteo.net
Date: Mon, 7 Nov 2022 15:00:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 08 Nov 2022 20:20:18 +0100
with message-id <bbb918f6513b0b67c0f5cd82615046505c011ff1.camel <at> 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 <at> gnu.org.)
--
59106: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59106
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: florhizome <florhizome <at> 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
[Message part 3 (message/rfc822, inline)]
Am Montag, dem 07.11.2022 um 14:59 +0000 schrieb florhizome <at> posteo.net:
> From: florhizome <florhizome <at> 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
This bug report was last modified 2 years and 281 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.