Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630462 - dev-util/cmake[qt5]: icon cache not updated, desktop mimeinfo cache not updated, mime-info cache not updated
Summary: dev-util/cmake[qt5]: icon cache not updated, desktop mimeinfo cache not updat...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-09 11:05 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2017-09-09 12:17 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 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(-)