[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
53/72: gnu: gnome-user-share: Update to 3.34.0.
From: |
guix-commits |
Subject: |
53/72: gnu: gnome-user-share: Update to 3.34.0. |
Date: |
Sun, 26 Sep 2021 16:31:38 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit b01ec038353b162eca2bcd213e9cecede6255a36
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 78e8b2e..6e11e0d 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
- 21/72: gnu: tepl: Update to 6.00.0., (continued)
- 21/72: gnu: tepl: Update to 6.00.0., guix-commits, 2021/09/26
- 10/72: gnu: gnome-desktop: Update to 40.4., guix-commits, 2021/09/26
- 14/72: gnu: Add libadwaita., guix-commits, 2021/09/26
- 18/72: gnu: gnome-calculator: Update to 40.1., guix-commits, 2021/09/26
- 15/72: gnu: gnome-todo: Update to 40.1., guix-commits, 2021/09/26
- 22/72: gnu: gedit: Update to 40.1., guix-commits, 2021/09/26
- 29/72: gnu: gnome-session: Update to 40.1., guix-commits, 2021/09/26
- 31/72: gnu: orca: Update to 40.0., guix-commits, 2021/09/26
- 40/72: gnu: simple-scan: Update to 40.5., guix-commits, 2021/09/26
- 43/72: gnu: gnome-online-accounts: Update to 3.40.0., guix-commits, 2021/09/26
- 53/72: gnu: gnome-user-share: Update to 3.34.0.,
guix-commits <=
- 63/72: gnu: gnome-online-miners: Fix build., guix-commits, 2021/09/26
- 24/72: gnu: amtk: Update to 5.3.1., guix-commits, 2021/09/26
- 26/72: gnu: gnome-boxes: Update to 40.3., guix-commits, 2021/09/26
- 32/72: gnu: sushi: Update to 3.38.1., guix-commits, 2021/09/26
- 30/72: gnu: gnome-bluetooth: Update to 3.34.5., guix-commits, 2021/09/26
- 33/72: gnu: epiphany: Update to 40.3., guix-commits, 2021/09/26
- 38/72: gnu: vte: Update to 0.64.2., guix-commits, 2021/09/26
- 36/72: gnu: gnome-clocks: Update to 40.0., guix-commits, 2021/09/26
- 37/72: gnu: gnome-maps: Update to 40.5., guix-commits, 2021/09/26
- 35/72: gnu: gnome-characters: Update to 40.0., guix-commits, 2021/09/26