Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 630462

Summary: dev-util/cmake[qt5]: icon cache not updated, desktop mimeinfo cache not updated, mime-info cache not updated
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis <arfrever.fta>
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Arfrever Frehtes Taifersar Arahesis 2017-09-09 11:05:32 UTC
* QA Notice: new icons were found installed but GTK+ icon cache
 * has not been updated:
 *   /usr/share/icons/hicolor/32x32/apps/CMakeSetup.png
 *   /usr/share/icons/hicolor/128x128/apps/CMakeSetup.png
 * Please make sure to call gnome2_icon_cache_update()
 * in pkg_postinst() and pkg_postrm() phases of appropriate pkgs.
 * QA Notice: .desktop files with MimeType= were found installed
 * but desktop mimeinfo cache has not been updated:
 *   /usr/share/applications/cmake-gui.desktop
 * Please make sure to call xdg_desktop_database_update()
 * in pkg_postinst() and pkg_postrm() phases of appropriate pkgs.
 * QA Notice: mime-info files were found installed but mime-info
 * cache has not been updated:
 *   /usr/share/mime/packages/cmakecache.xml
 * Please make sure to call xdg_mimeinfo_database_update()
 * in pkg_postinst() and pkg_postrm() phases of appropriate pkgs.
Comment 1 Larry the Git Cow gentoo-dev 2017-09-09 12:17:05 UTC
Bug has been closed via the following commit:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1366e05bec2732e7a69a747e4bb2ea006ff3d2b3

commit 1366e05bec2732e7a69a747e4bb2ea006ff3d2b3
Author:     Michael Palimaka <kensington@gentoo.org>
AuthorDate: 2017-09-09 12:16:22 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2017-09-09 12:16:54 +0000

    dev-util/cmake: update icon/desktop mime/mimeinfo caches
    
    Closes: https://bugs.gentoo.org/630462
    Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/cmake/cmake-3.9.2.ebuild | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)