From 902ba7a879c3c8b275955d824d4f3f379b7a6b7b Mon Sep 17 00:00:00 2001 From: Alberto Sottile Date: Wed, 5 Jun 2019 22:51:22 +0200 Subject: [PATCH] Embed libxkbcommon-x11-0 in the AppImage bundle --- .travis.yml | 3 +++ travis/appimage-script.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c571631..3a8e895 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,9 @@ matrix: dist: xenial python: 3.6 env: BUILD_DESTINATION=appimage + apt: + packages: + - libxkbcommon-x11-0 branches: only: diff --git a/travis/appimage-script.sh b/travis/appimage-script.sh index 8bd0ec0..56283c3 100755 --- a/travis/appimage-script.sh +++ b/travis/appimage-script.sh @@ -109,6 +109,6 @@ export OUTPUT=Syncplay-$VERSION-x86_64.AppImage ./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin conda \ -e $(which readelf) \ -i "$REPO_ROOT"/syncplay/resources/syncplay.png -d pl.syncplay.syncplay.desktop \ - --output appimage --custom-apprun AppRun.sh + --output appimage --custom-apprun AppRun.sh -l /usr/lib/x86_64-linux-gnu/libxkbcommon-x11.so.0 mv Syncplay*.AppImage "$OLD_CWD" \ No newline at end of file