unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28376] [PATCH] gnu: elogind: Update to 232.4.
@ 2017-09-06 21:14 Peter Mikkelsen
  2017-09-07  9:27 ` bug#28376: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Mikkelsen @ 2017-09-06 21:14 UTC (permalink / raw)
  To: 28376

* gnu/packages/freedesktop.scm (elogind): Update to 232.4.
[arguments]: Add --with-rootlibexecdir.
---
 gnu/packages/freedesktop.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index b1d09104d..89dab53cb 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -204,14 +204,14 @@ the freedesktop.org XDG Base Directory specification.")
 (define-public elogind
   (package
     (name "elogind")
-    (version "232.3")
+    (version "232.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/elogind/elogind/"
                                   "archive/v" version ".tar.gz"))
               (sha256
                (base32
-                "1g3bqzw5dhd5zaivqgbi13n5zy219qmkrk6vmbhfprs8qvyn843f"))
+                "1qcxian48z2dj5gfmp7brrngdydqf2jm00f4rjr5sy1myh8fy931"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -231,6 +231,9 @@ the freedesktop.org XDG Base Directory specification.")
                             "/lib/udev/rules.d")
              (string-append "--with-rootprefix="
                             (assoc-ref %outputs "out"))
+             (string-append "--with-rootlibexecdir="
+                            (assoc-ref %outputs "out")
+                            "/libexec/elogind")
              ;; These are needed to ensure that lto linking works.
              "RANLIB=gcc-ranlib"
              "AR=gcc-ar"
--
2.14.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#28376: [PATCH] gnu: elogind: Update to 232.4.
  2017-09-06 21:14 [bug#28376] [PATCH] gnu: elogind: Update to 232.4 Peter Mikkelsen
@ 2017-09-07  9:27 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-09-07  9:27 UTC (permalink / raw)
  To: Peter Mikkelsen; +Cc: 28376-done

Peter Mikkelsen <petermikkelsen10@gmail.com> skribis:

> * gnu/packages/freedesktop.scm (elogind): Update to 232.4.
> [arguments]: Add --with-rootlibexecdir.

Applied, thanks!

(I have a separate patch for the libcap propagation issue discussed on
guix-devel.)

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-07  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-06 21:14 [bug#28376] [PATCH] gnu: elogind: Update to 232.4 Peter Mikkelsen
2017-09-07  9:27 ` bug#28376: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).