From: Jeroen Roovers Date: Tue, 30 Apr 2019 11:27:21 +0000 (+0200) Subject: x11-libs/fltk: fdo-mime => xdg-utils X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a3ca32c4eeec1346b530084f1d02161865dc761f;p=gentoo.git x11-libs/fltk: fdo-mime => xdg-utils Closes: https://bugs.gentoo.org/show_bug.cgi?id=655248 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Jeroen Roovers --- diff --git a/x11-libs/fltk/fltk-1.3.5-r1.ebuild b/x11-libs/fltk/fltk-1.3.5-r1.ebuild index f5bad150013e..ff8415f61c38 100644 --- a/x11-libs/fltk/fltk-1.3.5-r1.ebuild +++ b/x11-libs/fltk/fltk-1.3.5-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools fdo-mime flag-o-matic xdg-utils multilib-minimal +inherit autotools flag-o-matic xdg-utils multilib-minimal DESCRIPTION="C++ user interface toolkit for X and OpenGL" HOMEPAGE="http://www.fltk.org/" @@ -183,11 +183,11 @@ multilib_src_install_all() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update } diff --git a/x11-libs/fltk/fltk-1.3.9999.ebuild b/x11-libs/fltk/fltk-1.3.9999.ebuild index 5750e09a02c7..a345644078c7 100644 --- a/x11-libs/fltk/fltk-1.3.9999.ebuild +++ b/x11-libs/fltk/fltk-1.3.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools fdo-mime flag-o-matic git-r3 xdg-utils multilib-minimal +inherit autotools flag-o-matic git-r3 xdg-utils multilib-minimal DESCRIPTION="C++ user interface toolkit for X and OpenGL" HOMEPAGE="http://www.fltk.org/" @@ -191,11 +191,11 @@ multilib_src_install_all() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update } diff --git a/x11-libs/fltk/fltk-1.4.9999.ebuild b/x11-libs/fltk/fltk-1.4.9999.ebuild index 6084621d31cb..cd5e23920708 100644 --- a/x11-libs/fltk/fltk-1.4.9999.ebuild +++ b/x11-libs/fltk/fltk-1.4.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools fdo-mime flag-o-matic git-r3 xdg-utils multilib-minimal +inherit autotools flag-o-matic git-r3 xdg-utils multilib-minimal DESCRIPTION="C++ user interface toolkit for X and OpenGL" HOMEPAGE="http://www.fltk.org/" @@ -195,11 +195,11 @@ multilib_src_install_all() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update }