From 4dde57f32139b166f4630417da73be99090ae56c Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Wed, 24 Dec 2008 17:06:52 +0100 Subject: Nice colors about enabling linguas. --- eclass/kde4-functions.eclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eclass/kde4-functions.eclass') diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass index 2cd098069bc..3de79980df8 100644 --- a/eclass/kde4-functions.eclass +++ b/eclass/kde4-functions.eclass @@ -113,6 +113,7 @@ enable_selected_linguas() { done comment_all_add_subdirectory "${KDE_LINGUAS_DIR:-${S}/po}" for lingua in ${LINGUAS}; do + ebegin "Enabling LANGUAGE: ${lingua}" if [ -d "${S}"/po/"${lingua}" ]; then sed -e "/add_subdirectory([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ -e "/ADD_SUBDIRECTORY([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ @@ -121,6 +122,7 @@ enable_selected_linguas() { if [ -e "${S}"/po/"${lingua}".po.old ]; then mv "${S}"/po/"${lingua}".po.old "${S}"/po/"${lingua}".po fi + eend $? done } -- cgit v1.2.3