Package Details: waybar-git r2429.09142fa3-1

Git Clone URL: https://aur.archlinux.org/waybar-git.git (read-only, click to copy)
Package Base: waybar-git
Description: Highly customizable Wayland bar for Sway and Wlroots based compositors (GIT)
Upstream URL: https://github.com/Alexays/Waybar/
Keywords: bar sway wlroots
Licenses: MIT
Conflicts: waybar
Provides: waybar
Submitter: BlueGone
Maintainer: Alexays (BlueGone, maximbaz)
Last Packager: Alexays
Votes: 29
Popularity: 0.178243
First Submitted: 2018-08-09 18:41 (UTC)
Last Updated: 2023-07-05 07:10 (UTC)

Required by (27)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

zach commented on 2019-12-17 06:05 (UTC)

Failing with error:

[72/90] Generating waybar-mpd.5 with a custom command.
FAILED: waybar-mpd.5
/usr/bin/sh -c '/usr/bin/scdoc < ../waybar-git/man/waybar-mpd.5.scd > waybar-mpd.5'
Error at 79:1: Tabs are required for indentation
[81/90] Compiling C++ object 'waybar@exe/src_modules_mpd.cpp.o'.
ninja: build stopped: subcommand failed.

Gamma commented on 2019-08-29 19:41 (UTC)

Add scdoc/scdoc-git as a dependency.

mnussbaum commented on 2019-05-26 18:40 (UTC)

There's probably not much you can do if an upstream dependency is down, but just FYI right now it looks like this package won't build due to https://wrapdb.mesonbuild.com/v1/projects/fmt/5.3.0/1/get_zip being down

toggleton commented on 2019-04-23 11:30 (UTC) (edited on 2019-04-23 11:37 (UTC) by toggleton)

==> Validating source files with sha1sums... waybar-git ... Skipped meson.build.patch ... FAILED ==> ERROR: One or more files did not pass the validity check!

need to change the sha1sums=('SKIP' 'ec12c4c2a5af2f92f35da8d57115e01f7ecf490d')

Alexays commented on 2019-04-23 09:45 (UTC)

@SibrenVasse now fixed :)

SibrenVasse commented on 2019-04-23 08:50 (UTC) (edited on 2019-04-23 08:50 (UTC) by SibrenVasse)

The current patch fails to apply.

--- meson.build 2018-11-08 09:57:21.000000000 +0100
+++ meson.build.patch   2018-11-09 09:47:40.000000000 +0100
@@ -32,7 +32,7 @@

 thread_dep = dependency('threads')
 libinput = dependency('libinput')
-fmt = dependency('fmt', version : ['>=5.3.0'], fallback : ['fmt', 'fmt_dep'])
+fmt = subproject('fmt').get_variable('fmt_dep')
 wayland_client = dependency('wayland-client')
 wayland_cursor = dependency('wayland-cursor')
 wayland_protos = dependency('wayland-protocols')

UnicornDarkness commented on 2019-03-27 08:09 (UTC)

Please add these lines in PKGBUILD:

provides=('waybar')
conflicts=('waybar')

fmartingr commented on 2019-03-19 13:14 (UTC)

You may want to make this conflict with the community/waybar package, so it is uninstalled automatically (or at least warns the user).

ainola commented on 2019-03-16 22:33 (UTC)

Please add a dependency for 'fmt', otherwise it's downloading a copy instead of using the system. Also, this should conflict with 'waybar', which is now in the official repos.

Thanks!

rbnis commented on 2019-03-14 06:53 (UTC) (edited on 2019-03-14 06:54 (UTC) by rbnis)

Please change the dependencies

wlroots-git
sway-git

to

wlroots
sway