guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

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