Author: lisu                         Date: Tue Jan  3 20:42:20 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- id_ID -> id locale fix
- rel 2

---- Files affected:
packages/claws-mail-extra-plugins:
   claws-mail-extra-plugins.spec (1.83 -> 1.84) 

---- Diffs:

================================================================
Index: packages/claws-mail-extra-plugins/claws-mail-extra-plugins.spec
diff -u packages/claws-mail-extra-plugins/claws-mail-extra-plugins.spec:1.83 
packages/claws-mail-extra-plugins/claws-mail-extra-plugins.spec:1.84
--- packages/claws-mail-extra-plugins/claws-mail-extra-plugins.spec:1.83        
Mon Jan  2 13:09:02 2012
+++ packages/claws-mail-extra-plugins/claws-mail-extra-plugins.spec     Tue Jan 
 3 21:42:15 2012
@@ -3,7 +3,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
@@ -379,6 +379,13 @@
 %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"
@@ -530,6 +537,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.84  2012/01/03 20:42:15  lisu
+- id_ID -> id locale fix
+- rel 2
+
 Revision 1.83  2012/01/02 12:09:02  lisu
 - fixed build geolocation plugin with libchamplain 0.12
 - updated claws-mail BR
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/claws-mail-extra-plugins/claws-mail-extra-plugins.spec?r1=1.83&r2=1.84&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to