diff options
author | Philip van der Hoeven <philip@vd-hoeven.nl> | 2018-08-16 21:25:15 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-18 08:39:48 +0700 |
commit | c010c73fbb1eb516fdee300f2a28eb84b97b3066 (patch) | |
tree | dcacd8f2ad5695c1baf89721b2552bc6894f0707 /system/tilix | |
parent | 7b64d07873ee0f446323cf954dae9dc4f607385b (diff) |
system/tilix: Updated for version 1.8.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/tilix')
-rw-r--r-- | system/tilix/README | 3 | ||||
-rw-r--r-- | system/tilix/slack-desc | 4 | ||||
-rw-r--r-- | system/tilix/tilix.SlackBuild | 4 | ||||
-rw-r--r-- | system/tilix/tilix.info | 10 |
4 files changed, 11 insertions, 10 deletions
diff --git a/system/tilix/README b/system/tilix/README index 7d35b86033bb..3a18a5c16533 100644 --- a/system/tilix/README +++ b/system/tilix/README @@ -1,4 +1,5 @@ -Tilix is a tiling terminal emulator which uses the VTE GTK+ 3 widget. +Tilix is an advanced GTK3 tiling terminal emulator that follows the +Gnome Human Interface Guidelines. It was formerly known as Terminix. To fix the configuration warning at startup enable diff --git a/system/tilix/slack-desc b/system/tilix/slack-desc index df815dc8194e..98ff51e4edd3 100644 --- a/system/tilix/slack-desc +++ b/system/tilix/slack-desc @@ -8,8 +8,8 @@ |-----handy-ruler------------------------------------------------------| tilix: tilix (Tiling terminal emulator) tilix: -tilix: A tiling terminal emulator for Linux using GTK+ 3 -tilix: +tilix: Tilix is an advanced GTK3 tiling terminal emulator that +tilix: follows the Gnome Human Interface Guidelines. tilix: tilix: tilix: diff --git a/system/tilix/tilix.SlackBuild b/system/tilix/tilix.SlackBuild index 45a38e3ec6ea..6c0552048077 100644 --- a/system/tilix/tilix.SlackBuild +++ b/system/tilix/tilix.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tilix -# Copyright 2017 Philip van der Hoeven, Almere, The Netherlands +# Copyright 2017-2018 Philip van der Hoeven, Almere, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tilix -VERSION=${VERSION:-1.6.4} +VERSION=${VERSION:-1.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/tilix/tilix.info b/system/tilix/tilix.info index 68c2232933bb..cdc24d3caa2d 100644 --- a/system/tilix/tilix.info +++ b/system/tilix/tilix.info @@ -1,10 +1,10 @@ PRGNAM="tilix" -VERSION="1.6.4" +VERSION="1.8.1" HOMEPAGE="https://gnunn1.github.io/tilix-web/" -DOWNLOAD="https://github.com/gnunn1/tilix/archive/1.6.4/tilix-1.6.4.tar.gz" -MD5SUM="66ae2b4e2c6979c2be2dd977beef762c" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" +DOWNLOAD="UNSUPPORTED" +MD5SUM="" +DOWNLOAD_x86_64="https://github.com/gnunn1/tilix/archive/1.8.1/tilix-1.8.1.tar.gz" +MD5SUM_x86_64="3b7b9bc7f4a4180b7226bd242c1af1a8" REQUIRES="GtkD po4a vte3" MAINTAINER="Philip van der Hoeven" EMAIL="philip@vd-hoeven.nl" |