diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-04-06 22:33:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-04-06 22:33:41 +0100 |
commit | e68d405c5d712af4387159df07e226217bdda049 (patch) | |
tree | 009ab0f3d427f0813e62930d71802cb054c07e30 /games-rpg/the-longest-journey-hd | |
parent | 401101f9c8077911929d3f2b60a37098460a5d89 (diff) |
gentoo resync : 06.04.2022
Diffstat (limited to 'games-rpg/the-longest-journey-hd')
-rw-r--r-- | games-rpg/the-longest-journey-hd/Manifest | 3 | ||||
-rw-r--r-- | games-rpg/the-longest-journey-hd/metadata.xml | 8 | ||||
-rw-r--r-- | games-rpg/the-longest-journey-hd/the-longest-journey-hd-1.02.ebuild | 38 |
3 files changed, 49 insertions, 0 deletions
diff --git a/games-rpg/the-longest-journey-hd/Manifest b/games-rpg/the-longest-journey-hd/Manifest new file mode 100644 index 000000000000..12605e5ad555 --- /dev/null +++ b/games-rpg/the-longest-journey-hd/Manifest @@ -0,0 +1,3 @@ +DIST TLJHD_1.02.zip 1505177703 BLAKE2B 4f77ca7c3d1776542b262000bea0504552ba6cc85f0b210c3220ccf7ec22df59fcfd4244659e4f629a149e609d9a93f5b30adfb44008d7512f4156a554bbab52 SHA512 a3e65fa7f6edc6b547aac7ce178b054763eb15246d1c341d62f0f0a5e59c64a8aa52392685bfdeca2c6a5e0cd2a6ee14dbd00f80fe5e928e321c1df695e134cf +EBUILD the-longest-journey-hd-1.02.ebuild 726 BLAKE2B 5ce13fac1dd0945b56d92961c4a3d98ebcb6a6d2925edc5fb1096b6bf76109dc95088951698ace6d19f8ed5387e8b84ab5b4399ddbef1f012498a7126e7aa501 SHA512 2badd5caa7ac1537ca40f2511bc10f45c22e9f7fc96309238d5c3bef92f9aba6ecb9080a9ccc41623af8fbe9be8c5d0a13528ad085f13ed2ebe5aeb438993555 +MISC metadata.xml 254 BLAKE2B 4e6c8e1f126f76233a38aba6f5388488656795cb1d7d4767ccb1349772f5e78d59fc5663d4f1933dbe4633c2fbb90cd1d42d4b4d4f5ededc53653e7df13c7187 SHA512 2b82da849e3b0dec378f3fb497014f5d1dbc7aceb8a1f9d1638e83fe69448b1c5151eb4b1187154d828e4a296609ce5125b40977b2581d95b5588e353ca75135 diff --git a/games-rpg/the-longest-journey-hd/metadata.xml b/games-rpg/the-longest-journey-hd/metadata.xml new file mode 100644 index 000000000000..7c730d47817a --- /dev/null +++ b/games-rpg/the-longest-journey-hd/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> + </maintainer> +</pkgmetadata> diff --git a/games-rpg/the-longest-journey-hd/the-longest-journey-hd-1.02.ebuild b/games-rpg/the-longest-journey-hd/the-longest-journey-hd-1.02.ebuild new file mode 100644 index 000000000000..54d0ddf85af8 --- /dev/null +++ b/games-rpg/the-longest-journey-hd/the-longest-journey-hd-1.02.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +CHECKREQS_DISK_BUILD="1463M" +CHECKREQS_DISK_USR="1461M" +inherit check-reqs + +DESCRIPTION="High definition backgrounds and sprites for The Longest Journey" +HOMEPAGE="https://tljhd.github.io" +SRC_URI="TLJHD_${PV}.zip" +LICENSE="fairuse" +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="bindist fetch" + +RDEPEND=" + ${CATEGORY}/${PN%-hd} +" + +BDEPEND=" + app-arch/unzip +" + +S="${WORKDIR}" + +pkg_nofetch() { + einfo "Please download ${SRC_URI} from:" + einfo " ${HOMEPAGE}" + einfo "and move it to your distfiles directory." +} + +src_install() { + insinto /usr/share/${PN%-hd} + # The fonts are the same as the original ones. + doins -r mods/ +} |