summaryrefslogtreecommitdiffstats
path: root/system/terminator
diff options
context:
space:
mode:
author Alan Alberghini <414N@slacky.it>2012-03-30 00:16:40 -0400
committer dsomero <xgizzmo@slackbuilds.org>2012-03-30 00:16:40 -0400
commitbd636425fab31b0150abc7f4f0d1abe8351db9da (patch)
tree631cb79f4ed8c7c5fba572f75fb43d0b3cd2e38c /system/terminator
parent71b6c7f7b48ad55acdc3d3b65e3311ae29e4192b (diff)
downloadslackbuilds-bd636425fab31b0150abc7f4f0d1abe8351db9da.tar.gz
slackbuilds-bd636425fab31b0150abc7f4f0d1abe8351db9da.tar.xz
system/terminator: Updated for version 0.96.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/terminator')
-rw-r--r--system/terminator/README6
-rw-r--r--system/terminator/slack-desc16
-rw-r--r--system/terminator/terminator.SlackBuild3
-rw-r--r--system/terminator/terminator.info8
4 files changed, 18 insertions, 15 deletions
diff --git a/system/terminator/README b/system/terminator/README
index cb220042a7..5a7a022fe2 100644
--- a/system/terminator/README
+++ b/system/terminator/README
@@ -1,4 +1,6 @@
The goal of this project is to produce a useful tool for arranging terminals.
+It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that
+the main focus is arranging terminals in grids (tabs is the most common default
+method, which Terminator also supports).
-All you need to use terminator is a Python 2.x installation.
-Tested with the one shipped in Slackware 13.0.
+Optionally requires keybinder, which is available on SBo
diff --git a/system/terminator/slack-desc b/system/terminator/slack-desc
index ec55d0a98e..0661e01ea0 100644
--- a/system/terminator/slack-desc
+++ b/system/terminator/slack-desc
@@ -6,14 +6,14 @@
# leave one space after the ':'.
|----handy-ruler--------------------------------------------------------|
-terminator: terminator (tool for arranging terminals)
-terminator:
+terminator: Terminator - multiple terminals in one window
+terminator:
terminator: The goal of this project is to produce a useful tool for arranging
-terminator: terminals.
-terminator:
-terminator: Homepage: http://www.tenshu.net/terminator/
-terminator:
-terminator:
-terminator:
+terminator: terminals. It is inspired by programs such as gnome-multi-term,
+terminator: quadkonsole, etc. in that the main focus is arranging terminals in
+terminator: grids (tabs is the most common default method, which Terminator also
+terminator: supports).
terminator:
+terminator: Homepage:
terminator:
+terminator: https://launchpad.net/terminator/
diff --git a/system/terminator/terminator.SlackBuild b/system/terminator/terminator.SlackBuild
index d701ae66d5..9a14ae2819 100644
--- a/system/terminator/terminator.SlackBuild
+++ b/system/terminator/terminator.SlackBuild
@@ -27,9 +27,10 @@
# Build history:
#
# 1 - Initial release.
+# 20120206 - Updated for version 0.96
PRGNAM=terminator
-VERSION=${VERSION:-0.95}
+VERSION=${VERSION:-0.96}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/terminator/terminator.info b/system/terminator/terminator.info
index 5d3986cb07..6fc15fae83 100644
--- a/system/terminator/terminator.info
+++ b/system/terminator/terminator.info
@@ -1,8 +1,8 @@
PRGNAM="terminator"
-VERSION="0.95"
-HOMEPAGE="http://www.tenshu.net/terminator/"
-DOWNLOAD="http://launchpad.net/terminator/trunk/0.95/+download/terminator-0.95.tar.gz"
-MD5SUM="ceae5c899c71b9c80e48083c17a631ad"
+VERSION="0.96"
+HOMEPAGE="https://launchpad.net/terminator/"
+DOWNLOAD="http://launchpad.net/terminator/trunk/0.96/+download/terminator-0.96.tar.gz"
+MD5SUM="070e3878336b341c9e18339d89ba64fe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Alan Alberghini"