public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "strategictraveler" <strategictraveler@proton.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-roguelike/cataclysm-dda/
Date: Fri, 03 Jan 2025 17:49:58 +0000 (UTC)	[thread overview]
Message-ID: <1735926549.4b5b48c3a8e21cc97511749370dcdfe2c065aff4.strategictraveler@gentoo> (raw)

commit:     4b5b48c3a8e21cc97511749370dcdfe2c065aff4
Author:     strategictraveler <strategictraveler <AT> proton <DOT> me>
AuthorDate: Fri Jan  3 17:49:09 2025 +0000
Commit:     strategictraveler <strategictraveler <AT> proton <DOT> me>
CommitDate: Fri Jan  3 17:49:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b5b48c3

games-roguelike/cataclysm-dda: Fix locale file collisions

Signed-off-by: strategictraveler <strategictraveler <AT> proton.me>

 games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild   | 7 +++++--
 games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild b/games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild
index 329892c97..e14d0d9b0 100644
--- a/games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild
+++ b/games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild
@@ -85,8 +85,11 @@ src_prepare() {
 		-e "s/cataclysm.a/cataclysm-${SLOT}.a/g" \
 		-e "s/\$(BUILD_PREFIX)//g" || die # BUILD_PREFIX is also used by portage
 
-	sed -i -e "/${PN}.mo/"'!'"s/${PN}/${PN}-${SLOT}/" \
-		"src/path_info.cpp" || die
+	sed -i -e "s/${PN}/${PN}-${SLOT}/" \
+		"lang/Makefile" \
+		"src/path_info.cpp" \
+		"src/translation_manager_impl.cpp" \
+		"tests/translation_system_test.cpp" || die
 
 	# from upstream 1ab7d17
 	# NOTE: remove when bumping

diff --git a/games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild b/games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild
index 258c57605..1b614c23b 100644
--- a/games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild
+++ b/games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild
@@ -84,8 +84,11 @@ src_prepare() {
 		-e "s/cataclysm.a/cataclysm-${SLOT}.a/g" \
 		-e "s/\$(BUILD_PREFIX)//g" || die # BUILD_PREFIX is also used by portage
 
-	sed -i -e "/${PN}.mo/"'!'"s/${PN}/${PN}-${SLOT}/" \
-		"src/path_info.cpp" || die
+	sed -i -e "s/${PN}/${PN}-${SLOT}/" \
+		"lang/Makefile" \
+		"src/path_info.cpp" \
+		"src/translation_manager_impl.cpp" \
+		"tests/translation_system_test.cpp" || die
 
 	sed -i -e "s/cataclysm-tiles/cataclysm-tiles-${SLOT}/g" \
 		"data/xdg/org.cataclysmdda.CataclysmDDA.desktop" || die


             reply	other threads:[~2025-01-03 17:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-03 17:49 strategictraveler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-02 11:42 [gentoo-commits] repo/proj/guru:dev commit in: games-roguelike/cataclysm-dda/ strategictraveler
2025-02-01 20:07 strategictraveler
2025-02-01 20:07 strategictraveler
2025-02-01 20:07 strategictraveler
2025-01-15 13:54 Takuya Wakazono
2025-01-14 11:58 strategictraveler
2024-12-24 19:27 strategictraveler
2024-12-24 10:10 strategictraveler
2024-12-22 13:57 Takuya Wakazono
2024-12-13 14:15 Takuya Wakazono
2024-12-11 13:23 Takuya Wakazono
2024-12-11 12:13 Takuya Wakazono

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=1735926549.4b5b48c3a8e21cc97511749370dcdfe2c065aff4.strategictraveler@gentoo \
    --to=strategictraveler@proton.me \
    --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