Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (59d2086cbe1c64e85148da9762f86d7975bfc0a6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (59d2086cbe1c64e85148da9762f86d7975bfc0a6)
  • Date: Thu, 12 Apr 2007 10:52:35 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

libs/locale/CONFIGURE | 4 +++-
libs/locale/DETAILS | 3 ++-
libs/locale/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 59d2086cbe1c64e85148da9762f86d7975bfc0a6
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

locale: fix #13485

diff --git a/libs/locale/CONFIGURE b/libs/locale/CONFIGURE
index 91a9a8f..6829d22 100755
--- a/libs/locale/CONFIGURE
+++ b/libs/locale/CONFIGURE
@@ -17,7 +17,9 @@ if [ -z "$LOCALE_LOCALES" ]; then
fi
fi &&
persistent_remove GLIBC_LOCALES &&
-if query "Would you like to select locales?" n; then
+message "\nThe answer to the next query is saved - you do not need to " &&
+message "reselect your locales, unless this spell was triggered by glibc." &&
+if query "Would you like to select locales? (otherwise all will be built)"
n; then
local LOCALE_LOCALES_LIST &&
persistent_add LOCALE_LOCALES &&
BACKTITLE="Locale Configuration" &&
diff --git a/libs/locale/DETAILS b/libs/locale/DETAILS
index 6ccf86e..3c335c8 100755
--- a/libs/locale/DETAILS
+++ b/libs/locale/DETAILS
@@ -9,5 +9,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="libs"
SHORT="This spell helps to select system locale"
cat << EOF
-This spell helps to select system locale. It displays a nice menu where you
can select one or more locales you want.
+This spell helps to install system locale. It displays a nice menu where you
can
+select one or more locales you want.
EOF
diff --git a/libs/locale/HISTORY b/libs/locale/HISTORY
index 1ec7529..97d00f6 100644
--- a/libs/locale/HISTORY
+++ b/libs/locale/HISTORY
@@ -1,3 +1,7 @@
+2007-04-12 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * CONFIGURE: clarified the custom query #13485
+ * DETAILS: fixed description wrap
+
2007-01-12 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: added STAGED_INSTALL=off due to bug #13266




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (59d2086cbe1c64e85148da9762f86d7975bfc0a6), Jaka Kranjc, 04/12/2007

Archive powered by MHonArc 2.6.24.

Top of Page