Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zellij: update to 0.42.2
@ 2025-04-15  9:37 tranzystorekk
  2025-04-15 21:23 ` [PR PATCH] [Updated] " tranzystorekk
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tranzystorekk @ 2025-04-15  9:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages zellij
https://github.com/void-linux/void-packages/pull/55067

zellij: update to 0.42.2
<!-- 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**|**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/55067.patch is attached

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

From 9f796dbf3596a763465eb08f8046e6cf94c4b51f Mon Sep 17 00:00:00 2001
From: tranzystorekk <tranzystorek.io@protonmail.com>
Date: Tue, 15 Apr 2025 11:36:53 +0200
Subject: [PATCH] zellij: update to 0.42.2

---
 srcpkgs/zellij/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
index 64ac2317e38d67..4d7ab2b4780a06 100644
--- a/srcpkgs/zellij/template
+++ b/srcpkgs/zellij/template
@@ -1,6 +1,6 @@
 # Template file for 'zellij'
 pkgname=zellij
-version=0.42.1
+version=0.42.2
 revision=1
 # Wasmtime runtime only supports the following archs: x86_64, arm64
 # https://docs.wasmtime.dev/stability-tiers.html#unsupported-features-and-platforms
@@ -9,7 +9,7 @@ build_style=cargo
 build_helper=qemu
 configure_args="--no-default-features --features=plugins_from_target"
 hostmakedepends="pkg-config"
-makedepends="libcurl-devel libzstd-devel"
+makedepends="libcurl-devel"
 checkdepends="libssh2-devel"
 short_desc="Terminal workspace with batteries included"
 maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
@@ -17,7 +17,7 @@ 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=e9516879483c1bb617a13e6278878883943c05f87bdc41fc02cc550a7b06c0b4
+checksum=f1cd4b36775dd367b839e394b54e91042b0cd0f2b9e0901b1dec8517ff3929c0
 make_check_pre="env LIBSSH2_SYS_USE_PKG_CONFIG=1"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] zellij: update to 0.42.2
  2025-04-15  9:37 [PR PATCH] zellij: update to 0.42.2 tranzystorekk
@ 2025-04-15 21:23 ` tranzystorekk
  2025-04-16 14:11 ` tranzystorekk
  2025-04-16 14:44 ` [PR PATCH] [Merged]: " tranzystorekk
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2025-04-15 21:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages zellij
https://github.com/void-linux/void-packages/pull/55067

zellij: update to 0.42.2
<!-- 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**|**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/55067.patch is attached

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

From 0f6c68b0a3aa1d43163585b69d51d8e425a66d8e Mon Sep 17 00:00:00 2001
From: tranzystorekk <tranzystorek.io@protonmail.com>
Date: Tue, 15 Apr 2025 11:36:53 +0200
Subject: [PATCH] zellij: update to 0.42.2

---
 srcpkgs/zellij/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
index 64ac2317e38d67..4d7ab2b4780a06 100644
--- a/srcpkgs/zellij/template
+++ b/srcpkgs/zellij/template
@@ -1,6 +1,6 @@
 # Template file for 'zellij'
 pkgname=zellij
-version=0.42.1
+version=0.42.2
 revision=1
 # Wasmtime runtime only supports the following archs: x86_64, arm64
 # https://docs.wasmtime.dev/stability-tiers.html#unsupported-features-and-platforms
@@ -9,7 +9,7 @@ build_style=cargo
 build_helper=qemu
 configure_args="--no-default-features --features=plugins_from_target"
 hostmakedepends="pkg-config"
-makedepends="libcurl-devel libzstd-devel"
+makedepends="libcurl-devel"
 checkdepends="libssh2-devel"
 short_desc="Terminal workspace with batteries included"
 maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
@@ -17,7 +17,7 @@ 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=e9516879483c1bb617a13e6278878883943c05f87bdc41fc02cc550a7b06c0b4
+checksum=f1cd4b36775dd367b839e394b54e91042b0cd0f2b9e0901b1dec8517ff3929c0
 make_check_pre="env LIBSSH2_SYS_USE_PKG_CONFIG=1"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] zellij: update to 0.42.2
  2025-04-15  9:37 [PR PATCH] zellij: update to 0.42.2 tranzystorekk
  2025-04-15 21:23 ` [PR PATCH] [Updated] " tranzystorekk
@ 2025-04-16 14:11 ` tranzystorekk
  2025-04-16 14:44 ` [PR PATCH] [Merged]: " tranzystorekk
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2025-04-16 14:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages zellij
https://github.com/void-linux/void-packages/pull/55067

zellij: update to 0.42.2
<!-- 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**|**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/55067.patch is attached

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

From be6293f75a6fef5e64886610a22b69bc5150d0dd Mon Sep 17 00:00:00 2001
From: tranzystorekk <tranzystorek.io@protonmail.com>
Date: Tue, 15 Apr 2025 11:36:53 +0200
Subject: [PATCH] zellij: update to 0.42.2

---
 srcpkgs/zellij/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
index 64ac2317e38d67..4d7ab2b4780a06 100644
--- a/srcpkgs/zellij/template
+++ b/srcpkgs/zellij/template
@@ -1,6 +1,6 @@
 # Template file for 'zellij'
 pkgname=zellij
-version=0.42.1
+version=0.42.2
 revision=1
 # Wasmtime runtime only supports the following archs: x86_64, arm64
 # https://docs.wasmtime.dev/stability-tiers.html#unsupported-features-and-platforms
@@ -9,7 +9,7 @@ build_style=cargo
 build_helper=qemu
 configure_args="--no-default-features --features=plugins_from_target"
 hostmakedepends="pkg-config"
-makedepends="libcurl-devel libzstd-devel"
+makedepends="libcurl-devel"
 checkdepends="libssh2-devel"
 short_desc="Terminal workspace with batteries included"
 maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
@@ -17,7 +17,7 @@ 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=e9516879483c1bb617a13e6278878883943c05f87bdc41fc02cc550a7b06c0b4
+checksum=f1cd4b36775dd367b839e394b54e91042b0cd0f2b9e0901b1dec8517ff3929c0
 make_check_pre="env LIBSSH2_SYS_USE_PKG_CONFIG=1"
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: zellij: update to 0.42.2
  2025-04-15  9:37 [PR PATCH] zellij: update to 0.42.2 tranzystorekk
  2025-04-15 21:23 ` [PR PATCH] [Updated] " tranzystorekk
  2025-04-16 14:11 ` tranzystorekk
@ 2025-04-16 14:44 ` tranzystorekk
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2025-04-16 14:44 UTC (permalink / raw)
  To: ml

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

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

zellij: update to 0.42.2
https://github.com/void-linux/void-packages/pull/55067

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

end of thread, other threads:[~2025-04-16 14:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-15  9:37 [PR PATCH] zellij: update to 0.42.2 tranzystorekk
2025-04-15 21:23 ` [PR PATCH] [Updated] " tranzystorekk
2025-04-16 14:11 ` tranzystorekk
2025-04-16 14:44 ` [PR PATCH] [Merged]: " tranzystorekk

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