Github messages for voidlinux
 help / color / mirror / Atom feed
From: tranzystorek-io <tranzystorek-io@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] zellij: update to 0.33.0
Date: Mon, 14 Nov 2022 18:18:04 +0100	[thread overview]
Message-ID: <20221114171804.kfuzTVJ6r-HGi_FO_xjILlVdIpOi_zJV9vLcR-RZYZQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40435@inbox.vuxu.org>

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

  parent reply	other threads:[~2022-11-14 17:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-10 11:15 [PR PATCH] " tranzystorek-io
2022-11-14 16:53 ` [PR REVIEW] " paper42
2022-11-14 17:18 ` tranzystorek-io [this message]
2022-11-14 17:18 ` tranzystorek-io
2022-11-14 18:37 ` [PR PATCH] [Merged]: " paper42

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=20221114171804.kfuzTVJ6r-HGi_FO_xjILlVdIpOi_zJV9vLcR-RZYZQ@z \
    --to=tranzystorek-io@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).