[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/76: gnu: sushi: Update to 3.38.1.
From: |
guix-commits |
Subject: |
32/76: gnu: sushi: Update to 3.38.1. |
Date: |
Mon, 27 Sep 2021 10:30:00 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 10a5b9e2d65dc489a17816bfb2ff3ab3fe8238e5
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+)))
- 35/76: gnu: gnome-characters: Update to 40.0., (continued)
- 35/76: gnu: gnome-characters: Update to 40.0., guix-commits, 2021/09/27
- 19/76: gnu: libgweather: Update to 40.0., guix-commits, 2021/09/27
- 21/76: gnu: tepl: Update to 6.00.0., guix-commits, 2021/09/27
- 23/76: gnu: Add tepl-5., guix-commits, 2021/09/27
- 48/76: gnu: mutter: Update to 40.5., guix-commits, 2021/09/27
- 50/76: gnu: graphene: Update to 1.10.6., guix-commits, 2021/09/27
- 59/76: gnu: gnome-control-center: Update to 40.1., guix-commits, 2021/09/27
- 71/76: gnu: gnome-dictionary: Update to 40.0., guix-commits, 2021/09/27
- 72/76: gnu: gnome-tweaks: Update to 40.0., guix-commits, 2021/09/27
- 42/76: gnu: yelp: Update to 40.3., guix-commits, 2021/09/27
- 32/76: gnu: sushi: Update to 3.38.1.,
guix-commits <=
- 68/76: gnu: gnome-mines: Update to 40.0., guix-commits, 2021/09/27
- 38/76: gnu: vte: Update to 0.64.2., guix-commits, 2021/09/27
- 69/76: gnu: gnome-sudoku: Update to 40.2., guix-commits, 2021/09/27
- 51/76: gnu: libgdata: Update to 0.18.1., guix-commits, 2021/09/27
- 12/76: gnu: gnome-font-viewer: Update to 40.0., guix-commits, 2021/09/27
- 30/76: gnu: gnome-bluetooth: Update to 3.34.5., guix-commits, 2021/09/27
- 46/76: gnu: eog-plugins: Update to 3.26.7., guix-commits, 2021/09/27
- 60/76: gnu: accountsservice: Update to 0.6.55., guix-commits, 2021/09/27
- 41/76: gnu: gnome-weather: Update to 40.1., guix-commits, 2021/09/27
- 65/76: gnu: gnome: Add gnome-music and gnome-photo., guix-commits, 2021/09/27