Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689686 - media-libs/oyranos-0.9.6-r1 ebuild not calling xdg-utils.eclass
Summary: media-libs/oyranos-0.9.6-r1 ebuild not calling xdg-utils.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-11 20:17 UTC by MickKi
Modified: 2019-12-26 23:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MickKi 2019-07-11 20:17:24 UTC
The install complains the desktop mimeinfo cache is not updated.



Reproducible: Always

Steps to Reproduce:
1. emerge oyranos-0.9.6-r1;
2. it installs but complains about a couple of things, like otf/ttf fonts, and;
3. it also announces "desktop mimeinfo cache has not been updated".
Actual Results:  
--- replaced obj /etc/xdg/autostart/oyranos-monitor-setup.desktop                                 
--- replaced dir /etc/xdg/autostart                                                               
--- replaced dir /etc/xdg                                                                         
--- replaced dir /etc                                                                             
>>> Regenerating /etc/ld.so.cache...                                                              
>>> Original instance of package unmerged safely.                                                 
Error in file "usr/share/applications/org.kde.kfontview.desktop": "font/otf" is an invalid MIME type ("font" is an unregistered media type)
Error in file "usr/share/applications/org.kde.kfontview.desktop": "font/ttf" is an invalid MIME type ("font" is an unregistered media type)
 * QA Notice: .desktop files with MimeType= were found installed                                  
 * but desktop mimeinfo cache has not been updated:                                               
 *   /usr/share/applications/oyranos-profile-install.desktop                                      
 * Please make sure to call xdg_desktop_database_update()                                         
 * in pkg_postinst() and pkg_postrm() phases of appropriate pkgs.                                 
>>> media-libs/oyranos-0.9.6-r1 merged.                                                           
>>> Regenerating /etc/ld.so.cache...                                                              
>>> Auto-cleaning packages...           

Expected Results:  
The ebuild should call the required xdg eclass and update the xdg desktop database.

Please ask if you need more.
Comment 1 Larry the Git Cow gentoo-dev 2019-12-26 23:51:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26db062e7b8df1334a8deb33edb799cad97cff2b

commit 26db062e7b8df1334a8deb33edb799cad97cff2b
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-12-26 23:42:26 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-12-26 23:51:01 +0000

    media-libs/oyranos: Fix mesa build error, drop multilib remnant, use xdg
    
    Closes: https://bugs.gentoo.org/671996
    Closes: https://bugs.gentoo.org/672004
    Closes: https://bugs.gentoo.org/672006
    Closes: https://bugs.gentoo.org/680324
    Closes: https://bugs.gentoo.org/689686
    Package-Manager: Portage-2.3.83, Repoman-2.3.20
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../oyranos/files/oyranos-0.9.6-mesa-18.3.1.patch  | 24 ++++++++++++++++++++++
 .../oyranos/files/oyranos-0.9.6-underlinking.patch | 16 +++++++++++++++
 media-libs/oyranos/oyranos-0.9.6-r1.ebuild         | 12 +++++++----
 media-libs/oyranos/oyranos-9999.ebuild             |  4 ++--
 4 files changed, 50 insertions(+), 6 deletions(-)