From a7ba4b9d8c919a3c56f9df002bd208a726b1db1a Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Sun, 8 Apr 2018 06:36:56 -0500 Subject: app-i18n/poedit: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7866 --- app-i18n/poedit/poedit-1.8.5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-i18n') diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild b/app-i18n/poedit/poedit-1.8.5.ebuild index d6e06a1639c5..7cce16eeb1cc 100644 --- a/app-i18n/poedit/poedit-1.8.5.ebuild +++ b/app-i18n/poedit/poedit-1.8.5.ebuild @@ -6,7 +6,7 @@ WX_GTK_VER=3.0 PLOCALES="af am an ar ast az be@latin be bg bn br bs ca ca@valencia ckb co cs da de el en_GB eo es et eu fa fi fr fur fy_NL ga gl he hi hr hu hy id is it ja kab ka kk ko ku ky lt lv mk mn mr ms nb ne nl nn oc pa pl pt_BR pt_PT ro ru sk sl sq sr sv ta tg th tr tt ug uk ur uz vi wa zh_CN zh_TW" -inherit eutils fdo-mime flag-o-matic gnome2-utils l10n wxwidgets +inherit eutils flag-o-matic gnome2-utils l10n wxwidgets xdg-utils DESCRIPTION="GUI editor for gettext translations files" HOMEPAGE="https://poedit.net" @@ -62,11 +62,11 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } -- cgit v1.2.3-65-gdbad