Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 666680 - app-editors/vim-8.1.0412: desktop mimeinfo cache not updated
Summary: app-editors/vim-8.1.0412: desktop mimeinfo cache not updated
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-21 09:18 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2018-12-28 21:39 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 2018-09-21 09:18:00 UTC
* QA Notice: .desktop files with MimeType= were found installed
 * but desktop mimeinfo cache has not been updated:
 *   /usr/share/applications/vim.desktop
 * Please make sure to call xdg_desktop_database_update()
 * in pkg_postinst() and pkg_postrm() phases of appropriate pkgs.
Comment 1 Larry the Git Cow gentoo-dev 2018-12-28 09:08:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dcf9f8457256d2e87b6c9ee5a18b65a0bc3c8c8

commit 4dcf9f8457256d2e87b6c9ee5a18b65a0bc3c8c8
Author:     Tim Harder <radhermit@gentoo.org>
AuthorDate: 2018-12-28 09:00:59 +0000
Commit:     Tim Harder <radhermit@gentoo.org>
CommitDate: 2018-12-28 09:08:16 +0000

    app-editors/vim: version bump to 8.1.0648
    
    Closes: https://bugs.gentoo.org/666680
    
    Signed-off-by: Tim Harder <radhermit@gentoo.org>

 app-editors/vim/Manifest            |   1 +
 app-editors/vim/vim-8.1.0648.ebuild | 321 ++++++++++++++++++++++++++++++++++++
 app-editors/vim/vim-9999.ebuild     |  12 +-
 3 files changed, 332 insertions(+), 2 deletions(-)
Comment 2 Arfrever Frehtes Taifersar Arahesis 2018-12-28 21:39:53 UTC
app-editors/vim-8.1.0648 does not install anything in /usr/share/icons so calling gnome2_icon_cache_update() is not necessary there.
(Do not confuse this package with app-editors/vim-core which actually should call gnome2_icon_cache_update() (bug #673926).)