freebsd-ports/net-p2p/py-bittorrent/files/extra-nogui-patch-setup.py
Mario Sergio Fujikawa Ferreira 8d8dbdbd68 o Update to 4.20.0
o launchmany-{console,curses} do not work on this release
2006-06-24 20:17:41 +00:00

17 lines
734 B
Python

--- setup.py.orig Sat Jun 24 16:54:04 2006
+++ setup.py Sat Jun 24 16:54:55 2006
@@ -42,2 +42,2 @@
-symlinks = ["bittorrent" , "bittorrent-curses", "bittorrent-console",
- "maketorrent", "maketorrent-console",
+symlinks = ["bittorrent-curses", "bittorrent-console",
+ "maketorrent-console",
@@ -68,1 +68,0 @@
- (img_root, ['images/bittorrent.ico',]),
@@ -74,7 +74,0 @@
-for d in ('flags', 'logo', 'themes/default',
- 'themes/default/statuslight', 'themes/default/torrentstate',
- 'themes/default/torrentops' , 'themes/default/fileops' ,):
- data_files.append(
- (os.path.join(img_root, d),
- glob.glob(os.path.join('images', d, '*.png')))
- )