summaryrefslogtreecommitdiffstats
path: root/source/xap/network-manager-applet/network-manager-applet.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/network-manager-applet/network-manager-applet.SlackBuild')
-rwxr-xr-xsource/xap/network-manager-applet/network-manager-applet.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/xap/network-manager-applet/network-manager-applet.SlackBuild b/source/xap/network-manager-applet/network-manager-applet.SlackBuild
index fe4c197a9..f2d08f7e1 100755
--- a/source/xap/network-manager-applet/network-manager-applet.SlackBuild
+++ b/source/xap/network-manager-applet/network-manager-applet.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=network-manager-applet
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -77,8 +77,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-zcat $CWD/network-manager-applet.ftbfs.diff.gz | patch -p1 --verbose || exit 1
-
# Configure, build, and install:
export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"
@@ -98,7 +96,6 @@ meson setup \
--buildtype=release \
-Dteam=false \
-Dselinux=false \
- -Dappindicator=no \
.. || exit 1
"${NINJA:=ninja}" $NUMJOBS || exit 1
DESTDIR=$PKG $NINJA install || exit 1