pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import swayidle
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Wed Mar 4 10:05:47 2026 +0100
Changeset: 10cf4a4a619bceffd4c4462642b1e386db33be50
Added Files:
swayidle/DESCR
swayidle/Makefile
swayidle/PLIST
swayidle/distinfo
Log Message:
Import swayidle
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=10cf4a4a619bceffd4c4462642b1e386db33be50
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
swayidle/DESCR | 5 +++++
swayidle/Makefile | 19 +++++++++++++++++++
swayidle/PLIST | 6 ++++++
swayidle/distinfo | 5 +++++
4 files changed, 35 insertions(+)
diffs:
diff --git a/swayidle/DESCR b/swayidle/DESCR
new file mode 100644
index 0000000000..e7e830c23a
--- /dev/null
+++ b/swayidle/DESCR
@@ -0,0 +1,5 @@
+Idle management daeomon, 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.
diff --git a/swayidle/Makefile b/swayidle/Makefile
new file mode 100644
index 0000000000..04167c512a
--- /dev/null
+++ b/swayidle/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME= swayidle-1.9.0
+CATEGORIES= x11
+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"
diff --git a/swayidle/PLIST b/swayidle/PLIST
new file mode 100644
index 0000000000..d5064fadbc
--- /dev/null
+++ b/swayidle/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+bin/swayidle
+man/man1/swayidle.1
+share/bash-completion/completions/swayidle
+share/fish/vendor_completions.d/swayidle.fish
+share/zsh/site-functions/_swayidle
diff --git a/swayidle/distinfo b/swayidle/distinfo
new file mode 100644
index 0000000000..c73a193a1f
--- /dev/null
+++ b/swayidle/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+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