From 2eac6dac0e23925156c78a0ecf4c2a953eb057d7 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Sun, 2 Feb 2025 22:22:08 +0100 Subject: [PATCH] halloy: update to 2025.1 --- srcpkgs/halloy/patches/dynamic-liblzma.patch | 13 +++++++++++++ srcpkgs/halloy/template | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/halloy/patches/dynamic-liblzma.patch diff --git a/srcpkgs/halloy/patches/dynamic-liblzma.patch b/srcpkgs/halloy/patches/dynamic-liblzma.patch new file mode 100644 index 00000000000000..4a6cd86bbc3e72 --- /dev/null +++ b/srcpkgs/halloy/patches/dynamic-liblzma.patch @@ -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" diff --git a/srcpkgs/halloy/template b/srcpkgs/halloy/template index 3e09bf62fdd6fb..28dcd1be743f9b 100644 --- a/srcpkgs/halloy/template +++ b/srcpkgs/halloy/template @@ -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 " 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