]> git.pld-linux.org Git - packages/claws-mail-extra-plugins.git/commitdiff
- id_ID -> id locale fix auto/ti/claws-mail-extra-plugins-3_8_0-2
authorlisu <lisu@pld-linux.org>
Tue, 3 Jan 2012 20:42:15 +0000 (20:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 2

Changed files:
    claws-mail-extra-plugins.spec -> 1.84

claws-mail-extra-plugins.spec

index 48eaf64516102f96a5f119b76b95190870ed0fab..e5e179af64230585de7418ca1e02fc2352a54cf9 100644 (file)
@@ -2,7 +2,7 @@
 # TODO: make compatibility for clutter-gtk 1.0 (Th only)
 #
 %if "%{pld_release}" != "th"
-%define                _rel    1
+%define                _rel    2
 %else
 %define                _rel    0.1
 %endif
@@ -378,6 +378,13 @@ webCal.
 %setup -q
 %patch0 -p1
 
+# id_ID -> id locale hacks
+for i in `find -name id_ID.po -print`; do
+       i=`echo $i | sed 's,/po/id_ID.po,,'`
+       mv -f $i/po/{id_ID,id}.po
+       %{__sed} -i -e 's,id_ID,id,g' $i/configure.ac
+done
+
 %build
 for i in `find * -maxdepth 0 -type d -print`; do
        cd "$i"
This page took 0.082038 seconds and 4 git commands to generate.