summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Aaditya Bagga2019-01-27 14:53:11 +0100
committer Willy Sudiarto Raharjo2019-02-01 18:38:13 +0100
commitbabcda18acdb6e39e2ad264c2ecccd98dfa0c763 (patch)
tree78d7d86e0193dd7d05abd0e9c2d467e5d02763e6 /desktop
parenta6c03f298fd16d8203fa97476edd1ba24a1e912e (diff)
downloadslackbuilds-babcda18acdb6e39e2ad264c2ecccd98dfa0c763.tar.gz
desktop/gtkhash: Correct thunar params.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/gtkhash/gtkhash.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/gtkhash/gtkhash.SlackBuild b/desktop/gtkhash/gtkhash.SlackBuild
index 3d20d870ca..adc63f361d 100644
--- a/desktop/gtkhash/gtkhash.SlackBuild
+++ b/desktop/gtkhash/gtkhash.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=gtkhash
VERSION=${VERSION:-1.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -71,7 +71,7 @@ find -L . \
# cmd line args
libb2_params="--disable-blake2" ; [ "${BLAKE2:-no}" != "no" ] && libb2_params=""
-thunar_params="" ; [ "${THUNAR:-no}" != "no" ] && thunar_params="--enable-thunar"
+thunar_params="" ; [ "${THUNAR:-no}" != "no" ] && thunar_params="--enable-thunar --with-thunarx=2"
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \