aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-07-23 20:08:51 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-01-19 04:08:43 +0000
commit142638f6559842d8c1d9f9604646667ddd4567af (patch)
treee10cbc24bfd68fa0b64936cec1a09f679f138ba4
parent389c7ffd05fb2d122f786d950e323d8c36ce80cc (diff)
downloadports-142638f6559842d8c1d9f9604646667ddd4567af.tar.gz
ports-142638f6559842d8c1d9f9604646667ddd4567af.zip
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
-rw-r--r--x11/Makefile1
-rw-r--r--x11/chayang/Makefile20
-rw-r--r--x11/chayang/distinfo3
-rw-r--r--x11/chayang/pkg-descr3
4 files changed, 27 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 78da8ef01995..dd75b96ef19f 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -34,6 +34,7 @@
SUBDIR += cde
SUBDIR += cde-25
SUBDIR += cde-devel
+ SUBDIR += chayang
SUBDIR += cinnamon
SUBDIR += cinnamon-desktop
SUBDIR += cinnamon-menus
diff --git a/x11/chayang/Makefile b/x11/chayang/Makefile
new file mode 100644
index 000000000000..d4b33bbe9621
--- /dev/null
+++ b/x11/chayang/Makefile
@@ -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>
diff --git a/x11/chayang/distinfo b/x11/chayang/distinfo
new file mode 100644
index 000000000000..cb8cab5aee8d
--- /dev/null
+++ b/x11/chayang/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1690142931
+SHA256 (chayang-v0.1.0.tar.gz) = 61aa0e2955e8b5cf321ef14a5fd72f0e953da51a390d456e929b74fc5efcb74a
+SIZE (chayang-v0.1.0.tar.gz) = 10508
diff --git a/x11/chayang/pkg-descr b/x11/chayang/pkg-descr
new file mode 100644
index 000000000000..7b0d4d398e51
--- /dev/null
+++ b/x11/chayang/pkg-descr
@@ -0,0 +1,3 @@
+Gradually dim the screen.
+
+Can be used to implement a grace period before locking the session.