public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/d-spy/
Date: Thu, 13 Oct 2022 16:26:35 +0000 (UTC)	[thread overview]
Message-ID: <1665678373.4b5c3deeb5c69ad03bf9fbb36da7856ede1143dc.mattst88@gentoo> (raw)

commit:     4b5c3deeb5c69ad03bf9fbb36da7856ede1143dc
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 16:22:29 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 16:26:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b5c3dee

dev-util/d-spy: Call xdg postinst functions

Closes: https://bugs.gentoo.org/876983
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-util/d-spy/d-spy-1.4.0.ebuild | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/dev-util/d-spy/d-spy-1.4.0.ebuild b/dev-util/d-spy/d-spy-1.4.0.ebuild
index 96b1f7360251..9beaae1b265d 100644
--- a/dev-util/d-spy/d-spy-1.4.0.ebuild
+++ b/dev-util/d-spy/d-spy-1.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit gnome.org meson
+inherit gnome.org meson xdg
 
 DESCRIPTION="D-spy is a blisteringly fast D-Bus debugger"
 HOMEPAGE="https://wiki.gnome.org/Apps/d-spy https://gitlab.gnome.org/GNOME/d-spy"
@@ -32,3 +32,13 @@ src_install() {
 	meson_src_install
 	mv "${ED}"/usr/share/appdata "${ED}"/usr/share/metainfo || die
 }
+
+pkg_postinst() {
+	xdg_icon_cache_update
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+	xdg_desktop_database_update
+}


             reply	other threads:[~2022-10-13 16:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-13 16:26 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-04 23:03 [gentoo-commits] repo/gentoo:master commit in: dev-util/d-spy/ Mart Raudsepp
2023-09-17  1:43 Matt Turner
2023-05-02 19:36 Arthur Zamarin
2023-03-17 19:56 Matt Turner
2022-12-16 20:37 Arthur Zamarin
2022-10-13  0:27 Matt Turner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1665678373.4b5c3deeb5c69ad03bf9fbb36da7856ede1143dc.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox