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.
Search Criteria
Package Details: j4status-git 227.7bbb63d-1
Git Clone URL: | https://aur.archlinux.org/j4status-git.git (read-only) |
---|---|
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: | http://j4status.j4tools.org/ |
Licenses: | |
Provides: | |
Submitter: | calrama |
Maintainer: | jeremija |
Last Packager: | calrama |
Votes: | 30 |
Popularity: | 0.542500 |
First Submitted: | 2013-05-02 15:59 |
Last Updated: | 2015-06-11 11:23 |
Dependencies (7)
- dbus (dbus-elogind, dbus-x11, dbus-git, dbus-nosystemd, dbus-selinux)
- lm_sensors (lm_sensors-max_of_fctemps, lm_sensors-git)
- networkmanager (networkmanager-ifupdown, networkmanager-consolekit-noscan, networkmanager-noscan, networkmanager-git, networkmanager-consolekit)
- upower (upower-git, upower-pm-utils, upower-nocritical)
- yajl
- docbook-xsl (make)
- git (git-git) (make)
Required by (1)
- j4status-plugins-git (requires j4status)
Sources (2)
Latest Comments
coldBug commented on 2018-01-25 21:19
calrama commented on 2015-08-07 18:59
calrama commented on 2015-06-12 09:33
Initial AUR4 import.
calrama commented 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. =)
calrama commented 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.
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".