guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: accountsservice: Update to 0.6.50.


From: Marius Bakke
Subject: 05/07: gnu: accountsservice: Update to 0.6.50.
Date: Sat, 28 Jul 2018 11:28:34 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 0981ec13009bb68924892e90eb33e27cc9e6d44d
Author: Marius Bakke <address@hidden>
Date:   Fri Jul 27 15:33:38 2018 +0200

    gnu: accountsservice: Update to 0.6.50.
    
    * gnu/packages/freedesktop.scm (accountsservice): Update to 0.6.50.
    [arguments]: Add "--enable-elogind" and "--disable-systemd" to 
#:configure-flags.
    [inputs]: Add ELOGIND.
---
 gnu/packages/freedesktop.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index b42a27b..2d9b3d7 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -721,19 +721,21 @@ message bus.")
 (define-public accountsservice
   (package
     (name "accountsservice")
-    (version "0.6.43")
+    (version "0.6.50")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.freedesktop.org/software/";
                                   name "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1k6n9079001sgcwlkq0bz6mkn4m8y4dwf6hs1qm85swcld5ajfzd"))))
+                "0jn7vg1z4vxnna0hl33hbcb4bb3zpilxc2vyclh24vx4vvsjhn83"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ; XXX: tests require DocBook 4.1.2
        #:configure-flags
-       '("--localstatedir=/var")
+       '("--localstatedir=/var"
+         "--disable-systemd"
+         "--enable-elogind")
        #:phases
        (modify-phases %standard-phases
          (add-before
@@ -756,8 +758,9 @@ message bus.")
        ("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("shadow" ,shadow)
-       ("polkit" ,polkit)))
+     `(("elogind" ,elogind)
+       ("polkit" ,polkit)
+       ("shadow" ,shadow)))
     (home-page "https://www.freedesktop.org/wiki/Software/AccountsService/";)
     (synopsis "D-Bus interface for user account query and manipulation")
     (description



reply via email to

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