freebsd-ports/net-p2p/py-bittornado/files/extra-nogui-patch-setup.py
Jeremy Messenger 564fdff657 -Update to 0.3.9a, should be fix with Python 2.4.x.
-Fix the CONFLICTS for not get in conflicts with itself.
-Remove the manpages from FILESDIR, those have been added in the tarball.
-Make portlint a bit happier man.

PR:		ports/75191
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2004-12-18 19:09:58 +00:00

26 lines
1.0 KiB
Python

$FreeBSD$
--- setup.py.orig Wed Oct 6 11:50:10 2004
+++ setup.py Fri Dec 17 17:42:32 2004
@@ -18,11 +18,15 @@
packages = ["BitTornado","BitTornado.BT1"],
- scripts = ["btdownloadgui.py", "btdownloadheadless.py",
+ scripts = ["btdownloadheadless.py",
"bttrack.py", "btmakemetafile.py", "btlaunchmany.py", "btcompletedir.py",
- "btdownloadcurses.py", "btcompletedirgui.py", "btlaunchmanycurses.py",
+ "btdownloadcurses.py", "btlaunchmanycurses.py",
"btmakemetafile.py", "btreannounce.py", "btrename.py", "btshowmetainfo.py",
- 'btmaketorrentgui.py', 'btcopyannounce.py', 'btsethttpseeds.py',
+ 'btcopyannounce.py', 'btsethttpseeds.py',
'bt-t-make.py',
- ]
+ ],
+ data_files = [('share/BitTornado',
+ ['icons/alloc.gif','icons/black1.ico','icons/black.ico','icons/blue.ico','icons/green1.ico','icons/green.ico',
+ 'icons/icon_bt.ico','icons/icon_done.ico','icons/red.ico','icons/white.ico',
+ 'icons/yellow1.ico','icons/yellow.ico'])]
)