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
DFN2
ocs-manager
Commits
0ea9a138
Verified
Commit
0ea9a138
authored
Sep 11, 2019
by
azubieta
Browse files
Don't bundle fontconfig
parent
42a75bd7
Pipeline
#1044
passed with stage
in 6 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pkg/appimage/appimagebuild
View file @
0ea9a138
...
...
@@ -17,8 +17,6 @@ chmod 755 linuxdeployqt
./linuxdeployqt
--appimage-extract
./squashfs-root/AppRun
${
APPDIR
}
/usr/share/applications/
${
PKGNAME
}
.desktop
-bundle-non-qt-libs
-no-translations
install
-D
-m
755 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1
${
APPDIR
}
/usr/lib/libfontconfig.so.1
install
-D
-m
755 /usr/lib/x86_64-linux-gnu/libfreetype.so.6
${
APPDIR
}
/usr/lib/libfreetype.so.6
install
-D
-m
755 /lib/x86_64-linux-gnu/libssl.so.1.0.0
${
APPDIR
}
/usr/lib/libssl.so.1.0.0
install
-D
-m
755 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
${
APPDIR
}
/usr/lib/libcrypto.so.1.0.0
install
-D
-m
755 /lib/x86_64-linux-gnu/libz.so.1
${
APPDIR
}
/usr/lib/libz.so.1
...
...
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