diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2016-08-07 16:00:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-07 18:55:32 +0700 |
commit | b423a0c02c8274072a5e766290d8726b2e43151a (patch) | |
tree | 563d66ef8ea8509ec3090868c38378c7c2872f26 /desktop | |
parent | 2598376a3768e8f0c8308342370f2e7caf21bb77 (diff) |
desktop/tint2: Updated for version 0.12.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/tint2/README | 6 | ||||
-rw-r--r-- | desktop/tint2/tint2.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/tint2/tint2.info | 8 |
3 files changed, 10 insertions, 6 deletions
diff --git a/desktop/tint2/README b/desktop/tint2/README index 1051b35dedd4..f9f445412712 100644 --- a/desktop/tint2/README +++ b/desktop/tint2/README @@ -7,4 +7,8 @@ compliance with freedesktop specifications. On the first run, /etc/xdg/tint2/tint2rc is copied to ~/.config/tint2/tint2rc and used as the default configuration. -You can enable/disable some features by editing the script. +You can enable/disable some features by editing the script. The defaults are: + + TINT2CONF_BUILD=OFF + BATTERY_PLUGIN=ON + ADD_EXAMPLES=OFF diff --git a/desktop/tint2/tint2.SlackBuild b/desktop/tint2/tint2.SlackBuild index 68b07c1e4c64..0688e5f34d1c 100644 --- a/desktop/tint2/tint2.SlackBuild +++ b/desktop/tint2/tint2.SlackBuild @@ -6,7 +6,7 @@ # You are free to modify or redistribute this in any way you wish. PRGNAM=tint2 -VERSION=${VERSION:-0.12.11} +VERSION=${VERSION:-0.12.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/desktop/tint2/tint2.info b/desktop/tint2/tint2.info index f10b3e29bc4d..dc27ae91cdb2 100644 --- a/desktop/tint2/tint2.info +++ b/desktop/tint2/tint2.info @@ -1,10 +1,10 @@ PRGNAM="tint2" -VERSION="0.12.11" +VERSION="0.12.12" HOMEPAGE="https://gitlab.com/o9000/tint2" -DOWNLOAD="http://download.dlackware.com/hosted-sources/tint2/tint2-0.12.11.tar.xz" -MD5SUM="bfbc3d3bde0c099406c94967760d8c61" +DOWNLOAD="http://duganchen.ca/files/sbo_sources/tint2-0.12.12.tar.xz" +MD5SUM="c521c8e5f49628d61892866f7a3076a1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="imlib2" MAINTAINER="Dugan Chen" -EMAIL="dugan [underscore] c [at] fastmail [dot] fm" +EMAIL="thedoogster [at] gmail [dot] com" |