ports/net-p2p/deluge-cli/files/patch-setup.py
Ruslan Makhmatkhanov a8e2db6af3 net-p2p/deluge: update to 2.0.3
2.0 release notes: https://deluge.readthedocs.io/en/latest/releases/2.0.html
2.0.3 changelog: https://deluge.readthedocs.io/en/latest/changelog.html

This update includes migrating to python3/gtk3 stack and some extra stability
fixes from upstream repository, not yet released.

The port still need rc-scripts to be adjusted to run in headless mode out of
the box, but user may just toggle "Auto-connect to selected daemon" and
"Auto-start localhost daemon" or click "Start daemon" button in connection
manager window to make things happen. This (rc-scripts update) would be done
later when time permits.

PR:		241202
Reported by:	many
2020-04-22 15:04:24 +00:00

19 lines
671 B
Python

--- setup.py.orig 2019-06-08 20:57:25 UTC
+++ setup.py
@@ -466,16 +466,6 @@ if not windows_check() and not osx_check():
['deluge/ui/data/icons/hicolor/scalable/apps/deluge.svg'],
),
('share/pixmaps', ['deluge/ui/data/pixmaps/deluge.png']),
- (
- 'share/man/man1',
- [
- 'docs/man/deluge.1',
- 'docs/man/deluged.1',
- 'docs/man/deluge-gtk.1',
- 'docs/man/deluge-web.1',
- 'docs/man/deluge-console.1',
- ],
- ),
]
)
if os.path.isfile(desktop_data):