[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/25: gnu: elogind: Update to 243.7.
From: |
guix-commits |
Subject: |
11/25: gnu: elogind: Update to 243.7. |
Date: |
Tue, 13 Oct 2020 17:50:11 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 81f685d052c5a549fc26b86840706da636fd6c1e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Oct 11 16:38:39 2020 +0200
gnu: elogind: Update to 243.7.
* gnu/packages/freedesktop.scm (elogind): Update to 243.7.
[arguments]: Remove obsolete phase.
---
gnu/packages/freedesktop.scm | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index fa0d2e3..5519f04 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -372,7 +372,7 @@ the freedesktop.org XDG Base Directory specification.")
(define-public elogind
(package
(name "elogind")
- (version "243.4")
+ (version "243.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -381,7 +381,7 @@ the freedesktop.org XDG Base Directory specification.")
(file-name (git-file-name name version))
(sha256
(base32
- "141frvgyk4fafcxsix94qc0d9ffrwksld8lqq4hq6xsgjlvv0mrs"))))
+ "1ccj3cbs9nsfg497wg195in1a7b9csm1jdm7z6q7vvx1ynpjxlxz"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
@@ -420,14 +420,6 @@ the freedesktop.org XDG Base Directory specification.")
(("join_paths\\(bindir, 'pkttyagent'\\)")
"'\"/run/current-system/profile/bin/pkttyagent\"'"))
#t))
- (add-after 'unpack 'adjust-dbus-socket-address
- (lambda _
- ;; Look for the D-Bus socket in /var/run instead of /run. Remove
- ;; this for versions > 243.4.
- (substitute* "src/libelogind/sd-bus/bus-internal.h"
- (("=/run/dbus/system_bus_socket")
- "=/var/run/dbus/system_bus_socket"))
- #t))
(add-after 'unpack 'adjust-tests
(lambda _
;; This test tries to copy some bytes from /usr/lib/os-release,
- 08/25: gnu: check: Update to 0.15.2., (continued)
- 08/25: gnu: check: Update to 0.15.2., guix-commits, 2020/10/13
- 16/25: gnu: libxkbcommon: Update to 1.0.1., guix-commits, 2020/10/13
- 22/25: gnu: libcap: Update to 2.44., guix-commits, 2020/10/13
- 18/25: gnu: xorg-server: Remove graft for 1.20.9., guix-commits, 2020/10/13
- 20/25: gnu: gstreamer: Update to 1.18.0., guix-commits, 2020/10/13
- 21/25: gnu: libcap: Make 'libcap/next' the default libcap., guix-commits, 2020/10/13
- 02/25: gnu: MariaDB: Update to 10.5.6., guix-commits, 2020/10/13
- 03/25: gnu: MariaDB: Skip replication tests., guix-commits, 2020/10/13
- 10/25: gnu: libinput: Update to 1.16.2., guix-commits, 2020/10/13
- 07/25: gnu: tzdata: Update to 2020b., guix-commits, 2020/10/13
- 11/25: gnu: elogind: Update to 243.7.,
guix-commits <=
- 12/25: gnu: GTK+: Update to 3.24.3., guix-commits, 2020/10/13
- 13/25: gnu: ImageMagick: Update to 6.9.11-34., guix-commits, 2020/10/13
- 14/25: gnu: python-cryptography: Update to 3.1.1., guix-commits, 2020/10/13
- 15/25: gnu: libva: Update to 2.9.0., guix-commits, 2020/10/13
- 17/25: gnu: xkeyboard-config: Update to 2.31., guix-commits, 2020/10/13
- 19/25: gnu: libcyaml: Fix build with libyaml 0.2.5., guix-commits, 2020/10/13
- 23/25: gnu: libsndfile: Remove graft for 1.0.30., guix-commits, 2020/10/13
- 24/25: gnu: Remove redundant MariaDB inputs., guix-commits, 2020/10/13
- 25/25: gnu: BlueZ: Update to 5.55., guix-commits, 2020/10/13