[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/14: gnu: fbcat: Update to 0.5.2.
From: |
guix-commits |
Subject: |
06/14: gnu: fbcat: Update to 0.5.2. |
Date: |
Sat, 4 Sep 2021 16:11:04 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 039eb73b66e36fee9351fba61baf68692bcb409d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Sep 4 18:06:10 2021 +0200
gnu: fbcat: Update to 0.5.2.
* gnu/packages/linux.scm (fbcat): Update to 0.5.2.
[arguments]: Don't return #t from phases.
---
gnu/packages/linux.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index fbe6d42..5c154a9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7275,14 +7275,14 @@ relevant @file{/dev/vcs*} file(s).")
(define-public fbcat
(package
(name "fbcat")
- (version "0.5.1")
+ (version "0.5.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/jwilk/fbcat/releases/download/"
version "/" name "-" version ".tar.gz"))
(sha256
- (base32 "0pj9hxmwhbz6kmd7847yx2jh1scl9l25zgndyi8s9vlzdkq2q8d7"))))
+ (base32 "07q6f0xj7b4gjvn69qfn0g04yd0ch8ndzyigcz8nnrhli0cvsbh6"))))
(build-system gnu-build-system)
(inputs
;; The ‘fbgrab’ wrapper can use one of several PPM-to-PNG converters. We
@@ -7306,8 +7306,7 @@ relevant @file{/dev/vcs*} file(s).")
(("fbcat" all)
(string-append out "/bin/" all))
(("pnmtopng" all)
- (string-append pnmtopng "/bin/" all)))
- #t)))
+ (string-append pnmtopng "/bin/" all))))))
(add-after 'install 'split-fbgrab-output
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
@@ -7318,8 +7317,7 @@ relevant @file{/dev/vcs*} file(s).")
(mkdir-p (dirname new))
(rename-file old new)))
(list "bin/fbgrab"
- "share/man/man1/fbgrab.1"))
- #t))))))
+ "share/man/man1/fbgrab.1"))))))))
(home-page "https://jwilk.net/software/fbcat")
(synopsis "Take a screenshot of the contents of the Linux framebuffer")
(description
- branch master updated (e13687e -> da2bd0c), guix-commits, 2021/09/04
- 05/14: gnu: nsd: Update to 4.3.7., guix-commits, 2021/09/04
- 03/14: gnu: unbound: Update to 1.13.2., guix-commits, 2021/09/04
- 02/14: gnu: vc: Update to 1.4.2., guix-commits, 2021/09/04
- 01/14: gnu: xlockmore: Update to 5.67., guix-commits, 2021/09/04
- 06/14: gnu: fbcat: Update to 0.5.2.,
guix-commits <=
- 11/14: gnu: btrfs-progs: Update to 5.13.1., guix-commits, 2021/09/04
- 12/14: gnu: gparted: Update to 1.3.1., guix-commits, 2021/09/04
- 07/14: gnu: nvc: Update to 1.5.2., guix-commits, 2021/09/04
- 04/14: gnu: git-annex: Update to 8.20210903., guix-commits, 2021/09/04
- 08/14: gnu: libfilezilla: Update to 0.31.1., guix-commits, 2021/09/04
- 09/14: gnu: filezilla: Update to 3.55.1., guix-commits, 2021/09/04
- 13/14: gnu: interception-tools: Update to 0.6.7., guix-commits, 2021/09/04
- 10/14: gnu: epson-inkjet-printer-escpr: Update to 1.7.17., guix-commits, 2021/09/04
- 14/14: gnu: libglvnd: Update to 1.3.4., guix-commits, 2021/09/04