diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 12:38:30 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 12:56:56 +0200 |
commit | e70146541c9c9842207a446ac84e0202d3ffa777 (patch) | |
tree | 0a351454831d2da99d2d3adf9dcc21b8bcdb77e0 /games-emulation/higan | |
parent | dev-libs/libbytesize: Removed old (diff) | |
download | gentoo-e70146541c9c9842207a446ac84e0202d3ffa777.tar.gz gentoo-e70146541c9c9842207a446ac84e0202d3ffa777.tar.bz2 gentoo-e70146541c9c9842207a446ac84e0202d3ffa777.zip |
games-emulation/higan: Switch to xdg-utils, fix indendation
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-emulation/higan')
-rw-r--r-- | games-emulation/higan/higan-106_p1-r1.ebuild | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/games-emulation/higan/higan-106_p1-r1.ebuild b/games-emulation/higan/higan-106_p1-r1.ebuild index afaa222f9248..7f4b51fdf8b1 100644 --- a/games-emulation/higan/higan-106_p1-r1.ebuild +++ b/games-emulation/higan/higan-106_p1-r1.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit desktop gnome2-utils toolchain-funcs qmake-utils - MY_COMMIT=41efdba45afa770db99bc7484a8ad340ccc597d2 +inherit desktop toolchain-funcs qmake-utils xdg-utils DESCRIPTION="A multi-system game emulator formerly known as bsnes" HOMEPAGE="https://byuu.org/emulation/higan/ https://gitlab.com/higan/higan" @@ -22,16 +21,17 @@ RDEPEND=" x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXext - icarus? ( x11-libs/gtksourceview:2.0 - x11-libs/gtk+:2 - x11-libs/pango - dev-libs/atk - x11-libs/cairo - x11-libs/gdk-pixbuf - dev-libs/glib:2 - media-libs/fontconfig - media-libs/freetype - ) + icarus? ( + x11-libs/gtksourceview:2.0 + x11-libs/gtk+:2 + x11-libs/pango + dev-libs/atk + x11-libs/cairo + x11-libs/gdk-pixbuf + dev-libs/glib:2 + media-libs/fontconfig + media-libs/freetype + ) ao? ( media-libs/libao ) openal? ( media-libs/openal ) alsa? ( media-libs/alsa-lib ) @@ -43,7 +43,8 @@ RDEPEND=" " DEPEND="${RDEPEND} app-arch/p7zip - virtual/pkgconfig" + virtual/pkgconfig +" S=${WORKDIR}/${PN}-${MY_COMMIT}-${MY_COMMIT} @@ -123,7 +124,6 @@ src_install() { pkg_preinst() { games_pkg_preinst - gnome2_icon_savelist } pkg_postinst() { @@ -131,9 +131,9 @@ pkg_postinst() { #elog " dev-games/higan-ananke (extra rom load options)" #elog " games-util/higan-purify (Rom purifier)" - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } |