[PATCH] gnu: xpad: Update to 5.8.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Rene Saavedra
Owner
unassigned
Submitted by
Rene Saavedra
Severity
normal

Debbugs page

Rene Saavedra wrote 3 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
vhuN9OvVE-Mvhlq8uMs68Aj_3glEP9JC3iolmzWKKHMy6KhADGw8UiUjcCbi_9K9-A615xP6MJeJqox7daLGZrhjZ6yRQiVQJAk6ZWfZxF8=@protonmail.com
hi,

This patch updates Xpad, to version 5.8.0.


--
Rene
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(-)

Toggle diff (31 lines)
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
Ludovic Courtès wrote 3 years ago
(name . Rene Saavedra)(address . nanuui@protonmail.com)(address . 55601-done@debbugs.gnu.org)
87wne33y07.fsf@gnu.org
Hi,

Rene Saavedra <nanuui@protonmail.com> skribis:

Toggle quote (8 lines)
> 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’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 55601@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 55601
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help