mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
7e6e2f54e3
commit
80fd591cc4
1 changed files with 6 additions and 5 deletions
|
@ -10404,15 +10404,15 @@ (define-public gnome-calendar
|
|||
(define-public endeavour
|
||||
(package
|
||||
(name "endeavour")
|
||||
(version "42.0")
|
||||
(version "43.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.gnome.org/World/Endeavour")
|
||||
(commit (string-append "v" version))))
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"0d6by7aq8db35zavzvckcxxxcdi6qnv0mkjndhb0syc8ih15dpak"))))
|
||||
"0gbqmwl1xv5526vlh1mxx9h5mpfnnwikrpr5fk8hxmy9x71r6q6n"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -10421,8 +10421,9 @@ (define-public endeavour
|
|||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'skip-gtk-update-icon-cache
|
||||
(lambda _
|
||||
(substitute* "build-aux/meson/meson_post_install.py"
|
||||
(("gtk-update-icon-cache") "true"))))
|
||||
(substitute* "meson.build"
|
||||
(("gtk_update_icon_cache: true")
|
||||
"gtk_update_icon_cache: false"))))
|
||||
(delete 'check)
|
||||
(add-after 'install 'check
|
||||
(assoc-ref %standard-phases
|
||||
|
|
Loading…
Reference in a new issue