diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-08 14:36:38 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-08 14:43:14 -0500 |
commit | 9c6f66afb240c16b5f4c5464d100a8e10cbcd8ed (patch) | |
tree | 205fbded7048856f4ba121da5e79cd35d239b219 /games-emulation | |
parent | sys-fs/zfs: Stabilize 2.1.6 arm64, #884865 (diff) | |
download | gentoo-9c6f66afb240c16b5f4c5464d100a8e10cbcd8ed.tar.gz gentoo-9c6f66afb240c16b5f4c5464d100a8e10cbcd8ed.tar.bz2 gentoo-9c6f66afb240c16b5f4c5464d100a8e10cbcd8ed.zip |
games-emulation/fbzx: EAPI7->8, use libpulse, https
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/fbzx/fbzx-4.8.0-r1.ebuild (renamed from games-emulation/fbzx/fbzx-4.8.0.ebuild) | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/games-emulation/fbzx/fbzx-4.8.0.ebuild b/games-emulation/fbzx/fbzx-4.8.0-r1.ebuild index b69852a2a19c..6d2ee0e0a6cd 100644 --- a/games-emulation/fbzx/fbzx-4.8.0.ebuild +++ b/games-emulation/fbzx/fbzx-4.8.0-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop toolchain-funcs DESCRIPTION="Full Screen Sinclair Spectrum emulator" -HOMEPAGE="http://www.rastersoft.com/programas/fbzx.html" -SRC_URI="http://www.rastersoft.com/descargas/fbzx/${PN}_${PV}.tar.bz2" +HOMEPAGE="https://www.rastersoft.com/programas/fbzx.html" +SRC_URI="https://www.rastersoft.com/descargas/fbzx/${PN}_${PV}.tar.bz2" S="${WORKDIR}/${PN}_${PV}" LICENSE="GPL-3+" @@ -18,7 +18,7 @@ IUSE="alsa pulseaudio" RDEPEND=" media-libs/libsdl2[joystick,video] alsa? ( media-libs/alsa-lib ) - pulseaudio? ( media-sound/pulseaudio )" + pulseaudio? ( media-libs/libpulse )" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" @@ -41,12 +41,13 @@ src_compile() { src_install() { dobin src/${PN} dodoc AMSTRAD CAPABILITIES FAQ HISTORY.md README.{TZX,md} TODO - doicon data/${PN}.svg - domenu data/${PN}.desktop insinto /usr/share/${PN} doins -r data/spectrum-roms insinto /usr/share/${PN}/${PN} doins data/keymap.bmp + + doicon data/${PN}.svg + domenu data/${PN}.desktop } |