system/roxterm: Updated for version 1.18.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
135136c7ea
commit
d55807db67
|
@ -6,7 +6,7 @@ configuration GUI. It can be used as a ROX application, as the name
|
|||
implies, or in any other X environment.
|
||||
|
||||
ROXTerm uses the "session" bus, which should be started along with your
|
||||
desktop environment. Current versions of ROX, GNOME, and KDE session
|
||||
desktop environment. Current versions of ROX, GNOME, XFCE, and KDE session
|
||||
managers all launch D-BUS. If you use some other session/desktop/window
|
||||
manager which doesn't launch D-BUS you can start it by inserting something
|
||||
like this near the start of your .xinitrc or .xsession:
|
||||
|
|
|
@ -23,25 +23,23 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=roxterm
|
||||
VERSION=1.18.1
|
||||
VERSION=1.18.3
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) export ARCH=i486 ;;
|
||||
arm*) export ARCH=arm ;;
|
||||
*) export ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="roxterm"
|
||||
VERSION="1.18.1"
|
||||
VERSION="1.18.3"
|
||||
HOMEPAGE="http://roxterm.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/roxterm/roxterm-1.18.1.tar.gz"
|
||||
MD5SUM="d4a2f586c68cbc0216e8569589a035b0"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/roxterm/roxterm-1.18.3.tar.gz"
|
||||
MD5SUM="516bdd93624725156cfa7285ef0afe82"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
roxterm: ROXTerm (VTE based Terminal Emulator)
|
||||
roxterm:
|
||||
roxterm:
|
||||
roxterm: ROXTerm is a terminal emulator intended to provide similar features
|
||||
roxterm: to gnome-terminal, based on the same VTE library, but with a smaller
|
||||
roxterm: footprint and quicker start-up time. It achieves this by not using
|
||||
|
|
Loading…
Reference in New Issue