[Tux4kids-commits] r1025 - in tuxtype/trunk: . po
David Bruce
dbruce-guest at alioth.debian.org
Thu Jun 11 12:21:56 UTC 2009
Author: dbruce-guest
Date: 2009-06-11 12:21:54 +0000 (Thu, 11 Jun 2009)
New Revision: 1025
Modified:
tuxtype/trunk/aclocal.m4
tuxtype/trunk/po/ar.po
tuxtype/trunk/po/as.po
tuxtype/trunk/po/ca.po
tuxtype/trunk/po/cs.po
tuxtype/trunk/po/da.po
tuxtype/trunk/po/de.po
tuxtype/trunk/po/el.po
tuxtype/trunk/po/en at boldquot.po
tuxtype/trunk/po/en at quot.po
tuxtype/trunk/po/en_GB.po
tuxtype/trunk/po/es.po
tuxtype/trunk/po/eu.po
tuxtype/trunk/po/fr.po
tuxtype/trunk/po/gu.po
tuxtype/trunk/po/hi.po
tuxtype/trunk/po/it.po
tuxtype/trunk/po/ja.po
tuxtype/trunk/po/kn.po
tuxtype/trunk/po/lt.po
tuxtype/trunk/po/ml.gmo
tuxtype/trunk/po/ml.po
tuxtype/trunk/po/nb.po
tuxtype/trunk/po/ne.po
tuxtype/trunk/po/nl.po
tuxtype/trunk/po/nn.po
tuxtype/trunk/po/or.po
tuxtype/trunk/po/pt.po
tuxtype/trunk/po/ru.po
tuxtype/trunk/po/sv.po
tuxtype/trunk/po/sw.po
tuxtype/trunk/po/ta.po
tuxtype/trunk/po/te.po
tuxtype/trunk/po/tr.po
tuxtype/trunk/po/tuxtype.pot
tuxtype/trunk/po/wo.po
tuxtype/trunk/tuxtype.spec.in
tuxtype/trunk/tuxtype_preview.spec.in
Log:
Adjustment of spec files for new lib dependencies
Modified: tuxtype/trunk/aclocal.m4
===================================================================
--- tuxtype/trunk/aclocal.m4 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/aclocal.m4 2009-06-11 12:21:54 UTC (rev 1025)
@@ -3985,61 +3985,59 @@
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-#serial 5
+#serial 4
# _AM_OUTPUT_DEPENDENCY_COMMANDS
# ------------------------------
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
-[{
- # Autoconf 2.62 quotes --file arguments for eval, but not when files
- # are listed without --file. Let's play safe and only enable the eval
- # if we detect the quoting.
- case $CONFIG_FILES in
- *\'*) eval set x "$CONFIG_FILES" ;;
- *) set x $CONFIG_FILES ;;
- esac
- shift
- for mf
- do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # Grep'ing the whole file is not good either: AIX grep has a line
- # limit of 2048, but all sed's we know have understand at least 4000.
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
- dirpart=`AS_DIRNAME("$mf")`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`AS_DIRNAME(["$file"])`
- AS_MKDIR_P([$dirpart/$fdir])
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
+[# Autoconf 2.62 quotes --file arguments for eval, but not when files
+# are listed without --file. Let's play safe and only enable the eval
+# if we detect the quoting.
+case $CONFIG_FILES in
+*\'*) eval set x "$CONFIG_FILES" ;;
+*) set x $CONFIG_FILES ;;
+esac
+shift
+for mf
+do
+ # Strip MF so we end up with the name of the file.
+ mf=`echo "$mf" | sed -e 's/:.*$//'`
+ # Check whether this is an Automake generated Makefile or not.
+ # We used to match only the files named `Makefile.in', but
+ # some people rename them; so instead we look at the file content.
+ # Grep'ing the first line is not enough: some people post-process
+ # each Makefile.in and add a new line on top of each file to say so.
+ # Grep'ing the whole file is not good either: AIX grep has a line
+ # limit of 2048, but all sed's we know have understand at least 4000.
+ if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
+ dirpart=`AS_DIRNAME("$mf")`
+ else
+ continue
+ fi
+ # Extract the definition of DEPDIR, am__include, and am__quote
+ # from the Makefile without running `make'.
+ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+ test -z "$DEPDIR" && continue
+ am__include=`sed -n 's/^am__include = //p' < "$mf"`
+ test -z "am__include" && continue
+ am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+ # When using ansi2knr, U may be empty or an underscore; expand it
+ U=`sed -n 's/^U = //p' < "$mf"`
+ # Find all dependency output files, they are included files with
+ # $(DEPDIR) in their names. We invoke sed twice because it is the
+ # simplest approach to changing $(DEPDIR) to its actual value in the
+ # expansion.
+ for file in `sed -n "
+ s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
+ # Make sure the directory exists.
+ test -f "$dirpart/$file" && continue
+ fdir=`AS_DIRNAME(["$file"])`
+ AS_MKDIR_P([$dirpart/$fdir])
+ # echo "creating $dirpart/$file"
+ echo '# dummy' > "$dirpart/$file"
done
-}
+done
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
Modified: tuxtype/trunk/po/ar.po
===================================================================
--- tuxtype/trunk/po/ar.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/ar.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Mobin M <mobinmohan at gmail.com>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
Modified: tuxtype/trunk/po/as.po
===================================================================
--- tuxtype/trunk/po/as.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/as.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2008-08-22 12:36+0530\n"
"Last-Translator: Amitakhya Phukan <aphukan at redhat.com>\n"
"Language-Team: American English <kde-i18n-doc at lists.kde.org>\n"
Modified: tuxtype/trunk/po/ca.po
===================================================================
--- tuxtype/trunk/po/ca.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/ca.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Mobin M <mobinmohan at gmail.com>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
Modified: tuxtype/trunk/po/cs.po
===================================================================
--- tuxtype/trunk/po/cs.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/cs.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2007-11-10 16:36+0100\n"
"Last-Translator: JardaK <krejci at zstenis.com>\n"
"Language-Team: czech <cs at li.org>\n"
Modified: tuxtype/trunk/po/da.po
===================================================================
--- tuxtype/trunk/po/da.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/da.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2003-05-08 17:58+0200\n"
"Last-Translator: Nikolai Beier <beier at ofir.dk>\n"
"Language-Team: Danish\n"
Modified: tuxtype/trunk/po/de.po
===================================================================
--- tuxtype/trunk/po/de.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/de.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2003-06-14 19:00+0000\n"
"Last-Translator: Andreas Ramm <ace1 at gmx.net>\n"
"Language-Team: German\n"
Modified: tuxtype/trunk/po/el.po
===================================================================
--- tuxtype/trunk/po/el.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/el.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
Modified: tuxtype/trunk/po/en at boldquot.po
===================================================================
--- tuxtype/trunk/po/en at boldquot.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/en at boldquot.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -31,8 +31,8 @@
msgstr ""
"Project-Id-Version: tuxtype 1.7.5\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
-"PO-Revision-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
+"PO-Revision-Date: 2009-06-10 15:16-0500\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
Modified: tuxtype/trunk/po/en at quot.po
===================================================================
--- tuxtype/trunk/po/en at quot.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/en at quot.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -28,8 +28,8 @@
msgstr ""
"Project-Id-Version: tuxtype 1.7.5\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
-"PO-Revision-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
+"PO-Revision-Date: 2009-06-10 15:16-0500\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
Modified: tuxtype/trunk/po/en_GB.po
===================================================================
--- tuxtype/trunk/po/en_GB.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/en_GB.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tuxtype\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Mobin M <mobinmohan at gmail.com>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
Modified: tuxtype/trunk/po/es.po
===================================================================
--- tuxtype/trunk/po/es.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/es.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2007-09-16 19:00+0000\n"
"Last-Translator: Amaya Rodrigo <amaya at debian.org>\n"
"Language-Team: Spanish\n"
Modified: tuxtype/trunk/po/eu.po
===================================================================
--- tuxtype/trunk/po/eu.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/eu.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
Modified: tuxtype/trunk/po/fr.po
===================================================================
--- tuxtype/trunk/po/fr.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/fr.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2009-02-04 14:55+0100\n"
"Last-Translator: Loïc Martin <loic.martin3 at gmail.com>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
Modified: tuxtype/trunk/po/gu.po
===================================================================
--- tuxtype/trunk/po/gu.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/gu.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: tuxtype\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2008-08-28 16:17+0530\n"
"Last-Translator: Sweta Kothari <swkothar at redhat.com>\n"
"Language-Team: Gujarati\n"
Modified: tuxtype/trunk/po/hi.po
===================================================================
--- tuxtype/trunk/po/hi.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/hi.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: tuxtype\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2008-08-28 16:08+0530\n"
"Last-Translator: Rajesh Ranjan <rranjan at redhat.com>\n"
"Language-Team: Hindi <hindi.sf.net>\n"
Modified: tuxtype/trunk/po/it.po
===================================================================
--- tuxtype/trunk/po/it.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/it.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
Modified: tuxtype/trunk/po/ja.po
===================================================================
--- tuxtype/trunk/po/ja.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/ja.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
Modified: tuxtype/trunk/po/kn.po
===================================================================
--- tuxtype/trunk/po/kn.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/kn.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: tuxtype\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2008-08-27 13:58+0530\n"
"Last-Translator: Shankar Prasad <svenkate at redhat.com>\n"
"Language-Team: Kannada <en at li.org>\n"
Modified: tuxtype/trunk/po/lt.po
===================================================================
--- tuxtype/trunk/po/lt.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/lt.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2004-10-20\n"
"Last-Translator: Gintautas Grigas <grigas at ktl.mii.lt>\n"
"Language-Team: Lithuanian\n"
Modified: tuxtype/trunk/po/ml.gmo
===================================================================
(Binary files differ)
Modified: tuxtype/trunk/po/ml.po
===================================================================
--- tuxtype/trunk/po/ml.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/ml.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tuxtype\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Mobin M <mobinmohan at gmail.com>\n"
"Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ് <smc-"
Modified: tuxtype/trunk/po/nb.po
===================================================================
--- tuxtype/trunk/po/nb.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/nb.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2005-10-20 21:24+0200\n"
"Last-Translator: Trond Mæhlum <trondm at skolelinux.no>\n"
"Language-Team: Norwegian Bokmål <i18n-nb at lister.ping.uio.no>\n"
Modified: tuxtype/trunk/po/ne.po
===================================================================
--- tuxtype/trunk/po/ne.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/ne.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Mobin M <mobinmohan at gmail.com>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
Modified: tuxtype/trunk/po/nl.po
===================================================================
--- tuxtype/trunk/po/nl.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/nl.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tuxtype\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
Modified: tuxtype/trunk/po/nn.po
===================================================================
--- tuxtype/trunk/po/nn.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/nn.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2005-02-12 13:13+0100\n"
"Last-Translator: Karl Ove Hufthammer <karl at huftis.org>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn at lister.ping.uio.no>\n"
Modified: tuxtype/trunk/po/or.po
===================================================================
--- tuxtype/trunk/po/or.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/or.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: tuxtype\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2008-08-27 17:56+0530\n"
"Last-Translator: Manoj Kumar Giri <mgiri at redhat.com>\n"
"Language-Team: Oriya\n"
Modified: tuxtype/trunk/po/pt.po
===================================================================
--- tuxtype/trunk/po/pt.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/pt.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2007-02-07 16:08+0000\n"
"Last-Translator: Hudson G M Figueredo <kynder at pquilinux.org>\n"
"Language-Team: <pt at li.org>\n"
Modified: tuxtype/trunk/po/ru.po
===================================================================
--- tuxtype/trunk/po/ru.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/ru.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Mobin M <mobinmohan at gmail.com>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
Modified: tuxtype/trunk/po/sv.po
===================================================================
--- tuxtype/trunk/po/sv.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/sv.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: tuxtype2\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2008-12-02 19:51+0100\n"
"Last-Translator: Göran Uddeborg <goeran at uddeborg.se>\n"
"Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
Modified: tuxtype/trunk/po/sw.po
===================================================================
--- tuxtype/trunk/po/sw.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/sw.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
Modified: tuxtype/trunk/po/ta.po
===================================================================
--- tuxtype/trunk/po/ta.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/ta.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: tuxtype\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2008-08-22 12:41+0530\n"
"Last-Translator: Felix I <ifelix25 at gmail.com>, 2008\n"
"Language-Team: <en at li.org>\n"
Modified: tuxtype/trunk/po/te.po
===================================================================
--- tuxtype/trunk/po/te.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/te.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: tuxtype\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2008-08-28 17:58+0530\n"
"Last-Translator: Krishna Babu K <kkrothap at redhat.com>\n"
"Language-Team: Telugu <en at li.org>\n"
Modified: tuxtype/trunk/po/tr.po
===================================================================
--- tuxtype/trunk/po/tr.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/tr.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: tr\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2008-12-11 15:08+0200\n"
"Last-Translator: Doruk Fisek <dfisek at fisek.com.tr>\n"
"Language-Team: Turkish <gnu-tr-u12a at lists.sourceforge.net>\n"
Modified: tuxtype/trunk/po/tuxtype.pot
===================================================================
--- tuxtype/trunk/po/tuxtype.pot 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/tuxtype.pot 2009-06-11 12:21:54 UTC (rev 1025)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: tuxtype 1.7.5\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 09:10-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -76,6 +76,30 @@
msgid "Oh No!"
msgstr ""
+#: ../trunk/src/practice.c:1433
+msgid "Time"
+msgstr ""
+
+#: ../trunk/src/practice.c:1437
+msgid "Chars"
+msgstr ""
+
+#: ../trunk/src/practice.c:1441
+msgid "CPM"
+msgstr ""
+
+#: ../trunk/src/practice.c:1445
+msgid "WPM"
+msgstr ""
+
+#: ../trunk/src/practice.c:1449
+msgid "Errors"
+msgstr ""
+
+#: ../trunk/src/practice.c:1453
+msgid "Accuracy"
+msgstr ""
+
#: ../trunk/src/titlescreen.c:90
msgid "Fish Cascade"
msgstr ""
Modified: tuxtype/trunk/po/wo.po
===================================================================
--- tuxtype/trunk/po/wo.po 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/po/wo.po 2009-06-11 12:21:54 UTC (rev 1025)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Tux Typing 1.5.16\n"
"Report-Msgid-Bugs-To: tux4kids-tuxtype-dev at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2009-06-09 19:49-0500\n"
+"POT-Creation-Date: 2009-06-10 15:16-0500\n"
"PO-Revision-Date: 2007-09-25 09:50-0000\n"
"Last-Translator: Ousmane Faty Ndongo et Dominique Rochefort <alfanet at anafa."
"org>\n"
Modified: tuxtype/trunk/tuxtype.spec.in
===================================================================
--- tuxtype/trunk/tuxtype.spec.in 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/tuxtype.spec.in 2009-06-11 12:21:54 UTC (rev 1025)
@@ -25,11 +25,13 @@
Source: %realname-%version.tar.bz2
-BuildRequires: SDL_image-devel >= 1.2.2
-#BuildRequires: SDL_ttf-devel > 2.0.8
-BuildRequires: SDL-devel
+BuildRequires: SDL_image-devel >= 1.2.2
+#BuildRequires: SDL_ttf-devel > 2.0.8
+BuildRequires: SDL-devel
BuildRequires: SDL_mixer-devel
-BuildRequires: SDL_Pango-devel
+#BuildRequires: SDL_net-devel
+BuildRequires: SDL_Pango-devel
+BuildRequires: librsvg-devel
BuildRequires: ImageMagick
%if 0%{?suse_version}
@@ -91,7 +93,10 @@
# build section: ---------------------------------------------------------
%build
-%configure --disable-rpath
+%configure --disable-rpath \
+ --prefix=%_prefix \
+ --localstatedir=%_localstatedir \
+ --sysconfdir=%_sysconfdir
make %{?jobs:-j %jobs}
Modified: tuxtype/trunk/tuxtype_preview.spec.in
===================================================================
--- tuxtype/trunk/tuxtype_preview.spec.in 2009-06-10 22:57:13 UTC (rev 1024)
+++ tuxtype/trunk/tuxtype_preview.spec.in 2009-06-11 12:21:54 UTC (rev 1025)
@@ -33,8 +33,10 @@
BuildRequires: SDL_image-devel >= 1.2.2
#BuildRequires: SDL_ttf-devel > 2.0.8
BuildRequires: SDL-devel
-BuildRequires: SDL_mixer-devel
+BuildRequires: SDL_mixer-devel
+#BuildRequires: SDL_net-devel
BuildRequires: SDL_Pango-devel
+BuildRequires: librsvg-devel
BuildRequires: ImageMagick
%if 0%{?suse_version}
@@ -97,7 +99,7 @@
%build
%configure --disable-rpath \
--prefix=%_prefix \
- --localstatedir=%_localstatedir/lib \
+ --localstatedir=%_localstatedir \
--sysconfdir=%_sysconfdir
make %{?jobs:-j %jobs}
More information about the Tux4kids-commits
mailing list