[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/72: gnu: sushi: Update to 3.38.1.
From: |
guix-commits |
Subject: |
32/72: gnu: sushi: Update to 3.38.1. |
Date: |
Sun, 26 Sep 2021 16:34:20 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 48eeb2f78138d862454c61ae680261c2b7c97d9c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 24 19:14:21 2021 +0000
gnu: sushi: Update to 3.38.1.
* gnu/packages/gnome.scm (sushi): Update to 3.38.1.
[arguments]: Remove a trailing #t.
[inputs]: Switch to gtksourceview.
[description]: Wrap it.
---
gnu/packages/gnome.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c1b4e65..bbe2913 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1577,7 +1577,7 @@ sharing to the masses.")
(define-public sushi
(package
(name "sushi")
- (version "3.32.1")
+ (version "3.38.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1585,7 +1585,7 @@ sharing to the masses.")
name "-" version ".tar.xz"))
(sha256
(base32
- "02idvqjk76lii9xyg3b1yz4rw721709bdm5j8ikjym6amcghl0aj"))))
+ "1sc8i0vrw6bn43rklnwp2fl1gq0r0xfd3bszcqxd0a2mh46d3rpk"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -1595,11 +1595,11 @@ sharing to the masses.")
(lambda* (#:key outputs #:allow-other-keys)
(let ((prog (string-append (assoc-ref outputs "out")
"/bin/sushi")))
- ;; Put existing typelibs before sushi's deps, so as to correctly
- ;; infer gdk-pixbuf
+ ;; Put existing typelibs before sushi's deps, so as to
+ ;; correctly infer gdk-pixbuf.
(wrap-program prog
- `("GI_TYPELIB_PATH" suffix (,(getenv "GI_TYPELIB_PATH"))))
- #t))))))
+ `("GI_TYPELIB_PATH" suffix
+ (,(getenv "GI_TYPELIB_PATH"))))))))))
(native-inputs
`(("glib:bin" ,glib "bin")
("gettext" ,gettext-minimal)
@@ -1615,7 +1615,7 @@ sharing to the masses.")
("gjs" ,gjs)
("gst-plugins-base" ,gst-plugins-base)
("gstreamer" ,gstreamer)
- ("gtksourceview" ,gtksourceview-3)
+ ("gtksourceview" ,gtksourceview)
("harfbuzz" ,harfbuzz)
("libepoxy" ,libepoxy)
("libmusicbrainz" ,libmusicbrainz)
@@ -1623,8 +1623,8 @@ sharing to the masses.")
("neon" ,neon)
("webkitgtk" ,webkitgtk)))
(synopsis "File previewer for the GNOME desktop")
- (description "Sushi is a DBus-activated service that allows applications to
-preview files on the GNOME desktop.")
+ (description "Sushi is a DBus-activated service that allows applications
+to preview files on the GNOME desktop.")
(home-page "https://gitlab.gnome.org/GNOME/sushi";)
(license license:gpl2+)))
- 50/72: gnu: graphene: Update to 1.10.6., (continued)
- 50/72: gnu: graphene: Update to 1.10.6., guix-commits, 2021/09/26
- 24/72: gnu: amtk: Update to 5.3.1., guix-commits, 2021/09/26
- 29/72: gnu: gnome-session: Update to 40.1., guix-commits, 2021/09/26
- 27/72: gnu: baobab: Update to 40.0., guix-commits, 2021/09/26
- 28/72: gnu: nautilus: Update to 40.2., guix-commits, 2021/09/26
- 39/72: gnu: gnome-terminal: Update to 3.40.3., guix-commits, 2021/09/26
- 43/72: gnu: gnome-online-accounts: Update to 3.40.0., guix-commits, 2021/09/26
- 26/72: gnu: gnome-boxes: Update to 40.3., guix-commits, 2021/09/26
- 30/72: gnu: gnome-bluetooth: Update to 3.34.5., guix-commits, 2021/09/26
- 37/72: gnu: gnome-maps: Update to 40.5., guix-commits, 2021/09/26
- 32/72: gnu: sushi: Update to 3.38.1.,
guix-commits <=
- 45/72: gnu: gnome-contacts: Update to 40.0., guix-commits, 2021/09/26
- 53/72: gnu: gnome-user-share: Update to 3.34.0., guix-commits, 2021/09/26
- 54/72: gnu: gnome-settings-daemon: Update to 40.0.1., guix-commits, 2021/09/26
- 56/72: gnu: gnome-color-manager: Update to 3.36.0., guix-commits, 2021/09/26
- 57/72: gnu: Remove gnome-getting-started-docs., guix-commits, 2021/09/26
- 59/72: gnu: gnome-control-center: Update to 40.1., guix-commits, 2021/09/26
- 62/72: gnu: gnome-music: Update to 40.1.1., guix-commits, 2021/09/26
- 61/72: gnu: gdm: Update to 40.1., guix-commits, 2021/09/26
- 63/72: gnu: gnome-online-miners: Fix build., guix-commits, 2021/09/26
- 42/72: gnu: yelp: Update to 40.3., guix-commits, 2021/09/26