SOURCES: BitTorrent-xgettext.patch (NEW) - use xgettext not pygettext - bla...
wiget
wiget at pld-linux.org
Sun Oct 5 18:35:16 CEST 2008
Author: wiget Date: Sun Oct 5 16:35:16 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- use xgettext not pygettext
- blacklist some sources
---- Files affected:
SOURCES:
BitTorrent-xgettext.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/BitTorrent-xgettext.patch
diff -u /dev/null SOURCES/BitTorrent-xgettext.patch:1.1
--- /dev/null Sun Oct 5 18:35:17 2008
+++ SOURCES/BitTorrent-xgettext.patch Sun Oct 5 18:35:10 2008
@@ -0,0 +1,13 @@
+--- BitTorrent-5.0.9/makei18n.sh.wiget 2008-10-05 18:15:31.000000000 +0200
++++ BitTorrent-5.0.9/makei18n.sh 2008-10-05 18:28:56.000000000 +0200
+@@ -28,8 +28,9 @@ ls BitTorrent/defaultargs.py >> $APP_
+ ls *py >> $APP_NAME.lis
+ # find everything else
+ find . -name \*.py -type f | egrep -v '/(build)|(dist)|(test)/' >> $APP_NAME.lis
++sed -i -e 's=./BitTorrent/Upload.py==;s=./khashmir/khash.py==' $APP_NAME.lis
+
+-pygettext -o - $(cat $APP_NAME.lis) |\
++xgettext -o - $(cat $APP_NAME.lis) |\
+ sed -e 's/CHARSET/UTF-8/' |\
+ sed -e 's/SOME DESCRIPTIVE TITLE./BitTorrent/' |\
+ sed -e 's/YEAR/2006/' |\
================================================================
More information about the pld-cvs-commit
mailing list