mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-rpg/zsdx: drop 1.9.0-r1
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/27289 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST zsdx-v1.12.3.tar.gz 21121784 BLAKE2B bc4d72f96b4a77daf72caea12526512565598700c704094b704d7b4713083bc4559e2019e426504f3631b6936b5b87c27ce37f6827a2700ca0a4e4448447ff02 SHA512 9a2a091023ccba0eb78ac16c7559eaf7756550fb81c69c69390f3f8add6b8fab05fefb438bfc66a59436cbec92c588038d014adea98c5748e4ed276c1d8213f1
|
||||
DIST zsdx-zsdx-1.9.0.tar.gz 20760682 BLAKE2B 7063b7bc34a03c5e1879eaae78d28dcf28ae9799eed2ef2b4422f3fad709234ae6ebb67f641d76df370b27b72eb6f9ed6d611b8bead37b87287637cb28b072cb SHA512 673a7db1dadfae09df23b189b9e18af1182cb731897e4067f47867387c04b21308991116c6f840cb228adee9c459565c2f5e6f1a01e885ea23c00347d4d64540
|
||||
|
||||
@@ -1,49 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
CMAKE_MAKEFILE_GENERATOR=emake
|
||||
inherit cmake desktop wrapper xdg
|
||||
|
||||
DESCRIPTION="Free 2D Zelda fangame"
|
||||
HOMEPAGE="https://www.solarus-games.org/"
|
||||
SRC_URI="https://gitlab.com/solarus-games/${PN}/-/archive/${PN}-${PV}/${PN}-${PN}-${PV}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${PN}-${PV}"
|
||||
|
||||
LICENSE="all-rights-reserved CC-BY-SA-3.0 GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
RESTRICT="mirror"
|
||||
|
||||
RDEPEND="
|
||||
>=games-engines/solarus-1.3.0
|
||||
<games-engines/solarus-1.4.0
|
||||
"
|
||||
BDEPEND="app-arch/zip"
|
||||
|
||||
DOCS=( ChangeLog readme.txt )
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DSOLARUS_INSTALL_DATAROOTDIR="/usr/share"
|
||||
-DSOLARUS_INSTALL_BINDIR="/usr/bin"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
newicon -s 48 build/icons/${PN}_icon_48.png ${PN}.png
|
||||
newicon -s 256 build/icons/${PN}_icon_256.png ${PN}.png
|
||||
|
||||
# install proper wrapper script
|
||||
rm "${ED}"/usr/bin/${PN} || die
|
||||
make_wrapper ${PN} "solarus \"/usr/share/solarus/${PN}\""
|
||||
|
||||
make_desktop_entry "${PN}" "Zelda: Mystery of Solarus DX"
|
||||
}
|
||||
Reference in New Issue
Block a user