summaryrefslogtreecommitdiffstats
path: root/system/lxterminal/lxterminal.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/lxterminal/lxterminal.SlackBuild')
-rw-r--r--system/lxterminal/lxterminal.SlackBuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/system/lxterminal/lxterminal.SlackBuild b/system/lxterminal/lxterminal.SlackBuild
index be46e6cade..6f1909c3c1 100644
--- a/system/lxterminal/lxterminal.SlackBuild
+++ b/system/lxterminal/lxterminal.SlackBuild
@@ -53,6 +53,8 @@
# * Update.
# 0.2.0: 04/dec/2014 by Matteo Bernardini <ponce@slackbuilds.org>
# * Update.
+# 20151110_967256e: 17/nov/2015 by Matteo Bernardini <ponce@slackbuilds.org>
+# * Update.
#
# Run 'sh lxterminal.SlackBuild' to build a Slackware package.
# The package is created in /tmp .
@@ -63,7 +65,7 @@
# Set initial variables:
PRGNAM=lxterminal
-VERSION=${VERSION:-0.2.0}
+VERSION=${VERSION:-20151110_967256e}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -96,6 +98,8 @@ else
LIBDIRSUFFIX=""
fi
+gtk3="" ; [ "${GTK3:-no}" = "yes" ] && gtk3="--enable-gtk3"
+
set -e
rm -rf $PKG
@@ -124,6 +128,7 @@ CFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--program-prefix= \
--program-suffix= \
+ $gtk3 \
--build=$ARCH-slackware-linux
make
make install-strip DESTDIR=$PKG