summaryrefslogtreecommitdiffstats
path: root/network/gnome-bluetooth/gnome-bluetooth.SlackBuild
diff options
context:
space:
mode:
author Juan M. Lasca <juanmlasca@gmail.com>2023-02-10 04:24:41 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-11 09:30:36 +0700
commitab655c568bd2ae42506c2d907e49fa532fac6092 (patch)
treeb904f646aa8932ced6a81f757a1d9a82022888ce /network/gnome-bluetooth/gnome-bluetooth.SlackBuild
parent7c333781165763d6221124db37c94b0c47b5369a (diff)
downloadslackbuilds-ab655c568bd2ae42506c2d907e49fa532fac6092.tar.gz
slackbuilds-ab655c568bd2ae42506c2d907e49fa532fac6092.tar.xz
network/gnome-bluetooth: Meson patch.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/gnome-bluetooth/gnome-bluetooth.SlackBuild')
-rw-r--r--network/gnome-bluetooth/gnome-bluetooth.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/network/gnome-bluetooth/gnome-bluetooth.SlackBuild b/network/gnome-bluetooth/gnome-bluetooth.SlackBuild
index cab85243ad..d381647dab 100644
--- a/network/gnome-bluetooth/gnome-bluetooth.SlackBuild
+++ b/network/gnome-bluetooth/gnome-bluetooth.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gnome-bluetooth
VERSION=${VERSION:-3.34.5}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -77,6 +77,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# Special thanks to Bob Funk, who kindly pointed this problem out and
+# provided a link to the patch fixing it.
+cat $CWD/patches/01-meson.patch | patch -p1 || exit
+
mkdir build
cd build
CFLAGS="$SLKCFLAGS" \