1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

gnu: evolution-data-server: Update to 3.60.0.

* gnu/packages/gnome.scm (evolution-data-server): Update to 3.60.0.
[arguments]<#:configure-flags>: Enable GTK4 oauth support.
[inputs]: Use latest libphonenumber and add webkitgtk for GTK4.

Fixes: <https://codeberg.org/guix/guix/issues/6299>.
Change-Id: I6b02a6b061d5066736c1024f5f1bdeb472acf4d0
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
Noé Lopez
2026-03-14 00:33:16 +01:00
committed by Maxim Cournoyer
parent de36de495f
commit b72fe8e234

View File

@@ -8207,7 +8207,7 @@ Microsoft Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
(define-public evolution-data-server
(package
(name "evolution-data-server")
(version "3.56.2")
(version "3.60.0")
(source
(origin
(method url-fetch)
@@ -8215,7 +8215,7 @@ Microsoft Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32 "0g793ivdv0x8lh15146v7xyyyb4dqhagiq7vqvm7d6pja2cw4knz"))))
(base32 "063cvwx83irc86f9kis572x4cpbsp3zzcwyknf8lvci81qz3hkp0"))))
(build-system cmake-build-system)
(arguments
(list
@@ -8233,7 +8233,6 @@ Microsoft Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
(string-append lib "/evolution-data-server;")
(string-join runpaths ";"))
"-DENABLE_INTROSPECTION=ON" ;required for Vala bindings
"-DENABLE_OAUTH2_WEBKITGTK4=OFF" ;requires webkitgtk-next
"-DWITH_PHONENUMBER=ON"))
#:phases
#~(modify-phases %standard-phases
@@ -8298,9 +8297,10 @@ Microsoft Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
json-glib
libcanberra
libgweather
libphonenumber-8.11
libphonenumber
mit-krb5
openldap
webkitgtk
webkitgtk-for-gtk3))
(synopsis "Store address books and calendars")
(home-page "https://wiki.gnome.org/Apps/Evolution")