media-sound/helvum: update icon cache

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
This commit is contained in:
Adel KARA SLIMANE
2023-08-19 18:47:02 +02:00
parent c5ff0d3087
commit 0c03904497

View File

@@ -113,7 +113,7 @@ CRATES="
windows_x86_64_msvc-0.42.1
"
inherit cargo desktop
inherit cargo desktop xdg
DESCRIPTION="A GTK patchbay for pipewire"
HOMEPAGE="https://gitlab.freedesktop.org/pipewire/helvum"
@@ -151,3 +151,8 @@ src_install() {
make_desktop_entry "${PN}" Helvum org.pipewire.Helvum "AudioVideo;Audio;Video;Midi;Settings;GNOME;GTK" "Terminal=false\nGenericName=Patchbay"
}
pkg_postinst() {
xdg_pkg_postinst
xdg_icon_cache_update
}