[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/75: gnu: gnome-dictionary: Update to 40.0.
From: |
guix-commits |
Subject: |
71/75: gnu: gnome-dictionary: Update to 40.0. |
Date: |
Mon, 27 Sep 2021 07:17:33 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 11801651bab1090219bceb28af5c5d2f674acc4d
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 62c29ae..e20a409 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9663,26 +9663,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)
- 65/75: gnu: gnome: Add gnome-music and gnome-photo., (continued)
- 65/75: gnu: gnome: Add gnome-music and gnome-photo., guix-commits, 2021/09/27
- 72/75: gnu: gnome-tweaks: Update to 40.0., guix-commits, 2021/09/27
- 75/75: gnu: gnome-music: Add gst-plugins-good., guix-commits, 2021/09/27
- 56/75: gnu: gnome-color-manager: Update to 3.36.0., guix-commits, 2021/09/27
- 49/75: gnu: Add fuse-3., guix-commits, 2021/09/27
- 54/75: gnu: gnome-settings-daemon: Update to 40.0.1., guix-commits, 2021/09/27
- 60/75: gnu: accountsservice: Update to 0.6.55., guix-commits, 2021/09/27
- 58/75: gnu: gnome-initial-setup: Update to 40.4., guix-commits, 2021/09/27
- 59/75: gnu: gnome-control-center: Update to 40.1., guix-commits, 2021/09/27
- 64/75: gnu: gnome-photos: Update to 40.0., guix-commits, 2021/09/27
- 71/75: gnu: gnome-dictionary: Update to 40.0.,
guix-commits <=
- 74/75: gnu: gnome: Add tracker-miners., guix-commits, 2021/09/27
- 46/75: gnu: eog-plugins: Update to 3.26.7., guix-commits, 2021/09/27
- 51/75: gnu: libgdata: Update to 0.18.1., guix-commits, 2021/09/27
- 47/75: gnu: gsettings-desktop-schemas: Update to 40.0., guix-commits, 2021/09/27
- 41/75: gnu: gnome-weather: Update to 40.1., guix-commits, 2021/09/27
- 52/75: gnu: gvfs: Update to 1.48.1., guix-commits, 2021/09/27
- 63/75: gnu: gnome-online-miners: Fix build., guix-commits, 2021/09/27
- 66/75: gnu: gnome: Remove gnome-getting-started-docs., guix-commits, 2021/09/27
- 67/75: gnu: gnome-shell: Update to 40.5., guix-commits, 2021/09/27
- 68/75: gnu: gnome-mines: Update to 40.0., guix-commits, 2021/09/27