Skip to content
GitLab
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
f6a255ef
Commit
f6a255ef
authored
Mar 02, 2020
by
Jean-Baptiste Mardelle
Browse files
Don't package libgcrypt - fixes rendering on Ubuntu 16.10
parent
07bdbfa4
Pipeline
#15891
passed with stage
in 13 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/appimage/build-image.sh
View file @
f6a255ef
...
...
@@ -169,7 +169,9 @@ rm $APPDIR/usr/lib/libasound.so.2 || true
# libxcb should be removed
rm
$APPDIR
/usr/lib/libxcb
*
rm
$APPDIR
/usr/lib/libxcb
*
||
true
rm
$APPDIR
/usr/lib/libgcrypt.so.20
||
true
rm
$APPDIR
/AppRun
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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