Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: handlr-0.6.4
@ 2023-01-26  8:39 nilium
  2023-01-26  8:46 ` nilium
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: nilium @ 2023-01-26  8:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nilium/ecks-bops-packages handlr
https://github.com/void-linux/void-packages/pull/41881

New package: handlr-0.6.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From 55efc12878410e4927e7b5494703011033ac4a4d Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Thu, 26 Jan 2023 00:06:30 -0800
Subject: [PATCH] New package: handlr-0.6.4

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

diff --git a/srcpkgs/handlr/template b/srcpkgs/handlr/template
new file mode 100644
index 000000000000..36cb4345d546
--- /dev/null
+++ b/srcpkgs/handlr/template
@@ -0,0 +1,23 @@
+# Template file for 'handlr'
+pkgname=handlr
+version=0.6.4
+revision=1
+build_style=cargo
+short_desc="Alternative to xdg-utils for ease of use"
+maintainer="Noel Cower <ncower@nil.dev>"
+license="MIT"
+homepage="https://github.com/chmln/handlr"
+distfiles="https://github.com/chmln/handlr/archive/v${version}.tar.gz"
+checksum=7aae79775a08fdeb822eb0dafe90fdedffb97063649c9a950e9a8b8e6bf8e5ba
+
+post_patch() {
+	# fixes an indexmap error when cross compiling (see #34889)
+	cargo update --package autocfg:1.0.1 --precise 1.1.0
+}
+
+post_install() {
+	vcompletion completions/_handlr zsh
+	vcompletion completions/handlr.fish fish
+
+	vlicense LICENSE
+}

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

* Re: New package: handlr-0.6.4
  2023-01-26  8:39 [PR PATCH] New package: handlr-0.6.4 nilium
@ 2023-01-26  8:46 ` nilium
  2023-01-26  9:00 ` [PR PATCH] [Updated] " nilium
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ 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] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: handlr-0.6.4
  2023-01-26  8:39 [PR PATCH] New package: handlr-0.6.4 nilium
  2023-01-26  8:46 ` nilium
@ 2023-01-26  9:00 ` nilium
  2023-01-26  9:16 ` nilium
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: nilium @ 2023-01-26  9:00 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by nilium against master on the void-packages repository

https://github.com/nilium/ecks-bops-packages handlr
https://github.com/void-linux/void-packages/pull/41881

New package: handlr-0.6.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From 1784bdda21da22feb32c1f0fb5be807428e50703 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Thu, 26 Jan 2023 00:06:30 -0800
Subject: [PATCH] New package: handlr-0.6.4

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

diff --git a/srcpkgs/handlr/template b/srcpkgs/handlr/template
new file mode 100644
index 000000000000..a59c3da2a707
--- /dev/null
+++ b/srcpkgs/handlr/template
@@ -0,0 +1,24 @@
+# Template file for 'handlr'
+pkgname=handlr
+version=0.6.4
+revision=1
+build_style=cargo
+checkdepends="shared-mime-info"
+short_desc="Alternative to xdg-utils for ease of use"
+maintainer="Noel Cower <ncower@nil.dev>"
+license="MIT"
+homepage="https://github.com/chmln/handlr"
+distfiles="https://github.com/chmln/handlr/archive/v${version}.tar.gz"
+checksum=7aae79775a08fdeb822eb0dafe90fdedffb97063649c9a950e9a8b8e6bf8e5ba
+
+post_patch() {
+	# fixes an indexmap error when cross compiling (see #34889)
+	cargo update --package autocfg:1.0.1 --precise 1.1.0
+}
+
+post_install() {
+	vcompletion completions/_handlr zsh
+	vcompletion completions/handlr.fish fish
+
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: handlr-0.6.4
  2023-01-26  8:39 [PR PATCH] New package: handlr-0.6.4 nilium
  2023-01-26  8:46 ` nilium
  2023-01-26  9:00 ` [PR PATCH] [Updated] " nilium
@ 2023-01-26  9:16 ` nilium
  2023-01-26  9:19 ` nilium
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: nilium @ 2023-01-26  9:16 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by nilium against master on the void-packages repository

https://github.com/nilium/ecks-bops-packages handlr
https://github.com/void-linux/void-packages/pull/41881

New package: handlr-0.6.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From 906ef9e65f7daa187c87d42db6e8127d6ede71c8 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Thu, 26 Jan 2023 00:06:30 -0800
Subject: [PATCH] New package: handlr-0.6.4

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

diff --git a/srcpkgs/handlr/template b/srcpkgs/handlr/template
new file mode 100644
index 000000000000..d346fc4fbbc6
--- /dev/null
+++ b/srcpkgs/handlr/template
@@ -0,0 +1,25 @@
+# Template file for 'handlr'
+pkgname=handlr
+version=0.6.4
+revision=1
+build_style=cargo
+depends="shared-mime-info"
+checkdepends="shared-mime-info"
+short_desc="Alternative to xdg-utils for ease of use"
+maintainer="Noel Cower <ncower@nil.dev>"
+license="MIT"
+homepage="https://github.com/chmln/handlr"
+distfiles="https://github.com/chmln/handlr/archive/v${version}.tar.gz"
+checksum=7aae79775a08fdeb822eb0dafe90fdedffb97063649c9a950e9a8b8e6bf8e5ba
+
+post_patch() {
+	# fixes an indexmap error when cross compiling (see #34889)
+	cargo update --package autocfg:1.0.1 --precise 1.1.0
+}
+
+post_install() {
+	vcompletion completions/_handlr zsh
+	vcompletion completions/handlr.fish fish
+
+	vlicense LICENSE
+}

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

* Re: New package: handlr-0.6.4
  2023-01-26  8:39 [PR PATCH] New package: handlr-0.6.4 nilium
                   ` (2 preceding siblings ...)
  2023-01-26  9:16 ` nilium
@ 2023-01-26  9:19 ` nilium
  2023-04-27  1:53 ` github-actions
  2023-04-27 19:17 ` [PR PATCH] [Merged]: " Duncaen
  5 siblings, 0 replies; 7+ 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] 7+ messages in thread

* Re: New package: handlr-0.6.4
  2023-01-26  8:39 [PR PATCH] New package: handlr-0.6.4 nilium
                   ` (3 preceding siblings ...)
  2023-01-26  9:19 ` nilium
@ 2023-04-27  1:53 ` github-actions
  2023-04-27 19:17 ` [PR PATCH] [Merged]: " Duncaen
  5 siblings, 0 replies; 7+ 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] 7+ messages in thread

* Re: [PR PATCH] [Merged]: New package: handlr-0.6.4
  2023-01-26  8:39 [PR PATCH] New package: handlr-0.6.4 nilium
                   ` (4 preceding siblings ...)
  2023-04-27  1:53 ` github-actions
@ 2023-04-27 19:17 ` Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2023-04-27 19:17 UTC (permalink / raw)
  To: ml

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

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

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

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26  8:39 [PR PATCH] New package: handlr-0.6.4 nilium
2023-01-26  8:46 ` nilium
2023-01-26  9:00 ` [PR PATCH] [Updated] " nilium
2023-01-26  9:16 ` nilium
2023-01-26  9:19 ` nilium
2023-04-27  1:53 ` github-actions
2023-04-27 19:17 ` [PR PATCH] [Merged]: " Duncaen

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