mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-21 07:38:10 +00:00
add missing pixmap
This commit is contained in:
parent
0e5c81c2e0
commit
3a102189cf
6
setup.py
6
setup.py
@ -84,7 +84,8 @@ _libraries = [
|
|||||||
'boost_python',
|
'boost_python',
|
||||||
'z',
|
'z',
|
||||||
'pthread',
|
'pthread',
|
||||||
'ssl'
|
'ssl',
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
_sources = glob.glob("./libtorrent/src/*.cpp") + \
|
_sources = glob.glob("./libtorrent/src/*.cpp") + \
|
||||||
@ -213,7 +214,8 @@ setup(
|
|||||||
('/usr/share/icons/hicolor/96x96/apps', [
|
('/usr/share/icons/hicolor/96x96/apps', [
|
||||||
'deluge/data/icons/hicolor/96x96/apps/deluge.png']),
|
'deluge/data/icons/hicolor/96x96/apps/deluge.png']),
|
||||||
('/usr/share/applications', [
|
('/usr/share/applications', [
|
||||||
'deluge/data/share/applications/deluge.desktop'])],
|
'deluge/data/share/applications/deluge.desktop']),
|
||||||
|
('/usr/share/pixmaps' , ['deluge.png'])],
|
||||||
ext_package = "deluge",
|
ext_package = "deluge",
|
||||||
ext_modules = [libtorrent],
|
ext_modules = [libtorrent],
|
||||||
packages = find_packages(exclude=["plugins"]),
|
packages = find_packages(exclude=["plugins"]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user