commit: 94cc96837c5eaf0e73cbed728a8988af2200b8bc Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Thu Feb 6 04:16:52 2020 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Thu Feb 6 04:16:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cc9683
media-gfx/feh: update 3.3 to EAPI 7 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org> media-gfx/feh/feh-3.3.ebuild | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/media-gfx/feh/feh-3.3.ebuild b/media-gfx/feh/feh-3.3.ebuild index ad37f294e68..cdfb177f990 100644 --- a/media-gfx/feh/feh-3.3.ebuild +++ b/media-gfx/feh/feh-3.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit toolchain-funcs gnome2-utils xdg-utils +EAPI=7 +inherit toolchain-funcs xdg-utils DESCRIPTION="A fast, lightweight imageviewer using imlib2" HOMEPAGE="https://feh.finalrewind.org/" @@ -57,18 +57,14 @@ src_install() { emake "${fehopts[@]}" install } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_mimeinfo_database_update xdg_desktop_database_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_mimeinfo_database_update xdg_desktop_database_update }
