]> git.pld-linux.org Git - packages/BitTorrent.git/commitdiff
- use xgettext not pygettext
authorArtur Frysiak <artur@frysiak.net>
Sun, 5 Oct 2008 16:35:10 +0000 (16:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- blacklist some sources

Changed files:
    BitTorrent-xgettext.patch -> 1.1

BitTorrent-xgettext.patch [new file with mode: 0644]

diff --git a/BitTorrent-xgettext.patch b/BitTorrent-xgettext.patch
new file mode 100644 (file)
index 0000000..0acb3b1
--- /dev/null
@@ -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/'                                       |\
This page took 0.624822 seconds and 4 git commands to generate.