Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] halloy: update to 2025.1
@ 2025-02-02 21:23 tranzystorekk
  2025-02-02 21:46 ` [PR PATCH] [Merged]: " tranzystorekk
  0 siblings, 1 reply; 2+ messages in thread
From: tranzystorekk @ 2025-02-02 21:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1247 bytes --]

There is a new pull request by tranzystorekk against master on the void-packages repository

https://github.com/tranzystorekk/void-packages halloy
https://github.com/void-linux/void-packages/pull/54192

halloy: update to 2025.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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/54192.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-halloy-54192.patch --]
[-- Type: text/x-diff, Size: 2234 bytes --]

From 2eac6dac0e23925156c78a0ecf4c2a953eb057d7 Mon Sep 17 00:00:00 2001
From: tranzystorekk <tranzystorek.io@protonmail.com>
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 <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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: halloy: update to 2025.1
  2025-02-02 21:23 [PR PATCH] halloy: update to 2025.1 tranzystorekk
@ 2025-02-02 21:46 ` tranzystorekk
  0 siblings, 0 replies; 2+ messages in thread
From: tranzystorekk @ 2025-02-02 21:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1085 bytes --]

There's a merged pull request on the void-packages repository

halloy: update to 2025.1
https://github.com/void-linux/void-packages/pull/54192

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-02 21:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-02 21:23 [PR PATCH] halloy: update to 2025.1 tranzystorekk
2025-02-02 21:46 ` [PR PATCH] [Merged]: " tranzystorekk

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).