4f24e7e3ed
Changes: https://github.com/WayfireWM/wayfire/compare/0.4.0...0.5.0 Changes: https://github.com/WayfireWM/wf-config/compare/0.4.1...0.5.0 Changes: https://github.com/WayfireWM/wf-shell/compare/0.4.0...0.5.0 Changes: https://github.com/WayfireWM/wcm/compare/v0.4.0...v0.5.0 Reported by: GitHub (watch releases)
36 lines
891 B
Makefile
36 lines
891 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wf-shell
|
|
DISTVERSION= 0.5.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= GTK3-based panel for wayfire
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols \
|
|
wf-config>=0.5.0:devel/wf-config \
|
|
wayfire>0:x11-wm/wayfire
|
|
LIB_DEPENDS= libinotify.so:devel/libinotify \
|
|
libwf-config.so:devel/wf-config \
|
|
libwayland-client.so:graphics/wayland \
|
|
libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell
|
|
|
|
USES= compiler:c++17-lang gnome meson pkgconfig
|
|
USE_GITHUB= yes
|
|
USE_GNOME= gtkmm30
|
|
GH_ACCOUNT= WayfireWM
|
|
GH_TUPLE= GNOME:libgnome-volume-control:468022b:gvc/subprojects/gvc
|
|
MESON_ARGS= -Dgvc:alsa=false
|
|
DATADIR= ${PREFIX}/share/wayfire
|
|
|
|
OPTIONS_DEFINE= PULSEAUDIO
|
|
OPTIONS_DEFAULT=PULSEAUDIO
|
|
|
|
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
|
|
PULSEAUDIO_MESON_ENABLED= pulse
|
|
|
|
.include <bsd.port.mk>
|