From 0c03904497e954766d08afee1b0a3f34d73173fd Mon Sep 17 00:00:00 2001 From: Adel KARA SLIMANE Date: Sat, 19 Aug 2023 18:47:02 +0200 Subject: [PATCH] media-sound/helvum: update icon cache Signed-off-by: Adel KARA SLIMANE --- media-sound/helvum/helvum-0.4.0.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/media-sound/helvum/helvum-0.4.0.ebuild b/media-sound/helvum/helvum-0.4.0.ebuild index 2efba245bf..821b5f36cd 100644 --- a/media-sound/helvum/helvum-0.4.0.ebuild +++ b/media-sound/helvum/helvum-0.4.0.ebuild @@ -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 +}