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
This commit is contained in:
Jan Beich 2020-04-07 13:27:14 +00:00
parent 1ee1c00578
commit b0a8c9d419
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530977
4 changed files with 36 additions and 0 deletions

View File

@ -351,6 +351,7 @@
SUBDIR += wmutils-core
SUBDIR += wmutils-opt
SUBDIR += wmxss
SUBDIR += wob
SUBDIR += wofi
SUBDIR += workrave
SUBDIR += wshowkeys

28
x11/wob/Makefile Normal file
View File

@ -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 <bsd.port.mk>

3
x11/wob/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1583061907
SHA256 (francma-wob-0.8_GH0.tar.gz) = 9328ddb751f4fed566884d9f96756b9fe43dbcda9a60ed90aa2b84021653a4a2
SIZE (francma-wob-0.8_GH0.tar.gz) = 14695

4
x11/wob/pkg-descr Normal file
View File

@ -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