commit: 71acc86915c7bc9cc07b5da36a2041f9b91a5a66 Author: Theo Anderson <telans <AT> posteo <DOT> de> AuthorDate: Thu Apr 15 04:14:27 2021 +0000 Commit: Theo Anderson <telans <AT> posteo <DOT> de> CommitDate: Thu Apr 15 07:09:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=71acc869
dev-util/gammaray: inherit xdg (update iconcache) Signed-off-by: Theo Anderson <telans <AT> posteo.de> dev-util/gammaray/gammaray-2.11.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-util/gammaray/gammaray-2.11.2.ebuild b/dev-util/gammaray/gammaray-2.11.2.ebuild index 87d5dec23..3abfc5281 100644 --- a/dev-util/gammaray/gammaray-2.11.2.ebuild +++ b/dev-util/gammaray/gammaray-2.11.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake +inherit xdg cmake DESCRIPTION="High-level runtime introspection tool for Qt applications" HOMEPAGE="https://www.kdab.com/gammaray https://github.com/KDAB/GammaRay" @@ -83,6 +83,8 @@ src_configure(){ } pkg_postinst() { + xdg_pkg_postinst + elog elog "Install dev-util/kdstatemachineeditor as optional dependency" elog "for graphical state machine debugging support"
