mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
zellij: update to 0.41.2
This commit is contained in:
parent
9a50e92a0f
commit
03a2827828
2 changed files with 4 additions and 19 deletions
|
@ -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]
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue