diff --git a/.travis.yml b/.travis.yml index f377a07f28..d207734803 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ before_install: qt56tools libgraphicsmagick++1-dev libopenscenegraph-dev libpoppler-dev libcairo2-dev libwpg-dev libmspub-dev libcdr-dev libvisio-dev libharfbuzz-dev libharfbuzz-icu0 - coreutils binutils python-tk; + coreutils binutils; fi # OSX # - if [ $TRAVIS_OS_NAME == osx ]; then brew --env && brew config && brew list; fi diff --git a/AppImage-package/bundle.sh b/AppImage-package/bundle.sh index 7ed5c84ac2..b57be83d0e 100644 --- a/AppImage-package/bundle.sh +++ b/AppImage-package/bundle.sh @@ -20,12 +20,17 @@ cd $HOME/$APP/ wget -q https://github.com/probonopd/AppImages/raw/master/functions.sh -O ./functions.sh . ./functions.sh +URLS=$(apt-get install -qq --reinstall --print-uris python-tk | cut -d "'" -f 2) +wget $URLS + cd $APP.AppDir ######################################################################## # Copy desktop and icon file to AppDir for AppRun to pick them up ######################################################################## +find ../*.deb -exec dpkg -x {} . \; + get_apprun find . -name *desktop -exec cp {} $LOWERAPP.desktop \;