1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

x11/chayang: add new port

Gradually dim the screen.

Can be used to implement a grace period before locking the session.

https://git.sr.ht/~emersion/chayang
This commit is contained in:
Jan Beich 2023-07-23 22:08:51 +02:00
parent 389c7ffd05
commit 142638f655
4 changed files with 27 additions and 0 deletions

View File

@ -34,6 +34,7 @@
SUBDIR += cde
SUBDIR += cde-25
SUBDIR += cde-devel
SUBDIR += chayang
SUBDIR += cinnamon
SUBDIR += cinnamon-desktop
SUBDIR += cinnamon-menus

20
x11/chayang/Makefile Normal file
View File

@ -0,0 +1,20 @@
PORTNAME= chayang
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0
CATEGORIES= x11 wayland
MASTER_SITES= https://git.sr.ht/~emersion/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Gradually dim the screen
WWW= https://git.sr.ht/~emersion/chayang
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland
USES= compiler:c11 meson pkgconfig
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>

3
x11/chayang/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1690142931
SHA256 (chayang-v0.1.0.tar.gz) = 61aa0e2955e8b5cf321ef14a5fd72f0e953da51a390d456e929b74fc5efcb74a
SIZE (chayang-v0.1.0.tar.gz) = 10508

3
x11/chayang/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Gradually dim the screen.
Can be used to implement a grace period before locking the session.