[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/60: gnu: seahorse: Update to 3.34.
From: |
guix-commits |
Subject: |
47/60: gnu: seahorse: Update to 3.34. |
Date: |
Sat, 25 Jan 2020 14:47:16 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 100d12dd6102940f1fb5fd2e1ec608b8769df2c6
Author: Kei Kebreau <address@hidden>
AuthorDate: Mon Dec 23 10:33:21 2019 -0500
gnu: seahorse: Update to 3.34.
* gnu/packages/gnome.scm (seahorse): Update to 3.34.
[source]: Remove obsolete patch.
* gnu/packages/patches/seahorse-gtk-use-0-on-empty-flags.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
---
gnu/local.mk | 1 -
gnu/packages/gnome.scm | 6 ++--
.../seahorse-gkr-use-0-on-empty-flags.patch | 32 ----------------------
3 files changed, 2 insertions(+), 37 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index f192198..a0ebad2 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1380,7 +1380,6 @@ dist_patch_DATA =
\
%D%/packages/patches/scotch-integer-declarations.patch \
%D%/packages/patches/sdl-libx11-1.6.patch \
%D%/packages/patches/sdl2-mesa-compat.patch \
- %D%/packages/patches/seahorse-gkr-use-0-on-empty-flags.patch \
%D%/packages/patches/seq24-rename-mutex.patch \
%D%/packages/patches/sharutils-CVE-2018-1000097.patch \
%D%/packages/patches/shishi-fix-libgcrypt-detection.patch \
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1e7de73..dac97de 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3163,7 +3163,7 @@ engineering.")
(define-public seahorse
(package
(name "seahorse")
- (version "3.32.2")
+ (version "3.34")
(source
(origin
(method url-fetch)
@@ -3172,9 +3172,7 @@ engineering.")
version ".tar.xz"))
(sha256
(base32
- "0d8zdzmlz7fjv9xl20zl4ckidf465mvdjnbpxy3k08y9iw423q4x"))
- (patches (search-patches
- "seahorse-gkr-use-0-on-empty-flags.patch"))))
+ "16sfnqrdlr5xx6kixx2ln1mva7nngjlw1k3f5n454vyaigffjh2v"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
diff --git a/gnu/packages/patches/seahorse-gkr-use-0-on-empty-flags.patch
b/gnu/packages/patches/seahorse-gkr-use-0-on-empty-flags.patch
deleted file mode 100644
index 55866d2..0000000
--- a/gnu/packages/patches/seahorse-gkr-use-0-on-empty-flags.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Patch from
<https://gitlab.gnome.org/GNOME/seahorse/commit/d9db29db567012b7c72e85e1be1fbf55fcc9b667>.
-
-From d9db29db567012b7c72e85e1be1fbf55fcc9b667 Mon Sep 17 00:00:00 2001
-From: Niels De Graef <address@hidden>
-Date: Sat, 11 May 2019 09:02:34 +0200
-Subject: [PATCH] gkr: Use 0 on empty flags
-
-A Flags-type variable without any flag set can be replaced with 0, so
-this is a safe thing to do. It also prevents us from having to deal with
-the accidental API break in libsecret (see
-https://gitlab.gnome.org/GNOME/libsecret/merge_requests/19)
----
- gkr/gkr-keyring-add.vala | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/gkr/gkr-keyring-add.vala b/gkr/gkr-keyring-add.vala
-index 4e92a520..f60c9a22 100644
---- a/gkr/gkr-keyring-add.vala
-+++ b/gkr/gkr-keyring-add.vala
-@@ -41,8 +41,7 @@ public class Seahorse.Gkr.KeyringAdd : Gtk.Dialog {
-
- var cancellable = Dialog.begin_request(this);
- var service = Backend.instance().service;
-- Secret.Collection.create.begin(service, this.name_entry.text, null,
--
Secret.CollectionCreateFlags.COLLECTION_CREATE_NONE,
-+ Secret.Collection.create.begin(service, this.name_entry.text, null, 0,
- cancellable, (obj, res) => {
- /* Clear the operation without cancelling it since it is complete
*/
- Dialog.complete_request(this, false);
---
-2.23.0
-
- 41/60: gnu: yelp-tools: Update to 3.32.2., (continued)
- 41/60: gnu: yelp-tools: Update to 3.32.2., guix-commits, 2020/01/25
- 42/60: gnu: mutter: Update to 3.34.2., guix-commits, 2020/01/25
- 43/60: gnu: gdm: Update to 3.34.1., guix-commits, 2020/01/25
- 36/60: gnu: pango: Update to 1.44.7., guix-commits, 2020/01/25
- 45/60: gnu: gjs: Update to 1.58.3., guix-commits, 2020/01/25
- 48/60: gnu: gnome-mines: Update to 3.34.0., guix-commits, 2020/01/25
- 50/60: gnu: devhelp: Update to 3.34.0., guix-commits, 2020/01/25
- 52/60: gnu: gnome-clocks: Update to 3.34.0., guix-commits, 2020/01/25
- 44/60: gnu: telepathy-glib: Disable failing tests., guix-commits, 2020/01/25
- 51/60: gnu: gnome-klotski: Update to 3.34.0., guix-commits, 2020/01/25
- 47/60: gnu: seahorse: Update to 3.34.,
guix-commits <=
- 46/60: gnu: gnome-shell: Update to 3.34.2., guix-commits, 2020/01/25
- 49/60: gnu: gnome-sudoku: Update to 3.34.1., guix-commits, 2020/01/25
- 55/60: gnu: gnome-shell-extensions: Update to 3.34.2., guix-commits, 2020/01/25
- 58/60: gnu: cheese: Update to 3.34.0., guix-commits, 2020/01/25
- 60/60: gnu: librsvg-next: Temporarily disable tests., guix-commits, 2020/01/25
- 57/60: gnu: tracker: Fix functional tests., guix-commits, 2020/01/25
- 56/60: gnu: orca: Update to 3.34.1., guix-commits, 2020/01/25
- 59/60: gnu: gnome-maps: Update to 3.34.2., guix-commits, 2020/01/25
- 54/60: gnu: gnome-tweaks: Update to 3.34.0., guix-commits, 2020/01/25
- 53/60: gnu: gnome-calendar: Update to 3.34.2., guix-commits, 2020/01/25