aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdel KARA SLIMANE <adel.ks@zegrapher.com>2023-08-19 18:47:02 +0200
committerAdel KARA SLIMANE <adel.ks@zegrapher.com>2023-08-20 00:42:45 +0200
commit0c03904497e954766d08afee1b0a3f34d73173fd (patch)
tree69ecb1c229dbf09aae5659705521d220d6875b0b /media-sound
parentmedia-sound/helvum: fix some of pkgcheck warnings/tips (diff)
downloadguru-0c03904497e954766d08afee1b0a3f34d73173fd.tar.gz
guru-0c03904497e954766d08afee1b0a3f34d73173fd.tar.bz2
guru-0c03904497e954766d08afee1b0a3f34d73173fd.zip
media-sound/helvum: update icon cache
Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/helvum/helvum-0.4.0.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/media-sound/helvum/helvum-0.4.0.ebuild b/media-sound/helvum/helvum-0.4.0.ebuild
index 2efba245b..821b5f36c 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
+}