|
Lines 1-4
Link Here
|
| 1 |
--- setup.py.orig 2015-09-13 20:32:11 UTC |
1 |
--- setup.py.orig 2015-09-28 10:53:27 UTC |
| 2 |
+++ setup.py |
2 |
+++ setup.py |
| 3 |
@@ -216,6 +216,8 @@ except ImportError: |
3 |
@@ -216,6 +216,8 @@ except ImportError: |
| 4 |
else: |
4 |
else: |
|
Lines 9-18
Link Here
|
| 9 |
if build_libtorrent: |
9 |
if build_libtorrent: |
| 10 |
got_libtorrent = False |
10 |
got_libtorrent = False |
| 11 |
if not os.path.exists("libtorrent"): |
11 |
if not os.path.exists("libtorrent"): |
| 12 |
@@ -490,31 +492,7 @@ cmdclass = { |
12 |
@@ -489,32 +491,6 @@ cmdclass = { |
|
|
13 |
|
| 13 |
# Data files to be installed to the system. |
14 |
# Data files to be installed to the system. |
| 14 |
_data_files = [] |
15 |
_data_files = [] |
| 15 |
if not windows_check(): |
16 |
-if not windows_check() and not osx_check(): |
| 16 |
- _data_files = [ |
17 |
- _data_files = [ |
| 17 |
- ('share/icons/hicolor/scalable/apps', ['deluge/data/icons/scalable/apps/deluge.svg']), |
18 |
- ('share/icons/hicolor/scalable/apps', ['deluge/data/icons/scalable/apps/deluge.svg']), |
| 18 |
- ('share/icons/hicolor/128x128/apps', ['deluge/data/icons/hicolor/128x128/apps/deluge.png']), |
19 |
- ('share/icons/hicolor/128x128/apps', ['deluge/data/icons/hicolor/128x128/apps/deluge.png']), |
|
Lines 38-44
Link Here
|
| 38 |
- |
39 |
- |
| 39 |
- if os.path.exists(desktop_data): |
40 |
- if os.path.exists(desktop_data): |
| 40 |
- _data_files.append(('share/applications', [desktop_data])) |
41 |
- _data_files.append(('share/applications', [desktop_data])) |
| 41 |
+ _data_files = [] |
|
|
| 42 |
|
42 |
|
| 43 |
entry_points = { |
43 |
entry_points = { |
| 44 |
"console_scripts": [ |
44 |
"console_scripts": [ |