Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (488161effc7bb8f15674823f01d8caec9dabd9e2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (488161effc7bb8f15674823f01d8caec9dabd9e2)
  • Date: Sun, 12 Nov 2006 14:46:25 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

kde-core/kde-i18n/CONFIGURE | 16 +++++++---------
kde-core/kde-i18n/HISTORY | 4 ++++
2 files changed, 11 insertions(+), 9 deletions(-)

New commits:
commit 0919ea4338a1e6e517a03bd5d06d7e2d49ca926f
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

we do not want to reconfigure kde-i18n every time

diff --git a/kde-core/kde-i18n/CONFIGURE b/kde-core/kde-i18n/CONFIGURE
index 8023e3b..9e1b013 100755
--- a/kde-core/kde-i18n/CONFIGURE
+++ b/kde-core/kde-i18n/CONFIGURE
@@ -4,8 +4,6 @@ local CFG=$SPELL_CONFIG

get_kdelanguages() {
local i LANGUAGE LANGUAGES &&
- if [ "$KDE_I18N_CONFIGURE" = "y" ]
- then
rm -f $CFG &&
touch $CFG &&
LANGUAGES=`cat $SCRIPT_DIRECTORY/kde.languages` &&
@@ -44,14 +42,14 @@ get_kdelanguages() {
# echo SOURCE_URL[0]=${SITE/$SPELL\//}/\$SOURCE >> $CFG &&
# echo MD5[0]="b178f0c33f5f1c70d3bc1e9d31cd7cae" >> $CFG
fi
- else
- message "${MESSAGE_COLOR}Using existing config${DEFAULT_COLOR}" &&
- sedit "s/3\.[0-9]\.[0-9]\?/$VERSION/g" $CFG
- fi
}

-config_query KDE_I18N_CONFIGURE "Reconfigure?" n &&
-
-get_kdelanguages &&
+if query "Reconfigure?" n
+then
+ get_kdelanguages
+else
+ message "${MESSAGE_COLOR}Using existing config${DEFAULT_COLOR}" &&
+ sedit "s/3\.[0-9]\.[0-9]\?/$VERSION/g" $CFG
+fi &&

. $CFG
diff --git a/kde-core/kde-i18n/HISTORY b/kde-core/kde-i18n/HISTORY
index fa72c61..3b03de2 100644
--- a/kde-core/kde-i18n/HISTORY
+++ b/kde-core/kde-i18n/HISTORY
@@ -1,3 +1,7 @@
+2006-11-12 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE: reconfigure always shall dfault to n,
+ removing the config_ from the query
+
2006-10-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.5.5




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (488161effc7bb8f15674823f01d8caec9dabd9e2), Thomas Orgis, 11/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page