Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 655248 - x11-libs/fltk-1.3.5: Icon cache not updated
Summary: x11-libs/fltk-1.3.5: 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: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-08 06:23 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2019-04-30 11:28 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-05-08 06:23:27 UTC
* QA Notice: new icons were found installed but GTK+ icon cache
 * has not been updated:
 *   /usr/share/icons/hicolor/32x32/apps/fluid.png
 *   /usr/share/icons/hicolor/128x128/apps/fluid.png
 *   /usr/share/icons/hicolor/16x16/apps/fluid.png
 *   /usr/share/icons/hicolor/48x48/apps/fluid.png
 *   /usr/share/icons/hicolor/64x64/apps/fluid.png
 * Please make sure to call gnome2_icon_cache_update()
 * in pkg_postinst() and pkg_postrm() phases of appropriate pkgs.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2019-04-30 11:05:07 UTC
(As of EAPI="7", xdg_icon_cache_update should be called.)
Comment 2 Larry the Git Cow gentoo-dev 2019-04-30 11:12:34 UTC
The bug has been closed via the following commit(s):

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

commit 606295350db997c08b4ed6db1ca8ff78647bc739
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2019-04-30 11:12:11 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2019-04-30 11:12:30 +0000

    x11-libs/fltk: Call xdg_icon_cache_update
    
    Package-Manager: Portage-2.3.65, Repoman-2.3.12
    Closes: https://bugs.gentoo.org/655248
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 x11-libs/fltk/{fltk-1.3.5.ebuild => fltk-1.3.5-r1.ebuild} | 4 +++-
 x11-libs/fltk/fltk-1.3.9999.ebuild                        | 4 +++-
 x11-libs/fltk/fltk-1.4.9999.ebuild                        | 4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)
Comment 3 Arfrever Frehtes Taifersar Arahesis 2019-04-30 11:20:13 UTC
By the way, as you can see in fdo-mime.eclass, that eclass is deprecated.
x11-libs/fltk ebuilds call fdo-mime_desktop_database_update() function.
Non-deprecated replacement for fdo-mime_desktop_database_update() is xdg_desktop_database_update() (both functions internally call update-desktop-database executable).
Comment 4 Larry the Git Cow gentoo-dev 2019-04-30 11:28:25 UTC
The bug has been closed via the following commit(s):

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

commit a3ca32c4eeec1346b530084f1d02161865dc761f
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2019-04-30 11:27:21 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2019-04-30 11:28:22 +0000

    x11-libs/fltk: fdo-mime => xdg-utils
    
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=655248
    Package-Manager: Portage-2.3.65, Repoman-2.3.12
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 x11-libs/fltk/fltk-1.3.5-r1.ebuild | 6 +++---
 x11-libs/fltk/fltk-1.3.9999.ebuild | 6 +++---
 x11-libs/fltk/fltk-1.4.9999.ebuild | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)