mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user