summaryrefslogtreecommitdiffstats
path: root/source/kde/qcoro/qcoro.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-03-15 18:55:58 +0000
committer Eric Hameleers <alien@slackware.com>2024-03-15 20:32:17 +0100
commit4a56bfa5c61b68011688679d66ee94000c93274f (patch)
tree02f883552d761d5f81a78b9cc3cff0f3b0d7976c /source/kde/qcoro/qcoro.SlackBuild
parent497dcc1ee740160c0e3f3b7af0a0a3c312c42de7 (diff)
downloadcurrent-4a56bfa5c61b68011688679d66ee94000c93274f.tar.gz
current-4a56bfa5c61b68011688679d66ee94000c93274f.tar.xz
Fri Mar 15 18:55:58 UTC 202420240315185558
d/mercurial-6.7-x86_64-1.txz: Upgraded. kde/digikam-8.3.0-x86_64-1.txz: Upgraded. l/libxml2-2.12.6-x86_64-1.txz: Upgraded. n/php-8.3.4-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.php.net/ChangeLog-8.php#8.3.4 n/proftpd-1.3.8b-x86_64-3.txz: Rebuilt. Added mod_ldap. Thanks to Thom1b.
Diffstat (limited to '')
-rwxr-xr-xsource/kde/qcoro/qcoro.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/kde/qcoro/qcoro.SlackBuild b/source/kde/qcoro/qcoro.SlackBuild
index a3e935556..6dc1e1195 100755
--- a/source/kde/qcoro/qcoro.SlackBuild
+++ b/source/kde/qcoro/qcoro.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2023, 2024 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -95,6 +95,7 @@ cd cmake-build
-DLIB_SUFFIX="$LIBDIRSUFFIX" \
-DDOC_INSTALL_DIR="doc" \
-DMAN_INSTALL_DIR=/usr/man \
+ -DUSE_QT_VERSION=5 \
.. || exit 1
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1