Github messages for voidlinux
 help / color / mirror / Atom feed
From: xXR01I1Xx <xXR01I1Xx@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: xidlehook-0.9.1
Date: Sat, 09 Jan 2021 00:29:45 +0100	[thread overview]
Message-ID: <20210108232945.8z4xbOhUTZnfxy4tjZN5wgoiSZV0WL9D4AQCFBSbtAY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27774@inbox.vuxu.org>

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

There is an updated 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: 1578 bytes --]

From 1a7faa6780ce5c1c53310a267669b61211891f5e 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 | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/xidlehook/template

diff --git a/srcpkgs/xidlehook/template b/srcpkgs/xidlehook/template
new file mode 100644
index 00000000000..cde063444e4
--- /dev/null
+++ b/srcpkgs/xidlehook/template
@@ -0,0 +1,31 @@
+# Template file for 'xidlehook'
+pkgname=xidlehook
+version=0.9.1
+revision=1
+archs="x86_64"
+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="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
+}
+
+do_check() {
+	cargo test --release --target ${RUST_TARGET}
+}
+
+post_install() {
+	vlicense LICENSE
+}

  parent reply	other threads:[~2021-01-08 23:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-08 23:09 [PR PATCH] " xXR01I1Xx
2021-01-08 23:19 ` [PR REVIEW] " abenson
2021-01-08 23:28 ` [PR PATCH] [Updated] " xXR01I1Xx
2021-01-08 23:29 ` xXR01I1Xx [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210108232945.8z4xbOhUTZnfxy4tjZN5wgoiSZV0WL9D4AQCFBSbtAY@z \
    --to=xxr01i1xx@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).