]> git.pld-linux.org Git - packages/BitTorrent.git/commitdiff
- use pygettext instead of xgettext - gettext 0.15 does not support unnamed
authorwrobell <wrobell@pld-linux.org>
Tue, 5 Sep 2006 20:05:59 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  parameters anymore... it seems

Changed files:
    BitTorrent-morei18n.patch -> 1.4

BitTorrent-morei18n.patch

index e2947ad06d49982dbf388598538cda2f3f7c6443..249b0caf45e90f3c46f01f90950a712f2dc4c4aa 100644 (file)
@@ -1,9 +1,20 @@
---- BitTorrent-4.1.7/makei18n.sh.orig  2005-11-04 12:51:16.000000000 +0100
-+++ BitTorrent-4.1.7/makei18n.sh       2005-11-04 12:51:16.000000000 +0100
-@@ -1,5 +1,5 @@
+--- BitTorrent-4.20.9/makei18n.sh.orig 2006-08-17 03:42:20.000000000 +0100
++++ BitTorrent-4.20.9/makei18n.sh      2006-09-05 20:58:06.000000000 +0100
+@@ -12,7 +12,7 @@
+ # written by Matt Chisholm
  APP_NAME="bittorrent"
 -LANGUAGES=`python language_codes.py -a`
 +LANGUAGES=`cd po; ls *.po | sed -e 's/\.po//'`
  MESSAGES_PO="messages.pot"
  
  rm -f $APP_NAME.lis
+@@ -29,7 +29,7 @@
+ # find everything else
+ find . -name \*.py -type f | egrep -v '/(build)|(dist)|(test)/' >> $APP_NAME.lis
+-xgettext -f $APP_NAME.lis -L Python -o -                        |\
++pygettext -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.081091 seconds and 4 git commands to generate.