| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="PuzzleMoppet"
inherit cmake desktop
DESCRIPTION="a serenely peaceful yet devilishly challenging 3D puzzle game"
HOMEPAGE="https://garnetgames.com/puzzlemoppet"
SRC_URI="
https://garnetgames.com/${MY_PN}Full.tar.gz
https://garnetgames.com/${MY_PN}Source.tar.gz
https://raw.githubusercontent.com/nothings/stb/e2caccb811d70af0dc359be5522e6b0d3b503e46/stb_vorbis.c -> ${PN}.stb_vorbis.c
"
LICENSE="WTFPL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-games/ode
dev-games/irrlicht
"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_PN}Source/Litha Engine"
DAT="${WORKDIR}/${MY_PN}FullVersion"
PATCHES=(
"${FILESDIR}/${PN}-irrpatch.patch"
"${FILESDIR}/${PN}-irrhack.patch"
"${FILESDIR}/${PN}-cmake.patch"
"${FILESDIR}/${PN}-64bit.patch"
)
src_prepare() {
cp "${DISTDIR}/${PN}.stb_vorbis.c" "${S}/source/SoundSystems/OpenALSoundSystem/stb_vorbis.c"
for i in `find projects/Puzzle -name *.cpp`; do
sed -i "$i" -e "s:../projects:/usr/share/${PN}/projects:g";
done
for i in `find projects/ConfigApp -name *.cpp`; do
sed -i "$i" -e "s:../projects:/usr/share/${PN}/projects:g";
done
sed -i -e "s:config:"${PN}-config":g" -i projects/ConfigApp/CMakeLists.txt
cmake_src_prepare
}
src_install() {
insinto "/usr/share/${PN}"
doins -r "${DAT}/projects"
dobin "bin/${PN}"
dobin "bin/${PN}-config"
newicon "${DAT}/icons/main.png" "${PN}.png"
make_desktop_entry "${PN}" "${MY_PN}" "${PN}"
}
dev-games/ode dev-games/irrlicht
dev-games/ode dev-games/irrlicht
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | PuzzleMoppetFull.tar.gz | 12947670 bytes | https://garnetgames.com/PuzzleMoppetFull.tar.gz |
| DIST | PuzzleMoppetSource.tar.gz | 7305395 bytes | https://garnetgames.com/PuzzleMoppetSource.tar.gz |
| DIST | puzzlemoppet.stb_vorbis.c | 181709 bytes | https://raw.githubusercontent.com/nothings/stb/e2caccb811d70af0dc359be5522e6b0d3b503e46/stb_vorbis.c |