mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 08:37:02 +02:00
halloy: update to 2025.1
This commit is contained in:
parent
5a1c4ff1de
commit
1449976687
2 changed files with 16 additions and 3 deletions
srcpkgs/halloy
13
srcpkgs/halloy/patches/dynamic-liblzma.patch
Normal file
13
srcpkgs/halloy/patches/dynamic-liblzma.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/irc/Cargo.toml b/irc/Cargo.toml
|
||||
index 19013b0..62afba3 100644
|
||||
--- a/irc/Cargo.toml
|
||||
+++ b/irc/Cargo.toml
|
||||
@@ -16,7 +16,7 @@ tokio-rustls = { version = "0.26.0", default-features = false, features = ["tls1
|
||||
tokio-util = { version = "0.7", features = ["codec"] }
|
||||
rustls-native-certs = "0.7.0"
|
||||
rustls-pemfile = "2.1.1"
|
||||
-xz2 = { version = "0.1.7", features = ["static"] }
|
||||
+xz2 = "0.1.7"
|
||||
|
||||
[dependencies.proto]
|
||||
path = "proto"
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'halloy'
|
||||
pkgname=halloy
|
||||
version=2024.14
|
||||
version=2025.1
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="alsa-lib-devel libglvnd-devel openssl-devel wayland-devel"
|
||||
makedepends="alsa-lib-devel libglvnd-devel liblzma-devel libzstd-devel openssl-devel sqlite-devel wayland-devel"
|
||||
short_desc="IRC application"
|
||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/squidowl/halloy"
|
||||
changelog="https://raw.githubusercontent.com/squidowl/halloy/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/squidowl/halloy/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=f5f9509770c628e021a9ea8d5eed4b51aa3c7b4a792ff2de55cc1596f6f5c50b
|
||||
checksum=0a483c324710596c8d030c3ed10606ebb9cec3059a59a9e2262318c2ea1d3d6f
|
||||
|
||||
post_install() {
|
||||
vinstall assets/linux/org.squidowl.halloy.appdata.xml 644 usr/share/metainfo
|
||||
|
|
Loading…
Add table
Reference in a new issue