aboutsummaryrefslogblamecommitdiff
path: root/x11/waybar/Makefile
blob: 145bbcade5941e473d0409ebf09c85297cb69d86 (plain) (tree)
1
2
3
4
5
6
7
8
9
                      
                      
                 
                           
                                                          
 


                                                                                    
                                 
                                                                                      
                                                 



                                 
                                                              
                                          
                                             
                                        
                                           

                                                       
                                   
 
                               
                                    
 
                                                         



                       
                                                                       



                                             



                                           

      


                                                                                                          
                         
                                  
      
 


                                             


                                                             

                                                       



                                                        
 



                                                                          


                                                                     


                                             

                                            






































                                                                           
                               
 



                                                          



                                                                                   


                                                    



                                               


                                                              
                               
 



                                                           




                                                                 
                                                       

                                                               
                                                     

                                                     

                                                         


                                                        
 






                                                                                                      

                                                                    



                                                                    








                                                                             
                                                                          


                                                                     
                      
PORTNAME=	waybar
DISTVERSION=	0.9.24
PORTREVISION=	3
CATEGORIES=	x11 wayland
PKGNAMESUFFIX=	${FLAVOR:N${FLAVORS:[1]}:C/.+/-${FLAVOR}/}

PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+=	514d00803c91.patch:-p1 # https://github.com/Alexays/Waybar/pull/2949

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Highly customizable Wayland bar for Sway and wlroots-based compositors
WWW=		https://github.com/Alexays/Waybar

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	wayland-protocols>0:graphics/wayland-protocols
LIB_DEPENDS=	libdate-tz.so:devel/date \
		libjsoncpp.so:devel/jsoncpp \
		libfmt.so:devel/libfmt \
		libspdlog.so:devel/spdlog \
		libwayland-client.so:graphics/wayland \
		libxkbregistry.so:x11/libxkbcommon
TEST_DEPENDS=	catch>0:devel/catch

FLAVORS=	default nopulse
CONFLICTS_INSTALL=	${PORTNAME}*

USES=		compiler:c++20-lang gnome meson pkgconfig
USE_GITHUB=	yes
USE_GNOME=	gtkmm30
GH_ACCOUNT=	Alexays
GH_PROJECT=	Waybar
MESON_ARGS=	${libnl systemd wireplumber tests:L:C/.*/-D&=disabled/}
PLIST_FILES=	bin/${PORTNAME} \
		etc/xdg/${PORTNAME}/config \
		etc/xdg/${PORTNAME}/style.css

# XXX Add pkg-config support to devel/date
.if exists(${.CURDIR}/files/date.pc.in)
CONFIGURE_ENV+=	PKG_CONFIG_PATH="${WRKDIR}"
SUB_FILES+=	date.pc
.endif

OPTIONS_DEFINE=		CAVA DBUS EVDEV GLS ICONSFONT JACK MANPAGES MPD MPRIS PULSEAUDIO SNDIO UDEV UPOWER
OPTIONS_DEFAULT=	CAVA DBUS EVDEV GLS ICONSFONT JACK MANPAGES MPD MPRIS PULSEAUDIO SNDIO UDEV UPOWER
OPTIONS_EXCLUDE+=	CAVA # https://github.com/karlstav/cava/issues/487
.if ${FLAVOR:U:M*nopulse}
OPTIONS_EXCLUDE+=	PULSEAUDIO
.endif

CAVA_LIB_DEPENDS=	libcava.so:audio/cava
CAVA_MESON_ENABLED=	cava

DBUS_LIB_DEPENDS=	libdbusmenu-gtk3.so:devel/libdbusmenu
DBUS_MESON_ENABLED=	dbusmenu-gtk

EVDEV_DESC=		Keyboard state via libevdev
EVDEV_BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto
EVDEV_LIB_DEPENDS=	libevdev.so:devel/libevdev \
			libinotify.so:devel/libinotify \
			libinput.so:x11/libinput
EVDEV_MESON_ENABLED=	libevdev libinput

GLS_DESC=		Use gtk-layer-shell library for popups support
GLS_LIB_DEPENDS=	libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell
GLS_MESON_ENABLED=	gtk-layer-shell

ICONSFONT_DESC=		Install Font Awesome to properly render icons
ICONSFONT_RUN_DEPENDS=	font-awesome>0:x11-fonts/font-awesome

JACK_LIB_DEPENDS=	libjack.so:audio/jack
JACK_MESON_ENABLED=	jack

MANPAGES_BUILD_DEPENDS=	scdoc:textproc/scdoc
MANPAGES_MESON_ENABLED=	man-pages
MANPAGES_PLIST_FILES=	share/man/man5/${PORTNAME}-backlight-slider.5.gz \
			share/man/man5/${PORTNAME}-backlight.5.gz \
			share/man/man5/${PORTNAME}-battery.5.gz \
			share/man/man5/${PORTNAME}-bluetooth.5.gz \
			share/man/man5/${PORTNAME}-cava.5.gz \
			share/man/man5/${PORTNAME}-clock.5.gz \
			share/man/man5/${PORTNAME}-cpu.5.gz \
			share/man/man5/${PORTNAME}-custom.5.gz \
			share/man/man5/${PORTNAME}-disk.5.gz \
			share/man/man5/${PORTNAME}-dwl-tags.5.gz \
			share/man/man5/${PORTNAME}-gamemode.5.gz \
			share/man/man5/${PORTNAME}-idle-inhibitor.5.gz \
			share/man/man5/${PORTNAME}-image.5.gz \
			share/man/man5/${PORTNAME}-inhibitor.5.gz \
			share/man/man5/${PORTNAME}-keyboard-state.5.gz \
			share/man/man5/${PORTNAME}-memory.5.gz \
			share/man/man5/${PORTNAME}-mpd.5.gz \
			share/man/man5/${PORTNAME}-mpris.5.gz \
			share/man/man5/${PORTNAME}-network.5.gz \
			share/man/man5/${PORTNAME}-pulseaudio-slider.5.gz \
			share/man/man5/${PORTNAME}-pulseaudio.5.gz \
			share/man/man5/${PORTNAME}-river-layout.5.gz \
			share/man/man5/${PORTNAME}-river-mode.5.gz \
			share/man/man5/${PORTNAME}-river-tags.5.gz \
			share/man/man5/${PORTNAME}-river-window.5.gz \
			share/man/man5/${PORTNAME}-sndio.5.gz \
			share/man/man5/${PORTNAME}-states.5.gz \
			share/man/man5/${PORTNAME}-sway-language.5.gz \
			share/man/man5/${PORTNAME}-sway-mode.5.gz \
			share/man/man5/${PORTNAME}-sway-scratchpad.5.gz \
			share/man/man5/${PORTNAME}-sway-window.5.gz \
			share/man/man5/${PORTNAME}-sway-workspaces.5.gz \
			share/man/man5/${PORTNAME}-temperature.5.gz \
			share/man/man5/${PORTNAME}-tray.5.gz \
			share/man/man5/${PORTNAME}-upower.5.gz \
			share/man/man5/${PORTNAME}-wireplumber.5.gz \
			share/man/man5/${PORTNAME}-wlr-taskbar.5.gz \
			share/man/man5/${PORTNAME}-wlr-workspaces.5.gz \
			share/man/man5/${PORTNAME}.5.gz \
			${NULL}

MPD_DESC=		Music Player Daemon support
MPD_LIB_DEPENDS=	libmpdclient.so:audio/libmpdclient
MPD_MESON_ENABLED=	mpd

MPRIS_DESC=		Media Player Remote Interfacing Specification via playerctl
MPRIS_LIB_DEPENDS=	libplayerctl.so:multimedia/playerctl
MPRIS_MESON_ENABLED=	mpris

PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
PULSEAUDIO_MESON_ENABLED=	pulseaudio

SNDIO_LIB_DEPENDS=	libsndio.so:audio/sndio
SNDIO_USES=		localbase:ldflags
SNDIO_MESON_ENABLED=	sndio

UDEV_DESC=		Monitor backlight level via libudev
UDEV_LIB_DEPENDS=	libepoll-shim.so:devel/libepoll-shim \
			libudev.so:devel/libudev-devd
UDEV_MESON_ENABLED=	libudev

UPOWER_DESC=		Monitor battery capacity via UPower
UPOWER_LIB_DEPENDS=	libupower-glib.so:sysutils/upower
UPOWER_MESON_ENABLED=	upower_glib

post-patch:
# Extract (snapshot) version from the port instead of meson.build
	@${REINPLACE_CMD} -i .nogit -e 's/git.found()/false/' \
		-e '/project_version/s/@0@/${DISTVERSIONFULL}/' \
		${WRKSRC}/meson.build
# https://github.com/ConsoleKit2/ConsoleKit2/issues/150
	@${REINPLACE_CMD} -e 's,/login1,/ConsoleKit/Manager,' \
		-e 's,login1\([".]\),ConsoleKit\1,g' \
		${WRKSRC}/src/modules/backlight.cpp \
		${WRKSRC}/src/modules/gamemode.cpp \
		${WRKSRC}/src/modules/inhibitor.cpp \
		${WRKSRC}/src/modules/upower/upower.cpp \
		${WRKSRC}/src/util/prepare_for_sleep.cpp
# Respect PREFIX for icons
	@${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \
		${WRKSRC}/src/modules/wlr/taskbar.cpp

pre-test:
	@if [ ! -e ${WRKDIR}/.meson_build_tests ]; then \
		${RM} ${CONFIGURE_COOKIE} ${BUILD_COOKIE}; \
		${MAKE} -C${.CURDIR} build MESON_ARGS="${MESON_ARGS} --reconfigure -Dtests=enabled"; \
		${TOUCH} ${WRKDIR}/.meson_build_tests; \
	fi

# XXX https://github.com/HowardHinnant/date/issues/799
.if ${CXX} == c++ && exists(/usr/include/c++/v1/__chrono/concepts.h)
USES+=		cmake:indirect
CMAKE_ARGS=	-B ${WRKDIR}/libcxx_build -S ${WRKSRC_libcxx}/libcxx
CMAKE_OFF=	LIBCXX_INCLUDE_BENCHMARKS
CMAKE_INSTALL_PREFIX=	${WRKDIR}/libcxx_prefix

# XXX Move into separate port and standardize via USES
GH_TUPLE+=	llvm:llvm-project:llvmorg-16.0.1:libcxx
CXXFLAGS+=	-nostdinc++ -isystem${WRKDIR}/libcxx_prefix/include/c++/v1
# Don't link against new libc++ as it's not necessary
#LDFLAGS+=	-nostdlib++ -L${WRKDIR}/libcxx_prefix/lib -l:libc++.a -lcxxrt

pre-configure:	bundled-libcxx
bundled-libcxx:
	@${SETENVI} ${WRK_ENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS}
	@${DO_MAKE_BUILD:NDESTDIR*} install -C ${WRKDIR}/libcxx_build
.endif # exists(/usr/include/c++/v1/__chrono/concepts.h)

.include <bsd.port.mk>