aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLockywolf <for_sbo.linphone_2023-07-10@lockywolf.net>2024-10-21 23:10:39 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-10-22 00:28:48 +0700
commit6219c90723c817a1691fb0d3772af9e4056655d9 (patch)
tree6ecc672b888d2a3d0f5eb1fb4ecdcab29cfbcd5d
parente44aa5c46133d5c3b629750740c3232f494ff05c (diff)
network/linphone-desktop: Update dependency.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/linphone-desktop/linphone-desktop.SlackBuild4
-rw-r--r--network/linphone-desktop/linphone-desktop.info2
2 files changed, 3 insertions, 3 deletions
diff --git a/network/linphone-desktop/linphone-desktop.SlackBuild b/network/linphone-desktop/linphone-desktop.SlackBuild
index a0280abcdec9..7f6e3963f2d4 100644
--- a/network/linphone-desktop/linphone-desktop.SlackBuild
+++ b/network/linphone-desktop/linphone-desktop.SlackBuild
@@ -68,7 +68,7 @@ else
LIBDIRSUFFIX=""
fi
-source /etc/profile.d/cmake3.30.sh
+source /etc/profile.d/cmake-opt.sh
if [[ -e /opt/$PRGNAM/bin/linphone ]] ; then
printf "This script cannot run if %s is already installed. Uninstall it first.\n" "$PRGNAM" 1>&2
@@ -375,7 +375,7 @@ cd build
cmake --install . --prefix $PKG/opt/linphone-desktop
cd ..
- chmod +x $PKG/opt/linphone-desktop/lib64/*.so*
+ chmod +x $PKG/opt/linphone-desktop/lib$LIBDIRSUFFIX/*.so*
(
mkdir -p $PKG/usr/bin
diff --git a/network/linphone-desktop/linphone-desktop.info b/network/linphone-desktop/linphone-desktop.info
index 215fe79c7a8b..4a0be4f999b3 100644
--- a/network/linphone-desktop/linphone-desktop.info
+++ b/network/linphone-desktop/linphone-desktop.info
@@ -111,6 +111,6 @@ dbc314e06791aaf7716bece4df386682 \
9c17b3d09858d63a35dd9cea5cfea1f0 \
d7f9f84df3d869615bc117589967ba64 \
7d97e0ac96f20b363afc111ea2c293d7"
-REQUIRES="python3-pystache avahi spandsp cmake3.30"
+REQUIRES="python3-pystache avahi spandsp cmake-opt"
MAINTAINER="Lockywolf"
EMAIL="for_sbo.linphone_2023-07-10@lockywolf.net"