From fd86503ce51a2b0aff8e599ef27717855cd0947d Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Thu, 21 Mar 2024 17:18:56 +0100 Subject: [PATCH] halloy: update to 2024.5 --- srcpkgs/halloy/INSTALL.msg | 5 +++++ srcpkgs/halloy/template | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/halloy/INSTALL.msg diff --git a/srcpkgs/halloy/INSTALL.msg b/srcpkgs/halloy/INSTALL.msg new file mode 100644 index 00000000000..4f05b3c7b32 --- /dev/null +++ b/srcpkgs/halloy/INSTALL.msg @@ -0,0 +1,5 @@ +NOTICE: Halloy starting from 2024.5 changed to TOML configuration files +without providing an automated migration path or backward support. + +Users updating from earlier versions are expected to manually port their config +to new format: https://halloy.squidowl.org/guides/migrating-from-yaml.html diff --git a/srcpkgs/halloy/template b/srcpkgs/halloy/template index 9fc2973de46..19230fd1f5f 100644 --- a/srcpkgs/halloy/template +++ b/srcpkgs/halloy/template @@ -1,6 +1,6 @@ # Template file for 'halloy' pkgname=halloy -version=2024.4 +version=2024.5 revision=1 build_style=cargo hostmakedepends="pkg-config" @@ -11,12 +11,12 @@ 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=d051692b053ee425a7cbffe08f3dd6737f396682031823062a1c621de5a3583f +checksum=6c68e9aa7ffa0785130f39aa6b0fcb8c79e0cfc7320e3967590594f6dabfc75a post_install() { vinstall assets/linux/org.squidowl.halloy.appdata.xml 644 usr/share/metainfo vinstall assets/linux/org.squidowl.halloy.desktop 644 usr/share/applications - vsconf config.yaml + vsconf config.toml for _size in 16x16 24x24 32x32 48x48 64x64 96x96 128x128 256x256 512x512; do vinstall assets/linux/icons/hicolor/${_size}/apps/org.squidowl.halloy.png 644 usr/share/icons/hicolor/${_size}/apps