GNU bug report logs - #50800
[PATCH] gnu: swappy: Update to 1.4.0.

Previous Next

Package: guix-patches;

Reported by: Alexandr Vityazev <avityazev <at> posteo.org>

Date: Sat, 25 Sep 2021 09:45:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#50800: closed ([PATCH] gnu: swappy: Update to 1.4.0.)
Date: Wed, 13 Oct 2021 09:16:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 13 Oct 2021 11:15:15 +0200
with message-id <87zgrdqo9o.fsf_-_ <at> gnu.org>
and subject line Re: bug#50800: [PATCH] gnu: swappy: Update to 1.4.0.
has caused the debbugs.gnu.org bug report #50800,
regarding [PATCH] gnu: swappy: Update to 1.4.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
50800: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50800
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Alexandr Vityazev <avityazev <at> posteo.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: swappy: Update to 1.4.0.
Date: Sat, 25 Sep 2021 09:44:11 +0000
* gnu/packages/image.scm (swappy): Update to 1.4.0.
---
 gnu/packages/image.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 6e67c56d78..bdcf43c03f 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -30,6 +30,7 @@
 ;;; Copyright © 2020, 2021 Vinicius Monego <monego <at> posteo.net>
 ;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus <at> gmail.com>
 ;;; Copyright © 2021 Nicolò Balzarotti <nicolo <at> nixo.xyz>
+;;; Copyright © 2021 Alexandr Vityazev <avityazev <at> posteo.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1852,7 +1853,7 @@ Features:
 (define-public swappy
   (package
     (name "swappy")
-    (version "1.2.1")
+    (version "1.4.0")
     (source
      (origin
        (method git-fetch)
@@ -1861,7 +1862,7 @@ Features:
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14ac2jmnak7avcz0jhqjm30vk7pv3gq5aq5rdyh84k8c613kkicf"))))
+        (base32 "1s2lp3bz30svqdg6467jvncim0qgl0q1b1nqxnnci6kljbp5g0xh"))))
     (build-system meson-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.33.0



-- 

Alexandr Vityazev


[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Alexandr Vityazev <avityazev <at> posteo.org>
Cc: 50800-done <at> debbugs.gnu.org
Subject: Re: bug#50800: [PATCH] gnu: swappy: Update to 1.4.0.
Date: Wed, 13 Oct 2021 11:15:15 +0200
Alexandr Vityazev <avityazev <at> posteo.org> skribis:

> Add font-awesome to propagated-inputs to properly render the icons.
>
> * gnu/packages/image.scm (swappy)[propagated-inputs]:
> Add font-awesome;
> [use-modules]: Add (gnu packages fonts).

[...]

> +    (propagated-inputs
> +     `(("font-awesome" ,font-awesome)))

This is an unusual thing to do but since this font is required for
proper functioning, let’s do that.

Applied as well the previous one, thanks!

Ludo’.


This bug report was last modified 3 years and 227 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.