From: Artur Frysiak Date: Sun, 5 Oct 2008 16:35:10 +0000 (+0000) Subject: - use xgettext not pygettext X-Git-Tag: auto/th/BitTorrent-5_0_9-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2FBitTorrent.git;a=commitdiff_plain;h=97110af4fc55dfbfdeee24dff331095f4d10c68c;ds=sidebyside - use xgettext not pygettext - blacklist some sources Changed files: BitTorrent-xgettext.patch -> 1.1 --- diff --git a/BitTorrent-xgettext.patch b/BitTorrent-xgettext.patch new file mode 100644 index 0000000..0acb3b1 --- /dev/null +++ b/BitTorrent-xgettext.patch @@ -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/' |\