diff options
author | Theo Anderson <telans@posteo.de> | 2021-04-15 16:14:27 +1200 |
---|---|---|
committer | Theo Anderson <telans@posteo.de> | 2021-04-15 19:09:10 +1200 |
commit | 71acc86915c7bc9cc07b5da36a2041f9b91a5a66 (patch) | |
tree | 7698e07ffc17011395bcce9b07aee05065e6f68f /dev-util | |
parent | dev-util/gammaray: don't install into deprecated /usr/share/appdata/ (diff) | |
download | guru-71acc86915c7bc9cc07b5da36a2041f9b91a5a66.tar.gz guru-71acc86915c7bc9cc07b5da36a2041f9b91a5a66.tar.bz2 guru-71acc86915c7bc9cc07b5da36a2041f9b91a5a66.zip |
dev-util/gammaray: inherit xdg (update iconcache)
Signed-off-by: Theo Anderson <telans@posteo.de>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gammaray/gammaray-2.11.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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" |