gnu: endeavour: Update to 43.0.

* gnu/packages/gnome.scm (endeavour): Update to 43.0.
[#:phases]: Adjust ‘skip-gtk-update-icon-cache’ accordingly.
This commit is contained in:
Liliana Marie Prikler 2022-11-05 10:08:29 +01:00
parent 7e6e2f54e3
commit 80fd591cc4
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 6 additions and 5 deletions

View File

@ -10404,15 +10404,15 @@ desktop. It supports multiple calendars, month, week and year view.")
(define-public endeavour (define-public endeavour
(package (package
(name "endeavour") (name "endeavour")
(version "42.0") (version "43.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://gitlab.gnome.org/World/Endeavour") (url "https://gitlab.gnome.org/World/Endeavour")
(commit (string-append "v" version)))) (commit version)))
(sha256 (sha256
(base32 (base32
"0d6by7aq8db35zavzvckcxxxcdi6qnv0mkjndhb0syc8ih15dpak")))) "0gbqmwl1xv5526vlh1mxx9h5mpfnnwikrpr5fk8hxmy9x71r6q6n"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list (list
@ -10421,8 +10421,9 @@ desktop. It supports multiple calendars, month, week and year view.")
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'skip-gtk-update-icon-cache (add-after 'unpack 'skip-gtk-update-icon-cache
(lambda _ (lambda _
(substitute* "build-aux/meson/meson_post_install.py" (substitute* "meson.build"
(("gtk-update-icon-cache") "true")))) (("gtk_update_icon_cache: true")
"gtk_update_icon_cache: false"))))
(delete 'check) (delete 'check)
(add-after 'install 'check (add-after 'install 'check
(assoc-ref %standard-phases (assoc-ref %standard-phases