[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/21: gnu: cagebreak: Update to 2.2.0, install man pages.
From: |
guix-commits |
Subject: |
09/21: gnu: cagebreak: Update to 2.2.0, install man pages. |
Date: |
Wed, 2 Aug 2023 00:15:21 -0400 (EDT) |
lilyp pushed a commit to branch emacs-team
in repository guix.
commit 423d5964eb62cc8992f0b9c59016253e4d5bea42
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Tue Jul 18 21:16:06 2023 +0800
gnu: cagebreak: Update to 2.2.0, install man pages.
* gnu/packages/wm.scm (cagebreak): Update to 2.2.0.
[arguments]: Add '-Dman-pages=true' to configure-flags.
[native-inputs]: Replace pandoc with scdoc.
---
gnu/packages/wm.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f2c050408e..8cc1f43e38 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2838,7 +2838,7 @@ shows a notification for the user on the screen.")
(define-public cagebreak
(package
(name "cagebreak")
- (version "2.1.2")
+ (version "2.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2847,11 +2847,11 @@ shows a notification for the user on the screen.")
(file-name (git-file-name name version))
(sha256
(base32
- "09ky8wili3ym8qi4dasckdcdcvn4g6ak08dg0yccnwmnlwxiyps6"))))
+ "0yhn77hdy7c80hd6r8nmvs206pmp76bx4zr94imfvgs8fh5gb8cy"))))
(build-system meson-build-system)
(arguments
(list
- #:configure-flags #~(list "-Dxwayland=true")
+ #:configure-flags #~(list "-Dxwayland=true" "-Dman-pages=true")
;; XXX: Running cagebreak tests need more tools, such as: clang-format,
;; shellcheck, git, gnupg ...
#:tests? #f
@@ -2862,7 +2862,7 @@ shows a notification for the user on the screen.")
(substitute* '("cagebreak.c" "meson.build")
(("/etc/") (string-append #$output "/etc/"))
(("/usr/share/") (string-append #$output "/usr/share/"))))))))
- (native-inputs (list pandoc pkg-config))
+ (native-inputs (list pkg-config scdoc))
(inputs (list libevdev pango wlroots))
(home-page "https://github.com/project-repo/cagebreak")
(synopsis "Tiling wayland compositor inspired by ratpoison")
- branch emacs-team updated (15406013fe -> 9f23addae2), guix-commits, 2023/08/02
- 02/21: gnu: snakemake-6: Fix version reporting., guix-commits, 2023/08/02
- 01/21: gnu: emacs-denote: Update to 2.0.0., guix-commits, 2023/08/02
- 03/21: gnu: snakemake-7: Fix version reporting., guix-commits, 2023/08/02
- 04/21: gnu: Add python-pyment, guix-commits, 2023/08/02
- 08/21: gnu: ccache: Update to 4.8.2., guix-commits, 2023/08/02
- 07/21: gnu: termite: Update to 16.6 (a maintained fork)., guix-commits, 2023/08/02
- 09/21: gnu: cagebreak: Update to 2.2.0, install man pages.,
guix-commits <=
- 10/21: gnu: xfce4-clipman-plugin: Update to 1.6.4., guix-commits, 2023/08/02
- 13/21: gnu: xfce4-cpugraph-plugin: Update to 1.2.8., guix-commits, 2023/08/02
- 14/21: gnu: xfce4-verve-plugin: Update to 2.0.3., guix-commits, 2023/08/02
- 15/21: licenses: Add Arphic-1999 (Aprhic Public License)., guix-commits, 2023/08/02
- 16/21: gnu: vte-ng: Remove package., guix-commits, 2023/08/02
- 19/21: gnu: Add python-asyncua., guix-commits, 2023/08/02
- 05/21: gnu: Add python-core-sr-ht., guix-commits, 2023/08/02
- 06/21: gnu: Add python-scm-sr-ht., guix-commits, 2023/08/02
- 11/21: gnu: xfce4-settings: Update to 4.18.3., guix-commits, 2023/08/02
- 12/21: gnu: xfce4-volumed-pulse: Update to 0.2.4., guix-commits, 2023/08/02