]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- updated build patch to update/fix long names list in openoffice-xlate-lang
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 27 Jul 2004 08:17:13 +0000 (08:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice.spec -> 1.421

libreoffice.spec

index 33171ddc1c414f095d717a82e03aa51a4d28b4b9..2ca4423d41353f5f88b3c68788838a7c2f77723f 100644 (file)
@@ -972,9 +972,6 @@ zuluskim.
 %patch2 -p1
 %patch3 -p1
 
-# is long name correct?
-echo '55:pt-BR:portuguese_brazilian' >> bin/openoffice-xlate-lang
-
 install -d src
 # sources, icons, KDE_icons
 ln -sf %{SOURCE1} %{SOURCE2} %{SOURCE3} src
@@ -1175,7 +1172,7 @@ for lang in $langlist; do
 
        lfile="build/lang_${lang}_list.txt"
        if [ -f ${lfile} ]; then
-               longlang="`bin/openoffice-xlate-lang -l ${lang} | sed -e 's/english_us/english/;s/norwegian_bokmal/norwegian/;s/northern_sotho/northernsotho/;s/nowegian_nynorsk/norwegian_nynorsk/'`"
+               longlang="`bin/openoffice-xlate-lang -l ${lang}`"
                # share/*/${longlang}
                grep "^%%dir.*/${longlang}/\$" ${lfile} > tmp.lang
                # share/registry/res/${lang} (but en-US for en)
This page took 0.04545 seconds and 4 git commands to generate.