1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/x11/polybar/pkg-message
Tobias Kortkamp 37e4bc8938 x11/polybar: Disable ALSA by default
It's broken on FreeBSD.

- More modules have been tested; update pkg-message accordingly
- Add TESTS option to build and run the unit tests
- Fix IPC_DESC. It's built-in IPC and not i3 related.
- Sort LIB_DEPENDS

PR:		226507
Submitted by:	Alexandre C. Guimarães <lebarondemerde@privacychain.ch> (based on)
Approved by:	capt_redbeard@protonmail.com (maintainer timeout, 2 months)
Differential Revision:	https://reviews.freebsd.org/D14644
2018-05-12 07:11:22 +00:00

30 lines
508 B
Plaintext

Polybar was originally built with Linux in mind, so certain modules do
not function in FreeBSD.
Working modules:
- bspwm
- date
- github
- i3
- ipc (polybar-msg method does not seem to work)
- menu
- mpd
- script
- text
- xkeyboard
- xwindow
- xworkspaces (not extensively tested)
Broken modules:
- cpu
- filesystem
- memory
- network (requires wireless_tools)
- temperature (requires /sys/class/thermal/* in sysfs)
- volume (requires full alsa, not a wrapper)
Unknown:
- backlight
- battery
- xbacklight