Date: Tue, 7 Apr 2020 13:27:14 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530977 - in head/x11: . wob Message-ID: <202004071327.037DREDK027827@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Apr 7 13:27:14 2020 New Revision: 530977 URL: https://svnweb.freebsd.org/changeset/ports/530977 Log: 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 Added: head/x11/wob/ head/x11/wob/Makefile (contents, props changed) head/x11/wob/distinfo (contents, props changed) head/x11/wob/pkg-descr (contents, props changed) Modified: head/x11/Makefile (contents, props changed) Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Tue Apr 7 13:16:10 2020 (r530976) +++ head/x11/Makefile Tue Apr 7 13:27:14 2020 (r530977) @@ -351,6 +351,7 @@ SUBDIR += wmutils-core SUBDIR += wmutils-opt SUBDIR += wmxss + SUBDIR += wob SUBDIR += wofi SUBDIR += workrave SUBDIR += wshowkeys Added: head/x11/wob/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wob/Makefile Tue Apr 7 13:27:14 2020 (r530977) @@ -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> Added: head/x11/wob/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wob/distinfo Tue Apr 7 13:27:14 2020 (r530977) @@ -0,0 +1,3 @@ +TIMESTAMP = 1583061907 +SHA256 (francma-wob-0.8_GH0.tar.gz) = 9328ddb751f4fed566884d9f96756b9fe43dbcda9a60ed90aa2b84021653a4a2 +SIZE (francma-wob-0.8_GH0.tar.gz) = 14695 Added: head/x11/wob/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wob/pkg-descr Tue Apr 7 13:27:14 2020 (r530977) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004071327.037DREDK027827>