commit: befc46a82002f0817a3d652310b0def17c304598 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 11 01:44:48 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 11 02:05:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=befc46a8
media-sound/pithos: [QA] update icon cache Closes: https://bugs.gentoo.org/782007 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/pithos/pithos-1.5.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-sound/pithos/pithos-1.5.1.ebuild b/media-sound/pithos/pithos-1.5.1.ebuild index e2e787a9ca0..3ac4ffed7e6 100644 --- a/media-sound/pithos/pithos-1.5.1.ebuild +++ b/media-sound/pithos/pithos-1.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit meson gnome2-utils virtualx python-r1 +inherit xdg meson gnome2-utils virtualx python-r1 if [[ ${PV} =~ [9]{4,} ]]; then inherit git-r3 @@ -69,8 +69,10 @@ src_install() { pkg_postinst() { gnome2_schemas_update + xdg_pkg_postinst } pkg_postrm() { gnome2_schemas_update + xdg_pkg_postrm }
