Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xidlehook-0.9.1
@ 2021-01-08 23:09 xXR01I1Xx
  2021-01-08 23:19 ` [PR REVIEW] " abenson
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: xXR01I1Xx @ 2021-01-08 23:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]

There is a new pull request by xXR01I1Xx against master on the void-packages repository

https://github.com/xXR01I1Xx/void-packages xidlehook
https://github.com/void-linux/void-packages/pull/27774

New package: xidlehook-0.9.1
closes #27422 

A patch file from https://github.com/void-linux/void-packages/pull/27774.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xidlehook-27774.patch --]
[-- Type: text/x-diff, Size: 1506 bytes --]

From 9d13a3834561201c0e0ac98ee8e9d352451dfa82 Mon Sep 17 00:00:00 2001
From: xXR01I1Xx <xxr01i1xx@tuta.io>
Date: Sat, 9 Jan 2021 00:06:05 +0100
Subject: [PATCH] New package: xidlehook-0.9.1

---
 srcpkgs/xidlehook/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/xidlehook/template

diff --git a/srcpkgs/xidlehook/template b/srcpkgs/xidlehook/template
new file mode 100644
index 00000000000..a842c6f5412
--- /dev/null
+++ b/srcpkgs/xidlehook/template
@@ -0,0 +1,26 @@
+# Template file for 'xidlehook'
+pkgname=xidlehook
+version=0.9.1
+revision=1
+build_style=cargo
+configure_args="$(vopt_if audio '--features pulse' '--no-default-features')"
+make_install_args="--path xidlehook-daemon"
+hostmakedepends="pkg-config"
+makedepends="libxcb-devel libXScrnSaver-devel $(vopt_if audio libpulseaudio)"
+short_desc="xidlehook is a general-purpose replacement for xautolock"
+maintainer="xXR01I1Xx <xxr01i1xx@tuta.io>"
+license="MIT"
+homepage="https://gitlab.com/jD91mZM2/xidlehook"
+distfiles="${homepage}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=3ad93080cf8114d2a9521f9288a09e351a54630f70d2d8cd87beb5f5e3f1f8b1
+build_options_default="audio"
+desc_option_audio="Don't invoke the timer when any audio is playing (Only works with Pulseaudio)"
+build_options="audio"
+
+do_build() {
+	cargo build --release --target ${RUST_TARGET} ${configure_args} --manifest-path xidlehook-daemon/Cargo.toml
+}
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-05-17  2:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-08 23:09 [PR PATCH] New package: xidlehook-0.9.1 xXR01I1Xx
2021-01-08 23:19 ` [PR REVIEW] " abenson
2021-01-08 23:28 ` [PR PATCH] [Updated] " xXR01I1Xx
2021-01-08 23:29 ` xXR01I1Xx
2021-01-08 23:42 ` xXR01I1Xx
2021-01-09 23:48 ` xXR01I1Xx
2021-09-09 16:34 ` Meister1593
2021-09-09 17:27 ` Meister1593
2022-05-02  2:15 ` github-actions
2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).