Improve the appimage recipe:
- add sni-qt into the appimage for tray icon - remove python-stem - it's not functional and needs debugging - exclude more libs: ncurses, readline
This commit is contained in:
parent
cd21d34e62
commit
5fa8115273
|
@ -12,9 +12,10 @@ ingredients:
|
|||
- python-setuptools
|
||||
- python-sip
|
||||
- python-six
|
||||
- python-stem
|
||||
- sni-qt
|
||||
exclude:
|
||||
- libmng2
|
||||
- libncursesw5
|
||||
- libqt4-declarative
|
||||
- libqt4-designer
|
||||
- libqt4-help
|
||||
|
@ -23,6 +24,7 @@ ingredients:
|
|||
- libqt4-sql
|
||||
- libqt4-xmlpatterns
|
||||
- libqtassistantclient4
|
||||
- libreadline7
|
||||
debs:
|
||||
- ../deb_dist/pybitmessage_*_amd64.deb
|
||||
|
||||
|
|
Reference in New Issue
Block a user