system/lxterminal: Updated for version 20170514_0f2ca01.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
31ab85aed9
commit
f8f09fcf2d
|
@ -1,5 +1,3 @@
|
|||
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.
|
||||
|
|
|
@ -61,6 +61,8 @@
|
|||
# * Update.
|
||||
# 20170124_a29172d: 24/jan/2017 by Matteo Bernardini <ponce@slackbuilds.org>
|
||||
# * Update.
|
||||
# 20170514_0f2ca01: 17/may/2017 by Matteo Bernardini <ponce@slackbuilds.org>
|
||||
# * Update.
|
||||
#
|
||||
# Run 'sh lxterminal.SlackBuild' to build a Slackware package.
|
||||
# The package is created in /tmp .
|
||||
|
@ -69,7 +71,7 @@
|
|||
# -----------------------------------------------------------------------------
|
||||
|
||||
PRGNAM=lxterminal
|
||||
VERSION=${VERSION:-20170124_a29172d}
|
||||
VERSION=${VERSION:-20170514_0f2ca01}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lxterminal"
|
||||
VERSION="20170124_a29172d"
|
||||
VERSION="20170514_0f2ca01"
|
||||
HOMEPAGE="https://wiki.lxde.org/en/LXTerminal"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxterminal-20170124_a29172d.tar.xz"
|
||||
MD5SUM="4c25deaaec7cac5ad46472f17e2756e1"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxterminal-20170514_0f2ca01.tar.xz"
|
||||
MD5SUM="a39e193d3f392c4e0e7300d3b6a57ce7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue