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)
Last Packager: Alexays
Votes: 34
Popularity: 1.39
First Submitted: 2018-08-09 18:41 (UTC)
Last Updated: 2024-06-14 07:05 (UTC)

Required by (29)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »

nedludd commented on 2019-03-11 19:06 (UTC)

The build locks up my computer with a load average over 100.

Happens here:

ninja: Entering directory `/home/thermans/.cache/yay/waybar-git/src/build'
[30/55] Compiling C++ object 'waybar@exe/src_modules_sway_ipc_client.cpp.o'.

I think it's ninja's default of 6 parallel jobs at the same time. Changed to PKGBUILD to run 1 job at a time ('ninja -j 1') and it completed successfully.

chvp commented on 2019-03-11 18:29 (UTC)

Now that sway 1.0 and corresponding wlroots has been released (and added to community) the wlroots-git dependency should be changed to wlroots.

pad commented on 2019-03-01 16:30 (UTC)

could you change

source=("${pkgname}::git://github.com/Alexays/Waybar"

to

source=("${pkgname}::git+http://github.com/Alexays/Waybar"

git it's ont always open on private network

jplatte commented on 2019-02-11 15:39 (UTC)

Would it be possible to replace the wlroots-git dependency with just wlroots?

pad commented on 2019-02-07 14:15 (UTC) (edited on 2019-02-07 14:17 (UTC) by pad)

hi, mediaplayer.py need python-gobject and playerctl-git to work

without I have this error

Traceback (most recent call last):
  File "./mediaplayer.py", line 5, in <module>
    gi.require_version('Playerctl', '2.0')
AttributeError: module 'gi' has no attribute 'require_version'

jadesoturi commented on 2019-01-09 15:32 (UTC)

Please add https://aur.archlinux.org/packages/playerctl-git/ as optional dependency to use the mediaplayer.py script. The playerctl from community does not provide Playerctl 2.0.

Alexays commented on 2018-12-17 08:19 (UTC)

@daenney I just added --tags, it should be fixed :)

daenney commented on 2018-12-01 15:11 (UTC) (edited on 2018-12-01 15:24 (UTC) by daenney)

I get a build error:

==> Starting pkgver()...
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: sed: -e expression #1, char 17: invalid reference \1 on `s' command's RHS
r296.691fb88

The reason appears to be this:

git describe --long
fatal: No annotated tags can describe '691fb88057355ff39a3806ad4a4479037893d174'.
However, there were unannotated tags: try --tags.

That's all printed to stderr, so git describe --long 2>/dev/null results in no output, making the sed expression fail and bail out due to the set -o pipefail.