Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646730 - media-gfx/hugin-2018 QA warnings
Summary: media-gfx/hugin-2018 QA warnings
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-02-06 05:44 UTC by Wojciech Myrda
Modified: 2019-05-21 13:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
hugin-2018.0.0.ebuild (hugin-2018.0.0.ebuild,2.15 KB, text/plain)
2018-02-06 05:44 UTC, Wojciech Myrda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wojciech Myrda 2018-02-06 05:44:16 UTC
Created attachment 518046 [details]
hugin-2018.0.0.ebuild

Installation of media-gfx/hugin-2018 ends with following comment from portage:


 * QA Notice: new icons were found installed but GTK+ icon cache
 * has not been updated:
 *   /usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-ptoptimizer-script.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/PTBatcherGUI.desktop
 *   /usr/share/applications/pto_gen.desktop
 *   /usr/share/applications/hugin.desktop
 * Please make sure to call xdg_desktop_database_update()
 * in pkg_postinst() and pkg_postrm() phases of appropriate pkgs.


Attached ebuild fixes that.
Comment 1 Andreas Sturmlechner gentoo-dev 2019-05-21 12:54:07 UTC
Still not fixed in 2019.0.0.

@Wojciech: Thanks for reporting. In general, please attach unified diffs instead of full ebuilds, to make review possible.
Comment 2 Larry the Git Cow gentoo-dev 2019-05-21 13:00:46 UTC
The bug has been closed via the following commit(s):

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

commit 5a53c0332f0aff736a371c3716dc1987e8f6f195
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-05-21 13:00:28 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-05-21 13:00:28 +0000

    media-gfx/hugin: Fix QA warnings, using xdg.eclass
    
    Closes: https://bugs.gentoo.org/646730
    Package-Manager: Portage-2.3.66, Repoman-2.3.12
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-gfx/hugin/hugin-2019.0.0.ebuild | 2 +-
 media-gfx/hugin/hugin-9999.ebuild     | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)