From b0a8c9d4195b771d2d6b5e701ed41f28e89c9447 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Tue, 7 Apr 2020 13:27:14 +0000 Subject: [PATCH] x11/wob: add new port A lightweight overlay volume/backlight/progress/anything bar for Wayland. This project is inspired by xob - X Overlay Bar. https://github.com/francma/wob --- x11/Makefile | 1 + x11/wob/Makefile | 28 ++++++++++++++++++++++++++++ x11/wob/distinfo | 3 +++ x11/wob/pkg-descr | 4 ++++ 4 files changed, 36 insertions(+) create mode 100644 x11/wob/Makefile create mode 100644 x11/wob/distinfo create mode 100644 x11/wob/pkg-descr diff --git a/x11/Makefile b/x11/Makefile index e40d09447651..ca777c3751e1 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -351,6 +351,7 @@ SUBDIR += wmutils-core SUBDIR += wmutils-opt SUBDIR += wmxss + SUBDIR += wob SUBDIR += wofi SUBDIR += workrave SUBDIR += wshowkeys diff --git a/x11/wob/Makefile b/x11/wob/Makefile new file mode 100644 index 000000000000..60a80556c603 --- /dev/null +++ b/x11/wob/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= wob +DISTVERSION= 0.8 +CATEGORIES= x11 + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Lightweight overlay volume (or anything) bar for Wayland + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= wayland-protocols>=1.13:graphics/wayland-protocols +LIB_DEPENDS= libwayland-client.so:graphics/wayland + +USES= meson pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= francma +PLIST_FILES= bin/${PORTNAME} + +OPTIONS_DEFINE= MANPAGES +OPTIONS_DEFAULT=MANPAGES + +MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc +MANPAGES_MESON_ENABLED= man-page +MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz + +.include diff --git a/x11/wob/distinfo b/x11/wob/distinfo new file mode 100644 index 000000000000..4d7aca6c4ce5 --- /dev/null +++ b/x11/wob/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1583061907 +SHA256 (francma-wob-0.8_GH0.tar.gz) = 9328ddb751f4fed566884d9f96756b9fe43dbcda9a60ed90aa2b84021653a4a2 +SIZE (francma-wob-0.8_GH0.tar.gz) = 14695 diff --git a/x11/wob/pkg-descr b/x11/wob/pkg-descr new file mode 100644 index 000000000000..19dad746b41b --- /dev/null +++ b/x11/wob/pkg-descr @@ -0,0 +1,4 @@ +A lightweight overlay volume/backlight/progress/anything bar for +Wayland. This project is inspired by xob - X Overlay Bar. + +WWW: https://github.com/francma/wob