diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2016-03-28 21:21:04 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-03-31 12:49:19 +0100 |
commit | 512a7457e4eaa72b61468279524650d88c64e5c2 (patch) | |
tree | 371e525d0514fe6cf292b16ef34c06bb7f6b7fc1 /desktop | |
parent | ec3d767714d43a9e56ab726176e01e088799f237 (diff) | |
download | slackbuilds-512a7457e4eaa72b61468279524650d88c64e5c2.tar.gz |
desktop/i3status: Updated for version 2.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/i3status/i3status.SlackBuild | 20 | ||||
-rw-r--r-- | desktop/i3status/i3status.info | 10 |
2 files changed, 24 insertions, 6 deletions
diff --git a/desktop/i3status/i3status.SlackBuild b/desktop/i3status/i3status.SlackBuild index ad852d2f22..b4b6a6a205 100644 --- a/desktop/i3status/i3status.SlackBuild +++ b/desktop/i3status/i3status.SlackBuild @@ -4,9 +4,27 @@ # Written by Eugene Suter (easuter@gmail.com) # Updated by Marcin Herda (mherda@slackword.net) +# Updated by Johannes Schoepfer <slackbuilds@schoepfer.info> +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=i3status -VERSION=${VERSION:-2.8} +VERSION=${VERSION:-2.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/desktop/i3status/i3status.info b/desktop/i3status/i3status.info index 7bbdbd648a..7cff265ce3 100644 --- a/desktop/i3status/i3status.info +++ b/desktop/i3status/i3status.info @@ -1,10 +1,10 @@ PRGNAM="i3status" -VERSION="2.8" +VERSION="2.10" HOMEPAGE="http://i3wm.org/i3status/" -DOWNLOAD="http://i3wm.org/i3status/i3status-2.8.tar.bz2" -MD5SUM="68d944e9c1f48183356c9ea15b5b4e3b" +DOWNLOAD="http://i3wm.org/i3status/i3status-2.10.tar.bz2" +MD5SUM="1121f7c1c193c873982aba22668398ef" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="confuse yajl" -MAINTAINER="Marcin Herda" -EMAIL="mherda@slackword.net" +MAINTAINER="Johannes Schoepfer" +EMAIL="slackbuilds@schoepfer.info" |