pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/wayland/swayidle



Module Name:    pkgsrc
Committed By:   kikadf
Date:           Tue Apr 14 13:20:25 UTC 2026

Added Files:
        pkgsrc/wayland/swayidle: DESCR Makefile PLIST distinfo

Log Message:
swayidle: new package

Idle management daemon, which is compatible with
any Wayland compositors which implements the
ext-idle-notify protocol. The swayidle listens for
idle activity and executes tasks on various idle-
related events.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/wayland/swayidle/DESCR \
    pkgsrc/wayland/swayidle/Makefile pkgsrc/wayland/swayidle/PLIST \
    pkgsrc/wayland/swayidle/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/wayland/swayidle/DESCR
diff -u /dev/null pkgsrc/wayland/swayidle/DESCR:1.1
--- /dev/null   Tue Apr 14 13:20:25 2026
+++ pkgsrc/wayland/swayidle/DESCR       Tue Apr 14 13:20:25 2026
@@ -0,0 +1,5 @@
+Idle management daemon, which is compatible with
+any Wayland compositors which implements the
+ext-idle-notify protocol. The swayidle listens for
+idle activity and executes tasks on various idle-
+related events.
Index: pkgsrc/wayland/swayidle/Makefile
diff -u /dev/null pkgsrc/wayland/swayidle/Makefile:1.1
--- /dev/null   Tue Apr 14 13:20:25 2026
+++ pkgsrc/wayland/swayidle/Makefile    Tue Apr 14 13:20:25 2026
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2026/04/14 13:20:25 kikadf Exp $
+
+DISTNAME=      swayidle-1.9.0
+CATEGORIES=    wayland
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=swaywm/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    kikadf.01%gmail.com@localhost
+HOMEPAGE=      https://swaywm.org/
+COMMENT=       Idle management daemon for Wayland compositors
+LICENSE=       mit
+
+USE_TOOLS+=    pkg-config
+
+.include "../../devel/meson/build.mk"
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../textproc/scdoc/tool.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/wayland/swayidle/PLIST
diff -u /dev/null pkgsrc/wayland/swayidle/PLIST:1.1
--- /dev/null   Tue Apr 14 13:20:25 2026
+++ pkgsrc/wayland/swayidle/PLIST       Tue Apr 14 13:20:25 2026
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2026/04/14 13:20:25 kikadf Exp $
+bin/swayidle
+man/man1/swayidle.1
+share/bash-completion/completions/swayidle
+share/fish/vendor_completions.d/swayidle.fish
+share/zsh/site-functions/_swayidle
Index: pkgsrc/wayland/swayidle/distinfo
diff -u /dev/null pkgsrc/wayland/swayidle/distinfo:1.1
--- /dev/null   Tue Apr 14 13:20:25 2026
+++ pkgsrc/wayland/swayidle/distinfo    Tue Apr 14 13:20:25 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/04/14 13:20:25 kikadf Exp $
+
+BLAKE2s (swayidle-1.9.0.tar.gz) = da4cf22522e78593f1d2ee5035154b4fc64bc781c5248d4467823292a4586636
+SHA512 (swayidle-1.9.0.tar.gz) = 89fd24929a741270836af7a6d6049cdfe0c7717ae0913285af2e3c8540f7f0a95e839675a9a4e40e57ac86c35094b676591f3f358378c803d08c65b43b91899f
+Size (swayidle-1.9.0.tar.gz) = 12818 bytes



Home | Main Index | Thread Index | Old Index