commit: f395bd59c413c4f7018e4cb32013ec8535a411bd Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Dec 4 17:13:12 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Dec 4 17:15:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f395bd59
dev-util/meld: Do more postinst updates Closes: https://bugs.gentoo.org/870064 Closes: https://bugs.gentoo.org/870067 Closes: https://bugs.gentoo.org/881387 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-util/meld/{meld-3.22.0-r1.ebuild => meld-3.22.0-r2.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-util/meld/meld-3.22.0-r1.ebuild b/dev-util/meld/meld-3.22.0-r2.ebuild similarity index 90% rename from dev-util/meld/meld-3.22.0-r1.ebuild rename to dev-util/meld/meld-3.22.0-r2.ebuild index 7a048446df60..2944993f987d 100644 --- a/dev-util/meld/meld-3.22.0-r1.ebuild +++ b/dev-util/meld/meld-3.22.0-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="xml(+)" -inherit gnome.org meson python-single-r1 xdg +inherit gnome.org gnome2-utils meson python-single-r1 xdg DESCRIPTION="A graphical diff and merge tool" HOMEPAGE="http://meldmerge.org/" @@ -64,11 +64,11 @@ src_install() { } pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update + xdg_pkg_postinst + gnome2_schemas_update } pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update + xdg_pkg_postrm + gnome2_schemas_update }
