guix-commits
[Top][All Lists]
Advanced

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

47/107: gnu: gnome-user-share: Update to 3.34.0.


From: guix-commits
Subject: 47/107: gnu: gnome-user-share: Update to 3.34.0.
Date: Tue, 12 May 2020 10:53:19 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 7fd178a903d98e0e2c568b6bade2ea738bf6b73c
Author: Kei Kebreau <address@hidden>
AuthorDate: Sun Apr 19 11:02:43 2020 -0400

    gnu: gnome-user-share: Update to 3.34.0.
    
    * gnu/packages/gnome.scm (gnome-user-share): Update to 3.34.0.
    [arguments]: Adjust configure flags accordingly.
---
 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 d8dc94f..d1b773e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -662,7 +662,7 @@ tour of all gnome components and allows the user to set 
them up.")
 (define-public gnome-user-share
   (package
    (name "gnome-user-share")
-   (version "3.33.1")
+   (version "3.34.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -670,14 +670,15 @@ tour of all gnome components and allows the user to set 
them up.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0lf790pyamdyj7180ils8vizjl8brxcg7jsm1iavfp9ay4wa8mz7"))))
+              "04r9ck9v4i0d31grbli1d4slw2d6dcsfkpaybkwbzi7wnj72l30x"))))
    (build-system meson-build-system)
    (arguments
     `(#:glib-or-gtk? #t
       #:configure-flags
-       `("-Dsystemd=false"
-         ;; Enable nautilus extension for file sharing.
-         "-Dnautilus_extension=true")))
+      `(,(string-append "-Dsystemduserunitdir="
+                        %output "/lib/systemd/user")
+        ;; Enable nautilus extension for file sharing.
+        "-Dnautilus_extension=true")))
    (native-inputs
     `(("gettext" ,gettext-minimal)
       ("glib:bin" ,glib "bin")



reply via email to

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