summaryrefslogtreecommitdiffstats
path: root/deps/qt5-speech/qt5-speech.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'deps/qt5-speech/qt5-speech.SlackBuild')
-rwxr-xr-xdeps/qt5-speech/qt5-speech.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/deps/qt5-speech/qt5-speech.SlackBuild b/deps/qt5-speech/qt5-speech.SlackBuild
index 6f909a6..41884a7 100755
--- a/deps/qt5-speech/qt5-speech.SlackBuild
+++ b/deps/qt5-speech/qt5-speech.SlackBuild
@@ -25,11 +25,11 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=qt5-speech
-SRCVER=${SRCVER:-"5.12.1"}
+SRCVER=${SRCVER:-"5.12.3"}
VERSION=$(echo $SRCVER | tr - _)
BUILD=${BUILD:-1}
-NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
+NUMJOBS=${NUMJOBS:-"-j$(nproc)"}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -101,6 +101,9 @@ cd build
make install INSTALL_ROOT=$PKG || exit 1
cd ..
+# Don't ship .la files:
+rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
+
# Strip binaries the Slackware way:
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null