mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-02 06:36:15 +00:00
menu entry
This commit is contained in:
parent
f6fcf7ab45
commit
e573805007
@ -1,9 +1,9 @@
|
||||
[Desktop-Entry]
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Deluge BitTorrent Client
|
||||
Comment=BitTorrent client in Python/PyGTK
|
||||
Exec=deluge
|
||||
Icon=deluge.xpm
|
||||
Comment=Bittorrent client written in Python/PyGTK
|
||||
Exec=deluge-torrent
|
||||
Icon=deluge-torrent.xpm
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Network
|
||||
|
4
setup.py
4
setup.py
@ -80,7 +80,9 @@ deluge_core = Extension('deluge_core',
|
||||
'libtorrent/src/kademlia/traversal_algorithm.cpp'])
|
||||
|
||||
data = [('share/deluge/glade', glob.glob('glade/*.glade')),
|
||||
('share/deluge/pixmaps', glob.glob('pixmaps/*.png'))]
|
||||
('share/deluge/pixmaps', glob.glob('pixmaps/*.png')),
|
||||
('share/applications' , ['deluge.desktop']),
|
||||
('share/pixmaps' , ['deluge.xpm'])]
|
||||
|
||||
for plugin in glob.glob('plugins/*'):
|
||||
data.append( ('share/deluge/' + plugin, glob.glob(plugin + '/*')) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user