system/lxterminal: Updated for version 20151110_967256e.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
22a80da309
commit
30738bacf1
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue