commit:     a9a304bc1f2521057148fb96c0cb9a48c7582522
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Feb 27 20:03:44 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Feb 27 20:03:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9a304bc

media-sound/jriver: fix location of metainfo file

Closes: https://bugs.gentoo.org/915528
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

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

diff --git a/media-sound/jriver/jriver-31.0.60.ebuild 
b/media-sound/jriver/jriver-31.0.60.ebuild
index caabbab8b9..9606a7e55a 100644
--- a/media-sound/jriver/jriver-31.0.60.ebuild
+++ b/media-sound/jriver/jriver-31.0.60.ebuild
@@ -34,5 +34,16 @@ src_unpack() {
 }
 
 src_install() {
+
+       # To solve this https://bugs.gentoo.org/915528
+       # "
+       # * This location is deprecated, it should not be used anymore by new 
software.
+       # * Appdata/Metainfo files should be installed into /usr/share/metainfo 
directory.
+       # * For more details, please see the freedesktop Upstream Metadata 
guidelines at
+       # * 
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html
+       # "
+       # I wrote to upstream 
https://yabb.jriver.com/interact/index.php/topic,138293.0.html
+       mv usr/share/appdata usr/share/metainfo
+
        cp -R "${S}"/* "${D}" || die "Installing binary files failed"
 }

Reply via email to