[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/63: gnu: seahorse: Update to 3.32.2.
From: |
guix-commits |
Subject: |
51/63: gnu: seahorse: Update to 3.32.2. |
Date: |
Thu, 7 Nov 2019 09:57:49 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit f5c6227a275768931fdeb8aaf6af22783d671d90
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 3fad7dc..7c25662 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2237,7 +2237,7 @@ engineering.")
(define-public seahorse
(package
(name "seahorse")
- (version "3.30.1.1")
+ (version "3.32.2")
(source
(origin
(method url-fetch)
@@ -2246,12 +2246,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'.
@@ -2267,6 +2268,7 @@ engineering.")
("openldap" ,openldap)
("openssh" ,openssh)
("avahi" ,avahi)
+ ("libpwquality" ,libpwquality)
("libsecret" ,libsecret)
("libsoup" ,libsoup)))
(native-inputs
@@ -2276,7 +2278,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
- 30/63: gnu: gnome-calendar: Update to 3.32.2., (continued)
- 30/63: gnu: gnome-calendar: Update to 3.32.2., guix-commits, 2019/11/07
- 31/63: gnu: gnome-shell-extensions: Update to 3.32.1., guix-commits, 2019/11/07
- 29/63: gnu: gnome-clocks: Update to 3.32.0., guix-commits, 2019/11/07
- 32/63: gnu: gnome-system-monitor: Update to 3.32.1., guix-commits, 2019/11/07
- 38/63: gnu: gnome-terminal: Update to 3.32.2., guix-commits, 2019/11/07
- 44/63: gnu: gdm: Update to 3.32.0., guix-commits, 2019/11/07
- 45/63: gnu: gnome-shell: Update to 3.32.2., guix-commits, 2019/11/07
- 46/63: gnu: network-manager: Update to 1.18.2., guix-commits, 2019/11/07
- 48/63: gnu: gnome-klotski: Update to 3.32.0., guix-commits, 2019/11/07
- 50/63: gnu: quadrapassel: Update to 3.32.0., guix-commits, 2019/11/07
- 51/63: gnu: seahorse: Update to 3.32.2.,
guix-commits <=
- 55/63: gnu: file-roller: Update to 3.32.2., guix-commits, 2019/11/07
- 61/63: gnu: python-pyatspi: Update to 2.34.0., guix-commits, 2019/11/07
- 59/63: gnu: pipewire: Update to 0.2.7., guix-commits, 2019/11/07
- 40/63: gnu: python-pyatspi: Update to 2.32.1., guix-commits, 2019/11/07
- 42/63: gnu: cheese: Update to 3.32.1., guix-commits, 2019/11/07
- 43/63: gnu: libdazzle: Use xorg-server-fot-tests., guix-commits, 2019/11/07
- 49/63: gnu: gnome-maps: Update to 3.32.2.1., guix-commits, 2019/11/07
- 53/63: gnu: gnome-session: Update to 3.32.0., guix-commits, 2019/11/07
- 57/63: gnu: python-dbusmock: Update to 0.18.3., guix-commits, 2019/11/07
- 52/63: gnu: yelp: Update to 3.32.2., guix-commits, 2019/11/07