Github messages for voidlinux
 help / color / mirror / Atom feed
From: tranzystorekk <tranzystorekk@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] zellij: update to 0.39.0
Date: Tue, 07 Nov 2023 13:38:00 +0100	[thread overview]
Message-ID: <20231107123800.qrvgXr4IGbj8a78DAP_vyOzcfOPt9WlLiNr50V-mtRo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47109@inbox.vuxu.org>

[-- 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/47109

zellij: update to 0.39.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**|**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/47109.patch is attached

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

From d987ecd2cdb8f23bb6b9a02f37c37b3056930288 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 7 Nov 2023 10:33:26 +0100
Subject: [PATCH] zellij: update to 0.39.0

---
 srcpkgs/zellij/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
index 9d691d64a58ef..298d9cc7343f6 100644
--- a/srcpkgs/zellij/template
+++ b/srcpkgs/zellij/template
@@ -1,21 +1,23 @@
 # Template file for 'zellij'
 pkgname=zellij
-version=0.38.2
+version=0.39.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*"
+# Wasmer runtime only supports the following archs: x86_64, arm64
+# https://docs.wasmer.io/runtime/features#backend-support-by-chipset
+# https://github.com/wasmerio/wasmer/issues/4244#issuecomment-1751365804
+archs="x86_64* aarch64*"
 build_style=cargo
 build_helper=qemu
-hostmakedepends="mandown"
-checkdepends="libssh2-devel pkg-config"
+hostmakedepends="mandown pkg-config"
+makedepends="libcurl-devel"
+checkdepends="libssh2-devel"
 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=18e8ae9fa2ad995af5f6c64b3c0713143d260cdc6c1a978831313bfaf305ad5e
+checksum=dee3c677eb4545d302895e1c0020f7da9aba8b154927c6ff215b59aec4fbec9f
 make_check_pre="env LIBSSH2_SYS_USE_PKG_CONFIG=1"
 
 post_install() {

  parent reply	other threads:[~2023-11-07 12:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-07  9:34 [PR PATCH] " tranzystorekk
2023-11-07 10:00 ` [PR PATCH] [Updated] " tranzystorekk
2023-11-07 12:38 ` tranzystorekk [this message]
2023-11-13  4:58 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231107123800.qrvgXr4IGbj8a78DAP_vyOzcfOPt9WlLiNr50V-mtRo@z \
    --to=tranzystorekk@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).