mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
games-roguelike/cataclysm-dda: Fix locales not installing
Signed-off-by: strategictraveler <strategictraveler@proton.me>
This commit is contained in:
@@ -116,6 +116,8 @@ src_compile() {
|
|||||||
USE_XDG_DIR=1
|
USE_XDG_DIR=1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
use nls && export LANGUAGES="all"
|
||||||
|
|
||||||
if use ncurses; then
|
if use ncurses; then
|
||||||
# don't build tests twice
|
# don't build tests twice
|
||||||
if ! use tiles; then
|
if ! use tiles; then
|
||||||
@@ -135,10 +137,6 @@ src_compile() {
|
|||||||
"TESTS=$(usex test 1 0)" \
|
"TESTS=$(usex test 1 0)" \
|
||||||
"TILES=$(usex tiles 1 0)"
|
"TILES=$(usex tiles 1 0)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if use nls; then
|
|
||||||
emake localization
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
|||||||
@@ -109,6 +109,8 @@ src_compile() {
|
|||||||
USE_XDG_DIR=1
|
USE_XDG_DIR=1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
use nls && export LANGUAGES="all"
|
||||||
|
|
||||||
if use ncurses; then
|
if use ncurses; then
|
||||||
# don't build tests twice
|
# don't build tests twice
|
||||||
if ! use tiles; then
|
if ! use tiles; then
|
||||||
@@ -128,10 +130,6 @@ src_compile() {
|
|||||||
"TESTS=$(usex test 1 0)" \
|
"TESTS=$(usex test 1 0)" \
|
||||||
"TILES=$(usex tiles 1 0)"
|
"TILES=$(usex tiles 1 0)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if use nls; then
|
|
||||||
emake localization
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user