net-irc/halloy: Handle desktop, icon, and mime info database updates

Closes: https://bugs.gentoo.org/928582
Signed-off-by: Alberto Gireud <agireud@protonmail.com>
This commit is contained in:
Alberto Gireud
2024-04-04 10:39:19 -05:00
parent ebd212b9e6
commit 55aca3b6cb

View File

@@ -489,7 +489,7 @@ declare -A GIT_CRATES=(
[winit]='https://github.com/iced-rs/winit;b91e39ece2c0d378c3b80da7f3ab50e17bb798a5;winit-%commit%'
)
inherit cargo desktop
inherit cargo desktop xdg
DESCRIPTION="IRC application written in Rust"
HOMEPAGE="https://halloy.squidowl.org"
@@ -572,3 +572,11 @@ src_install() {
cargo_src_install
}
pkg_postinst() {
xdg_pkg_postinst
}
pkg_postrm() {
xdg_pkg_postrm
}