1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

x11-clocks/wlclock: add new port

wlclock is inspired by xclock and the default configuration has been
chosen to mimic it. However unlike xclock, wlclock is not a regular
window but a desktop-widget.

A Wayland compositor must implement the Layer-Shell and XDG-Output for
wlclock to work.

https://git.sr.ht/~leon_plickat/wlclock
This commit is contained in:
Jan Beich 2020-11-19 05:16:26 +00:00
parent 71dd1d1581
commit 2c6dff2578
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555687
4 changed files with 45 additions and 0 deletions

View File

@ -30,6 +30,7 @@
SUBDIR += rclock
SUBDIR += t3d
SUBDIR += tclock
SUBDIR += wlclock
SUBDIR += wmbday
SUBDIR += wmbinclock
SUBDIR += wmblueclock

View File

@ -0,0 +1,33 @@
# $FreeBSD$
PORTNAME= wlclock
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0
CATEGORIES= x11-clocks
MASTER_SITES= https://git.sr.ht/~leon_plickat/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Digital analog clock for Wayland desktops
LICENSE= GPLv3
BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland
USES= compiler:c11 gnome meson pkgconfig
USE_GNOME= cairo
PLIST_FILES= bin/${PORTNAME}
OPTIONS_DEFINE= EPOLL MANPAGES
OPTIONS_DEFAULT=EPOLL MANPAGES
EPOLL_DESC= Handle signals via epoll-shim
EPOLL_LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim
EPOLL_MESON_ENABLED= handle-signals
EPOLL_BROKEN_OFF= https://lists.sr.ht/~leon_plickat/public-inbox/%3Cd00a-aqan-wny%40FreeBSD.org%3E
MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc
MANPAGES_MESON_ENABLED= man-pages
MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1601422027
SHA256 (wlclock-v1.0.0.tar.gz) = cdbc32eb1f68614a09e430eaa24578e4d58475ed8988871fce20a669898a48db
SIZE (wlclock-v1.0.0.tar.gz) = 33738

View File

@ -0,0 +1,8 @@
wlclock is inspired by xclock and the default configuration has been
chosen to mimic it. However unlike xclock, wlclock is not a regular
window but a desktop-widget.
A Wayland compositor must implement the Layer-Shell and XDG-Output for
wlclock to work.
WWW: https://git.sr.ht/~leon_plickat/wlclock