Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
fb3dd0f5
Commit
fb3dd0f5
authored
Feb 24, 2021
by
Jean-Baptiste Mardelle
Browse files
Adjust appimage final script with recent changes
parent
f84d0f36
Pipeline
#52015
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/appimage/build-image.sh
View file @
fb3dd0f5
...
...
@@ -82,7 +82,7 @@ cp -r $DEPS_INSTALL_PREFIX/plugins/audio $APPIMAGEPLUGINS
cp
-r
$DEPS_INSTALL_PREFIX
/plugins/org.kde.kdecoration2
$APPIMAGEPLUGINS
cp
-r
$DEPS_INSTALL_PREFIX
/plugins/kstyle_breeze_config.so
$APPIMAGEPLUGINS
cp
/build
/deps-build/ext_bigshot/ext_bigshot-prefix/src/ext_bigshot-build/
*
.so
$APPDIR
/usr/lib/frei0r-1
cp
$BUILD_PREFIX
/deps-build/ext_bigshot/ext_bigshot-prefix/src/ext_bigshot-build/
*
.so
$APPDIR
/usr/lib/frei0r-1
mkdir
-p
$APPDIR
/usr/libexec
cp
-r
$DEPS_INSTALL_PREFIX
/lib/x86_64-linux-gnu/libexec/kf5/
*
$APPDIR
/usr/libexec/
...
...
@@ -92,7 +92,7 @@ cp -r $DEPS_INSTALL_PREFIX/lib/x86_64-linux-gnu/libexec/kf5/* $APPDIR/usr/libex
cp
-r
$DEPS_INSTALL_PREFIX
/share/locale
$APPDIR
/usr/share/
#libva accel
cp
-r
/usr/lib/x86_64-linux-gnu
/libva
*
$APPDIR
/usr/lib
||
true
cp
-r
$DEPS_INSTALL_PREFIX
/lib
/libva
*
$APPDIR
/usr/lib
||
true
cp
-r
/usr/lib/x86_64-linux-gnu/dri/
*
_drv_video.so
$APPDIR
/usr/lib/va
||
true
cp
$(
ldconfig
-p
|
grep
libGL.so.1 |
cut
-d
">"
-f
2 | xargs
)
$APPDIR
/usr/lib/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment