[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/76: gnu: gnome-dictionary: Update to 40.0.
From: |
guix-commits |
Subject: |
71/76: gnu: gnome-dictionary: Update to 40.0. |
Date: |
Mon, 27 Sep 2021 10:18:32 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 0bf4746cde8cbc6f9dd9161209e4e024337d15d6
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Sep 26 20:21:35 2021 +0000
gnu: gnome-dictionary: Update to 40.0.
* gnu/packages/gnome.scm (gnome-dictionary): Update to 40.0.
[source]: Fix the URI.
[arguments]: Wrap it and remove a trailing #t. Replace the
'patch-install-script phase by a new 'skip-gtk-update-icon-cache phase.
---
gnu/packages/gnome.scm | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e6f701d..e03b70f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9664,26 +9664,25 @@ fit the GNOME desktop.")
(define-public gnome-dictionary
(package
(name "gnome-dictionary")
- (version "3.26.1")
+ (version "40.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "007k2bq8iplg4psdpz074r5d4zxvn4s95qym4rw9hs6giljbrf0n"))))
+ "1d8dhcfys788vv27v34i3s3x3jdvdi2kqn2a5p8c937a9hm0qr9f"))))
(build-system meson-build-system)
- (arguments '(#:glib-or-gtk? #t
- #:phases (modify-phases %standard-phases
- (add-after 'unpack 'patch-install-script
- (lambda _
- ;; This script attempts to compile glib schemas
- ;; and create an empty MIME database. We do
- ;; that elsewhere, so prevent it from running.
- (substitute* "build-aux/post-install.sh"
- (("\\[ -z \"\\$DESTDIR\" \\]") "false"))
- #t)))))
+ (arguments
+ '(#:glib-or-gtk? #t
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ ;; Don't create 'icon-theme.cache'.
+ (lambda _
+ (substitute* "build-aux/meson/post-install.py"
+ (("gtk-update-icon-cache") "true")))))))
(native-inputs
`(("glib:bin" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
- 56/76: gnu: gnome-color-manager: Update to 3.36.0., (continued)
- 56/76: gnu: gnome-color-manager: Update to 3.36.0., guix-commits, 2021/09/27
- 61/76: gnu: gdm: Update to 40.1., guix-commits, 2021/09/27
- 60/76: gnu: accountsservice: Update to 0.6.55., guix-commits, 2021/09/27
- 63/76: gnu: gnome-online-miners: Fix build., guix-commits, 2021/09/27
- 64/76: gnu: gnome-photos: Update to 40.0., guix-commits, 2021/09/27
- 65/76: gnu: gnome: Add gnome-music and gnome-photo., guix-commits, 2021/09/27
- 66/76: gnu: gnome: Remove gnome-getting-started-docs., guix-commits, 2021/09/27
- 69/76: gnu: gnome-sudoku: Update to 40.2., guix-commits, 2021/09/27
- 73/76: gnu: gegl: Add libraw support., guix-commits, 2021/09/27
- 72/76: gnu: gnome-tweaks: Update to 40.0., guix-commits, 2021/09/27
- 71/76: gnu: gnome-dictionary: Update to 40.0.,
guix-commits <=
- 26/76: gnu: gnome-boxes: Update to 40.3., guix-commits, 2021/09/27
- 57/76: gnu: Remove gnome-getting-started-docs., guix-commits, 2021/09/27
- 59/76: gnu: gnome-control-center: Update to 40.1., guix-commits, 2021/09/27
- 55/76: gnu: gnome-keyring: Update to 40.0., guix-commits, 2021/09/27
- 52/76: gnu: gvfs: Update to 1.48.1., guix-commits, 2021/09/27
- 68/76: gnu: gnome-mines: Update to 40.0., guix-commits, 2021/09/27
- 75/76: gnu: gnome-music: Add gst-plugins-good., guix-commits, 2021/09/27
- 40/76: gnu: simple-scan: Update to 40.5., guix-commits, 2021/09/27
- 67/76: gnu: gnome-shell: Update to 40.5., guix-commits, 2021/09/27
- 28/76: gnu: nautilus: Update to 40.2., guix-commits, 2021/09/27