[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/40: gnu: gnome-online-accounts: Update to 3.50.3.
From: |
guix-commits |
Subject: |
22/40: gnu: gnome-online-accounts: Update to 3.50.3. |
Date: |
Fri, 16 Aug 2024 04:15:56 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit ae0ba33f8838536f4d4b0329cc5ebc4c71d3e989
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Mon Jul 15 21:01:13 2024 +0200
gnu: gnome-online-accounts: Update to 3.50.3.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.50.3.
[propagated-inputs]: Replace gtk+ with gtk. Add libadwaita.
[inputs]: Replace gcr-3 with gcr, and webkitgtk-for-gtk3 with webkitgtk.
Add dbus.
---
gnu/packages/gnome.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 81dc079024..7703d56b4c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8181,7 +8181,7 @@ window manager.")
(define-public gnome-online-accounts
(package
(name "gnome-online-accounts")
- (version "3.48.1")
+ (version "3.50.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -8189,7 +8189,7 @@ window manager.")
name "-" version ".tar.xz"))
(sha256
(base32
- "12kza6wss01kcka1zc2bck4hwgc55vzwwdxabk75qndzhh8cg81y"))))
+ "1552diiga117z661izr84ald05bvl61fwx7bc51i8mqw2xysc577"))))
(build-system meson-build-system)
(arguments
(list
@@ -8210,15 +8210,16 @@ window manager.")
vala))
(propagated-inputs
(list glib ; required by goa-1.0.pc
- gtk+)) ; required by goa-backend-1.0.pc
+ gtk libadwaita)) ; required by goa-backend-1.0.pc
(inputs
(list docbook-xsl
- gcr-3
+ dbus
+ gcr
json-glib
libsecret
mit-krb5
rest-next
- webkitgtk-for-gtk3))
+ webkitgtk))
(synopsis "Single sign-on framework for GNOME")
(home-page "https://wiki.gnome.org/Projects/GnomeOnlineAccounts")
(description
- 27/40: gnu: gtksourceview: Update to 5.12.1., (continued)
- 27/40: gnu: gtksourceview: Update to 5.12.1., guix-commits, 2024/08/16
- 40/40: gnu: gnome-mahjongg: Update to 3.40.1., guix-commits, 2024/08/16
- 11/40: gnu: gnome-calculator: Update to 46.1., guix-commits, 2024/08/16
- 25/40: gnu: gnome-keyring: Update to 46.1., guix-commits, 2024/08/16
- 35/40: gnu: sysprof: Update to 46.0., guix-commits, 2024/08/16
- 04/40: gnu: dconf-editor: Update to 45.0.1., guix-commits, 2024/08/16
- 07/40: gnu: evince: Update to 46.3., guix-commits, 2024/08/16
- 16/40: gnu: gnome-connections: Update to 46.0., guix-commits, 2024/08/16
- 01/40: gnu: tracker: Update to 3.7.3., guix-commits, 2024/08/16
- 18/40: gnu: vte: Update to 0.76.3., guix-commits, 2024/08/16
- 22/40: gnu: gnome-online-accounts: Update to 3.50.3.,
guix-commits <=
- 34/40: gnu: libpanel: Update to 1.7.0., guix-commits, 2024/08/16
- 38/40: gnu: evolution-data-server: Update to 3.52.3., guix-commits, 2024/08/16
- 10/40: gnu: gnome-boxes: Update to 46.1., guix-commits, 2024/08/16
- 05/40: gnu: d-spy: Update to 1.10.0., guix-commits, 2024/08/16
- 03/40: gnu: baobab: Update to 46.0., guix-commits, 2024/08/16
- 15/40: gnu: Add gtk-frdp-for-gnome-connections., guix-commits, 2024/08/16
- 06/40: gnu: epiphany: Update to 46.2., guix-commits, 2024/08/16
- 21/40: gnu: Add tecla., guix-commits, 2024/08/16
- 23/40: gnu: gnome-disk-utility: Update to 46.0., guix-commits, 2024/08/16
- 26/40: gnu: gnome-maps: Update to 46.11., guix-commits, 2024/08/16