gnu: seahorse: Update to 42.0.

* gnu/packages/gnome.scm (seahorse): Update to 42.0.
[phases]: Delete trailing #t.
[inputs, native-inputs]: Remove labels.
This commit is contained in:
Maxim Cournoyer 2022-09-09 00:01:06 -04:00
parent c2a2c5fc22
commit b4a174826d
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4409,7 +4409,7 @@ (define-public drawing
(define-public seahorse (define-public seahorse
(package (package
(name "seahorse") (name "seahorse")
(version "41.0") (version "42.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4417,7 +4417,7 @@ (define-public seahorse
(version-major version) "/" name "-" (version-major version) "/" name "-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 "1x99i7kdvd8hbxcs5rfrq7nw6r9bfzaw263zaigjjj04h6gc1vp6")))) (base32 "0c6nafhn4gcjwd1xbs5bjq9785114fc0pbhxbwp7wynyz3msq365"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
'(#:glib-or-gtk? #t '(#:glib-or-gtk? #t
@ -4427,32 +4427,31 @@ (define-public seahorse
;; Don't create 'icon-theme.cache'. ;; Don't create 'icon-theme.cache'.
(lambda _ (lambda _
(substitute* "build-aux/meson_post_install.py" (substitute* "build-aux/meson_post_install.py"
(("gtk-update-icon-cache") "true")) (("gtk-update-icon-cache") "true"))))
#t))
(add-before 'check 'pre-check (add-before 'check 'pre-check
(lambda _ (lambda _
;; Tests require a writable HOME. ;; Tests require a writable HOME.
(setenv "HOME" (getcwd))))))) (setenv "HOME" (getcwd)))))))
(inputs (inputs
`(("gtk+" ,gtk+) (list gtk+
("gcr" ,gcr) gcr
("gnupg" ,gnupg) gnupg
("gpgme" ,gpgme) gpgme
("openldap" ,openldap) openldap
("openssh" ,openssh) openssh
("avahi" ,avahi) avahi
("libhandy" ,libhandy) libhandy
("libpwquality" ,libpwquality) libpwquality
("libsecret" ,libsecret) libsecret
("libsoup" ,libsoup-minimal-2))) libsoup-minimal-2))
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal
("glib:bin" ,glib "bin") `(,glib "bin")
("itstool" ,itstool) itstool
("pkg-config" ,pkg-config) pkg-config
("python" ,python) python
("vala" ,vala) vala
("xmllint" ,libxml2))) libxml2))
(home-page "https://wiki.gnome.org/Apps/Seahorse") (home-page "https://wiki.gnome.org/Apps/Seahorse")
(synopsis "Manage encryption keys and passwords in the GNOME keyring") (synopsis "Manage encryption keys and passwords in the GNOME keyring")
(description (description