[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/62: gnu: seahorse: Update to 3.32.2.
From: |
guix-commits |
Subject: |
50/62: gnu: seahorse: Update to 3.32.2. |
Date: |
Sat, 7 Dec 2019 14:04:59 -0500 (EST) |
kkebreau pushed a commit to branch master
in repository guix.
commit bcea3c11d691712039addc4037943b257e9d7967
Author: Kei Kebreau <address@hidden>
Date: Mon Oct 28 17:13:12 2019 -0400
gnu: seahorse: Update to 3.32.2.
* gnu/packages/gnome.scm (seahorse): Update to 3.32.2.
[arguments]: Set #:glib-or-gtk? flag.
---
gnu/packages/gnome.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1bf309a..297b2f5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2456,7 +2456,7 @@ engineering.")
(define-public seahorse
(package
(name "seahorse")
- (version "3.30.1.1")
+ (version "3.32.2")
(source
(origin
(method url-fetch)
@@ -2465,12 +2465,13 @@ engineering.")
version ".tar.xz"))
(sha256
(base32
- "12x7xmwh62yl0ax90v8nkx3jqzviaz9hz2g56yml78wzww20gawy"))
+ "0d8zdzmlz7fjv9xl20zl4ckidf465mvdjnbpxy3k08y9iw423q4x"))
(patches (search-patches
"seahorse-gkr-use-0-on-empty-flags.patch"))))
(build-system meson-build-system)
(arguments
- '(#:phases
+ '(#:glib-or-gtk? #t
+ #:phases
(modify-phases %standard-phases
(add-after 'unpack 'skip-gtk-update-icon-cache
;; Don't create 'icon-theme.cache'.
@@ -2486,6 +2487,7 @@ engineering.")
("openldap" ,openldap)
("openssh" ,openssh)
("avahi" ,avahi)
+ ("libpwquality" ,libpwquality)
("libsecret" ,libsecret)
("libsoup" ,libsoup)))
(native-inputs
@@ -2495,7 +2497,7 @@ engineering.")
("pkg-config" ,pkg-config)
("vala" ,vala)
("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")
(description
"Seahorse is a GNOME application for managing encryption keys and
- 15/62: gnu: gnome-control-center: Update to 3.32.2., (continued)
- 15/62: gnu: gnome-control-center: Update to 3.32.2., guix-commits, 2019/12/07
- 22/62: gnu: evolution: Update to 3.32.4., guix-commits, 2019/12/07
- 23/62: gnu: Add pipewire., guix-commits, 2019/12/07
- 26/62: gnu: Add tracker-miners., guix-commits, 2019/12/07
- 37/62: gnu: gnome-sudoku: Update to 3.32.0., guix-commits, 2019/12/07
- 28/62: gnu: gnome-screenshot: Update to 3.32.0., guix-commits, 2019/12/07
- 31/62: gnu: gnome-shell-extensions: Update to 3.32.1., guix-commits, 2019/12/07
- 32/62: gnu: gnome-system-monitor: Update to 3.32.1., guix-commits, 2019/12/07
- 45/62: gnu: network-manager: Update to 1.18.2., guix-commits, 2019/12/07
- 48/62: gnu: gnome-maps: Update to 3.32.2.1., guix-commits, 2019/12/07
- 50/62: gnu: seahorse: Update to 3.32.2.,
guix-commits <=
- 43/62: gnu: gdm: Update to 3.32.0., guix-commits, 2019/12/07
- 25/62: gnu: gnome-tweaks: Update to 3.32.0., guix-commits, 2019/12/07
- 24/62: gnu: mutter: Update to 3.32.2., guix-commits, 2019/12/07
- 29/62: gnu: gnome-clocks: Update to 3.32.0., guix-commits, 2019/12/07
- 44/62: gnu: gnome-shell: Update to 3.32.2., guix-commits, 2019/12/07
- 49/62: gnu: quadrapassel: Update to 3.32.0., guix-commits, 2019/12/07
- 12/62: gnu: gnome-online-accounts: Update to 3.32.0., guix-commits, 2019/12/07
- 20/62: gnu: totem: Update to 3.32.1., guix-commits, 2019/12/07
- 33/62: gnu: gnome-disk-utility: Update to 3.32.1., guix-commits, 2019/12/07
- 27/62: gnu: nautilus: Update to 3.32.1., guix-commits, 2019/12/07