commit:     fd7d57ec8381f2e11cd2437625cd3e34bc7dd702
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Tue Apr 10 03:49:48 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 19:43:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7d57ec

media-gfx/ufraw: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-gfx/ufraw/ufraw-0.22.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/media-gfx/ufraw/ufraw-0.22.ebuild 
b/media-gfx/ufraw/ufraw-0.22.ebuild
index a33821caf15..e3800851789 100644
--- a/media-gfx/ufraw/ufraw-0.22.ebuild
+++ b/media-gfx/ufraw/ufraw-0.22.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit autotools eutils fdo-mime gnome2-utils toolchain-funcs
+
+inherit autotools eutils gnome2-utils toolchain-funcs xdg-utils
 
 DESCRIPTION="RAW Image format viewer and GIMP plugin"
 HOMEPAGE="http://ufraw.sourceforge.net/";
@@ -65,15 +66,15 @@ pkg_preinst() {
 
 pkg_postinst() {
        if use gnome; then
-               fdo-mime_mime_database_update
-               fdo-mime_desktop_database_update
+               xdg_mimeinfo_database_update
+               xdg_desktop_database_update
                gnome2_gconf_install
        fi
 }
 
 pkg_postrm() {
        if use gnome; then
-               fdo-mime_desktop_database_update
-               fdo-mime_mime_database_update
+               xdg_desktop_database_update
+               xdg_mimeinfo_database_update
        fi
 }

Reply via email to