GNU bug report logs -
#68965
[PATCH] gnu: Add yambar-wayland.
Previous Next
Reported by: chris <chris <at> bumblehead.com>
Date: Wed, 7 Feb 2024 07:41:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 68965-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
chris <chris <at> bumblehead.com> skribis:
> * (yambar-wayland): New variable.
>
> Change-Id: I7b1d5d3626b915261b5b3f7fea3a3ace03adbf11
I tweaked the commit log and applied with the cosmetic changes below.
Thanks!
Ludo'.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 54ffe0599d..ae8213ddae 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3609,21 +3609,24 @@ (define-public yambar-wayland
#:configure-flags #~'("-Db_lto=true"
"-Dbackend-x11=disabled"
"-Dbackend-wayland=enabled")))
- (native-inputs (list pkg-config tllist flex bison scdoc wayland-protocols))
- (inputs (list
- fcft
- wayland
- pipewire
- libyaml
- pixman
- alsa-lib
- json-c
- libmpdclient
- eudev))
+ (native-inputs (list pkg-config
+ tllist
+ flex
+ bison
+ scdoc
+ wayland-protocols))
+ (inputs (list fcft
+ wayland
+ pipewire
+ libyaml
+ pixman
+ alsa-lib
+ json-c
+ libmpdclient
+ eudev))
(synopsis "X11 and Wayland status panel")
(description
- "@command{yambar} is a lightweight and configurable status
- panel (bar, for short) for X11 and Wayland, that goes to great
- lengths to be both CPU and battery efficient - polling is only
- done when absolutely necessary.")
+ "@command{yambar} is a lightweight and configurable status panel (bar,
+for short) for X11 and Wayland, that goes to great lengths to be both CPU and
+battery efficient---polling is only done when absolutely necessary.")
(license license:expat)))
This bug report was last modified 1 year and 143 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.