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 # * Update. +# 20151110_967256e: 17/nov/2015 by Matteo Bernardini +# * 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=""