Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 928753
Collapse All | Expand All

(-)a/games-rpg/primordia/Manifest (+1 lines)
Line 0 Link Here
1
DIST primordia_3_6_70667.sh 1166666570 BLAKE2B 8129b99aec5d09ecf6deb924750ad33ee0aa24601f2ea21d8f184cfe7a46f95a32f4a126c11f2b7e546919aa1e91ddf1d6585f96e0c9c4cf6aea01a5af5ea2c6 SHA512 52ba9adfda47b4376aead568eb879624053cb70d03aaab8e6423d6a585712d474cd7bcf8698dda2aef0ef7e9eb339bd7020a030db7b4aa5563356f835333717a
(-)a/games-rpg/primordia/metadata.xml (+8 lines)
Line 0 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3
<pkgmetadata>
4
	<maintainer type="project">
5
		<email>games@gentoo.org</email>
6
		<name>Gentoo Games Project</name>
7
	</maintainer>
8
</pkgmetadata>
(-)a/games-rpg/primordia/primordia-3.6.ebuild (-1 / +33 lines)
Line 0 Link Here
0
- 
1
# Copyright 1999-2024 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
3
4
EAPI=8
5
6
inherit desktop unpacker wrapper xdg
7
8
DESCRIPTION="A cyberpunk point-and-click adventure game"
9
HOMEPAGE="https://www.wadjeteyegames.com/games/primordia/"
10
SRC_URI="primordia_3_6_70667.sh"
11
12
LICENSE="GOG-EULA"
13
SLOT="0"
14
KEYWORDS="~amd64 ~x86"
15
RESTRICT="bindist fetch"
16
17
RDEPEND=">=games-engines/scummvm-2.8.0[mp3,truetype,opengl,vorbis,theora]"
18
BDEPEND="app-arch/unzip"
19
20
S="${WORKDIR}/data/noarch/game"
21
DIR="/usr/share/games/scummvm/games/primordia"
22
23
src_unpack() {
24
	unpack_zip "${A}"
25
}
26
27
src_install() {
28
	insinto "${DIR}"
29
	doins acsetup.cfg ENGV.tmp Primordia.ags *.tra *.vox "${WORKDIR}/data/noarch/support/icon.png"
30
31
	make_wrapper ${PN} "scummvm primordia"
32
	make_desktop_entry ${PN} "Primordia" "${EPREFIX}/${DIR}/icon.png"
33
}

Return to bug 928753