commit: f1af6b5805597842134f0b4074bd4148747de1ff Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net> AuthorDate: Mon Apr 5 18:57:34 2021 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Sat Apr 10 18:42:35 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f1af6b58
media-gfx/lximage-qt: fix QA warning Fix a QA warning regarding desktop database cache. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net> Closes: https://github.com/gentoo/qt/pull/235 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> media-gfx/lximage-qt/lximage-qt-9999.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/media-gfx/lximage-qt/lximage-qt-9999.ebuild b/media-gfx/lximage-qt/lximage-qt-9999.ebuild index a3b7f236..ae246ee3 100644 --- a/media-gfx/lximage-qt/lximage-qt-9999.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake +inherit cmake xdg-utils DESCRIPTION="LXImage Image Viewer - GPicView replacement" HOMEPAGE="https://lxqt.org/" @@ -40,3 +40,11 @@ DEPEND=" x11-libs/libXfixes " RDEPEND="${DEPEND}" + +pkg_postinst() { + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update +}
