guix-commits
[Top][All Lists]
Advanced

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

53/80: gnu: gnome-user-share: Update to 3.34.0.


From: guix-commits
Subject: 53/80: gnu: gnome-user-share: Update to 3.34.0.
Date: Sat, 2 Oct 2021 06:56:11 -0400 (EDT)

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

commit 2f1304cc11b14ee0af47234d6f41c2a535ecb10a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Sep 26 07:36:48 2021 +0000

    gnu: gnome-user-share: Update to 3.34.0.
    
    * gnu/packages/gnome.scm (gnome-user-share): Update to 3.34.0.
    [arguments]<#:configure-flags>: Use systemduserunitdir instead of systemd
    option that no longer exists.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e9b132a..20381ef 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1537,7 +1537,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 "/"
@@ -1545,12 +1545,12 @@ 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"
+       `("-Dsystemduserunitdir=/tmp/empty"
          ;; Enable nautilus extension for file sharing.
          "-Dnautilus_extension=true")))
    (native-inputs



reply via email to

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