diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2021-04-18 02:53:34 +0200 |
---|---|---|
committer | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2021-04-18 02:53:34 +0200 |
commit | f518b2af305b931df4533dbea276f13279d74d60 (patch) | |
tree | 0cb822dae121a737ecef37f8ef0e20e96518c785 /games-arcade | |
parent | media-fonts/3270font: move to python-single-r1 (diff) | |
download | guru-f518b2af305b931df4533dbea276f13279d74d60.tar.gz guru-f518b2af305b931df4533dbea276f13279d74d60.tar.bz2 guru-f518b2af305b931df4533dbea276f13279d74d60.zip |
games-arcade/taisei: Migrate from xdg-utils to xdg eclass.
Allows to drop the pkg_* phases.
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/taisei/taisei-1.3.1-r1.ebuild | 14 | ||||
-rw-r--r-- | games-arcade/taisei/taisei-9999.ebuild | 14 |
2 files changed, 2 insertions, 26 deletions
diff --git a/games-arcade/taisei/taisei-1.3.1-r1.ebuild b/games-arcade/taisei/taisei-1.3.1-r1.ebuild index 381361ff3..8ec848b13 100644 --- a/games-arcade/taisei/taisei-1.3.1-r1.ebuild +++ b/games-arcade/taisei/taisei-1.3.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit meson python-any-r1 xdg-utils +inherit meson python-any-r1 xdg if [[ ${PV} == *9999* ]]; then inherit git-r3 @@ -54,15 +54,3 @@ src_configure() { ) meson_src_configure } - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update - xdg_mimeinfo_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update - xdg_mimeinfo_database_update -} diff --git a/games-arcade/taisei/taisei-9999.ebuild b/games-arcade/taisei/taisei-9999.ebuild index a50bcba07..a1029653d 100644 --- a/games-arcade/taisei/taisei-9999.ebuild +++ b/games-arcade/taisei/taisei-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit meson python-any-r1 xdg-utils +inherit meson python-any-r1 xdg if [[ ${PV} == *9999* ]]; then inherit git-r3 @@ -55,15 +55,3 @@ src_configure() { ) meson_src_configure } - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update - xdg_mimeinfo_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update - xdg_mimeinfo_database_update -} |