mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
halloy: update to 2024.4
This commit is contained in:
parent
032b7981d6
commit
e2860aeeac
1 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'halloy'
|
||||
pkgname=halloy
|
||||
version=2024.3
|
||||
version=2024.4
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -11,11 +11,14 @@ 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=49ea53780037a27e71603f14e92da18cfadd5ee7b7725a697a096dfa2e07d184
|
||||
checksum=d051692b053ee425a7cbffe08f3dd6737f396682031823062a1c621de5a3583f
|
||||
|
||||
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
|
||||
vinstall assets/linux/org.squidowl.halloy.png 644 usr/share/icons/hicolor/128x128/apps
|
||||
vsconf config.yaml
|
||||
|
||||
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
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue