summaryrefslogtreecommitdiffstats
path: root/deps/qca-qt5
diff options
context:
space:
mode:
Diffstat (limited to 'deps/qca-qt5')
-rw-r--r--deps/qca-qt5/.url2
-rwxr-xr-xdeps/qca-qt5/qca-qt5.SlackBuild8
2 files changed, 6 insertions, 4 deletions
diff --git a/deps/qca-qt5/.url b/deps/qca-qt5/.url
index e63affd..f3dd020 100644
--- a/deps/qca-qt5/.url
+++ b/deps/qca-qt5/.url
@@ -1,2 +1,2 @@
-http://download.kde.org/stable/qca/2.1.1/src/qca-2.1.1.tar.xz
+https://download.kde.org/stable/qca/2.1.3/src/qca-2.1.3.tar.xz
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