summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-12-04 12:13:12 -0500
committerMatt Turner <mattst88@gentoo.org>2022-12-04 12:15:35 -0500
commitf395bd59c413c4f7018e4cb32013ec8535a411bd (patch)
tree5d909d951d408ff8643f3b533633679161b26944
parentapp-text/libgepub: Depend on webkit-gtk[introspection?] (diff)
downloadgentoo-f395bd59c413c4f7018e4cb32013ec8535a411bd.tar.gz
gentoo-f395bd59c413c4f7018e4cb32013ec8535a411bd.tar.bz2
gentoo-f395bd59c413c4f7018e4cb32013ec8535a411bd.zip
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@gentoo.org>
-rw-r--r--dev-util/meld/meld-3.22.0-r2.ebuild (renamed from dev-util/meld/meld-3.22.0-r1.ebuild)10
1 files 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
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
}