rpms/kde-l10n/devel kde-l10n-sv-4.4.2-fix-turtlelang.patch, NONE, 1.1 kde-l10n.spec, 1.135, 1.136

Jaroslav Reznik jreznik at fedoraproject.org
Sat Apr 3 15:27:23 UTC 2010


Author: jreznik

Update of /cvs/pkgs/rpms/kde-l10n/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14211

Modified Files:
	kde-l10n.spec 
Added Files:
	kde-l10n-sv-4.4.2-fix-turtlelang.patch 
Log Message:
Broken sv kturtle translation


kde-l10n-sv-4.4.2-fix-turtlelang.patch:
 using-kturtle.docbook |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

--- NEW FILE kde-l10n-sv-4.4.2-fix-turtlelang.patch ---
diff -up kde-l10n-sv-4.4.2/docs/kdeedu/kturtle/using-kturtle.docbook.fix-turtlelang kde-l10n-sv-4.4.2/docs/kdeedu/kturtle/using-kturtle.docbook
--- kde-l10n-sv-4.4.2/docs/kdeedu/kturtle/using-kturtle.docbook.fix-turtlelang	2010-03-26 18:49:48.000000000 +0100
+++ kde-l10n-sv-4.4.2/docs/kdeedu/kturtle/using-kturtle.docbook	2010-04-03 17:04:12.241295046 +0200
@@ -21,7 +21,7 @@
 <para
 >The main window of &kturtle; has three main parts: <link linkend="the-code-editor"
 >the code editor</link
-> (3) on the left where you type the &turtlelang; commands, the <link linkend="the-inspector"
+> (3) on the left where you type the &turtlescript; commands, the <link linkend="the-inspector"
 >inspector</link
 > (4) which gives you information about variables when the program runs, and <link linkend="the-canvas"
 >the canvas</link
@@ -41,7 +41,7 @@
 <title
 >The Code Editor</title>
 <para
->In the code editor you type the &turtlelang; commands. It has all of the features you would expect from a modern editor. Most of its features are found in the <link linkend="the-edit-menu"
+>In the code editor you type the &turtlescript; commands. It has all of the features you would expect from a modern editor. Most of its features are found in the <link linkend="the-edit-menu"
 >Edit</link
 > and the <link linkend="the-tools-menu"
 >Tools</link
@@ -65,7 +65,7 @@
 > </menuchoice
 > to run the code if you like.</para>
 <para
->You can open &turtlelang; files by choosing <menuchoice
+>You can open &turtlescript; files by choosing <menuchoice
 ><guimenu
 >File</guimenu
 ><guimenuitem
@@ -153,7 +153,7 @@
 ></term>
       <listitem
 ><para
->Creates a new, empty &turtlelang; file.</para
+>Creates a new, empty &turtlescript; file.</para
 ></listitem>
     </varlistentry>
   </variablelist>
@@ -176,7 +176,7 @@
 ></term>
       <listitem
 ><para
->Opens a &turtlelang; file.</para
+>Opens a &turtlescript; file.</para
 ></listitem>
     </varlistentry>
   </variablelist>
@@ -193,7 +193,7 @@
 ></term>
       <listitem
 ><para
->Opens a &turtlelang; file that has been opened recently.</para
+>Opens a &turtlescript; file that has been opened recently.</para
 ></listitem>
     </varlistentry>
   </variablelist>
@@ -210,7 +210,7 @@
 ></term>
       <listitem
 ><para
->Open example &turtlelang; programs. The examples are in your favorite language that you can choose in <menuchoice
+>Open example &turtlescript; programs. The examples are in your favorite language that you can choose in <menuchoice
 ><guimenu
 >Settings</guimenu
 ><guisubmenu
@@ -239,7 +239,7 @@
 ></term>
       <listitem
 ><para
->Saves the currently opened &turtlelang; file.</para
+>Saves the currently opened &turtlescript; file.</para
 ></listitem>
     </varlistentry>
   </variablelist>
@@ -256,7 +256,7 @@
 ></term>
       <listitem
 ><para
->Saves the currently opened &turtlelang; file on a specified location.</para
+>Saves the currently opened &turtlescript; file on a specified location.</para
 ></listitem>
     </varlistentry>
   </variablelist>


Index: kde-l10n.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kde-l10n/devel/kde-l10n.spec,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -p -r1.135 -r1.136
--- kde-l10n.spec	29 Mar 2010 14:53:45 -0000	1.135
+++ kde-l10n.spec	3 Apr 2010 15:27:23 -0000	1.136
@@ -79,6 +79,9 @@ Source65: ftp://ftp.kde.org/pub/kde/stab
 Source66: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kde-l10n-id-%{version}.tar.bz2
 Source1000: subdirs-kde-l10n
 
+# fix 4.4.2 build, broken translation
+Patch0: kde-l10n-sv-4.4.2-fix-turtlelang.patch
+
 BuildRequires: cmake
 BuildRequires: findutils
 BuildRequires: gettext
@@ -844,6 +847,8 @@ for i in $(cat %{SOURCE1000}) ; do
   bzip2 -dc %{_sourcedir}/%{name}-$i-%{version}.tar.bz2 | tar -xf -
 done
 
+%patch0 -p1 -b fix-turtlelang
+
 # upstream patches
 
 %build



More information about the scm-commits mailing list