Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/gammaray/
Date: Thu, 15 Apr 2021 07:09:37
Message-Id: 1618470550.71acc86915c7bc9cc07b5da36a2041f9b91a5a66.telans@gentoo
1 commit: 71acc86915c7bc9cc07b5da36a2041f9b91a5a66
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Thu Apr 15 04:14:27 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Thu Apr 15 07:09:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=71acc869
7
8 dev-util/gammaray: inherit xdg (update iconcache)
9
10 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
11
12 dev-util/gammaray/gammaray-2.11.2.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-util/gammaray/gammaray-2.11.2.ebuild b/dev-util/gammaray/gammaray-2.11.2.ebuild
16 index 87d5dec23..3abfc5281 100644
17 --- a/dev-util/gammaray/gammaray-2.11.2.ebuild
18 +++ b/dev-util/gammaray/gammaray-2.11.2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -inherit cmake
24 +inherit xdg cmake
25
26 DESCRIPTION="High-level runtime introspection tool for Qt applications"
27 HOMEPAGE="https://www.kdab.com/gammaray https://github.com/KDAB/GammaRay"
28 @@ -83,6 +83,8 @@ src_configure(){
29 }
30
31 pkg_postinst() {
32 + xdg_pkg_postinst
33 +
34 elog
35 elog "Install dev-util/kdstatemachineeditor as optional dependency"
36 elog "for graphical state machine debugging support"