public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/crosscode/
Date: Sun, 16 Apr 2023 15:49:33 +0000 (UTC)	[thread overview]
Message-ID: <1681660129.90a8da676a57973ca25a9d1397165744be4beaae.chewi@gentoo> (raw)

commit:     90a8da676a57973ca25a9d1397165744be4beaae
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 15:48:49 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 15:48:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a8da67

games-rpg/crosscode: Fix for newer NW.js versions

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 .../{crosscode-1.4.2.2.ebuild => crosscode-1.4.2.2-r1.ebuild}        | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-rpg/crosscode/crosscode-1.4.2.2.ebuild b/games-rpg/crosscode/crosscode-1.4.2.2-r1.ebuild
similarity index 86%
rename from games-rpg/crosscode/crosscode-1.4.2.2.ebuild
rename to games-rpg/crosscode/crosscode-1.4.2.2-r1.ebuild
index e28c2d292fc1..b37a1d0cb29d 100644
--- a/games-rpg/crosscode/crosscode-1.4.2.2.ebuild
+++ b/games-rpg/crosscode/crosscode-1.4.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -44,6 +44,7 @@ src_install() {
 	doins -r assets/ favicon.png natives_blob.bin package.json
 
 	newicon assets/media/face/lore/lea.png ${PN}.png
-	make_wrapper ${PN} "nwjs '${EPREFIX}${DIR}'"
+	# --use-gl=egl is needed with recent NW.js versions.
+	make_wrapper ${PN} "nwjs '${EPREFIX}${DIR}' --use-gl=egl"
 	make_desktop_entry ${PN} CrossCode
 }


             reply	other threads:[~2023-04-16 15:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-16 15:49 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-21 22:32 [gentoo-commits] repo/gentoo:master commit in: games-rpg/crosscode/ James Le Cuirot
2022-03-26 22:06 James Le Cuirot

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=1681660129.90a8da676a57973ca25a9d1397165744be4beaae.chewi@gentoo \
    --to=chewi@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