Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641018 - net-ftp/filezilla-3.25.2: missing gnome2_icon_cache_update() call
Summary: net-ftp/filezilla-3.25.2: missing gnome2_icon_cache_update() call
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-14 17:54 UTC by Garri
Modified: 2018-01-02 09:08 UTC (History)
2 users (show)

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 Garri 2017-12-14 17:54:37 UTC
Got another one missing call after last update:

QA Notice: new icons were found installed but GTK+ icon cache
has not been updated:
  /usr/share/icons/hicolor/480x480/apps/filezilla.png
  /usr/share/icons/hicolor/16x16/apps/filezilla.png
  /usr/share/icons/hicolor/32x32/apps/filezilla.png
  /usr/share/icons/hicolor/48x48/apps/filezilla.png
  /usr/share/icons/hicolor/scalable/apps/filezilla.svg
Please make sure to call gnome2_icon_cache_update()
in pkg_postinst() and pkg_postrm() phases of appropriate pkgs.


Thanks.
Comment 1 Bernard Cafarelli gentoo-dev 2018-01-02 08:55:11 UTC
Thanks for the report, I planned to add this with version bump, but as it is taking some time, I will update the current ebuilds in the meantime!
Comment 2 Larry the Git Cow gentoo-dev 2018-01-02 09:08:35 UTC
The bug has been closed via the following commit(s):

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

commit fa55ec80af6d90d93960b4bc32e4c4005870c716
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2018-01-02 09:07:02 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2018-01-02 09:07:13 +0000

    net-ftp/filezilla: add gnome2_icon_cache_update()
    
    Closes: https://bugs.gentoo.org/641018
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-ftp/filezilla/filezilla-3.25.2-r1.ebuild | 12 ++++++++++--
 net-ftp/filezilla/filezilla-3.25.2.ebuild    | 12 ++++++++++--
 2 files changed, 20 insertions(+), 4 deletions(-)