Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: handlr-0.6.4
@ 2021-08-06 21:50 reedts
  2021-11-27 10:54 ` reedts
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: reedts @ 2021-08-06 21:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reedts/void-packages handlr_0.6.4
https://github.com/void-linux/void-packages/pull/32376

New package: handlr-0.6.4
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

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

From bfa8a0da05e49531ecec18d262de39014b539e74 Mon Sep 17 00:00:00 2001
From: reedts <j.reedts@gmail.com>
Date: Fri, 6 Aug 2021 23:49:54 +0200
Subject: [PATCH] New package: handlr-0.6.4

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

diff --git a/srcpkgs/handlr/template b/srcpkgs/handlr/template
new file mode 100644
index 000000000000..c199191f8b00
--- /dev/null
+++ b/srcpkgs/handlr/template
@@ -0,0 +1,19 @@
+# Template file for 'handlr'
+pkgname=handlr
+version=0.6.4
+revision=1
+build_style=cargo
+checkdepends="shared-mime-info"
+short_desc="Powerful alternative to xdg-utils written in Rust"
+maintainer="reedts <j.reedts@gmail.com>"
+license="MIT"
+homepage="https://github.com/chmln/handlr"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=7aae79775a08fdeb822eb0dafe90fdedffb97063649c9a950e9a8b8e6bf8e5ba
+
+post_install() {
+	vcompletion completions/handlr.fish fish
+	vcompletion completions/_handlr zsh
+
+	vlicense LICENSE
+}

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

* Re: New package: handlr-0.6.4
  2021-08-06 21:50 [PR PATCH] New package: handlr-0.6.4 reedts
@ 2021-11-27 10:54 ` reedts
  2022-06-01  2:15 ` github-actions
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: reedts @ 2021-11-27 10:54 UTC (permalink / raw)
  To: ml

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

New comment by reedts on void-packages repository

https://github.com/void-linux/void-packages/pull/32376#issuecomment-980539903

Comment:
@ericonr Anything holding this back :)?

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

* Re: New package: handlr-0.6.4
  2021-08-06 21:50 [PR PATCH] New package: handlr-0.6.4 reedts
  2021-11-27 10:54 ` reedts
@ 2022-06-01  2:15 ` github-actions
  2022-06-15  2:16 ` [PR PATCH] [Closed]: " github-actions
  2022-09-25  7:40 ` Zapeth
  3 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-06-01  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/32376#issuecomment-1143044596

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] 8+ messages in thread

* Re: [PR PATCH] [Closed]: New package: handlr-0.6.4
  2021-08-06 21:50 [PR PATCH] New package: handlr-0.6.4 reedts
  2021-11-27 10:54 ` reedts
  2022-06-01  2:15 ` github-actions
@ 2022-06-15  2:16 ` github-actions
  2022-09-25  7:40 ` Zapeth
  3 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-06-15  2:16 UTC (permalink / raw)
  To: ml

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

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

New package: handlr-0.6.4
https://github.com/void-linux/void-packages/pull/32376

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

* Re: New package: handlr-0.6.4
  2021-08-06 21:50 [PR PATCH] New package: handlr-0.6.4 reedts
                   ` (2 preceding siblings ...)
  2022-06-15  2:16 ` [PR PATCH] [Closed]: " github-actions
@ 2022-09-25  7:40 ` Zapeth
  3 siblings, 0 replies; 8+ messages in thread
From: Zapeth @ 2022-09-25  7:40 UTC (permalink / raw)
  To: ml

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

New comment by Zapeth on void-packages repository

https://github.com/void-linux/void-packages/pull/32376#issuecomment-1257140001

Comment:
Wanted to add a feature request for this package but saw this PR, are there any issues that prevent this from being merged?

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

* Re: New package: handlr-0.6.4
  2023-01-26  8:39 [PR PATCH] " nilium
  2023-01-26  8:46 ` nilium
  2023-01-26  9:19 ` nilium
@ 2023-04-27  1:53 ` github-actions
  2 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2023-04-27  1:53 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/41881#issuecomment-1524432617

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] 8+ messages in thread

* Re: New package: handlr-0.6.4
  2023-01-26  8:39 [PR PATCH] " nilium
  2023-01-26  8:46 ` nilium
@ 2023-01-26  9:19 ` nilium
  2023-04-27  1:53 ` github-actions
  2 siblings, 0 replies; 8+ messages in thread
From: nilium @ 2023-01-26  9:19 UTC (permalink / raw)
  To: ml

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

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/41881#issuecomment-1404733285

Comment:
Adding shared-mime-info as a dependency since checks rely on it and if someone manages to install this and carefully avoid anything else that would install shared-mime-info, it might be a little confusing. handlr doesn't require it, but would probably lead to unexpected problems for users who don't know to install a mime database and I don't think there's a case where someone would install this without the DB.

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

* Re: New package: handlr-0.6.4
  2023-01-26  8:39 [PR PATCH] " nilium
@ 2023-01-26  8:46 ` nilium
  2023-01-26  9:19 ` nilium
  2023-04-27  1:53 ` github-actions
  2 siblings, 0 replies; 8+ messages in thread
From: nilium @ 2023-01-26  8:46 UTC (permalink / raw)
  To: ml

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

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/41881#issuecomment-1404701358

Comment:
Taking a look at the build failures.

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

end of thread, other threads:[~2023-04-27  1:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-06 21:50 [PR PATCH] New package: handlr-0.6.4 reedts
2021-11-27 10:54 ` reedts
2022-06-01  2:15 ` github-actions
2022-06-15  2:16 ` [PR PATCH] [Closed]: " github-actions
2022-09-25  7:40 ` Zapeth
2023-01-26  8:39 [PR PATCH] " nilium
2023-01-26  8:46 ` nilium
2023-01-26  9:19 ` nilium
2023-04-27  1:53 ` 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).