diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-08 06:36:56 -0500 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-20 21:46:39 +0200 |
commit | a7ba4b9d8c919a3c56f9df002bd208a726b1db1a (patch) | |
tree | 4ab97ca50a6c6cfa14e8510be3bc76374d96bf41 /app-i18n | |
parent | app-doc/zeal: fdo-mime->xdg-utils (diff) | |
download | gentoo-a7ba4b9d8c919a3c56f9df002bd208a726b1db1a.tar.gz gentoo-a7ba4b9d8c919a3c56f9df002bd208a726b1db1a.tar.bz2 gentoo-a7ba4b9d8c919a3c56f9df002bd208a726b1db1a.zip |
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
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/poedit/poedit-1.8.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 } |