summaryrefslogtreecommitdiffstats
path: root/source/xfce/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/xfce/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.SlackBuild')
-rwxr-xr-xsource/xfce/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/xfce/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.SlackBuild b/source/xfce/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.SlackBuild
index 73c843551..be72b80e3 100755
--- a/source/xfce/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.SlackBuild
+++ b/source/xfce/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xfce4-whiskermenu-plugin
-# Copyright 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2018, 2020, 2021 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xfce4-whiskermenu-plugin
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -84,6 +84,7 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib${LIBDIRSUFFIX} \
-DCMAKE_INSTALL_MANDIR=/usr/man \
+ -DENABLE_GTK_LAYER_SHELL=OFF \
-DCMAKE_BUILD_TYPE=Release ..
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1