guix-commits
[Top][All Lists]
Advanced

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

46/71: gnu: gnome-session: Update to 3.20.1, fix build.


From: ???
Subject: 46/71: gnu: gnome-session: Update to 3.20.1, fix build.
Date: Mon, 02 May 2016 14:08:21 +0000

iyzsong pushed a commit to branch gnome-updates
in repository guix.

commit 803ab4164da2f464714e4199342380d1960445fc
Author: 宋文武 <address@hidden>
Date:   Thu Apr 28 10:04:52 2016 +0800

    gnu: gnome-session: Update to 3.20.1, fix build.
    
    * gnu/packages/gnome.scm (gnome-session): Update to 3.20.1.
    [arguments]: Remove use of systemd in 'gsm-autostart-app.c.'.
---
 gnu/packages/gnome.scm |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6941a90..54984f1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3819,7 +3819,7 @@ such as gzip tarballs.")
 (define-public gnome-session
   (package
     (name "gnome-session")
-    (version "3.20.0")
+    (version "3.20.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -3827,7 +3827,7 @@ such as gzip tarballs.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0d0v60lmvr8wbrswfpc4f4jg2dhxj6nkgv7wnwdf2zifk8vp5zv6"))))
+                "04w90gyl0kdx5vwmdcgfdk3qr9xhip00vgpgzci151agqwyzbs9a"))))
     (arguments
      '(#:phases
        (modify-phases %standard-phases
@@ -3846,6 +3846,8 @@ such as gzip tarballs.")
                (("#ifdef HAVE_SYSTEMD") "#if 0"))
              (substitute* "gnome-session/gsm-manager.c"
                (("#ifdef HAVE_SYSTEMD") "#if 0"))
+             (substitute* "gnome-session/gsm-autostart-app.c"
+               (("#ifdef HAVE_SYSTEMD") "#if 0"))
              #t))
          (add-after 'install 'wrap-gnome-session
            (lambda* (#:key inputs outputs #:allow-other-keys)



reply via email to

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