mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-23 13:11:12 -05:00
Bundle image format and input context plugins with AppImage
This commit is contained in:
parent
cc3cc35565
commit
c1a397e624
@ -62,7 +62,9 @@ if [ "$QXCB_PLUGIN" == "" ]; then
|
|||||||
fi
|
fi
|
||||||
QT_PLUGIN_PATH="$(dirname $(dirname $QXCB_PLUGIN))"
|
QT_PLUGIN_PATH="$(dirname $(dirname $QXCB_PLUGIN))"
|
||||||
mkdir -p ".${QT_PLUGIN_PATH}/platforms"
|
mkdir -p ".${QT_PLUGIN_PATH}/platforms"
|
||||||
cp "$QXCB_PLUGIN" ".${QT_PLUGIN_PATH}/platforms/"
|
cp -a "$QXCB_PLUGIN" ".${QT_PLUGIN_PATH}/platforms/"
|
||||||
|
cp -a "${QT_PLUGIN_PATH}/platforminputcontexts/" ".${QT_PLUGIN_PATH}/platforminputcontexts/"
|
||||||
|
cp -a "${QT_PLUGIN_PATH}/imageformats/" ".${QT_PLUGIN_PATH}/imageformats/"
|
||||||
|
|
||||||
get_apprun
|
get_apprun
|
||||||
copy_deps
|
copy_deps
|
||||||
|
@ -47,6 +47,7 @@ RUN set -x \
|
|||||||
qt${QT5_VERSION}tools \
|
qt${QT5_VERSION}tools \
|
||||||
qt${QT5_VERSION}x11extras \
|
qt${QT5_VERSION}x11extras \
|
||||||
qt${QT5_VERSION}translations \
|
qt${QT5_VERSION}translations \
|
||||||
|
qt${QT5_VERSION}imageformats \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
libxi-dev \
|
libxi-dev \
|
||||||
libxtst-dev \
|
libxtst-dev \
|
||||||
|
Loading…
Reference in New Issue
Block a user