unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69813] [PATCH 0/2] Update seahorse and libsecret.
@ 2024-03-15 16:43 Herman Rimm via Guix-patches via
  2024-03-15 18:31 ` Liliana Marie Prikler
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-03-15 16:43 UTC (permalink / raw)
  To: 69813
  Cc: Herman Rimm, Liliana Marie Prikler, Maxim Cournoyer,
	Raghav Gururajan, Vivien Kraus

Hello,

I built libsecret twice while running 'stress --cpu 24' and the test-
collection test did not fail. Does it pass for you as well?

Cheers,
Herman

Herman Rimm (2):
  gnu: libsecret: Update to 0.21.4.
  gnu: seahorse: Update to 43.0.

 gnu/packages/gnome.scm | 23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)


base-commit: 93aefca7bab5f5b40164176e3224221d26d708f1
-- 
2.41.0





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#69813] [PATCH 0/2] Update seahorse and libsecret.
  2024-03-15 16:43 [bug#69813] [PATCH 0/2] Update seahorse and libsecret Herman Rimm via Guix-patches via
@ 2024-03-15 18:31 ` Liliana Marie Prikler
  2024-03-15 18:33 ` [bug#69813] [PATCH 1/2] gnu: libsecret: Update to 0.21.4 Herman Rimm via Guix-patches via
  2024-03-15 18:34 ` [bug#69813] [PATCH 2/2] gnu: seahorse: Update to 43.0 Herman Rimm via Guix-patches via
  2 siblings, 0 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2024-03-15 18:31 UTC (permalink / raw)
  To: Herman Rimm, 69813; +Cc: Raghav Gururajan, Vivien Kraus, Maxim Cournoyer

Am Freitag, dem 15.03.2024 um 17:43 +0100 schrieb Herman Rimm:
> Hello,
> 
> I built libsecret twice while running 'stress --cpu 24' and the test-
> collection test did not fail. Does it pass for you as well?
> 
> Cheers,
> Herman
> 
> Herman Rimm (2):
>   gnu: libsecret: Update to 0.21.4.
>   gnu: seahorse: Update to 43.0.
Still missing the rest of the series.  Did you send it?




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#69813] [PATCH 1/2] gnu: libsecret: Update to 0.21.4.
  2024-03-15 16:43 [bug#69813] [PATCH 0/2] Update seahorse and libsecret Herman Rimm via Guix-patches via
  2024-03-15 18:31 ` Liliana Marie Prikler
@ 2024-03-15 18:33 ` Herman Rimm via Guix-patches via
  2024-03-15 18:34 ` [bug#69813] [PATCH 2/2] gnu: seahorse: Update to 43.0 Herman Rimm via Guix-patches via
  2 siblings, 0 replies; 4+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-03-15 18:33 UTC (permalink / raw)
  To: 69813
  Cc: Herman Rimm, Liliana Marie Prikler, Maxim Cournoyer,
	Raghav Gururajan, Vivien Kraus

* gnu/packages/gnome.scm (libsecret): Update.

Change-Id: I8a785f1fa9ff9ddde6dfda9a52abd0405b5ab448
---
 gnu/packages/gnome.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 06256066bc..23fe921fb0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5172,7 +5172,7 @@ (define-public libsoup
 (define-public libsecret
   (package
     (name "libsecret")
-    (version "0.20.5")
+    (version "0.21.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -5181,7 +5181,7 @@ (define-public libsecret
                     "libsecret-" version ".tar.xz"))
               (sha256
                (base32
-                "0k9bs47rzb3dwvznb4179d6nw7rbzjdyd4y8hx6vazfd1wscxcrz"))))
+                "081bj59ws08kb261cd1w1mkdkhfbzsjbbkkrm6wllvdyhgbhhg8n"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -5189,12 +5189,6 @@ (define-public libsecret
       #~(list "-Dgtk_doc=false")        ;requires gi-docgen
       #:phases
       #~(modify-phases %standard-phases
-          (add-after 'unpack 'disable-problematic-tests
-            (lambda _
-              (substitute* "libsecret/meson.build"
-                ;; The test-collection test fails non-deterministically (see:
-                ;; https://gitlab.gnome.org/GNOME/libsecret/-/issues/80).
-                ((".*'test-collection',.*") ""))))
           (delete 'check)
           (add-after 'install 'check
             (lambda* (#:key tests? test-options #:allow-other-keys)
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#69813] [PATCH 2/2] gnu: seahorse: Update to 43.0.
  2024-03-15 16:43 [bug#69813] [PATCH 0/2] Update seahorse and libsecret Herman Rimm via Guix-patches via
  2024-03-15 18:31 ` Liliana Marie Prikler
  2024-03-15 18:33 ` [bug#69813] [PATCH 1/2] gnu: libsecret: Update to 0.21.4 Herman Rimm via Guix-patches via
@ 2024-03-15 18:34 ` Herman Rimm via Guix-patches via
  2 siblings, 0 replies; 4+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-03-15 18:34 UTC (permalink / raw)
  To: 69813
  Cc: Herman Rimm, Liliana Marie Prikler, Maxim Cournoyer,
	Raghav Gururajan, Vivien Kraus

* gnu/packages/gnome.scm (seahorse): Update.

Change-Id: I13ce7c9e2cfb7c0b8d575148a502d81ddf30d13d
---
 gnu/packages/gnome.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 23fe921fb0..3fcfe23761 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4420,7 +4420,7 @@ (define-public drawing
 (define-public seahorse
   (package
     (name "seahorse")
-    (version "42.0")
+    (version "43.0")
     (source
      (origin
        (method url-fetch)
@@ -4428,7 +4428,7 @@ (define-public seahorse
                            (version-major version) "/" name "-"
                            version ".tar.xz"))
        (sha256
-        (base32 "0c6nafhn4gcjwd1xbs5bjq9785114fc0pbhxbwp7wynyz3msq365"))))
+        (base32 "0bc3xbjzwa4245m6nqzl3v6hzp9hyfbf50iwgwi5hdjglzxin7av"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t
@@ -4437,8 +4437,11 @@ (define-public seahorse
          (add-after 'unpack 'skip-gtk-update-icon-cache
            ;; Don't create 'icon-theme.cache'.
            (lambda _
-             (substitute* "build-aux/meson_post_install.py"
-               (("gtk-update-icon-cache") "true"))))
+             (substitute* "meson.build"
+               (("gtk_update_icon_cache: true")
+                "gtk_update_icon_cache: false")
+               (("update_desktop_database: true")
+                "update_desktop_database: false"))))
          (add-before 'check 'pre-check
            (lambda _
              ;; Tests require a writable HOME.
@@ -4454,7 +4457,7 @@ (define-public seahorse
            libhandy
            libpwquality
            libsecret
-           libsoup-minimal-2))
+           libsoup-minimal))
     (native-inputs
      (list gettext-minimal
            `(,glib "bin")
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-15 18:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-15 16:43 [bug#69813] [PATCH 0/2] Update seahorse and libsecret Herman Rimm via Guix-patches via
2024-03-15 18:31 ` Liliana Marie Prikler
2024-03-15 18:33 ` [bug#69813] [PATCH 1/2] gnu: libsecret: Update to 0.21.4 Herman Rimm via Guix-patches via
2024-03-15 18:34 ` [bug#69813] [PATCH 2/2] gnu: seahorse: Update to 43.0 Herman Rimm via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).