mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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
19 lines
671 B
Python
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):
|