diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-12-06 12:05:35 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-12-06 12:05:35 +0100 |
commit | 3d950cd83851795eb3513c0d4c306fc94e28f9e6 (patch) | |
tree | 38767647081d4d25a4e79642004e9f1df100d269 /games-emulation | |
parent | games-emulation/vbam: Bump to version 2.1.4 (diff) | |
download | gentoo-3d950cd83851795eb3513c0d4c306fc94e28f9e6.tar.gz gentoo-3d950cd83851795eb3513c0d4c306fc94e28f9e6.tar.bz2 gentoo-3d950cd83851795eb3513c0d4c306fc94e28f9e6.zip |
games-emulation/vbam: Synced live ebuild
Package-Manager: Portage-2.3.81, Repoman-2.3.19
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/vbam/vbam-9999.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/games-emulation/vbam/vbam-9999.ebuild b/games-emulation/vbam/vbam-9999.ebuild index 507362bca85e..f8607c8a0a0e 100644 --- a/games-emulation/vbam/vbam-9999.ebuild +++ b/games-emulation/vbam/vbam-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 WX_GTK_VER="3.0-gtk3" -inherit gnome2-utils wxwidgets xdg-utils cmake-utils +inherit wxwidgets xdg cmake-utils if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/visualboyadvance-m/visualboyadvance-m.git" @@ -73,20 +73,18 @@ src_install() { pkg_preinst() { if use wxwidgets ; then - gnome2_icon_savelist + xdg_pkg_preinst fi } pkg_postinst() { if use wxwidgets ; then - gnome2_icon_cache_update - xdg_desktop_database_update + xdg_pkg_postinst fi } pkg_postrm() { if use wxwidgets ; then - gnome2_icon_cache_update - xdg_desktop_database_update + xdg_pkg_postrm fi } |