diff options
-rw-r--r-- | app-doc/zeal/zeal-0.2.1.ebuild | 8 | ||||
-rw-r--r-- | app-doc/zeal/zeal-0.3.1.ebuild | 8 | ||||
-rw-r--r-- | app-doc/zeal/zeal-0.4.0.ebuild | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/app-doc/zeal/zeal-0.2.1.ebuild b/app-doc/zeal/zeal-0.2.1.ebuild index c0cdb9117ee0..2a73d0b4b217 100644 --- a/app-doc/zeal/zeal-0.2.1.ebuild +++ b/app-doc/zeal/zeal-0.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit qmake-utils gnome2-utils fdo-mime +inherit gnome2-utils qmake-utils xdg-utils DESCRIPTION="Offline documentation browser inspired by Dash" HOMEPAGE="https://zealdocs.org/" @@ -47,10 +47,10 @@ pkg_preinst() { pkg_postinst() { gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update } pkg_postrm() { gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update } diff --git a/app-doc/zeal/zeal-0.3.1.ebuild b/app-doc/zeal/zeal-0.3.1.ebuild index 5598d7d10f29..b61be4430323 100644 --- a/app-doc/zeal/zeal-0.3.1.ebuild +++ b/app-doc/zeal/zeal-0.3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit qmake-utils gnome2-utils fdo-mime +inherit gnome2-utils qmake-utils xdg-utils DESCRIPTION="Offline documentation browser inspired by Dash" HOMEPAGE="https://zealdocs.org/" @@ -44,10 +44,10 @@ pkg_preinst() { pkg_postinst() { gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update } pkg_postrm() { gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update } diff --git a/app-doc/zeal/zeal-0.4.0.ebuild b/app-doc/zeal/zeal-0.4.0.ebuild index b96162ca7d3e..b61be4430323 100644 --- a/app-doc/zeal/zeal-0.4.0.ebuild +++ b/app-doc/zeal/zeal-0.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit qmake-utils gnome2-utils fdo-mime +inherit gnome2-utils qmake-utils xdg-utils DESCRIPTION="Offline documentation browser inspired by Dash" HOMEPAGE="https://zealdocs.org/" @@ -44,10 +44,10 @@ pkg_preinst() { pkg_postinst() { gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update } pkg_postrm() { gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update } |