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:
parent
389c7ffd05
commit
142638f655
@ -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
20
x11/chayang/Makefile
Normal 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
3
x11/chayang/distinfo
Normal 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
3
x11/chayang/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Gradually dim the screen.
|
||||
|
||||
Can be used to implement a grace period before locking the session.
|
Loading…
Reference in New Issue
Block a user