GNU bug report logs -
#70780
[PATCH] gnu: kanshi: Update to 1.6.0.
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Sun, 5 May 2024 11:22: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
* gnu/packages/wm.scm (kanshi): Update to 1.6.0.
[native-inputs]: Add libscfg.
Change-Id: I2be95e7452f708c970f235a149695df69c22b33e
---
gnu/packages/wm.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 316caf5fa5..05fbf897bc 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2357,7 +2357,7 @@ (define-public mako
(define-public kanshi
(package
(name "kanshi")
- (version "1.5.1")
+ (version "1.6.0")
(source
(origin
(method git-fetch)
@@ -2366,10 +2366,10 @@ (define-public kanshi
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1mc2zcqsv79y7682nwi1gn8p751zwflm9zirl98v2q2kvx334k8a"))))
+ (base32 "10ym28xkxbs6nkjk3clb680815606c42vagbshd9qs9cvc8zncra"))))
(build-system meson-build-system)
(inputs (list wayland))
- (native-inputs (list pkg-config scdoc))
+ (native-inputs (list pkg-config scdoc libscfg))
(home-page "https://wayland.emersion.fr/kanshi")
(synopsis "Hotswappable output profiles for Wayland")
(description "Kanshi allows you to define output profiles that are
--
2.41.0
This bug report was last modified 342 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.