[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/11: gnu: waybar: Update to 0.9.3.
From: |
guix-commits |
Subject: |
10/11: gnu: waybar: Update to 0.9.3. |
Date: |
Tue, 11 Aug 2020 16:28:01 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 80817888a14f013c0aa8064296d59ebdf9a3acda
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 22:01:12 2020 +0200
gnu: waybar: Update to 0.9.3.
* gnu/packages/wm.scm (waybar): Update to 0.9.3.
[native-inputs]: Compile with GCC 8.
---
gnu/packages/wm.scm | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 2fab4cb..2ffba9e 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -77,6 +77,7 @@
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages fribidi)
#:use-module (gnu packages gawk)
+ #:use-module (gnu packages gcc)
#:use-module (gnu packages gl)
#:use-module (gnu packages glib)
#:use-module (gnu packages gperf)
@@ -1488,7 +1489,7 @@ modules for building a Wayland compositor.")
(define-public waybar
(package
(name "waybar")
- (version "0.9.1")
+ (version "0.9.3")
(source
(origin
(method git-fetch)
@@ -1497,7 +1498,7 @@ modules for building a Wayland compositor.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0drlv8im5phz39jxp3gxkc40b6f85bb3piff2v3hmnfzh7ib915s"))))
+ (base32 "0ks719khhg2zwpyiwa2079i6962qcxpapm28hmr4ckpsp2n659ck"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
@@ -1514,9 +1515,11 @@ modules for building a Wayland compositor.")
("pulseaudio" ,pulseaudio)
("spdlog" ,spdlog)
("wayland" ,wayland)))
- (native-inputs `(("glib:bin" ,glib "bin")
- ("pkg-config" ,pkg-config)
- ("wayland-protocols" ,wayland-protocols)))
+ (native-inputs
+ `(("gcc" ,gcc-8) ; for #include <filesystem>
+ ("glib:bin" ,glib "bin")
+ ("pkg-config" ,pkg-config)
+ ("wayland-protocols" ,wayland-protocols)))
(home-page "https://github.com/Alexays/Waybar")
(synopsis "Wayland bar for Sway and Wlroots based compositors")
(description "Waybar is a highly customisable Wayland bar for Sway and
- 01/11: gnu: readosm: Update to 1.1.0a., (continued)
- 01/11: gnu: readosm: Update to 1.1.0a., guix-commits, 2020/08/11
- 02/11: gnu: xpra: Update to 4.0.3., guix-commits, 2020/08/11
- 03/11: gnu: burp: Update to 2.3.32., guix-commits, 2020/08/11
- 07/11: gnu: gnome-boxes: Update to 3.36.6., guix-commits, 2020/08/11
- 04/11: gnu: bitcoin-abc: Update to 0.21.12., guix-commits, 2020/08/11
- 06/11: gnu: goffice: Update to 0.10.47., guix-commits, 2020/08/11
- 05/11: gnu: geos: Update to 3.8.1., guix-commits, 2020/08/11
- 08/11: gnu: tumbler: Update to 0.2.9., guix-commits, 2020/08/11
- 11/11: gnu: links: Update to 2.21., guix-commits, 2020/08/11
- 09/11: gnu: sxhkd: Update to 0.6.2., guix-commits, 2020/08/11
- 10/11: gnu: waybar: Update to 0.9.3.,
guix-commits <=