Skip to content

Commit

Permalink
packagin: update freebsd packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
LBCrion committed Aug 29, 2023
1 parent 4fdfbc6 commit a8465d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions packaging/freebsd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ USE_GNOME= cairo gdkpixbuf2 gtk30
USE_GITHUB= yes
GH_ACCOUNT= LBCrion

OPTIONS_DEFINE= MPD NETWORK PULSEAUDIO XKB ALSA
OPTIONS_DEFAULT= MPD NETWORK PULSEAUDIO XKB ALSA
OPTIONS_DEFINE= MPD NETWORK PULSEAUDIO XKB ALSA BSD IDLE
OPTIONS_DEFAULT= MPD NETWORK PULSEAUDIO XKB ALSA BSD IDLE
OPTIONS_SUB= yes

MPD_DESC= Music player daemon control
Expand All @@ -33,6 +33,12 @@ MPD_MESON_ENABLED= mpd
NETWORK_DESC= Network interface monitor support
NETWORK_MESON_ENABLED= network

BSD_DESC= Support for BSD sysctl interface
BSD_MESON_ENABLED= bsdctl

IDLE_DESC= Support for idle inhibit protocol
IDLE_MESON_ENABLED= idleinhibit

PULSEAUDIO_DESC= Pulse audio volume control
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
PULSEAUDIO_MESON_ENABLED= pulse
Expand Down
4 changes: 2 additions & 2 deletions packaging/freebsd/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ share/icons/hicolor/scalable/apps/sfwbar.svg
%%MPD%%lib/sfwbar/mpd.so
%%XKB%%lib/sfwbar/xkbmap.so
%%ALSA%%lib/sfwbar/alsactl.so
%%BSDCTL%%lib/sfwbar/bsdctl.so
%%IDLEINHIBIT%%lib/sfwbar/idleinhibit.so
%%BSD%%lib/sfwbar/bsdctl.so
%%IDLE%%lib/sfwbar/idleinhibit.so

0 comments on commit a8465d0

Please sign in to comment.