summaryrefslogtreecommitdiffstats
path: root/system/lxterminal
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2015-11-18 10:09:37 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit30738bacf1cb8bd04178cb4017bd10d7a2788293 (patch)
tree7884af34400533c5cae56edfbc30a1f56a63a380 /system/lxterminal
parent22a80da309eec0598a86a1e89d85cc0def5ca732 (diff)
downloadslackbuilds-30738bacf1cb8bd04178cb4017bd10d7a2788293.tar.gz
slackbuilds-30738bacf1cb8bd04178cb4017bd10d7a2788293.tar.xz
system/lxterminal: Updated for version 20151110_967256e.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/lxterminal')
-rw-r--r--system/lxterminal/README4
-rw-r--r--system/lxterminal/lxterminal.SlackBuild7
-rw-r--r--system/lxterminal/lxterminal.info6
3 files changed, 13 insertions, 4 deletions
diff --git a/system/lxterminal/README b/system/lxterminal/README
index c584a22873..9ccde49589 100644
--- a/system/lxterminal/README
+++ b/system/lxterminal/README
@@ -3,3 +3,7 @@ lxterminal (LXDE terminal emulator)
LXTerminal is a quick configurable terminal emulator, based on vte libs.
It uses a single process for each window/tab so it's very light on
resources.
+
+Pass the script the variable GTK3=yes if you want to link this against
+gtk+3 instead of the default gtk+2 (in this case you will need the
+optional dependency vte3).
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
diff --git a/system/lxterminal/lxterminal.info b/system/lxterminal/lxterminal.info
index a6793419d5..90ea89a162 100644
--- a/system/lxterminal/lxterminal.info
+++ b/system/lxterminal/lxterminal.info
@@ -1,8 +1,8 @@
PRGNAM="lxterminal"
-VERSION="0.2.0"
+VERSION="20151110_967256e"
HOMEPAGE="http://wiki.lxde.org/en/LXTerminal"
-DOWNLOAD="http://downloads.sf.net/lxde/lxterminal-0.2.0.tar.gz"
-MD5SUM="e80ad1b6e26212f3d43908c2ad87ba4d"
+DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxterminal-20151110_967256e.tar.xz"
+MD5SUM="74dc06a87a1d8b4e0c1ce5c1b5f09595"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""