media-video/xine-ui: fdo-mime->xdg-utils
authorMarty E. Plummer <hanetzer@startmail.com>
Fri, 1 Jun 2018 17:11:27 +0000 (12:11 -0500)
committerAaron Bauman <bman@gentoo.org>
Sat, 9 Jun 2018 14:15:38 +0000 (10:15 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-video/xine-ui/xine-ui-0.99.10.ebuild
media-video/xine-ui/xine-ui-0.99.9.ebuild

index a01737dad30d899dfd5c4884387f5edad2f34e22..90ab46eefcff758b17a30abbe41cbad7c063fb05 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit fdo-mime gnome2-utils
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="Xine movie player"
 HOMEPAGE="http://xine.sourceforge.net/"
@@ -78,13 +78,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-       fdo-mime_desktop_database_update
-       fdo-mime_mime_database_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
        gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-       fdo-mime_desktop_database_update
-       fdo-mime_mime_database_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
        gnome2_icon_cache_update
 }
index 1740be0f676ca3ecfbc018b3b89c644ae5b2987c..87e7ac37163452f1d693f4012c9202566c8b11b1 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit fdo-mime gnome2-utils
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="Xine movie player"
 HOMEPAGE="http://xine.sourceforge.net/"
@@ -78,13 +78,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-       fdo-mime_desktop_database_update
-       fdo-mime_mime_database_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
        gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-       fdo-mime_desktop_database_update
-       fdo-mime_mime_database_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
        gnome2_icon_cache_update
 }