--- games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild +++ games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit eutils gnome2-utils +EAPI=7 + +inherit desktop MY_PN="${PN}_w_fonts" DESCRIPTION="Educational arcade game where you have to solve maths problems" @@ -36,6 +37,7 @@ default sed -i -e '/\bdoc\b/d' Makefile.in || die + sed -i -e '/lan_player_info/d' src/menu_lan.c || die } src_configure() { @@ -51,15 +53,3 @@ make_desktop_entry ${PN} "TuxMath" dodoc doc/{README,TODO,changelog} } - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}