unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55601] [PATCH] gnu: xpad: Update to 5.8.0.
@ 2022-05-23 20:17 Rene Saavedra via Guix-patches via
  2022-05-30 14:18 ` bug#55601: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Rene Saavedra via Guix-patches via @ 2022-05-23 20:17 UTC (permalink / raw)
  To: 55601

[-- Attachment #1: Type: text/plain, Size: 63 bytes --]

hi,

This patch updates Xpad, to version 5.8.0.


--
Rene

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-xpad-Update-to-5.8.0.patch --]
[-- Type: text/x-patch; name=0001-gnu-xpad-Update-to-5.8.0.patch, Size: 1369 bytes --]

From 91eee6edbcef9a6413cd738e588754a4c2a4f94d Mon Sep 17 00:00:00 2001
From: Rene Saavedra <nanuui@protonmail.com>
Date: Mon, 23 May 2022 15:09:29 -0500
Subject: [PATCH] gnu: xpad: Update to 5.8.0.

* gnu/packages/gnome.scm (xpad): Update to 5.8.0.
[inputs]: Replace gtksourceview-3 with gtksourceview.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4a90245bff..a3767c16b8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10211,7 +10211,7 @@ (define-public gnome-calculator
 (define-public xpad
   (package
     (name "xpad")
-    (version "5.1.0")
+    (version "5.8.0")
     (source
      (origin
        (method url-fetch)
@@ -10220,13 +10220,13 @@ (define-public xpad
                            name "-" version ".tar.bz2"))
        (sha256
         (base32
-         "0l0g5x8g6dwhf5ksnqqrjjsycy57kcvdslkmsr6bl3vrsjd7qml3"))))
+         "1sc2dz4yxx6glnqpnhiby85g2blnsfn8d3fvbaqhdi2hi0q54q7j"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf automake
            `(,gtk+ "bin") intltool pkg-config))
     (inputs
-     (list gtksourceview-3 libsm))
+     (list gtksourceview libsm))
     (home-page "https://wiki.gnome.org/Apps/Xpad")
     (synopsis "Virtual sticky note")
     (description
-- 
2.36.0


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

* bug#55601: [PATCH] gnu: xpad: Update to 5.8.0.
  2022-05-23 20:17 [bug#55601] [PATCH] gnu: xpad: Update to 5.8.0 Rene Saavedra via Guix-patches via
@ 2022-05-30 14:18 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-30 14:18 UTC (permalink / raw)
  To: Rene Saavedra; +Cc: 55601-done

Hi,

Rene Saavedra <nanuui@protonmail.com> skribis:

> From 91eee6edbcef9a6413cd738e588754a4c2a4f94d Mon Sep 17 00:00:00 2001
> From: Rene Saavedra <nanuui@protonmail.com>
> Date: Mon, 23 May 2022 15:09:29 -0500
> Subject: [PATCH] gnu: xpad: Update to 5.8.0.
>
> * gnu/packages/gnome.scm (xpad): Update to 5.8.0.
> [inputs]: Replace gtksourceview-3 with gtksourceview.

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2022-05-30 14:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23 20:17 [bug#55601] [PATCH] gnu: xpad: Update to 5.8.0 Rene Saavedra via Guix-patches via
2022-05-30 14:18 ` bug#55601: " Ludovic Courtès

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).