Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 673926 - app-editors/vim-core-8.1.0648: GTK+ icon cache not updated
Summary: app-editors/vim-core-8.1.0648: GTK+ icon 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-12-28 21:35 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2018-12-28 22:25 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-12-28 21:35:17 UTC
* QA Notice: new icons were found installed but GTK+ icon cache
 * has not been updated:
 *   /usr/share/icons/hicolor/scalable/apps/gvim.svg
 * Please make sure to call gnome2_icon_cache_update()
 * in pkg_postinst() and pkg_postrm() phases of appropriate pkgs.
Comment 1 Larry the Git Cow gentoo-dev 2018-12-28 22:25:31 UTC
The bug has been closed via the following commit(s):

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

commit e248f9bbf5563be7d6185fd146db364df83a9988
Author:     Tim Harder <radhermit@gentoo.org>
AuthorDate: 2018-12-28 22:14:22 +0000
Commit:     Tim Harder <radhermit@gentoo.org>
CommitDate: 2018-12-28 22:24:08 +0000

    app-editors/vim-core: avoid icon file collision with gvim
    
    And update icon cache.
    
    Closes: https://bugs.gentoo.org/673926
    
    Signed-off-by: Tim Harder <radhermit@gentoo.org>

 app-editors/vim-core/vim-core-8.1.0648.ebuild | 12 ++++++++++--
 app-editors/vim-core/vim-core-9999.ebuild     | 12 ++++++++++--
 2 files changed, 20 insertions(+), 4 deletions(-)