gnu: seahorse: Update to 43.0.
* gnu/packages/gnome.scm (seahorse): Update. Change-Id: I13ce7c9e2cfb7c0b8d575148a502d81ddf30d13d Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
5b26305e0e
commit
f7ba5df8b0
@ -4434,7 +4434,7 @@ engineering.")
|
|||||||
(define-public seahorse
|
(define-public seahorse
|
||||||
(package
|
(package
|
||||||
(name "seahorse")
|
(name "seahorse")
|
||||||
(version "42.0")
|
(version "43.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -4442,7 +4442,7 @@ engineering.")
|
|||||||
(version-major version) "/" name "-"
|
(version-major version) "/" name "-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0c6nafhn4gcjwd1xbs5bjq9785114fc0pbhxbwp7wynyz3msq365"))))
|
(base32 "0bc3xbjzwa4245m6nqzl3v6hzp9hyfbf50iwgwi5hdjglzxin7av"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t
|
'(#:glib-or-gtk? #t
|
||||||
@ -4451,8 +4451,11 @@ engineering.")
|
|||||||
(add-after 'unpack 'skip-gtk-update-icon-cache
|
(add-after 'unpack 'skip-gtk-update-icon-cache
|
||||||
;; Don't create 'icon-theme.cache'.
|
;; Don't create 'icon-theme.cache'.
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "build-aux/meson_post_install.py"
|
(substitute* "meson.build"
|
||||||
(("gtk-update-icon-cache") "true"))))
|
(("gtk_update_icon_cache: true")
|
||||||
|
"gtk_update_icon_cache: false")
|
||||||
|
(("update_desktop_database: true")
|
||||||
|
"update_desktop_database: false"))))
|
||||||
(add-before 'check 'pre-check
|
(add-before 'check 'pre-check
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Tests require a writable HOME.
|
;; Tests require a writable HOME.
|
||||||
@ -4468,7 +4471,7 @@ engineering.")
|
|||||||
libhandy
|
libhandy
|
||||||
libpwquality
|
libpwquality
|
||||||
libsecret
|
libsecret
|
||||||
libsoup-minimal-2))
|
libsoup-minimal))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal
|
(list gettext-minimal
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
|
Loading…
Reference in New Issue
Block a user