commit:     e3184327705cf8358cbf2e6d96483955c367f312
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Feb 27 20:09:24 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Tue Feb 27 20:09:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3184327

media-sound/jriver: call xdg_desktop_database_update, 
xdg_mimeinfo_database_update

Closes: https://bugs.gentoo.org/show_bug.cgi?id=915532

Closes: https://bugs.gentoo.org/show_bug.cgi?id=915533
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/jriver/jriver-31.0.60.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/media-sound/jriver/jriver-31.0.60.ebuild 
b/media-sound/jriver/jriver-31.0.60.ebuild
index 9606a7e55a..a17958e790 100644
--- a/media-sound/jriver/jriver-31.0.60.ebuild
+++ b/media-sound/jriver/jriver-31.0.60.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit unpacker
+inherit unpacker xdg-utils
 
 DESCRIPTION="A cross-platform media center, famous for high quality of audio."
 HOMEPAGE="https://jriver.com/";
@@ -47,3 +47,8 @@ src_install() {
 
        cp -R "${S}"/* "${D}" || die "Installing binary files failed"
 }
+
+pkg_postinst() {
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
+}

Reply via email to