halloy: update to 2024.5
This commit is contained in:
parent
c9d1598e49
commit
fd86503ce5
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue