unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50800] [PATCH] gnu: swappy: Update to 1.4.0.
@ 2021-09-25  9:44 Alexandr Vityazev
  2021-09-25 13:04 ` [bug#50800] [PATCH] gnu: swappy: Add propagated-inputs Alexandr Vityazev
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandr Vityazev @ 2021-09-25  9:44 UTC (permalink / raw)
  To: 50800

* 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@posteo.net>
 ;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
 ;;; Copyright © 2021 Nicolò Balzarotti <nicolo@nixo.xyz>
+;;; Copyright © 2021 Alexandr Vityazev <avityazev@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




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

* [bug#50800] [PATCH] gnu: swappy: Add propagated-inputs.
  2021-09-25  9:44 [bug#50800] [PATCH] gnu: swappy: Update to 1.4.0 Alexandr Vityazev
@ 2021-09-25 13:04 ` Alexandr Vityazev
  2021-10-13  9:15   ` bug#50800: [PATCH] gnu: swappy: Update to 1.4.0 Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandr Vityazev @ 2021-09-25 13:04 UTC (permalink / raw)
  To: 50800

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).
---
 gnu/packages/image.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index bdcf43c03f..0e59c6f643 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -91,6 +91,7 @@
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages xorg)
+  #:use-module (gnu packages fonts)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix download)
@@ -1871,6 +1872,8 @@ Features:
     (inputs
      `(("gtk+" ,gtk+)
        ("libnotify" ,libnotify)))
+    (propagated-inputs
+     `(("font-awesome" ,font-awesome)))
     (home-page "https://github.com/jtheoof/swappy")
     (synopsis "Grab and edit on the fly snapshots of a Wayland compositor")
     (description
-- 
2.33.0



-- 

Alexandr Vityazev




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

* bug#50800: [PATCH] gnu: swappy: Update to 1.4.0.
  2021-09-25 13:04 ` [bug#50800] [PATCH] gnu: swappy: Add propagated-inputs Alexandr Vityazev
@ 2021-10-13  9:15   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2021-10-13  9:15 UTC (permalink / raw)
  To: Alexandr Vityazev; +Cc: 50800-done

Alexandr Vityazev <avityazev@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’.




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

end of thread, other threads:[~2021-10-13  9:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-25  9:44 [bug#50800] [PATCH] gnu: swappy: Update to 1.4.0 Alexandr Vityazev
2021-09-25 13:04 ` [bug#50800] [PATCH] gnu: swappy: Add propagated-inputs Alexandr Vityazev
2021-10-13  9:15   ` bug#50800: [PATCH] gnu: swappy: Update to 1.4.0 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).