unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67472] [PATCH gnome-team] gnu: yelp: Update to 42.2.
@ 2023-11-26 18:00 Vivien Kraus via Guix-patches via
  2023-12-04  1:12 ` Maxim Cournoyer
  2023-12-05 17:42 ` bug#67472: Applied, closing Vivien Kraus via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-26 18:00 UTC (permalink / raw)
  To: 67472; +Cc: rg, liliana.prikler, maxim.cournoyer

* gnu/packages/gnome.scm (yelp): Update to 42.2.
[inputs]: Add bash-minimal and gtk+.  Replace webkitgtk with
webkitgtk-for-gtk3.

Change-Id: Iea3fa0c9eb527b0de691809a19fce7654261e827
---
 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 d354327497..d3c892fc22 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7309,7 +7309,7 @@ (define-public yelp-xsl
 (define-public yelp
   (package
     (name "yelp")
-    (version "42.1")
+    (version "42.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7317,7 +7317,7 @@ (define-public yelp
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0h9vf4fx056imjf8ibmn03wg1c3hniipy1nsm2jqi62lp1m19c95"))))
+                "0jxckvzmp3lzg62wrdp7f3c8hw6zbkwd0sy65ir9q259hw3zvid2"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      (list #:phases
@@ -7349,13 +7349,15 @@ (define-public yelp
     (propagated-inputs
      (list dconf))
     (inputs
-     (list gsettings-desktop-schemas
+     (list bash-minimal
+           gsettings-desktop-schemas
            libhandy
            libxslt
            man-db                                 ;for URIs like "man:ls"
            groff-minimal                          ;ditto
+           gtk+
            sqlite
-           webkitgtk
+           webkitgtk-for-gtk3
            yelp-xsl))
     (home-page "https://wiki.gnome.org/Apps/Yelp")
     (synopsis "GNOME help browser")

base-commit: e21f0cb7b7a87992004193cd56638ad961fe5928
-- 
2.41.0




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

* [bug#67472] [PATCH gnome-team] gnu: yelp: Update to 42.2.
  2023-11-26 18:00 [bug#67472] [PATCH gnome-team] gnu: yelp: Update to 42.2 Vivien Kraus via Guix-patches via
@ 2023-12-04  1:12 ` Maxim Cournoyer
  2023-12-05 17:42 ` bug#67472: Applied, closing Vivien Kraus via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2023-12-04  1:12 UTC (permalink / raw)
  To: Vivien Kraus; +Cc: rg, liliana.prikler, 67472

Hello,

Vivien Kraus <vivien@planete-kraus.eu> writes:

> * gnu/packages/gnome.scm (yelp): Update to 42.2.
> [inputs]: Add bash-minimal and gtk+.  Replace webkitgtk with
> webkitgtk-for-gtk3.
>
> Change-Id: Iea3fa0c9eb527b0de691809a19fce7654261e827

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>

-- 
Thanks,
Maxim




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

* bug#67472: Applied, closing
  2023-11-26 18:00 [bug#67472] [PATCH gnome-team] gnu: yelp: Update to 42.2 Vivien Kraus via Guix-patches via
  2023-12-04  1:12 ` Maxim Cournoyer
@ 2023-12-05 17:42 ` Vivien Kraus via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-12-05 17:42 UTC (permalink / raw)
  To: 67472-done

Applied, closing.




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

end of thread, other threads:[~2023-12-05 18:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-26 18:00 [bug#67472] [PATCH gnome-team] gnu: yelp: Update to 42.2 Vivien Kraus via Guix-patches via
2023-12-04  1:12 ` Maxim Cournoyer
2023-12-05 17:42 ` bug#67472: Applied, closing Vivien Kraus 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).