Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: zellij-0.24.0
@ 2022-02-19  0:02 tranzystorek-io
  2022-02-19  0:46 ` cinerea0
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: tranzystorek-io @ 2022-02-19  0:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages zellij
https://github.com/void-linux/void-packages/pull/35690

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

Closes #35686

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-gnu)


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

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

From ba873a251cc4ac4f8d1c85dc2030d7afcdb2b716 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 00:51:47 +0100
Subject: [PATCH] New package: zellij-0.24.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..942dbe830c7e
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,27 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.24.0
+revision=1
+build_style=cargo
+checkdepends="openssl-devel pkg-config"
+short_desc="Terminal workspace with batteries included"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://zellij.dev"
+distfiles="https://github.com/zellij-org/zellij/archive/v${version}.tar.gz"
+checksum=a7f2d1fa1dd9c55d37d1daebdf6af3c6666d144ee1e85ac7f805544ae03e3b1e
+
+post_build() {
+	ZELLIJ="target/${RUST_TARGET}/release/zellij"
+	${ZELLIJ} setup --generate-completion bash > zellij.bash
+	${ZELLIJ} setup --generate-completion zsh > zellij.zsh
+	${ZELLIJ} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.zsh zsh
+	vcompletion zellij.fish fish
+
+	vlicense LICENSE.md
+}

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

* Re: New package: zellij-0.24.0
  2022-02-19  0:02 [PR PATCH] New package: zellij-0.24.0 tranzystorek-io
@ 2022-02-19  0:46 ` cinerea0
  2022-02-19  7:36 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cinerea0 @ 2022-02-19  0:46 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/35690#issuecomment-1045450248

Comment:
zellij's dependency on wasmer means the architectures this can be packaged for are limited, at least according to this older PR: https://github.com/void-linux/void-packages/pull/32990.

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

* Re: [PR PATCH] [Updated] New package: zellij-0.24.0
  2022-02-19  0:02 [PR PATCH] New package: zellij-0.24.0 tranzystorek-io
  2022-02-19  0:46 ` cinerea0
@ 2022-02-19  7:36 ` tranzystorek-io
  2022-02-19 10:00 ` tranzystorek-io
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tranzystorek-io @ 2022-02-19  7:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages zellij
https://github.com/void-linux/void-packages/pull/35690

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

Closes #35686

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-gnu)


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

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

From 69a47f848863f788615256f4181c272ae843592f Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 00:51:47 +0100
Subject: [PATCH] New package: zellij-0.24.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..a13fac3c6850
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,30 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.24.0
+revision=1
+# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
+# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
+archs="x86_64* aarch64* i686"
+build_style=cargo
+checkdepends="openssl-devel pkg-config"
+short_desc="Terminal workspace with batteries included"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://zellij.dev"
+distfiles="https://github.com/zellij-org/zellij/archive/v${version}.tar.gz"
+checksum=a7f2d1fa1dd9c55d37d1daebdf6af3c6666d144ee1e85ac7f805544ae03e3b1e
+
+post_build() {
+	ZELLIJ="target/${RUST_TARGET}/release/zellij"
+	${ZELLIJ} setup --generate-completion bash > zellij.bash
+	${ZELLIJ} setup --generate-completion zsh > zellij.zsh
+	${ZELLIJ} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.zsh zsh
+	vcompletion zellij.fish fish
+
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: zellij-0.24.0
  2022-02-19  0:02 [PR PATCH] New package: zellij-0.24.0 tranzystorek-io
  2022-02-19  0:46 ` cinerea0
  2022-02-19  7:36 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-02-19 10:00 ` tranzystorek-io
  2022-02-19 18:45 ` tranzystorek-io
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tranzystorek-io @ 2022-02-19 10:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages zellij
https://github.com/void-linux/void-packages/pull/35690

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

Closes #35686

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-gnu)
-->

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

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

From 73bbe529c9fc0428d797c5097a4ce4489e77f6e0 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 00:51:47 +0100
Subject: [PATCH] New package: zellij-0.24.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..1abc846faf4f
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,31 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.24.0
+revision=1
+# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
+# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
+archs="x86_64* aarch64* i686"
+build_style=cargo
+checkdepends="openssl-devel pkg-config"
+short_desc="Terminal workspace with batteries included"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://zellij.dev"
+distfiles="https://github.com/zellij-org/zellij/archive/v${version}.tar.gz"
+checksum=a7f2d1fa1dd9c55d37d1daebdf6af3c6666d144ee1e85ac7f805544ae03e3b1e
+
+post_build() {
+	ZELLIJ="target/${RUST_TARGET}/release/zellij"
+	${ZELLIJ} setup --generate-completion bash > zellij.bash
+	${ZELLIJ} setup --generate-completion zsh > zellij.zsh
+	${ZELLIJ} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.zsh zsh
+	vcompletion zellij.fish fish
+
+	vlicense LICENSE.md
+	vdoc README.md
+}

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

* Re: New package: zellij-0.24.0
  2022-02-19  0:02 [PR PATCH] New package: zellij-0.24.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-02-19 10:00 ` tranzystorek-io
@ 2022-02-19 18:45 ` tranzystorek-io
  2022-02-19 18:52 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tranzystorek-io @ 2022-02-19 18:45 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/35690#issuecomment-1046081202

Comment:
According to https://github.com/google/cargo-raze/issues/114#issuecomment-547080315, on the failing targets the `autocfg` build script for `indexmap` cannot detect that `std` is available and ends up compiling an `IndexSet` without a default build hasher. I'm wondering if we can manually specify `--cfg=has_std` somehow.

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

* Re: [PR PATCH] [Updated] New package: zellij-0.24.0
  2022-02-19  0:02 [PR PATCH] New package: zellij-0.24.0 tranzystorek-io
                   ` (3 preceding siblings ...)
  2022-02-19 18:45 ` tranzystorek-io
@ 2022-02-19 18:52 ` tranzystorek-io
  2022-02-19 19:42 ` paper42
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tranzystorek-io @ 2022-02-19 18:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages zellij
https://github.com/void-linux/void-packages/pull/35690

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

Closes #35686

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-gnu)
-->

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

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

From bbdff854014d21f0939f876487f1e9f979cd3bda Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 00:51:47 +0100
Subject: [PATCH] New package: zellij-0.24.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..15c9cf3775f1
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,32 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.24.0
+revision=1
+# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
+# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
+archs="x86_64* aarch64* i686"
+build_style=cargo
+build_helper=qemu
+checkdepends="openssl-devel pkg-config"
+short_desc="Terminal workspace with batteries included"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://zellij.dev"
+distfiles="https://github.com/zellij-org/zellij/archive/v${version}.tar.gz"
+checksum=a7f2d1fa1dd9c55d37d1daebdf6af3c6666d144ee1e85ac7f805544ae03e3b1e
+
+post_build() {
+	ZELLIJ="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${ZELLIJ} setup --generate-completion bash > zellij.bash
+	vtargetrun ${ZELLIJ} setup --generate-completion zsh > zellij.zsh
+	vtargetrun ${ZELLIJ} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.zsh zsh
+	vcompletion zellij.fish fish
+
+	vlicense LICENSE.md
+	vdoc README.md
+}

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

* Re: New package: zellij-0.24.0
  2022-02-19  0:02 [PR PATCH] New package: zellij-0.24.0 tranzystorek-io
                   ` (4 preceding siblings ...)
  2022-02-19 18:52 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-02-19 19:42 ` paper42
  2022-02-19 19:42 ` paper42
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: paper42 @ 2022-02-19 19:42 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35690#issuecomment-1046090531

Comment:
> According to [google/cargo-raze#114 (comment)](https://github.com/google/cargo-raze/issues/114#issuecomment-547080315), on the failing targets the `autocfg` build script for `indexmap` cannot detect that `std` is available and ends up compiling an `IndexSet` without a default build hasher. I'm wondering if we can manually specify `--cfg=has_std` somehow.

#34889

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

* Re: New package: zellij-0.24.0
  2022-02-19  0:02 [PR PATCH] New package: zellij-0.24.0 tranzystorek-io
                   ` (5 preceding siblings ...)
  2022-02-19 19:42 ` paper42
@ 2022-02-19 19:42 ` paper42
  2022-02-19 19:49 ` tranzystorek-io
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: paper42 @ 2022-02-19 19:42 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35690#issuecomment-1046090531

Comment:
> According to [google/cargo-raze#114 (comment)](https://github.com/google/cargo-raze/issues/114#issuecomment-547080315), on the failing targets the `autocfg` build script for `indexmap` cannot detect that `std` is available and ends up compiling an `IndexSet` without a default build hasher. I'm wondering if we can manually specify `--cfg=has_std` somehow.

Is this similar to #34889?

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

* Re: New package: zellij-0.24.0
  2022-02-19  0:02 [PR PATCH] New package: zellij-0.24.0 tranzystorek-io
                   ` (6 preceding siblings ...)
  2022-02-19 19:42 ` paper42
@ 2022-02-19 19:49 ` tranzystorek-io
  2022-02-20 21:43 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tranzystorek-io @ 2022-02-19 19:49 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/35690#issuecomment-1046091491

Comment:
> Is this similar to #34889?

Yes, it seems to be exactly that issue, though it's not directly in zellij code but in `gimli` 0.22

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

* Re: [PR PATCH] [Updated] New package: zellij-0.24.0
  2022-02-19  0:02 [PR PATCH] New package: zellij-0.24.0 tranzystorek-io
                   ` (7 preceding siblings ...)
  2022-02-19 19:49 ` tranzystorek-io
@ 2022-02-20 21:43 ` tranzystorek-io
  2022-02-22 14:14 ` tranzystorek-io
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tranzystorek-io @ 2022-02-20 21:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages zellij
https://github.com/void-linux/void-packages/pull/35690

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

Closes #35686

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-gnu)
-->

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

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

From d43ccc242296413f18560481b44a6087e1d323d8 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 00:51:47 +0100
Subject: [PATCH] New package: zellij-0.24.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..a37a82e6b8b7
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,37 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.24.0
+revision=1
+# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
+# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
+archs="x86_64* aarch64* i686"
+build_style=cargo
+build_helper=qemu
+checkdepends="openssl-devel pkg-config"
+short_desc="Terminal workspace with batteries included"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://zellij.dev"
+distfiles="https://github.com/zellij-org/zellij/archive/v${version}.tar.gz"
+checksum=a7f2d1fa1dd9c55d37d1daebdf6af3c6666d144ee1e85ac7f805544ae03e3b1e
+
+post_patch() {
+	# temporary fix for https://github.com/void-linux/void-packages/issues/34889
+	cargo update --package autocfg --precise 1.1.0
+}
+
+post_build() {
+	ZELLIJ="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${ZELLIJ} setup --generate-completion bash > zellij.bash
+	vtargetrun ${ZELLIJ} setup --generate-completion zsh > zellij.zsh
+	vtargetrun ${ZELLIJ} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.zsh zsh
+	vcompletion zellij.fish fish
+
+	vlicense LICENSE.md
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: zellij-0.24.0
  2022-02-19  0:02 [PR PATCH] New package: zellij-0.24.0 tranzystorek-io
                   ` (8 preceding siblings ...)
  2022-02-20 21:43 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-02-22 14:14 ` tranzystorek-io
  2022-02-26 11:42 ` [PR PATCH] [Updated] New package: zellij-0.25.0 tranzystorek-io
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tranzystorek-io @ 2022-02-22 14:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages zellij
https://github.com/void-linux/void-packages/pull/35690

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

Closes #35686

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-gnu)
-->

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

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

From 992552701086ae86dbafd6c98a876789638b1560 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 00:51:47 +0100
Subject: [PATCH] New package: zellij-0.25.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..106a57309826
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,32 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.25.0
+revision=1
+# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
+# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
+archs="x86_64* aarch64* i686"
+build_style=cargo
+build_helper=qemu
+checkdepends="openssl-devel pkg-config"
+short_desc="Terminal workspace with batteries included"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://zellij.dev"
+distfiles="https://github.com/zellij-org/zellij/archive/v${version}.tar.gz"
+checksum=5bd4e6a726cf32e096f9c90d7dc414e63dee0613a56f5b665f4bfc6376dcf20a
+
+post_build() {
+	ZELLIJ="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${ZELLIJ} setup --generate-completion bash > zellij.bash
+	vtargetrun ${ZELLIJ} setup --generate-completion zsh > zellij.zsh
+	vtargetrun ${ZELLIJ} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.zsh zsh
+	vcompletion zellij.fish fish
+
+	vlicense LICENSE.md
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: zellij-0.25.0
  2022-02-19  0:02 [PR PATCH] New package: zellij-0.24.0 tranzystorek-io
                   ` (9 preceding siblings ...)
  2022-02-22 14:14 ` tranzystorek-io
@ 2022-02-26 11:42 ` tranzystorek-io
  2022-02-27 10:35 ` [PR REVIEW] " paper42
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tranzystorek-io @ 2022-02-26 11:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages zellij
https://github.com/void-linux/void-packages/pull/35690

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

Closes #35686

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-gnu)
-->

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

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

From 992552701086ae86dbafd6c98a876789638b1560 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 00:51:47 +0100
Subject: [PATCH] New package: zellij-0.25.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..106a57309826
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,32 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.25.0
+revision=1
+# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
+# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
+archs="x86_64* aarch64* i686"
+build_style=cargo
+build_helper=qemu
+checkdepends="openssl-devel pkg-config"
+short_desc="Terminal workspace with batteries included"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://zellij.dev"
+distfiles="https://github.com/zellij-org/zellij/archive/v${version}.tar.gz"
+checksum=5bd4e6a726cf32e096f9c90d7dc414e63dee0613a56f5b665f4bfc6376dcf20a
+
+post_build() {
+	ZELLIJ="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${ZELLIJ} setup --generate-completion bash > zellij.bash
+	vtargetrun ${ZELLIJ} setup --generate-completion zsh > zellij.zsh
+	vtargetrun ${ZELLIJ} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.zsh zsh
+	vcompletion zellij.fish fish
+
+	vlicense LICENSE.md
+	vdoc README.md
+}

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

* Re: [PR REVIEW] New package: zellij-0.25.0
  2022-02-19  0:02 [PR PATCH] New package: zellij-0.24.0 tranzystorek-io
                   ` (10 preceding siblings ...)
  2022-02-26 11:42 ` [PR PATCH] [Updated] New package: zellij-0.25.0 tranzystorek-io
@ 2022-02-27 10:35 ` paper42
  2022-02-27 10:50 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: paper42 @ 2022-02-27 10:35 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35690#discussion_r815420062

Comment:
```suggestion
archs="x86_64* aarch64* i686*"
```

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

* Re: [PR PATCH] [Updated] New package: zellij-0.25.0
  2022-02-19  0:02 [PR PATCH] New package: zellij-0.24.0 tranzystorek-io
                   ` (11 preceding siblings ...)
  2022-02-27 10:35 ` [PR REVIEW] " paper42
@ 2022-02-27 10:50 ` tranzystorek-io
  2022-02-27 10:50 ` [PR REVIEW] " tranzystorek-io
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tranzystorek-io @ 2022-02-27 10:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages zellij
https://github.com/void-linux/void-packages/pull/35690

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

Closes #35686

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-gnu)
-->

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

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

From 57f2ce397819e58ffad745058f9eceb71ed76337 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 00:51:47 +0100
Subject: [PATCH] New package: zellij-0.25.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..2be522145138
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,33 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.25.0
+revision=1
+# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
+# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
+archs="x86_64* aarch64* i686*"
+build_style=cargo
+build_helper=qemu
+checkdepends="openssl-devel pkg-config"
+short_desc="Terminal workspace with batteries included"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://zellij.dev"
+changelog="https://github.com/zellij-org/zellij/blob/main/CHANGELOG.md"
+distfiles="https://github.com/zellij-org/zellij/archive/v${version}.tar.gz"
+checksum=5bd4e6a726cf32e096f9c90d7dc414e63dee0613a56f5b665f4bfc6376dcf20a
+
+post_build() {
+	ZELLIJ="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${ZELLIJ} setup --generate-completion bash > zellij.bash
+	vtargetrun ${ZELLIJ} setup --generate-completion zsh > zellij.zsh
+	vtargetrun ${ZELLIJ} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.zsh zsh
+	vcompletion zellij.fish fish
+
+	vlicense LICENSE.md
+	vdoc README.md
+}

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

* Re: [PR REVIEW] New package: zellij-0.25.0
  2022-02-19  0:02 [PR PATCH] New package: zellij-0.24.0 tranzystorek-io
                   ` (12 preceding siblings ...)
  2022-02-27 10:50 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-02-27 10:50 ` tranzystorek-io
  2022-02-27 12:17 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-03-03 22:11 ` [PR PATCH] [Merged]: " paper42
  15 siblings, 0 replies; 17+ messages in thread
From: tranzystorek-io @ 2022-02-27 10:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-linux/void-packages/pull/35690#discussion_r815421831

Comment:
Done!

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

* Re: [PR PATCH] [Updated] New package: zellij-0.25.0
  2022-02-19  0:02 [PR PATCH] New package: zellij-0.24.0 tranzystorek-io
                   ` (13 preceding siblings ...)
  2022-02-27 10:50 ` [PR REVIEW] " tranzystorek-io
@ 2022-02-27 12:17 ` tranzystorek-io
  2022-03-03 22:11 ` [PR PATCH] [Merged]: " paper42
  15 siblings, 0 replies; 17+ messages in thread
From: tranzystorek-io @ 2022-02-27 12:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages zellij
https://github.com/void-linux/void-packages/pull/35690

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

Closes #35686

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-gnu)
-->

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

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

From 26c251907ca7075a1bddabc791887123c4fa1f62 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 00:51:47 +0100
Subject: [PATCH] New package: zellij-0.25.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
new file mode 100644
index 000000000000..2be522145138
--- /dev/null
+++ b/srcpkgs/zellij/template
@@ -0,0 +1,33 @@
+# Template file for 'zellij'
+pkgname=zellij
+version=0.25.0
+revision=1
+# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
+# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
+archs="x86_64* aarch64* i686*"
+build_style=cargo
+build_helper=qemu
+checkdepends="openssl-devel pkg-config"
+short_desc="Terminal workspace with batteries included"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://zellij.dev"
+changelog="https://github.com/zellij-org/zellij/blob/main/CHANGELOG.md"
+distfiles="https://github.com/zellij-org/zellij/archive/v${version}.tar.gz"
+checksum=5bd4e6a726cf32e096f9c90d7dc414e63dee0613a56f5b665f4bfc6376dcf20a
+
+post_build() {
+	ZELLIJ="target/${RUST_TARGET}/release/zellij"
+	vtargetrun ${ZELLIJ} setup --generate-completion bash > zellij.bash
+	vtargetrun ${ZELLIJ} setup --generate-completion zsh > zellij.zsh
+	vtargetrun ${ZELLIJ} setup --generate-completion fish > zellij.fish
+}
+
+post_install() {
+	vcompletion zellij.bash bash
+	vcompletion zellij.zsh zsh
+	vcompletion zellij.fish fish
+
+	vlicense LICENSE.md
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Merged]: New package: zellij-0.25.0
  2022-02-19  0:02 [PR PATCH] New package: zellij-0.24.0 tranzystorek-io
                   ` (14 preceding siblings ...)
  2022-02-27 12:17 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-03-03 22:11 ` paper42
  15 siblings, 0 replies; 17+ messages in thread
From: paper42 @ 2022-03-03 22:11 UTC (permalink / raw)
  To: ml

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

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

New package: zellij-0.25.0
https://github.com/void-linux/void-packages/pull/35690

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

Closes #35686

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-gnu)
-->

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

end of thread, other threads:[~2022-03-03 22:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-19  0:02 [PR PATCH] New package: zellij-0.24.0 tranzystorek-io
2022-02-19  0:46 ` cinerea0
2022-02-19  7:36 ` [PR PATCH] [Updated] " tranzystorek-io
2022-02-19 10:00 ` tranzystorek-io
2022-02-19 18:45 ` tranzystorek-io
2022-02-19 18:52 ` [PR PATCH] [Updated] " tranzystorek-io
2022-02-19 19:42 ` paper42
2022-02-19 19:42 ` paper42
2022-02-19 19:49 ` tranzystorek-io
2022-02-20 21:43 ` [PR PATCH] [Updated] " tranzystorek-io
2022-02-22 14:14 ` tranzystorek-io
2022-02-26 11:42 ` [PR PATCH] [Updated] New package: zellij-0.25.0 tranzystorek-io
2022-02-27 10:35 ` [PR REVIEW] " paper42
2022-02-27 10:50 ` [PR PATCH] [Updated] " tranzystorek-io
2022-02-27 10:50 ` [PR REVIEW] " tranzystorek-io
2022-02-27 12:17 ` [PR PATCH] [Updated] " tranzystorek-io
2022-03-03 22:11 ` [PR PATCH] [Merged]: " paper42

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