Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: atuin-12.0.0
@ 2022-11-18 23:53 tranzystorek-io
  2022-11-19 11:31 ` [PR REVIEW] " jcgruenhage
                   ` (35 more replies)
  0 siblings, 36 replies; 37+ messages in thread
From: tranzystorek-io @ 2022-11-18 23:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-12.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 308e8b249e7bfa11a6fc97ac39e625651f11463d Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-12.0.0

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 000000000000..044e4f0c32be
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,23 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=12.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ellie/atuin"
+distfiles="https://github.com/ellie/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=bfeeb14c3fd94862e2cb7c57ac2b77db78686b0afe49b5597ead9cca02dcc403
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR REVIEW] New package: atuin-12.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
@ 2022-11-19 11:31 ` jcgruenhage
  2022-11-19 11:33 ` jcgruenhage
                   ` (34 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: jcgruenhage @ 2022-11-19 11:31 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40600#discussion_r1027078214

Comment:
https://github.com/launchbadge/sqlx/issues/191

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

* Re: [PR REVIEW] New package: atuin-12.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
  2022-11-19 11:31 ` [PR REVIEW] " jcgruenhage
@ 2022-11-19 11:33 ` jcgruenhage
  2022-11-19 11:37 ` tranzystorek-io
                   ` (33 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: jcgruenhage @ 2022-11-19 11:33 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40600#discussion_r1027078459

Comment:
and also related: https://github.com/rusqlite/rusqlite/issues/769

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

* Re: [PR REVIEW] New package: atuin-12.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
  2022-11-19 11:31 ` [PR REVIEW] " jcgruenhage
  2022-11-19 11:33 ` jcgruenhage
@ 2022-11-19 11:37 ` tranzystorek-io
  2022-11-19 14:06 ` jcgruenhage
                   ` (32 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorek-io @ 2022-11-19 11:37 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/40600#discussion_r1027078943

Comment:
thank you for the heads-up!

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

* Re: [PR REVIEW] New package: atuin-12.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-11-19 11:37 ` tranzystorek-io
@ 2022-11-19 14:06 ` jcgruenhage
  2022-11-19 14:09 ` tranzystorek-io
                   ` (31 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: jcgruenhage @ 2022-11-19 14:06 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40600#discussion_r1027094248

Comment:
Less of a heads up and more of a merge blocker sadly.. What we need to do is maintaining an sqlx fork somewhere that changes this, and then maintaining patch files that use https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section to override where it fetches sqlx from, with potentially multiple branches for the different sqlx versions... Unless upstream "fixes" this allowing us to override this in an easier way.

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

* Re: [PR REVIEW] New package: atuin-12.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (3 preceding siblings ...)
  2022-11-19 14:06 ` jcgruenhage
@ 2022-11-19 14:09 ` tranzystorek-io
  2022-11-19 16:30 ` jcgruenhage
                   ` (30 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorek-io @ 2022-11-19 14:09 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/40600#discussion_r1027094588

Comment:
What stops us from shipping the statically-linked version for the time being?

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

* Re: [PR REVIEW] New package: atuin-12.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (4 preceding siblings ...)
  2022-11-19 14:09 ` tranzystorek-io
@ 2022-11-19 16:30 ` jcgruenhage
  2022-11-19 20:50 ` tranzystorek-io
                   ` (29 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: jcgruenhage @ 2022-11-19 16:30 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40600#discussion_r1027112451

Comment:
Pretty sure that's just what Void does. I've had to put in quite a bit of work for things like nushell not linking sqlite statically for example.

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

* Re: [PR REVIEW] New package: atuin-12.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (5 preceding siblings ...)
  2022-11-19 16:30 ` jcgruenhage
@ 2022-11-19 20:50 ` tranzystorek-io
  2022-11-19 22:01 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (28 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorek-io @ 2022-11-19 20:50 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/40600#discussion_r1027141498

Comment:
Yeah, so my understanding is, as long as the package builds and runs, we could merge this for now as-is, no?

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

* Re: [PR PATCH] [Updated] New package: atuin-12.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (6 preceding siblings ...)
  2022-11-19 20:50 ` tranzystorek-io
@ 2022-11-19 22:01 ` tranzystorek-io
  2022-12-21 10:33 ` tranzystorek-io
                   ` (27 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorek-io @ 2022-11-19 22:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-12.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 20f3624a46fd69dc06becc6a275a82d952672407 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-12.0.0

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 000000000000..044e4f0c32be
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,23 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=12.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ellie/atuin"
+distfiles="https://github.com/ellie/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=bfeeb14c3fd94862e2cb7c57ac2b77db78686b0afe49b5597ead9cca02dcc403
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: atuin-12.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (7 preceding siblings ...)
  2022-11-19 22:01 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-12-21 10:33 ` tranzystorek-io
  2023-02-26 21:43 ` tranzystorek-io
                   ` (26 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorek-io @ 2022-12-21 10:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-12.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From a3afeae61c36bf0a019d9150f6c003515ebb4e81 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-12.0.0

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 000000000000..044e4f0c32be
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,23 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=12.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ellie/atuin"
+distfiles="https://github.com/ellie/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=bfeeb14c3fd94862e2cb7c57ac2b77db78686b0afe49b5597ead9cca02dcc403
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: atuin-12.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (8 preceding siblings ...)
  2022-12-21 10:33 ` tranzystorek-io
@ 2023-02-26 21:43 ` tranzystorek-io
  2023-03-05 13:10 ` [PR REVIEW] " jcgruenhage
                   ` (25 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorek-io @ 2023-02-26 21:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-12.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 02ea5dee0ef5ddda2369c2cb86b00ada2694088c Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-12.0.0

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 000000000000..044e4f0c32be
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,23 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=12.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ellie/atuin"
+distfiles="https://github.com/ellie/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=bfeeb14c3fd94862e2cb7c57ac2b77db78686b0afe49b5597ead9cca02dcc403
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR REVIEW] New package: atuin-12.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (9 preceding siblings ...)
  2023-02-26 21:43 ` tranzystorek-io
@ 2023-03-05 13:10 ` jcgruenhage
  2023-04-02  8:16 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (24 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: jcgruenhage @ 2023-03-05 13:10 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40600#discussion_r1125663974

Comment:
I don't think so :/

I've been using this as-is for a while and would be happy if we could get it in, but I think it might be necessary to do something similar to what we're doing in nushell to get sqlite to not be linked statically.

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

* Re: [PR PATCH] [Updated] New package: atuin-12.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (10 preceding siblings ...)
  2023-03-05 13:10 ` [PR REVIEW] " jcgruenhage
@ 2023-04-02  8:16 ` tranzystorek-io
  2023-04-02  8:42 ` [PR PATCH] [Updated] New package: atuin-14.0.0 tranzystorek-io
                   ` (23 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorek-io @ 2023-04-02  8:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-12.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

[ci skip]

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c6d3f7288d490d21af1090d250c8a239ec2e9663 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-14.0.0

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 000000000000..a01c74cfb568
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,23 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=14.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ellie/atuin"
+distfiles="https://github.com/ellie/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=cccff6fcd27ab12038fc4be0f8418197813306d6210512850d21d2b749c6c797
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: atuin-14.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (11 preceding siblings ...)
  2023-04-02  8:16 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2023-04-02  8:42 ` tranzystorek-io
  2023-04-16 16:16 ` tranzystorek-io
                   ` (22 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorek-io @ 2023-04-02  8:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-14.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 4514b3f389bb0daa0d52f245f27815c163ca355a Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-14.0.0

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 000000000000..a01c74cfb568
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,23 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=14.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ellie/atuin"
+distfiles="https://github.com/ellie/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=cccff6fcd27ab12038fc4be0f8418197813306d6210512850d21d2b749c6c797
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: atuin-14.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (12 preceding siblings ...)
  2023-04-02  8:42 ` [PR PATCH] [Updated] New package: atuin-14.0.0 tranzystorek-io
@ 2023-04-16 16:16 ` tranzystorek-io
  2023-04-16 16:38 ` [PR REVIEW] New package: atuin-14.0.1 jcgruenhage
                   ` (21 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorek-io @ 2023-04-16 16:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-14.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e83d6b943da229133d27d1e509ee2af589fac84b Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-14.0.1

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 000000000000..f40642ce017a
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,24 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=14.0.1
+revision=1
+build_style=cargo
+build_helper=qemu
+make_install_args="--path atuin"
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ellie/atuin"
+distfiles="https://github.com/ellie/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=00ba6eea19f11b3f73652e71af69b3dc7eb221761519f3b9680047f5476915b4
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR REVIEW] New package: atuin-14.0.1
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (13 preceding siblings ...)
  2023-04-16 16:16 ` tranzystorek-io
@ 2023-04-16 16:38 ` jcgruenhage
  2023-05-14 11:08 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (20 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: jcgruenhage @ 2023-04-16 16:38 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40600#discussion_r1167973582

Comment:
@tranzystorek-io can you try getting the sqlite dynamically linked? Shouldn't be too tricky to do that, and should make this more likely to be merged.

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

* Re: [PR PATCH] [Updated] New package: atuin-14.0.1
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (14 preceding siblings ...)
  2023-04-16 16:38 ` [PR REVIEW] New package: atuin-14.0.1 jcgruenhage
@ 2023-05-14 11:08 ` tranzystorek-io
  2023-05-28 22:33 ` tranzystorek-io
                   ` (19 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorek-io @ 2023-05-14 11:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-14.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ea983b02564a88831ad8b5b803ab1bee9ac3725c Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-14.0.1

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 000000000000..f40642ce017a
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,24 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=14.0.1
+revision=1
+build_style=cargo
+build_helper=qemu
+make_install_args="--path atuin"
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ellie/atuin"
+distfiles="https://github.com/ellie/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=00ba6eea19f11b3f73652e71af69b3dc7eb221761519f3b9680047f5476915b4
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: atuin-14.0.1
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (15 preceding siblings ...)
  2023-05-14 11:08 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2023-05-28 22:33 ` tranzystorek-io
  2023-06-09 22:03 ` [PR PATCH] [Updated] New package: atuin-15.0.0 tranzystorek-io
                   ` (18 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorek-io @ 2023-05-28 22:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-14.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d303c0c273a895aeefcfa2588a1bf4589498a376 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-15.0.0

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 000000000000..e2bd25051ad2
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,24 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=15.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+make_install_args="--path atuin"
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ellie/atuin"
+distfiles="https://github.com/ellie/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=ad5236aa1352b469ed108486efa448bd73ea2670432cf66de043aabfadb04b89
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: atuin-15.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (16 preceding siblings ...)
  2023-05-28 22:33 ` tranzystorek-io
@ 2023-06-09 22:03 ` tranzystorek-io
  2023-06-09 22:38 ` tranzystorek-io
                   ` (17 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorek-io @ 2023-06-09 22:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-15.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 62d4cc7b6daf097eada4ebe06b8ea6fb146fc8c0 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-15.0.0

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 000000000000..e2bd25051ad2
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,24 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=15.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+make_install_args="--path atuin"
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ellie/atuin"
+distfiles="https://github.com/ellie/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=ad5236aa1352b469ed108486efa448bd73ea2670432cf66de043aabfadb04b89
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: atuin-15.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (17 preceding siblings ...)
  2023-06-09 22:03 ` [PR PATCH] [Updated] New package: atuin-15.0.0 tranzystorek-io
@ 2023-06-09 22:38 ` tranzystorek-io
  2023-06-11 19:10 ` tranzystorek-io
                   ` (16 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorek-io @ 2023-06-09 22:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-15.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c44a9dac22428f0a0bfc669864087771277652b3 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-15.0.0

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 000000000000..e2bd25051ad2
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,24 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=15.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+make_install_args="--path atuin"
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ellie/atuin"
+distfiles="https://github.com/ellie/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=ad5236aa1352b469ed108486efa448bd73ea2670432cf66de043aabfadb04b89
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: atuin-15.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (18 preceding siblings ...)
  2023-06-09 22:38 ` tranzystorek-io
@ 2023-06-11 19:10 ` tranzystorek-io
  2023-08-07 10:55 ` tranzystorek-io
                   ` (15 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorek-io @ 2023-06-11 19:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-15.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 2eb937155508393d53fb0bd8c7af74b8d8c1c929 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-15.0.0

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 000000000000..e2bd25051ad2
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,24 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=15.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+make_install_args="--path atuin"
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ellie/atuin"
+distfiles="https://github.com/ellie/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=ad5236aa1352b469ed108486efa448bd73ea2670432cf66de043aabfadb04b89
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: atuin-15.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (19 preceding siblings ...)
  2023-06-11 19:10 ` tranzystorek-io
@ 2023-08-07 10:55 ` tranzystorek-io
  2023-10-26  8:02 ` [PR PATCH] [Updated] New package: atuin-16.0.0 tranzystorek-io
                   ` (14 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorek-io @ 2023-08-07 10:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-15.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 7f3a2525fd8884c02dac45c37784cfe13c577a8c Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-16.0.0

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 0000000000000..fd99a507278ee
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,25 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=16.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+make_check_args="-- --skip registration"
+make_install_args="--path atuin"
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/ellie/atuin"
+distfiles="https://github.com/ellie/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=28d469e452086481f64293390ba0736a082623d49b5064a01b2e2106cc1e8fef
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: atuin-16.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (20 preceding siblings ...)
  2023-08-07 10:55 ` tranzystorek-io
@ 2023-10-26  8:02 ` tranzystorek-io
  2023-10-29  9:08 ` [PR PATCH] [Updated] New package: atuin-17.0.0 tranzystorekk
                   ` (13 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorek-io @ 2023-10-26  8:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-16.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d65bed34d48f2d5ccd9e0bc07a7b0a250f71c613 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-17.0.0

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 0000000000000..d844a1f8ebaeb
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,25 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=17.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+make_check_args="-- --skip registration --skip sync"
+make_install_args="--path atuin"
+hostmakedepends="pkg-config"
+makedepends="sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://atuin.sh"
+distfiles="https://github.com/atuinsh/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=9c1bd5e180f53dd98248f582a36a4ead0670d3e155874a7217ec87cab3cea51a
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: atuin-17.0.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (21 preceding siblings ...)
  2023-10-26  8:02 ` [PR PATCH] [Updated] New package: atuin-16.0.0 tranzystorek-io
@ 2023-10-29  9:08 ` tranzystorekk
  2023-11-26  9:31 ` [PR PATCH] [Updated] New package: atuin-17.0.1 tranzystorekk
                   ` (12 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorekk @ 2023-10-29  9:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-17.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ffb6eaa91031603afb63a882f3c189d3bea94846 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-17.0.1

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 0000000000000..4343563eee337
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,25 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=17.0.1
+revision=1
+build_style=cargo
+build_helper=qemu
+make_check_args="-- --skip registration --skip sync"
+make_install_args="--path atuin"
+hostmakedepends="pkg-config"
+makedepends="sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://atuin.sh"
+distfiles="https://github.com/atuinsh/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=b03d3a1597ba2bbd784612e730419c2cdc099311adf48518bd9c00d2799199f6
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: atuin-17.0.1
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (22 preceding siblings ...)
  2023-10-29  9:08 ` [PR PATCH] [Updated] New package: atuin-17.0.0 tranzystorekk
@ 2023-11-26  9:31 ` tranzystorekk
  2023-11-26 13:37 ` [PR REVIEW] " icp1994
                   ` (11 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorekk @ 2023-11-26  9:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-17.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e4a78179e1653ce51d119442baa1adfe02b8004e Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-17.0.1

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 0000000000000..4343563eee337
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,25 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=17.0.1
+revision=1
+build_style=cargo
+build_helper=qemu
+make_check_args="-- --skip registration --skip sync"
+make_install_args="--path atuin"
+hostmakedepends="pkg-config"
+makedepends="sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://atuin.sh"
+distfiles="https://github.com/atuinsh/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=b03d3a1597ba2bbd784612e730419c2cdc099311adf48518bd9c00d2799199f6
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR REVIEW] New package: atuin-17.0.1
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (23 preceding siblings ...)
  2023-11-26  9:31 ` [PR PATCH] [Updated] New package: atuin-17.0.1 tranzystorekk
@ 2023-11-26 13:37 ` icp1994
  2023-11-27  8:13 ` tranzystorekk
                   ` (10 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: icp1994 @ 2023-11-26 13:37 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/40600#discussion_r1405401555

Comment:
This is resolved now, right?

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

* Re: [PR REVIEW] New package: atuin-17.0.1
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (24 preceding siblings ...)
  2023-11-26 13:37 ` [PR REVIEW] " icp1994
@ 2023-11-27  8:13 ` tranzystorekk
  2023-11-27  9:53 ` icp1994
                   ` (9 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorekk @ 2023-11-27  8:13 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/40600#discussion_r1405784988

Comment:
I don't think so, atuin still refuses to dynlink sqlite, and I don't have enough spare time to do much about it. The other option would be to accept the statically built and linked version as-is now.

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

* Re: [PR REVIEW] New package: atuin-17.0.1
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (25 preceding siblings ...)
  2023-11-27  8:13 ` tranzystorekk
@ 2023-11-27  9:53 ` icp1994
  2023-11-27 20:19 ` [PR PATCH] [Updated] " tranzystorekk
                   ` (8 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: icp1994 @ 2023-11-27  9:53 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/40600#discussion_r1405906870

Comment:
It's because they are using a slightly older version of sqlx. If they update to sqlx-0.7.3 for their next release, it will pull in libsqlite3-sys-0.27.0 which should link dynamically after https://github.com/void-linux/void-packages/commit/d69cddbbc4d5ccabfe4d42d5b0f8cfe087c6e742.

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

* Re: [PR PATCH] [Updated] New package: atuin-17.0.1
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (26 preceding siblings ...)
  2023-11-27  9:53 ` icp1994
@ 2023-11-27 20:19 ` tranzystorekk
  2023-11-27 20:32 ` classabbyamp
                   ` (7 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorekk @ 2023-11-27 20:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-17.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d3ad3d9bbe6b6f16b12c8b83c27637c54e33c24e Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-17.0.1

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 0000000000000..b279d1de8dfdf
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,29 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=17.0.1
+revision=1
+build_style=cargo
+build_helper=qemu
+make_check_args="-- --skip registration --skip sync"
+make_install_args="--path atuin"
+hostmakedepends="pkg-config"
+makedepends="sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://atuin.sh"
+distfiles="https://github.com/atuinsh/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=b03d3a1597ba2bbd784612e730419c2cdc099311adf48518bd9c00d2799199f6
+
+post_patch() {
+	cargo update --package sqlx@0.7.2 --precise 0.7.3
+}
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: atuin-17.0.1
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (27 preceding siblings ...)
  2023-11-27 20:19 ` [PR PATCH] [Updated] " tranzystorekk
@ 2023-11-27 20:32 ` classabbyamp
  2023-12-10 13:58 ` tranzystorekk
                   ` (6 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: classabbyamp @ 2023-11-27 20:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-17.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 44c71ce9ae0c81274f2bc91b8f17647911fe59d4 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-17.0.1

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 0000000000000..b279d1de8dfdf
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,29 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=17.0.1
+revision=1
+build_style=cargo
+build_helper=qemu
+make_check_args="-- --skip registration --skip sync"
+make_install_args="--path atuin"
+hostmakedepends="pkg-config"
+makedepends="sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://atuin.sh"
+distfiles="https://github.com/atuinsh/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=b03d3a1597ba2bbd784612e730419c2cdc099311adf48518bd9c00d2799199f6
+
+post_patch() {
+	cargo update --package sqlx@0.7.2 --precise 0.7.3
+}
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: atuin-17.0.1
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (28 preceding siblings ...)
  2023-11-27 20:32 ` classabbyamp
@ 2023-12-10 13:58 ` tranzystorekk
  2023-12-12 11:59 ` New package: atuin-17.1.0 tranzystorekk
                   ` (5 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorekk @ 2023-12-10 13:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-17.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 53740d30ab138a14aa7e4e2a5063753ba57f0cdc Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-17.1.0

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 0000000000000..0d7dcd07e2879
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,25 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=17.1.0
+revision=1
+build_style=cargo
+build_helper=qemu
+make_check_args="-- --skip registration --skip sync"
+make_install_args="--path atuin"
+hostmakedepends="pkg-config"
+makedepends="sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://atuin.sh"
+distfiles="https://github.com/atuinsh/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=6a0b1542e7061e6a5bcdf3c284d3ad386e3504e040fcfa1500f530a5125b37b8
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: New package: atuin-17.1.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (29 preceding siblings ...)
  2023-12-10 13:58 ` tranzystorekk
@ 2023-12-12 11:59 ` tranzystorekk
  2023-12-12 12:52 ` icp1994
                   ` (4 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorekk @ 2023-12-12 11:59 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/40600#issuecomment-1851900322

Comment:
Tests are currently failing to open databases because our `sqlite` build has `SQLITE_USE_URI` disabled by default

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

* Re: New package: atuin-17.1.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (30 preceding siblings ...)
  2023-12-12 11:59 ` New package: atuin-17.1.0 tranzystorekk
@ 2023-12-12 12:52 ` icp1994
  2023-12-12 15:17 ` [PR PATCH] [Updated] " tranzystorekk
                   ` (3 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: icp1994 @ 2023-12-12 12:52 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/40600#issuecomment-1851977859

Comment:
For cross, it likely needs `sqlite-devel` under `hostmakedepends`.

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

* Re: [PR PATCH] [Updated] New package: atuin-17.1.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (31 preceding siblings ...)
  2023-12-12 12:52 ` icp1994
@ 2023-12-12 15:17 ` tranzystorekk
  2023-12-13  9:54 ` tranzystorekk
                   ` (2 subsequent siblings)
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorekk @ 2023-12-12 15:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-17.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From a67f2357c52b78c108fce7a97dc3cf97259691dd Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-17.1.0

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 0000000000000..b3e264474336a
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,25 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=17.1.0
+revision=1
+build_style=cargo
+build_helper=qemu
+make_check_args="-- --skip registration --skip sync"
+make_install_args="--path atuin"
+hostmakedepends="pkg-config sqlite-devel"
+makedepends="sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://atuin.sh"
+distfiles="https://github.com/atuinsh/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=6a0b1542e7061e6a5bcdf3c284d3ad386e3504e040fcfa1500f530a5125b37b8
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: atuin-17.1.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (32 preceding siblings ...)
  2023-12-12 15:17 ` [PR PATCH] [Updated] " tranzystorekk
@ 2023-12-13  9:54 ` tranzystorekk
  2023-12-13  9:57 ` tranzystorekk
  2023-12-13 17:00 ` [PR PATCH] [Merged]: " classabbyamp
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorekk @ 2023-12-13  9:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-17.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 544fa158317f6aa66bf097f0418b6d67cb0c8fef Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 13 Dec 2023 10:34:07 +0100
Subject: [PATCH 1/2] sqlite: enable URI filenames by default

---
 srcpkgs/sqlite/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template
index bcc135261752a..4c23c77f9dcf5 100644
--- a/srcpkgs/sqlite/template
+++ b/srcpkgs/sqlite/template
@@ -1,7 +1,7 @@
 # Template file for 'sqlite'
 pkgname=sqlite
 version=3.44.2
-revision=1
+revision=2
 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
 build_style=gnu-configure
 configure_args="--enable-threadsafe --enable-dynamic-extensions --enable-fts5"
@@ -18,7 +18,7 @@ CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
  -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \
  -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 \
  -DSQLITE_ENABLE_FTS3_TOKENIZER=1 -DSQLITE_ENABLE_BATCH_ATOMIC_WRITE=1 \
- -DSQLITE_ENABLE_DESERIALIZE"
+ -DSQLITE_ENABLE_DESERIALIZE -DSQLITE_USE_URI=1"
 # explicitly enable fdatasync
 CFLAGS+=" -DHAVE_FDATASYNC"
 disable_parallel_build=yes

From f092f6cf28796fb737c160e6660882075880751a Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH 2/2] New package: atuin-17.1.0

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 0000000000000..b3e264474336a
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,25 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=17.1.0
+revision=1
+build_style=cargo
+build_helper=qemu
+make_check_args="-- --skip registration --skip sync"
+make_install_args="--path atuin"
+hostmakedepends="pkg-config sqlite-devel"
+makedepends="sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://atuin.sh"
+distfiles="https://github.com/atuinsh/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=6a0b1542e7061e6a5bcdf3c284d3ad386e3504e040fcfa1500f530a5125b37b8
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

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

* Re: New package: atuin-17.1.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (33 preceding siblings ...)
  2023-12-13  9:54 ` tranzystorekk
@ 2023-12-13  9:57 ` tranzystorekk
  2023-12-13 17:00 ` [PR PATCH] [Merged]: " classabbyamp
  35 siblings, 0 replies; 37+ messages in thread
From: tranzystorekk @ 2023-12-13  9:57 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/40600#issuecomment-1853602438

Comment:
cc @mhmdanas about the sqlite change

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

* Re: [PR PATCH] [Merged]: New package: atuin-17.1.0
  2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
                   ` (34 preceding siblings ...)
  2023-12-13  9:57 ` tranzystorekk
@ 2023-12-13 17:00 ` classabbyamp
  35 siblings, 0 replies; 37+ messages in thread
From: classabbyamp @ 2023-12-13 17:00 UTC (permalink / raw)
  To: ml

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

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

New package: atuin-17.1.0
https://github.com/void-linux/void-packages/pull/40600

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-12-13 17:00 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
2022-11-19 11:31 ` [PR REVIEW] " jcgruenhage
2022-11-19 11:33 ` jcgruenhage
2022-11-19 11:37 ` tranzystorek-io
2022-11-19 14:06 ` jcgruenhage
2022-11-19 14:09 ` tranzystorek-io
2022-11-19 16:30 ` jcgruenhage
2022-11-19 20:50 ` tranzystorek-io
2022-11-19 22:01 ` [PR PATCH] [Updated] " tranzystorek-io
2022-12-21 10:33 ` tranzystorek-io
2023-02-26 21:43 ` tranzystorek-io
2023-03-05 13:10 ` [PR REVIEW] " jcgruenhage
2023-04-02  8:16 ` [PR PATCH] [Updated] " tranzystorek-io
2023-04-02  8:42 ` [PR PATCH] [Updated] New package: atuin-14.0.0 tranzystorek-io
2023-04-16 16:16 ` tranzystorek-io
2023-04-16 16:38 ` [PR REVIEW] New package: atuin-14.0.1 jcgruenhage
2023-05-14 11:08 ` [PR PATCH] [Updated] " tranzystorek-io
2023-05-28 22:33 ` tranzystorek-io
2023-06-09 22:03 ` [PR PATCH] [Updated] New package: atuin-15.0.0 tranzystorek-io
2023-06-09 22:38 ` tranzystorek-io
2023-06-11 19:10 ` tranzystorek-io
2023-08-07 10:55 ` tranzystorek-io
2023-10-26  8:02 ` [PR PATCH] [Updated] New package: atuin-16.0.0 tranzystorek-io
2023-10-29  9:08 ` [PR PATCH] [Updated] New package: atuin-17.0.0 tranzystorekk
2023-11-26  9:31 ` [PR PATCH] [Updated] New package: atuin-17.0.1 tranzystorekk
2023-11-26 13:37 ` [PR REVIEW] " icp1994
2023-11-27  8:13 ` tranzystorekk
2023-11-27  9:53 ` icp1994
2023-11-27 20:19 ` [PR PATCH] [Updated] " tranzystorekk
2023-11-27 20:32 ` classabbyamp
2023-12-10 13:58 ` tranzystorekk
2023-12-12 11:59 ` New package: atuin-17.1.0 tranzystorekk
2023-12-12 12:52 ` icp1994
2023-12-12 15:17 ` [PR PATCH] [Updated] " tranzystorekk
2023-12-13  9:54 ` tranzystorekk
2023-12-13  9:57 ` tranzystorekk
2023-12-13 17:00 ` [PR PATCH] [Merged]: " classabbyamp

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