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

* Re: [PR REVIEW] New package: xidlehook-0.9.1
  2021-01-08 23:09 [PR PATCH] New package: xidlehook-0.9.1 xXR01I1Xx
@ 2021-01-08 23:19 ` abenson
  2021-01-08 23:28 ` [PR PATCH] [Updated] " xXR01I1Xx
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2021-01-08 23:19 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/27774#discussion_r554243235

Comment:
Could be shortened: `short_desc="General-purpose replacement for xautolock"`

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

* Re: [PR PATCH] [Updated] New package: xidlehook-0.9.1
  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 ` xXR01I1Xx
  2021-01-08 23:29 ` xXR01I1Xx
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: xXR01I1Xx @ 2021-01-08 23:28 UTC (permalink / raw)
  To: ml

[-- 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: 1593 bytes --]

From 521b5c0ee4b80886ab7283f605486e728b397af9 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..5dbb749d722
--- /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="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
+}
+
+do_check() {
+	cargo test --release --target ${RUST_TARGET}
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: xidlehook-0.9.1
  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
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: xXR01I1Xx @ 2021-01-08 23:29 UTC (permalink / raw)
  To: ml

[-- 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
+}

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

* Re: [PR PATCH] [Updated] New package: xidlehook-0.9.1
  2021-01-08 23:09 [PR PATCH] New package: xidlehook-0.9.1 xXR01I1Xx
                   ` (2 preceding siblings ...)
  2021-01-08 23:29 ` xXR01I1Xx
@ 2021-01-08 23:42 ` xXR01I1Xx
  2021-01-09 23:48 ` xXR01I1Xx
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: xXR01I1Xx @ 2021-01-08 23:42 UTC (permalink / raw)
  To: ml

[-- 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: 1599 bytes --]

From 3c6b65e8703a77caac778382acd93ad2f5b44b7f 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..a624623126f
--- /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 x86_64-musl"
+build_style=cargo
+configure_args="$(vopt_if audio '--features pulse' '--no-default-features')"
+make_install_args="--path xidlehook-daemon"
+hostmakedepends="pkg-config python3"
+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
+}

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

* Re: [PR PATCH] [Updated] New package: xidlehook-0.9.1
  2021-01-08 23:09 [PR PATCH] New package: xidlehook-0.9.1 xXR01I1Xx
                   ` (3 preceding siblings ...)
  2021-01-08 23:42 ` xXR01I1Xx
@ 2021-01-09 23:48 ` xXR01I1Xx
  2021-09-09 16:34 ` Meister1593
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: xXR01I1Xx @ 2021-01-09 23:48 UTC (permalink / raw)
  To: ml

[-- 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: 1619 bytes --]

From efb14f717895524bf937188c529c2dbd3e2ffe45 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..f2175aad0b1
--- /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 x86_64-musl aarch64 aarch64-musl"
+build_style=cargo
+configure_args="$(vopt_if audio '--features pulse' '--no-default-features')"
+make_install_args="--path xidlehook-daemon"
+hostmakedepends="pkg-config python3"
+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
+}

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

* Re: New package: xidlehook-0.9.1
  2021-01-08 23:09 [PR PATCH] New package: xidlehook-0.9.1 xXR01I1Xx
                   ` (4 preceding siblings ...)
  2021-01-09 23:48 ` xXR01I1Xx
@ 2021-09-09 16:34 ` Meister1593
  2021-09-09 17:27 ` Meister1593
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Meister1593 @ 2021-09-09 16:34 UTC (permalink / raw)
  To: ml

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

New comment by Meister1593 on void-packages repository

https://github.com/void-linux/void-packages/pull/27774#issuecomment-916257938

Comment:
Can this be merged to main package list? Quite useful alternative to xautolock
Project (xidlehook) by itself has been stalled for a while though

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

* Re: New package: xidlehook-0.9.1
  2021-01-08 23:09 [PR PATCH] New package: xidlehook-0.9.1 xXR01I1Xx
                   ` (5 preceding siblings ...)
  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
  8 siblings, 0 replies; 10+ messages in thread
From: Meister1593 @ 2021-09-09 17:27 UTC (permalink / raw)
  To: ml

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

New comment by Meister1593 on void-packages repository

https://github.com/void-linux/void-packages/pull/27774#issuecomment-916257938

Comment:
Can this be merged to main package list? Quite useful alternative to xautolock
Project (xidlehook) by itself has been stalled for a while though
I've compiled locally this package with all issues above fixed accordingly and it works good
Also updated version to 0.10.0, works fine too

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

* Re: New package: xidlehook-0.9.1
  2021-01-08 23:09 [PR PATCH] New package: xidlehook-0.9.1 xXR01I1Xx
                   ` (6 preceding siblings ...)
  2021-09-09 17:27 ` Meister1593
@ 2022-05-02  2:15 ` github-actions
  2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-05-02  2:15 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/27774#issuecomment-1114433184

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: xidlehook-0.9.1
  2021-01-08 23:09 [PR PATCH] New package: xidlehook-0.9.1 xXR01I1Xx
                   ` (7 preceding siblings ...)
  2022-05-02  2:15 ` github-actions
@ 2022-05-17  2:13 ` github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-05-17  2:13 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: xidlehook-0.9.1
https://github.com/void-linux/void-packages/pull/27774

Description:
closes #27422 

^ 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).