diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2019-01-27 19:23:11 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-02 00:38:13 +0700 |
commit | babcda18acdb6e39e2ad264c2ecccd98dfa0c763 (patch) | |
tree | 78d7d86e0193dd7d05abd0e9c2d467e5d02763e6 /desktop | |
parent | a6c03f298fd16d8203fa97476edd1ba24a1e912e (diff) |
desktop/gtkhash: Correct thunar params.
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/gtkhash/gtkhash.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/gtkhash/gtkhash.SlackBuild b/desktop/gtkhash/gtkhash.SlackBuild index 3d20d870caf4..adc63f361def 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" \ |