summaryrefslogtreecommitdiffstats
path: root/deps/qca-qt5/qca-qt5.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-03-19 21:02:35 +0100
committer Eric Hameleers <alien@slackware.com>2017-03-19 21:02:35 +0100
commit6fa4fb5d834fd5a84b6c9373e0055a6f555164d8 (patch)
treee7431b4e4a9dc65b656f4336dfb23bf232af2424 /deps/qca-qt5/qca-qt5.SlackBuild
parentd1b534df5aa6f2f98883177b955e6c22e9d8ff49 (diff)
downloadktown-6fa4fb5d834fd5a84b6c9373e0055a6f555164d8.tar.gz
ktown-6fa4fb5d834fd5a84b6c9373e0055a6f555164d8.tar.xz
deps: updated phonon-vlc and qca-qt5
Diffstat (limited to 'deps/qca-qt5/qca-qt5.SlackBuild')
-rwxr-xr-xdeps/qca-qt5/qca-qt5.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/deps/qca-qt5/qca-qt5.SlackBuild b/deps/qca-qt5/qca-qt5.SlackBuild
index 55ff47d..6950592 100755
--- a/deps/qca-qt5/qca-qt5.SlackBuild
+++ b/deps/qca-qt5/qca-qt5.SlackBuild
@@ -23,8 +23,8 @@
PKGNAM=qca-qt5
SRCNAM=qca
-VERSION=${VERSION:-2.1.1}
-BUILD=${BUILD:-6}
+VERSION=${VERSION:-2.1.3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:--j6}
# Automatically determine the architecture we're building on:
@@ -67,6 +67,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Note: Slackware already has the qt4 build of this,
+# it needs "-DQT4_BUILD=ON" as aditional cmake parameter.
mkdir -p build
cd build
cmake \
@@ -87,7 +89,7 @@ cd -
find $PKG | xargs file | grep -e "executable" -e "shared object" \
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-mv $PKG/usr/share/man $PKG/usr/
+#mv $PKG/usr/share/man $PKG/usr/
gzip -9 $PKG/usr/man/man?/*.1
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION