Don't use libglib2.0 while building appimage and exclude it from the recipe.
Closes: #1941
This commit is contained in:
parent
32651fbe53
commit
b3495a1e78
|
@ -16,6 +16,7 @@ ingredients:
|
||||||
- python-six
|
- python-six
|
||||||
- sni-qt
|
- sni-qt
|
||||||
exclude:
|
exclude:
|
||||||
|
- libglib2.0-0
|
||||||
- libmng2
|
- libmng2
|
||||||
- libncursesw5
|
- libncursesw5
|
||||||
- libqt4-declarative
|
- libqt4-declarative
|
||||||
|
@ -31,5 +32,6 @@ ingredients:
|
||||||
- ../deb_dist/pybitmessage_*_amd64.deb
|
- ../deb_dist/pybitmessage_*_amd64.deb
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- rm -rf usr/share/glib-2.0/schemas
|
||||||
- cp usr/share/icons/hicolor/scalable/apps/pybitmessage.svg .
|
- cp usr/share/icons/hicolor/scalable/apps/pybitmessage.svg .
|
||||||
- mv usr/bin/python2.7 usr/bin/python2
|
- mv usr/bin/python2.7 usr/bin/python2
|
||||||
|
|
|
@ -27,7 +27,6 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||||
dh-apparmor debhelper dh-python python-msgpack python-qt4 git python-stdeb \
|
dh-apparmor debhelper dh-python python-msgpack python-qt4 git python-stdeb \
|
||||||
python-all-dev python-crypto python-psutil \
|
python-all-dev python-crypto python-psutil \
|
||||||
fakeroot python-pytest python3-wheel \
|
fakeroot python-pytest python3-wheel \
|
||||||
libglib2.0-dev \
|
|
||||||
# Code quality
|
# Code quality
|
||||||
pylint python-pycodestyle python3-pycodestyle pycodestyle python-flake8 \
|
pylint python-pycodestyle python3-pycodestyle pycodestyle python-flake8 \
|
||||||
python3-flake8 flake8 python-pyflakes python3-pyflakes pyflakes pyflakes3 \
|
python3-flake8 flake8 python-pyflakes python3-pyflakes pyflakes pyflakes3 \
|
||||||
|
|
Reference in New Issue
Block a user