Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zellij: update to 0.33.0
@ 2022-11-10 11:15 tranzystorek-io
  2022-11-14 16:53 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tranzystorek-io @ 2022-11-10 11:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1255 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/40435

zellij: update to 0.33.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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/40435.patch is attached

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

From 57b7758c9a3a15db385133c2682f00fc0dca51d1 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 10 Nov 2022 12:14:51 +0100
Subject: [PATCH] zellij: update to 0.33.0

---
 srcpkgs/zellij/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
index 0238ad7dea50..c5b6c5975d86 100644
--- a/srcpkgs/zellij/template
+++ b/srcpkgs/zellij/template
@@ -1,6 +1,6 @@
 # Template file for 'zellij'
 pkgname=zellij
-version=0.32.0
+version=0.33.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
@@ -8,22 +8,25 @@ archs="x86_64* aarch64* i686*"
 build_style=cargo
 build_helper=qemu
 hostmakedepends="mandown"
-checkdepends="openssl-devel pkg-config"
+checkdepends="libssh2-devel pkg-config"
 short_desc="Terminal workspace with batteries included"
 maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="MIT"
 homepage="https://zellij.dev"
 changelog="https://raw.githubusercontent.com/zellij-org/zellij/main/CHANGELOG.md"
 distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
-checksum=e81cfc94bc15faeb1cacaddcea20e6f8220e6d288b84dfdf221c17d4868de2c0
+checksum=63eaf8ca0c1235389281e3ee5f599b810de3921d220e500cb35c46ec9b5125ff
+
+pre_check() {
+	LIBSSH2_SYS_USE_PKG_CONFIG=1
+}
 
 post_install() {
 	vdoc README.md
 	vlicense LICENSE.md
 
-	ZELLIJ="${DESTDIR}/usr/bin/zellij"
 	for shell in bash fish zsh; do
-		vtargetrun ${ZELLIJ} setup --generate-completion ${shell} > zellij.${shell}
+		vtargetrun "${DESTDIR}/usr/bin/zellij" setup --generate-completion ${shell} > zellij.${shell}
 		vcompletion zellij.${shell} ${shell}
 	done
 

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

* Re: [PR REVIEW] zellij: update to 0.33.0
  2022-11-10 11:15 [PR PATCH] zellij: update to 0.33.0 tranzystorek-io
@ 2022-11-14 16:53 ` paper42
  2022-11-14 17:18 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-11-14 16:53 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40435#discussion_r1021819543

Comment:
```suggestion
make_check_pre="env LIBSSH2_SYS_USE_PKG_CONFIG=1"
```

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

* Re: [PR PATCH] [Updated] zellij: update to 0.33.0
  2022-11-10 11:15 [PR PATCH] zellij: update to 0.33.0 tranzystorek-io
  2022-11-14 16:53 ` [PR REVIEW] " paper42
@ 2022-11-14 17:18 ` tranzystorek-io
  2022-11-14 17:18 ` [PR REVIEW] " tranzystorek-io
  2022-11-14 18:37 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2022-11-14 17:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1260 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/40435

zellij: update to 0.33.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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/40435.patch is attached

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

From a3d42cb1846da0e3a2f97c56be11c73ec3f87011 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 10 Nov 2022 12:14:51 +0100
Subject: [PATCH] zellij: update to 0.33.0

---
 srcpkgs/zellij/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
index 0238ad7dea50..410e05c2c1af 100644
--- a/srcpkgs/zellij/template
+++ b/srcpkgs/zellij/template
@@ -1,6 +1,6 @@
 # Template file for 'zellij'
 pkgname=zellij
-version=0.32.0
+version=0.33.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
@@ -8,22 +8,22 @@ archs="x86_64* aarch64* i686*"
 build_style=cargo
 build_helper=qemu
 hostmakedepends="mandown"
-checkdepends="openssl-devel pkg-config"
+checkdepends="libssh2-devel pkg-config"
 short_desc="Terminal workspace with batteries included"
 maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="MIT"
 homepage="https://zellij.dev"
 changelog="https://raw.githubusercontent.com/zellij-org/zellij/main/CHANGELOG.md"
 distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
-checksum=e81cfc94bc15faeb1cacaddcea20e6f8220e6d288b84dfdf221c17d4868de2c0
+checksum=63eaf8ca0c1235389281e3ee5f599b810de3921d220e500cb35c46ec9b5125ff
+make_check_pre="env LIBSSH2_SYS_USE_PKG_CONFIG=1"
 
 post_install() {
 	vdoc README.md
 	vlicense LICENSE.md
 
-	ZELLIJ="${DESTDIR}/usr/bin/zellij"
 	for shell in bash fish zsh; do
-		vtargetrun ${ZELLIJ} setup --generate-completion ${shell} > zellij.${shell}
+		vtargetrun "${DESTDIR}/usr/bin/zellij" setup --generate-completion ${shell} > zellij.${shell}
 		vcompletion zellij.${shell} ${shell}
 	done
 

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

* Re: [PR REVIEW] zellij: update to 0.33.0
  2022-11-10 11:15 [PR PATCH] zellij: update to 0.33.0 tranzystorek-io
  2022-11-14 16:53 ` [PR REVIEW] " paper42
  2022-11-14 17:18 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-11-14 17:18 ` tranzystorek-io
  2022-11-14 18:37 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2022-11-14 17:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-linux/void-packages/pull/40435#discussion_r1021847406

Comment:
✅

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

* Re: [PR PATCH] [Merged]: zellij: update to 0.33.0
  2022-11-10 11:15 [PR PATCH] zellij: update to 0.33.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-11-14 17:18 ` [PR REVIEW] " tranzystorek-io
@ 2022-11-14 18:37 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-11-14 18:37 UTC (permalink / raw)
  To: ml

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

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

zellij: update to 0.33.0
https://github.com/void-linux/void-packages/pull/40435

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

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

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

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

end of thread, other threads:[~2022-11-14 18:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10 11:15 [PR PATCH] zellij: update to 0.33.0 tranzystorek-io
2022-11-14 16:53 ` [PR REVIEW] " paper42
2022-11-14 17:18 ` [PR PATCH] [Updated] " tranzystorek-io
2022-11-14 17:18 ` [PR REVIEW] " tranzystorek-io
2022-11-14 18:37 ` [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).