summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2017-07-03 14:21:53 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-08 07:11:53 +0700
commit24266540f8c07047b2ed2243d6715b3ad8577441 (patch)
tree50db75483189a44bd62ace3ba8b10562a0758c07
parentbbd43aa60234a21e729405ee3fbc63191c05e305 (diff)
downloadslackbuilds-24266540f8c07047b2ed2243d6715b3ad8577441.tar.gz
slackbuilds-24266540f8c07047b2ed2243d6715b3ad8577441.tar.xz
system/qterminal: Avoid pulling translation from git.
Let's wait until the lxqt devs bring up their pootle. Thanks to willysr for reporting Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--system/qterminal/qterminal.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/qterminal/qterminal.SlackBuild b/system/qterminal/qterminal.SlackBuild
index 2a790951fe..1352892bd2 100644
--- a/system/qterminal/qterminal.SlackBuild
+++ b/system/qterminal/qterminal.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for qterminal
-# Copyright 2011-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2011-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -56,7 +56,7 @@ fi
DOCS="AUTHORS CHANGELOG CONTRIBUTING.md LICENSE README.md"
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -77,6 +77,7 @@ cd build
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DPULL_TRANSLATIONS=No \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG