From 97110af4fc55dfbfdeee24dff331095f4d10c68c Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Sun, 5 Oct 2008 16:35:10 +0000 Subject: [PATCH] - use xgettext not pygettext - blacklist some sources Changed files: BitTorrent-xgettext.patch -> 1.1 --- BitTorrent-xgettext.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 BitTorrent-xgettext.patch 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/' |\ -- 2.44.0