me
/
guix
Archived
1
0
Fork 0

gnu: seahorse: Update to 3.32.2.

* gnu/packages/gnome.scm (seahorse): Update to 3.32.2.
[arguments]: Set #:glib-or-gtk? flag.
master
Kei Kebreau 2019-10-28 17:13:12 -04:00
parent 8a5bfb2676
commit bcea3c11d6
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 6 additions and 4 deletions

View File

@ -2456,7 +2456,7 @@ engineering.")
(define-public seahorse (define-public seahorse
(package (package
(name "seahorse") (name "seahorse")
(version "3.30.1.1") (version "3.32.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2465,12 +2465,13 @@ engineering.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"12x7xmwh62yl0ax90v8nkx3jqzviaz9hz2g56yml78wzww20gawy")) "0d8zdzmlz7fjv9xl20zl4ckidf465mvdjnbpxy3k08y9iw423q4x"))
(patches (search-patches (patches (search-patches
"seahorse-gkr-use-0-on-empty-flags.patch")))) "seahorse-gkr-use-0-on-empty-flags.patch"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
'(#:phases '(#:glib-or-gtk? #t
#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(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'.
@ -2486,6 +2487,7 @@ engineering.")
("openldap" ,openldap) ("openldap" ,openldap)
("openssh" ,openssh) ("openssh" ,openssh)
("avahi" ,avahi) ("avahi" ,avahi)
("libpwquality" ,libpwquality)
("libsecret" ,libsecret) ("libsecret" ,libsecret)
("libsoup" ,libsoup))) ("libsoup" ,libsoup)))
(native-inputs (native-inputs
@ -2495,7 +2497,7 @@ engineering.")
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("vala" ,vala) ("vala" ,vala)
("xmllint" ,libxml2))) ("xmllint" ,libxml2)))
(home-page "https://launchpad.net/gnome-themes-standard") (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
"Seahorse is a GNOME application for managing encryption keys and "Seahorse is a GNOME application for managing encryption keys and