Search Criteria
Package Details: j4status-git 458.e86c6d3-1
Git Clone URL: | https://aur.archlinux.org/j4status-git.git (read-only, click to copy) |
---|---|
Package Base: | j4status-git |
Description: | A plugin-based status line generator: j4status generates a status line to use with bar programs (like i3bar). It is plugin-based to allow anyone to extend it easily. |
Upstream URL: | https://sardemff7.github.io/j4status/ |
Keywords: | bar i3 i3status i3wm status sway |
Licenses: | |
Provides: | |
Submitter: | None |
Maintainer: | aperez |
Last Packager: | aperez |
Votes: | 31 |
Popularity: | 0.000000 |
First Submitted: | 2013-05-02 15:59 |
Last Updated: | 2019-10-26 18:53 |
Dependencies (14)
- dbus (dbus-elogind, dbus-git, dbus-x11, dbus-nosystemd-minimal-git, dbus-selinux, dbus-nosystemd)
- eventd (eventd-git)
- libmpdclient
- libnl (libnl-git)
- lm_sensors (lm_sensors-max_of_fctemps, lm_sensors-git)
- networkmanager (networkmanager-secure, networkmanager-noscan, networkmanager-consolekit, networkmanager-git, networkmanager-iwd)
- pulseaudio (pulseaudio-bluedio, pulseaudio-pali, pulseaudio-airplay, pulseaudio-git, pulseaudio-hsphfpd, pulseaudio-dummy, pulseaudio-nosystemd-git, pulseaudio-nosystemd-minimal-git, pipewire-pulse-git, pipewire-common-pulse-git, pipewire-full-pulse-git, pipewire-pulse)
- systemd (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux)
- upower (upower-pm-utils, upower-git, upower-nocritical)
- yajl (yajl-edenhill-git, yajl-git)
- docbook-xsl (make)
- git (git-git) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
Required by (1)
- j4status-plugins-git (requires j4status)
Latest Comments
aperez commented on 2019-10-26 18:55
@alt0160: Dependency added, the PKGBUILD should be working now. Thanks for the heads up!
alt0160 commented on 2019-10-21 07:36
I think
eventd
is required as a dependencyaperez commented on 2019-02-10 12:34
Currently this fails to build due to upstream switching to Meson. I have an updated PKGBUILD here: https://gist.github.com/aperezdc/ed5ba8c42f96c6887d00b8b864c46c35
coldBug commented on 2018-01-25 21:19
When building this package i had the problem described in this bug post https://bugs.archlinux.org/task/55915 and solved it by adding export PYTHONPATH="/usr/share/glib-2.0".
Anonymous comment on 2015-08-07 18:59
Since I no longer intend to use distributions with systemd for personal use,
I will abandon this package no earlier than 2015-09-01.
Should someone be interested in maintaining this package afterwards,
he or she can contact me in the interim to become co-maintainer
and then sole maintainer once I leave, to ensure a smooth transition.
Anonymous comment on 2015-06-12 09:33
Initial AUR4 import.
Anonymous comment on 2014-03-17 14:54
cyrevolt: Should work now, but you'll still need to disable NM and remove it from the dependencies if you don't want it.
cyrevolt commented on 2014-03-17 13:54
Sadly this package is a bit out of date now - but yeah, here's some fixes needed to build properly:
The git command needs to work recursively, otherwise files will be missing, i.e.:
git clone --recursive "${_gitroot}" "${_gitname}"
And since not everyone is using NetworkManager (me e.g. ^^), it should be easy to quickly edit the configure flags from the PKGBUILD.
To disable nm, e.g., I had to change it to:
./configure --prefix=/usr --enable-systemd-input --disable-nm-input
I'll rewrite the PKGBUILD when I'm through with reading the packages standards Wiki page. =)
Anonymous comment on 2013-10-19 20:07
You'd need to go to the j4tstatus project for that, not the packager, but here is what I can find ad hoc:
The manuals: http://j4status.j4tools.org/man/
The j4tools IRC channel: irc://irc.twice-irc.de/j4tools.
i3's manual section on how to use different status commands (such as jtstatus): http://i3wm.org/docs/userguide.html#_configuring_i3bar
postblue commented on 2013-10-19 13:11
Is it possible to have a configuration example ? I didn't managed to configure it to work with my i3 config.