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-setuptools
|
||||||
- python-sip
|
- python-sip
|
||||||
- python-six
|
- python-six
|
||||||
- python-stem
|
- sni-qt
|
||||||
exclude:
|
exclude:
|
||||||
- libmng2
|
- libmng2
|
||||||
|
- libncursesw5
|
||||||
- libqt4-declarative
|
- libqt4-declarative
|
||||||
- libqt4-designer
|
- libqt4-designer
|
||||||
- libqt4-help
|
- libqt4-help
|
||||||
|
@ -23,6 +24,7 @@ ingredients:
|
||||||
- libqt4-sql
|
- libqt4-sql
|
||||||
- libqt4-xmlpatterns
|
- libqt4-xmlpatterns
|
||||||
- libqtassistantclient4
|
- libqtassistantclient4
|
||||||
|
- libreadline7
|
||||||
debs:
|
debs:
|
||||||
- ../deb_dist/pybitmessage_*_amd64.deb
|
- ../deb_dist/pybitmessage_*_amd64.deb
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user