From: tranzystorekk <tranzystorekk@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] zellij: update to 0.41.2
Date: Tue, 19 Nov 2024 14:00:04 +0100 [thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-53143@inbox.vuxu.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1328 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/53143
zellij: update to 0.41.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
Dropping manpage as it's out of date and upstream doesn't want to maintain it
<!--
#### 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/53143.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zellij-53143.patch --]
[-- Type: text/x-diff, Size: 2700 bytes --]
From cc91dd93b85914f1b194afee9e0e6c4868aba996 Mon Sep 17 00:00:00 2001
From: tranzystorekk <tranzystorek.io@protonmail.com>
Date: Tue, 19 Nov 2024 13:36:28 +0100
Subject: [PATCH] zellij: update to 0.41.2
---
srcpkgs/zellij/patches/use-system-libcurl.patch | 13 -------------
srcpkgs/zellij/template | 10 ++++------
2 files changed, 4 insertions(+), 19 deletions(-)
delete mode 100644 srcpkgs/zellij/patches/use-system-libcurl.patch
diff --git a/srcpkgs/zellij/patches/use-system-libcurl.patch b/srcpkgs/zellij/patches/use-system-libcurl.patch
deleted file mode 100644
index 615978879b8d61..00000000000000
--- a/srcpkgs/zellij/patches/use-system-libcurl.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/zellij-utils/Cargo.toml b/zellij-utils/Cargo.toml
-index a5aca05..9e77f09 100644
---- a/zellij-utils/Cargo.toml
-+++ b/zellij-utils/Cargo.toml
-@@ -57,7 +57,7 @@ notify-debouncer-full = "0.1.0"
- humantime = "2.1.0"
- futures = "0.3.28"
- openssl-sys = { version = "0.9.93", features = ["vendored"] }
--isahc = "1.7.2"
-+isahc = { version = "1.7.2", default-features = false, features = ["http2", "text-decoding"] }
- curl-sys = { version = "0.4", features = ["force-system-lib-on-osx"] }
-
- [dev-dependencies]
diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
index b0150e875515d1..bbaee7a83241a0 100644
--- a/srcpkgs/zellij/template
+++ b/srcpkgs/zellij/template
@@ -1,13 +1,14 @@
# Template file for 'zellij'
pkgname=zellij
-version=0.41.1
+version=0.41.2
revision=1
# Wasmtime runtime only supports the following archs: x86_64, arm64
# https://docs.wasmtime.dev/stability-tiers.html#unsupported-features-and-platforms
archs="x86_64* aarch64*"
build_style=cargo
build_helper=qemu
-hostmakedepends="mandown pkg-config"
+configure_args="--no-default-features --features=plugins_from_target"
+hostmakedepends="pkg-config"
makedepends="libcurl-devel libzstd-devel"
checkdepends="libssh2-devel"
short_desc="Terminal workspace with batteries included"
@@ -16,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=72db7eb7257db08f338f37f0294791ea815140f739fbcb7059ccb0c8165a99d3
+checksum=12e7f0f80c1e39deed5638c4662fc070855cee0250a7eb1d76cefbeef8c2f376
make_check_pre="env LIBSSH2_SYS_USE_PKG_CONFIG=1"
post_install() {
@@ -28,7 +29,4 @@ post_install() {
vtargetrun "${DESTDIR}/usr/bin/zellij" setup --generate-completion ${shell} > zellij.${shell}
vcompletion zellij.${shell} ${shell}
done
-
- mandown docs/MANPAGE.md > zellij.1
- vman zellij.1
}
next reply other threads:[~2024-11-19 13:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-19 13:00 tranzystorekk [this message]
2024-11-19 13:46 ` [PR PATCH] [Merged]: " tranzystorekk
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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-53143@inbox.vuxu.org \
--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).