public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/katawa-shoujo/
Date: Sun, 15 Apr 2018 13:08:30 +0000 (UTC)	[thread overview]
Message-ID: <1523797702.87157efd7375a80fe783a2ac2da0f24c87edc0eb.pacho@gentoo> (raw)

commit:     87157efd7375a80fe783a2ac2da0f24c87edc0eb
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 13:07:02 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 13:08:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87157efd

games-misc/katawa-shoujo: Use newer renpy (#601200)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../katawa-shoujo/katawa-shoujo-1.3.1-r1.ebuild    | 84 ++++++++++++++++++++++
 1 file changed, 84 insertions(+)

diff --git a/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r1.ebuild b/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r1.ebuild
new file mode 100644
index 00000000000..6c9ac1da578
--- /dev/null
+++ b/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r1.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils gnome2-utils
+
+DESCRIPTION="Bishoujo-style visual novel by Four Leaf Studios"
+HOMEPAGE="http://katawa-shoujo.com/"
+SRC_URI="http://dl.katawa-shoujo.com/gold_1.3.1/%5B4ls%5D_katawa_shoujo_1.3.1-%5Blinux-x86%5D%5B18161880%5D.tar.bz2 -> ${P}.tar.bz2
+	https://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-48.png
+	https://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-256.png"
+
+# bundled renpy includes licenses of all libraries
+LICENSE="
+	CC-BY-NC-ND-3.0
+	!system-renpy? ( MIT PSF-2 LGPL-2.1 || ( FTL GPL-2+ ) IJG libpng ZLIB BZIP2 )
+"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="doc +system-renpy"
+REQUIRED_USE="!system-renpy? ( || ( amd64 x86 ) )"
+
+RDEPEND="system-renpy? ( games-engines/renpy:6.99 )"
+DEPEND=""
+
+# Binaries are built extremely weirdly, resulting in errors like:
+# BFD: Not enough room for program headers, try linking with -N
+#
+# Technically, we could make this unconditional because there are no other
+# binaries, but it's still good practice.
+RESTRICT="!system-renpy? ( strip )"
+
+QA_PREBUILT="/opt/${PN}/lib/*"
+
+S="${WORKDIR}/Katawa Shoujo-${PV}-linux"
+
+src_install() {
+	if use system-renpy; then
+		insinto "/usr/share/${PN}"
+		doins -r game/.
+		make_wrapper ${PN} "renpy '/usr/share/${PN}'"
+	else
+		insinto "/opt/${PN}"
+		doins -r game localizations renpy "Katawa Shoujo."{py,sh}
+
+		local host="${CTARGET:-${CHOST}}"
+		local arch="${host%%-*}"
+
+		cd lib
+		insinto "/opt/${PN}/lib"
+		doins -r linux-${arch} pythonlib2.7
+		cd ..
+
+		fperms +x "/opt/${PN}/lib/linux-${arch}/"{python,"Katawa Shoujo"} \
+			"/opt/${PN}/Katawa Shoujo."{py,sh}
+
+		make_wrapper ${PN} "./Katawa\ Shoujo.sh" "/opt/${PN}"
+	fi
+
+	local i
+	for i in 48 256; do
+		newicon -s ${i} "${DISTDIR}"/${PN}-${i}.png ${PN}.png
+	done
+
+	make_desktop_entry ${PN} "Katawa Shoujo"
+
+	if use doc; then
+		dodoc "Game Manual.pdf"
+	fi
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


             reply	other threads:[~2018-04-15 13:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-15 13:08 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-11-13 18:45 [gentoo-commits] repo/gentoo:master commit in: games-misc/katawa-shoujo/ James Le Cuirot
2019-01-19 11:57 Jonas Stein
2018-04-25 21:25 Aaron Bauman
2018-04-15 13:08 Pacho Ramos
2018-04-03 21:34 Jonas Stein
2018-02-11 10:53 Michał Górny
2017-12-01 19:31 David Seifert
2016-02-12  8:20 Ian Delaney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1523797702.87157efd7375a80fe783a2ac2da0f24c87edc0eb.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox