mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
02db201352
Changes: https://github.com/WayfireWM/wf-shell/compare/0.6.0...0.6.1 Reported by: GitHub (watch releases)
38 lines
982 B
Makefile
38 lines
982 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wf-shell
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.6.1
|
|
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.6.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
|
|
RUN_DEPENDS= wayland-logout:x11/wayland-logout
|
|
|
|
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 -Dwayland-logout=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>
|